Bump @uswds/uswds from 3.8.2 to 3.9.0
Bumps @uswds/uswds from 3.8.2 to 3.9.0.
Release notes
Sourced from @uswds/uswds's releases.
USWDS 3.9.0
What's new in USWDS 3.9.0
Features
Package A11y Breaking Markup change Description usa-character-count- - - Enhanced the visual cue when maxlengthis exceeded in the character count component. Now, the component uses standard USWDS error styles to visually enhance the error state. (#5908)usa-date-picker,usa-date-range-pickerYes - - Added aria-disabledto the list of expected attributes in the date picker and date range picker components. Now, the component will disable toggle when thearia-disabledattribute is present. (#6013)uswds-core,usa-layout-grid- - - Added new $theme-utility-breakpoints-customsetting. This setting generates responsive variants of USWDS utilities at custom breakpoints. Values must be set withpxvalues inside a Sass map. Thanks@jamigibbs! (#6048)Bug fixes
Package A11y Breaking Markup change Description usa-alert,usa-site-alert- Yes - Fixed a bug that caused $theme-site-margins-widthto unexpectedly adjust the alignment inside the alert and site alert components. Alignment on the alert and site alert components will likely shift from this change. Confirm that your implementation of the component aligns as expected. (#5636)⚠️ Considered breaking because the alignment and display of the alert may shift.usa-button- Yes - Updated the width of unstyled buttons at narrow screen widths. Now, unstyled buttons receive a width of autoto better match USWDS link styles. Users should confirm that the variant visually displays as expected in their projects. Thanks@aduth! (#5631)⚠️ Considered breaking because the display of unstyled buttons will change at narrow screen widths. Check your codebase for any instances of@include button-unstyledin your custom styles. These items may be affected by this change.usa-card- Yes - Fixed a bug that caused the component to ignore the $theme-card-font-familysetting. Confirm that your implementation of the card component displays with the expected font family. (#5974)⚠️ Considered breaking because fonts in cards may change if you've set$theme-card-font-family.usa-combo-boxYes - - Removed custom screen reader instructions in the combo box component. Combo box now relies on the default instructions provided by screen readers. (#6022) usa-date-picker,usa-date-range-pickerYes - - Fixed a bug that caused mouseoverevents to prevent keyboard navigation. Now when you hover your mouse over the date picker buttons, only the hover state will be triggered. (#5774)usa-headerYes Yes - Removed the CSS order property from the mobile view in standard variants of the header component. Now, the visual order of the component matches the tab order. If you would like to visually keep the search bar at the top of the menu, you will need to reorder your markup in the mobile view. (#6037) ⚠️ Considered breaking because the position of the search bar will change in the mobile menu.usa-footer,templatesYes - Yes Added the autocomplete="email"attribute to the big footer variant and the "Create an account" template. This attribute allows the components to meet the standards outlined in WCAG 1.3.5. (#6002)✏️ Teams should update their markup if they use an email field in their big footer.usa-identifier- - Yes Updated the USA.gov link in Spanish versions of the identifier. The link text now reads "Visite USAGov en Español" and the link url is now "https://www.usa.gov/es/". (#5892) ✏️ Teams should update this text if they use the Spanish-language identifier.usa-memorable-dateYes - Yes Removed numeric representation of months in the memorable date component. Recent usability testing indicated that having both numbers and names to represent months was confusing for screen reader users. (#6028) ✏️ Teams should update their memorable date component to remove the leading numbers.usa-paginationYes - - Added text underline styles to pagination links. Pagination links are now visually consistent with other USWDS text links. (#5970) Dependencies and security
Dependency name Previous version Updated version @18f/identity-stylelint-config4.0.0 4.1.0 @babel/core7.24.5 7.25.2 @babel/preset-env7.24.5 7.25.4 @types/node20.12.11 20.14.10 autoprefixer 10.4.19 10.4.20 axe-core 4.9.1 4.10.0 babel-loader 9.1.3 -- eslint-plugin-import 2.29.1 2.30.0 eslint-plugin-no-unsanitized 4.0.2 4.1.0 gulp-changed 4.0.3 -- gulp-clean 0.4.0 -- gulp-cli 2.3.0 -- mocha 10.4.0 10.7.3 normalize.css 8.0.1 -- path 0.12.7 -- postcss 8.4.38 8.4.45 postcss-preset-env 9.5.11 9.6.0 prettier 3.2.5 3.3.3 sass 1.77.0 1.78.0 sass-embedded 1.77.0 1.78.0 snyk 1.1291.0 1.1293.0
... (truncated)
Commits
-
32da2deMerge pull request #6096 from uswds/release-3.9.0 -
1530937Update uswds-3.9.0-zip-hash.txt -
3441c5eMerge pull request #6097 from uswds/al-set-nav-button-width -
900e6e1Set .usa-nav__primary button width to 100% -
c37c061Create uswds-3.9.0-zip-hash.txt -
11f15333.9.0 -
36d8a46Merge pull request #6094 from uswds/dw-add-notifications -
57c489eMerge branch 'develop' into dw-add-notifications -
97a7484Merge pull request #6095 from uswds/dw-audit-deps-3.9.0 -
fd53cd1Clean cache, rebuild, and audit package - 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)