Bump uswds from 2.0.0-beta.4 to 2.0.0-beta.5
Created by: dependabot-preview[bot]
Bumps uswds from 2.0.0-beta.4 to 2.0.0-beta.5.
Release notes
Sourced from uswds's releases.
2.0.0 Beta 5
Bug fixes
- The borderless table variant now displays properly in prose scope (https://github-redirect.dependabot.com/uswds/uswds/pull/2881)
- Grid columns now display properly when your project doesn't explicitly include component styles (https://github-redirect.dependabot.com/uswds/uswds/pull/2900)
- Extra large content no longer breaks
fill
andauto
columns. (https://github-redirect.dependabot.com/uswds/uswds/pull/2900)- List items now have a maximum width, similar to their
<p>
counterparts. Additionally, when a list is the last child of a container, it now does have any bottom margin. Thanks @adunkman! (https://github-redirect.dependabot.com/uswds/uswds/pull/2906)- Media query styling now applies to print jobs, fixing a number of current issues with print output. (https://github-redirect.dependabot.com/uswds/uswds/pull/2910)
Improvements
More up-to-date node dependency (https://github-redirect.dependabot.com/uswds/uswds/pull/2900) We updated the required node version to the current LTS version of node (10.15.1) and updated our dependencies to build properly in this environment.
Now we're exposing some internal component variables to user-accessible settings (https://github-redirect.dependabot.com/uswds/uswds/pull/2901) Here's what we added:
// Accordion $theme-accordion-border-width: 0.5; $theme-accordion-border-color: 'base-lightest'; // Alert $theme-alert-bar-width: 1; $theme-alert-icon-size: 4; $theme-alert-padding-x: 2.5; // Banner $theme-button-stroke-width: 2px; // Footer $theme-input-select-border-width: 2px; $theme-input-select-size: 2.5; $theme-input-state-border-width: 0.5;
We expanded and improved our system color families and theme defaults These new colors are a bit more harmonious, and have a better 1.x-to-2.0 conversion.
... (truncated)
Added a
blue-cool
color family (https://github-redirect.dependabot.com/uswds/uswds/pull/2902)Added a
red-cool
family (https://github-redirect.dependabot.com/uswds/uswds/pull/2911)Saturated
gold-20v
(https://github-redirect.dependabot.com/uswds/uswds/pull/2911)Desaturated
blue-cool
standard colors and added vivid variants (https://github-redirect.dependabot.com/uswds/uswds/pull/2911)Made small hue consistency modifications to the following families (https://github-redirect.dependabot.com/uswds/uswds/pull/2911):
blue-warm
blue
gold
gray-cool
green-cool
Commits
-
e839b6d
Merge pull request #2916 from uswds/release-2.0.0-beta.5 -
75c304a
2.0.0-beta.5 -
e89be96
Merge pull request #2911 from uswds/dw-info-palette -
e9a5100
Don't use family vars in color settings -
5bf8f92
Merge pull request #2910 from uswds/dw-print-mqs -
bb97178
Add space after comment -
d64c9f0
Useall
for media queries instead of screen only -
6e379a2
Update orange-5v -
e62e004
Update orange -
8c86120
Updat orange - 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 -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.