Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @uswds/compile from 1.0.0-beta.3 to 1.0.0 #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps @uswds/compile from 1.0.0-beta.3 to 1.0.0.

Release notes

Sourced from @​uswds/compile's releases.

USWDS Compile 1.0.0

Simple Gulp 4.0 functions for copying USWDS static assets and transforming USWDS Sass into browser-readable CSS.

Requirements

Installation

Install @uswds/compile in the project root:

npm install @uswds/compile --save-dev

Usage

Overview

  1. Create a gulpfile.js file in the project root that includes the following:
    • Imported @uswds/compile package
    • Any project path settings you wish to modify (see Path settings, below)
    • Exports for the functions/tasks you need (see Functions, below)
  2. In the terminal run npx gulp [function]

Gulpfile setup

Create a file called gulpfile.js at the root of your project (or use an existing Gulpfile if one already exists). It needs to do the following

  • Import the @uswds/compile package
  • Set any project settings
  • Export the functions/tasks you need

Here's an example of how your gulpfile.js might look:

/* gulpfile.js */
const uswds = require("@​uswds/compile");
/**

USWDS version
*/

uswds.settings.version = 3;
/**

Path settings
Set as many as you need
</tr></table>

... (truncated)

Commits
  • f5267eb Merge pull request #54 from uswds/release-1.0.0
  • 822bbf8 Merge branch 'develop' into release-1.0.0
  • 09a804b Merge pull request #53 from uswds/jm-update-deps
  • 4427b91 Merge pull request #52 from uswds/dependabot/npm_and_yarn/decode-uri-componen...
  • ae14e07 Update deps
  • c0a1a5e Bump decode-uri-component from 0.2.0 to 0.2.2
  • d2327dd Update version to 1.0.0
  • 6ac18ea Merge pull request #45 from uswds/jm-node14-replaceall
  • cd6f8dd Support nodejs not end of life #39
  • d961060 Merge pull request #43 from uswds/al-update-secret
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@uswds/compile](https://github.com/uswds/uswds-compile) from 1.0.0-beta.3 to 1.0.0.
- [Release notes](https://github.com/uswds/uswds-compile/releases)
- [Commits](uswds/uswds-compile@v1.0.0-beta.3...v1.0.0)

---
updated-dependencies:
- dependency-name: "@uswds/compile"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants