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 from 2.9.0 to 2.10.3 #6136

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps uswds from 2.9.0 to 2.10.3.

Release notes

Sourced from uswds's releases.

2.10.3

What's new in USWDS 2.10.3

  • Removed the corrupted ZIP file erroneously included in the 2.10.2 package
  • Improved our build script to more reliably build the ZIP file.

2.10.2

What’s new in USWDS 2.10.2

Bugfixes and updates

Fixed SVG4Everybody compatibility. Now USWDS javascript will compile properly with Babel. Now you should be able to use uswds.js or uswds.min.js in a React app without any problems. Thanks @​aduth!

Fixed a flash of unstyled content in extended header megamenu. Now there won't be a flash of megamenu content while the USWDS javascript loads. (Note: This requires uswds-init.)

Added more white icon variants. Added white icon variants for add, remove, and expand_more so teams can have accessible icon color combinations on dark backgrounds, especially in the accordion and the top navigation.

More consistently use theme text and link colors across components. Improved our use of $theme-text- and $theme-link- color settings in components and variants like usa-dark-background and usa-section--dark.

Dependencies

Updates snyk from 1.439.1 to 1.467.0

0 vulnerabilities in regular dependencies (dependencies for USWDS projects installed with npm install uswds)

5 low, 2 high vulnerabilities in devDependencies (development dependencies)

2.10.1

What’s new in USWDS 2.10.1

Bugfixes and updates

Fix automatic accessible color picker: Now the accessible color picker will properly pick the correct text color from a given background color. It will also throw warnings instead of errors if accessible combinations aren't found. (#3906 and #3926)

New or ⚠️ changed setting Default Description
$theme-body-background-color "white" Background for the page body
$theme-text-color "ink" Page text color
$theme-text-reverse-color "white" Text color with dark backgrounds
$theme-alert-text-color default (uses whatever is set for $theme-text-color) Text color for light-background alerts
$theme-alert-text-reverse-color default (uses whatever is set for $theme-text-reverse-color) Text color for dark-background alerts
$theme-alert-link-color default (uses whatever is set for $theme-link-color) Link color for light-background alerts
$theme-alert-link-reverse-color default (uses whatever is set for $theme-link-reverse-color) Link color for dark-background alerts
⚠️ $theme-breadcrumb-background-color default (uses whatever is set for $theme-body-background-color) Background color for the breadcrumb
$theme-identifier-primary-link-color default (system picks between $theme-alert-link-color and $theme-alert-link-reverse-color depending on the background color) Color of the links in the identifier masthead

Allows svg4everybody polyfill to compile properly in React and Vue: Now React and Vue applications won't crash with a TypeError caused by svgforeverybody. (uswds/uswds#3909)

Properly give an accessible name to the combobox: Now the combobox will have an accessible name as long as the label's for attribute matches the id of the input.usa-combo-box or input.usa-time-picker. (uswds/uswds#3900)

Fix styling in collection calendars: Removes a thin white line which could appear at the top of calendars in collection items. (uswds/uswds#3917)

... (truncated)

Commits
  • 1da984a Merge pull request #4088 from uswds/release-2.10.3
  • 6138513 Create uswds-2.10.3-zip-hash.txt
  • 829bbf9 2.10.3
  • f67b1e4 Ignore icons component. Include fonts and header. [Prettier]
  • 120c20f Merge pull request #4086 from uswds/dw-update-refs-2.10.3
  • 4cd425e Update refs to 2.10.3
  • 66b4487 Merge pull request #4074 from uswds/jm-release-task-update
  • a0fc43d Update import order on release task.
  • c26b39d Return images stream instead of using callback.
  • 3a48749 Move svg-sprite out of parallel task.
  • 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)

@robot-mymove
Copy link

robot-mymove commented Mar 16, 2021

Warnings
⚠️ Please add the JIRA issue key to the PR title (e.g. MB-123)

Generated by 🚫 dangerJS against fddfcd0

Bumps [uswds](https://github.com/uswds/uswds) from 2.9.0 to 2.10.3.
- [Release notes](https://github.com/uswds/uswds/releases)
- [Commits](uswds/uswds@v2.9.0...v2.10.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/uswds-2.10.3 branch from dc375be to fddfcd0 Compare March 16, 2021 13:28
@reggieriser
Copy link
Contributor

reggieriser commented Mar 16, 2021

Closing as this upgrade is being investigated in #5589.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/uswds-2.10.3 branch March 16, 2021 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants