Skip to content

build(deps): bump the npm-packages group with 3 updates #428

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the npm-packages group with 3 updates: @uswds/uswds, chart.js and cypress.

Updates @uswds/uswds from 3.11.0 to 3.12.0

Release notes

Sourced from @​uswds/uswds's releases.

USWDS 3.12.0

What's new in USWDS 3.12.0

Features

Package A11y Breaking Markup change Description
usa-date-picker, usa-date-range-picker - - - Enabled native JavaScript translation for date picker calendar labels. The calendar now uses the Date.toLocaleString API to automatically build translated labels based on the document's lang attribute. Thanks @​deebloo! (#5679)
usa-in-page-navigation - - - Added the data-minimum-heading-count property to the in-page navigation component. This property hides the component when the content region does not contain the minimum number of headings. By default, this attribute hides the in-page navigation component when there are fewer than two headings in the content region. ✏️ Teams should customize the value of this property based on their content needs. (#6205)
usa-tooltip - - - Enabled tooltip functionality on non-button elements. Thanks @​anmazz! (#6035)

Bug fixes

Package A11y Breaking Markup change Description
usa-checkbox, usa-radio - - - Updated checkbox and radio styles so that the interactive area now matches the width of the content. Previously, the interactive area extended the full width of its container. (#6192)
usa-in-page-navigation - - - Fixed a bug that prevented in-page navigation from scrolling to nested headings. Now, the component can smooth scroll to headings within components like card and summary box. ✏ Teams that use data-scroll-offset should check to make sure this change does not cause regressions in scroll behaviors. Thanks @​jhancock532! (#5878)
uswds-core - - - Resolved Sass deprecation warnings related to the color function. This change ensures compatibility with Dart Sass 2.0.0 and eliminates the use of deprecated color functions. (#6270)
uswds-core - - - Replaced resolve-id-refs dependency with custom JavaScript. (#6308)

Dependencies and security

Dependency updates

Dependency name Previous version New version
resolve-id-refs 0.1.0 --

Dev dependency updates

Dependency name Previous version New version
@​babel/core 7.26.0 7.26.8
@​babel/preset-env 7.26.0 7.26.8
gulp-sass 5.1.0 6.0.0
postcss 8.4.49 8.5.2
sass 1.83.1 1.84.0
sass-embedded 1.83.1 1.83.4
sass-loader 13.3.2 16.0.4
snyk 1.1295.0 1.1295.3
stylelint 16.11.0 16.12.0
typescript 5.7.2 5.7.3
webpack 5.97.1 5.98.0

Additional updates

[!important] USWDS now requires a verified signature on all commits to this repository. Learn more about how to set up signature verification in our CONTRIBUTING.md file.

Additional contributions

... (truncated)

Commits

Updates chart.js from 4.4.8 to 4.4.9

Release notes

Sourced from chart.js's releases.

v4.4.9

Essential Links

Bugs Fixed

  • #12057 fix: respect dataset clipping area when filling line charts

Documentation

  • #12039 Add docs on using from Node.js

Development

  • #12062 Bump version to 4.4.9

Thanks to @​LeeLenaleee, @​adrianbrs and @​joshkel

Commits

Updates cypress from 14.3.0 to 14.3.1

Release notes

Sourced from cypress's releases.

v14.3.1

Changelog: https://docs.cypress.io/app/references/changelog#14-3-1

Commits
  • 8e97a0d chore: release 14.3.1 (#31538)
  • 191fa02 chore: replace mocha.opts with .mocharc.js for packages that are mocha versio...
  • a50012b perf: reduce the initial timeout for proxy connections, make configurable (#3...
  • 2d8c224 chore: Update Chrome (beta) to 136.0.7103.33 (#31534)
  • 94a63c2 chore: updating v8 snapshot cache (#31533)
  • f4f968e chore: updating v8 snapshot cache (#31532)
  • 6dd4070 chore: updating v8 snapshot cache (#31531)
  • ab98b49 fix: Back out of axios switchover for the createInstance cloud API request (#...
  • b743972 chore: fix flaky spec.js test where elements were not visible (#31525)
  • 8bec9ce chore: Update Chrome (stable) to 135.0.7049.95 (#31523)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-packages group with 3 updates: [@uswds/uswds](https://github.com/uswds/uswds), [chart.js](https://github.com/chartjs/Chart.js) and [cypress](https://github.com/cypress-io/cypress).


Updates `@uswds/uswds` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/uswds/uswds/releases)
- [Commits](uswds/uswds@v3.11.0...v3.12.0)

Updates `chart.js` from 4.4.8 to 4.4.9
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.8...v4.4.9)

Updates `cypress` from 14.3.0 to 14.3.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.3.0...v14.3.1)

---
updated-dependencies:
- dependency-name: "@uswds/uswds"
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: chart.js
  dependency-version: 4.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: cypress
  dependency-version: 14.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-packages
...

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 Apr 21, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-packages-f62d94ba04 branch April 28, 2025 23:33
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