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 braces and @uswds/compile in /src #3293

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Bumps braces to 3.0.3 and updates ancestor dependency @uswds/compile. These dependencies need to be updated together.

Updates braces from 2.3.2 to 3.0.3

Changelog

Sourced from braces's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[3.0.0] - 2018-04-08

v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.

Breaking Changes

  • The undocumented .makeRe method was removed

Non-breaking changes

  • Caching was removed
Commits

Updates @uswds/compile from 1.1.0 to 1.2.1

Release notes

Sourced from @​uswds/compile's releases.

USWDS Compile 1.2.1

What's new in USWDS Compile 1.2.1

Silenced USWDS Sass deprecation warnings. Sass deprecation warnings related to USWDS code will now be turned off by default. If you would like to see deprecation warnings related to USWDS Sass, set settings.compile.sassDeprecationWarnings to true in your gulpfile.js. Deprecation warnings for non-USWDS Sass will output even when this value is set to false. Thanks @​mdmower-csnw!

[!NOTE] USWDS Sass deprecations are being tracked in uswds/uswds#6104

Dependencies and security

Dependency name Previous version New version
postcss 8.4.40 8.4.49
sass-embedded 1.77.8 1.83.0
@​uswds/uswds ^3.8.1 ^3.10.0

0 vulnerabilities using npm audit.

Release TGZ SHA-256 hash: 168d22955563e1d36f7d4c1fdfb7db6ef71fdb2d862a83b3497d7b5fb475de6e

USWDS Compile 1.2.0

What's new in USWDS Compile 1.2.0

Features

  • Updated Gulp to version 5. This removes the dependency vulnerabilities related to Gulp 4. (#96)
  • Added a setting to turn off Sass sourcemaps. Now, you can set the new settings.compile.sassSourcemaps to false in your gulpfile.js to prevent the system from generating CSS sourcemaps. Thanks @​mdmower-csnw! (#103)

Dependencies and security

Dependency name Previous version New version
autoprefixer 10.4.16 10.4.20
gulp 4.0.2 5.0.0
gulp-sourcemaps 3.0.0 --
postcss 8.4.31 8.4.40
sass-embedded 1.69.5 1.77.8
@​uswds/uswds 3.7.0 3.8.1

0 vulnerabilities using npm audit.

Release TGZ SHA-256 hash: 53995f42af77dcf5a7f66e5adebeebf2742a662d3cf7a12587b38b22422db122

Commits
  • 27dcbec Merge pull request #136 from uswds/release-1.2.1
  • e424b4e 1.2.1
  • 31d3a8f Merge pull request #135 from uswds/cm-cache-clear-1.2.1
  • f156992 Reinstall after cache clear
  • 7b88d94 Merge pull request #131 from uswds/cm-quietDeps-setting
  • 824a8e1 Merge branch 'develop' of github.com:uswds/uswds-compile into cm-quietDeps-se...
  • ab13b8b Merge pull request #130 from uswds/cm-poam-nov-24
  • 87a2408 Update minor and patch versions: December
  • 74b6555 Npm audit fix: December additions
  • 7a4c434 Rename setting to sassDeprecationWarnings and update logic to be more human r...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [@uswds/compile](https://github.com/uswds/uswds-compile). These dependencies need to be updated together.


Updates `braces` from 2.3.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/commits/3.0.3)

Updates `@uswds/compile` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/uswds/uswds-compile/releases)
- [Commits](uswds/uswds-compile@v1.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: "@uswds/compile"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from abroddrick as a code owner January 3, 2025 18:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 3, 2025
@CocoByte CocoByte self-assigned this Jan 7, 2025
@CocoByte CocoByte self-requested a review January 7, 2025 21:41
@CocoByte CocoByte merged commit a09b130 into main Jan 7, 2025
8 of 10 checks passed
@CocoByte CocoByte deleted the dependabot/npm_and_yarn/src/multi-4b87b1f05e branch January 7, 2025 21:42
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.

1 participant