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

fix(deps): update dependencies #1156

Merged
merged 2 commits into from
Jan 25, 2024
Merged

fix(deps): update dependencies #1156

merged 2 commits into from
Jan 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.8.7 -> 3.8.10 age adoption passing confidence
@apollo/server (source) 4.9.5 -> 4.10.0 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.4.2 -> 6.5.1 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.4.2 -> 6.5.1 age adoption passing confidence
@trussworks/react-uswds 6.0.0 -> 6.2.0 age adoption passing confidence
@uswds/uswds 3.7.0 -> 3.7.1 age adoption passing confidence
axios (source) 1.6.1 -> 1.6.5 age adoption passing confidence
classnames 2.3.2 -> 2.5.1 age adoption passing confidence
dotenv 16.3.1 -> 16.3.2 age adoption passing confidence
launchdarkly-react-client-sdk 3.0.9 -> 3.0.10 age adoption passing confidence
luxon 3.4.3 -> 3.4.4 age adoption passing confidence
pino (source) 8.16.1 -> 8.17.2 age adoption passing confidence
yup 1.3.2 -> 1.3.3 age adoption passing confidence

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.8.10

Compare Source

Patch Changes
  • #​11489 abfd02a Thanks @​gronxb! - Fix networkStatus with useSuspenseQuery not properly updating to ready state when using a cache-and-network fetch policy that returns data equal to what is already in the cache.

  • #​11483 6394dda Thanks @​pipopotamasu! - Fix cache override warning output

v3.8.9

Compare Source

Patch Changes

v3.8.8

Compare Source

Patch Changes
apollographql/apollo-server (@​apollo/server)

v4.10.0

Compare Source

Minor Changes
  • #​7786 869ec98 Thanks @​ganemone! - Restore missing v1 skipValidation option as dangerouslyDisableValidation. Note that enabling this option exposes your server to potential security and unexpected runtime issues. Apollo will not support issues that arise as a result of using this option.

  • #​7803 e9a0d6e Thanks @​favna! - allow stringifyResult to return a Promise<string>

    Users who implemented the stringifyResult hook can now expect error responses to be formatted with the hook as well. Please take care when updating to this version to ensure this is the desired behavior, or implement the desired behavior accordingly in your stringifyResult hook. This was considered a non-breaking change as we consider that it was an oversight in the original PR that introduced stringifyResult hook.

Patch Changes
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.5.1

Compare Source

v6.5.0

Compare Source

trussworks/react-uswds (@​trussworks/react-uswds)

v6.2.0

Compare Source

Features
Bug Fixes
  • Remove image role attribute from Banner Icon component (#​2663) (8ddf443)

v6.1.0

Compare Source

Features
Bug Fixes
  • a11y: move aria-label from svg icon to button (#​2640) (fa18032)
  • adding labels in combo box (default combo box, with default value) (#​2636) (7714d14)
uswds/uswds (@​uswds/uswds)

v3.7.1: USWDS 3.7.1

Compare Source

What's new in USWDS 3.7.1

Features

Package A11Y Breaking Markup change Description
usa-footer Removed the usa-layout-grid dependency from the usa-footer package. This update reduces the footer package size. Thanks @​danbrady! (#​5289)

If you notice changes in your layout after making this update, your Sass might be missing the usa-layout-grid package. You can include it by adding @forward usa-layout-grid to your Sass entry point.

Bug fixes

Package A11Y Breaking Markup change Description
usa-banner Removed invalid styles from the banner component. These styles had no effect and were safely removed. Thanks @​aduth! (#​5587)
usa-dark-background, usa-section Yes Fixed :visited link styling in usa-section--dark elements. Thanks @​aduth! (#​5567)
usa-footer Fixed the right alignment of footer elements. Footer content should now align with other page elements. Thanks @​danbrady! (#​5234)\
usa-header, usa-nav Fixed the horizontal alignment of header submenu elements. Now, usa-nav__submenu elements should align with other header elements. Thanks @​lpsinger! (#​5649)
usa-nav Fixed the vertical alignment of the expand icon on header navigation items. The icon will now maintain vertical alignment when menu button text breaks to multiple lines. Thanks @​aduth! (#​5654)
usa-nav Fixed a bug that caused long button text to overflow into its padding. Now, button text breaks to multiple lines as expected and maintains vertical center alignment. (#​5655)
usa-nav Fixed a bug that prevented $theme-max-header-width from accepting a value of "none". (#​5624)
uswds-core Fixed a bug that prevented the CSS from generating .left-full, .right-full, and .top-full utility classes. (#​5633)

Dependencies and security

Dependency name Previous version New version
jsdom 19.0.0 22.1.0

Thanks @​deckar01 for contributing this dependency update!

0 vulnerabilities in regular dependencies (dependencies for USWDS projects installed with npm install @&#8203;uswds/uswds)
24 moderate, 27 high vulnerabilities in devDependencies (development dependencies).

Release TGZ SHA-256 hash: 6e1d3032e1a7ac614d05fe76c87cc398725d84e5ba0656a7a17c6ca4c7579526

axios/axios (axios)

v1.6.5

Compare Source

Bug Fixes
Contributors to this release

v1.6.4

Compare Source

Bug Fixes
  • security: fixed formToJSON prototype pollution vulnerability; (#​6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#​6163) (75af1cd)
Contributors to this release

v1.6.3

Compare Source

Bug Fixes
Contributors to this release

v1.6.2

Compare Source

Features
  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#​6046) (cff9967)
PRs
  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #​6046 )

📢 This PR added &#x27;withXSRFToken&#x27; option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Contributors to this release
JedWatson/classnames (classnames)

v2.5.1

Compare Source

  • Remove workspaces field from package (#​350)

v2.5.0

Compare Source

  • Restore ability to pass a TypeScript interface (#​341)
  • Add exports field to package (#​342)

v2.4.0

Compare Source

v2.3.3

Compare Source

motdotla/dotenv (dotenv)

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793
launchdarkly/react-client-sdk (launchdarkly-react-client-sdk)

v3.0.10

Compare Source

Fixed:
  • Added deferred initialization example.
  • Fixes #​228. Bumped js sdk dependency.
moment/luxon (luxon)

v3.4.4

Compare Source

pinojs/pino (pino)

v8.17.2

Compare Source

What's Changed

Full Changelog: pinojs/pino@v8.17.1...v8.17.2

v8.17.1

Compare Source

What's Changed

Full Changelog: pinojs/pino@v8.17.0...v8.17.1

v8.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.16.2...v8.17.0

v8.16.2

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v8.16.1...v8.16.2

jquense/yup (yup)

v1.3.3

Compare Source

Bug Fixes
  • addMethod: allow Schema without making TypeScript upset (f921fe6)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 20, 2023 18:09
@renovate renovate bot force-pushed the renovate/dependencies branch 15 times, most recently from 1a3ca38 to ef25b79 Compare November 28, 2023 03:03
@renovate renovate bot force-pushed the renovate/dependencies branch 8 times, most recently from 7ef6053 to a77fb90 Compare December 8, 2023 00:24
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from 00ec739 to 55366e3 Compare December 16, 2023 00:52
@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from 9c2800c to 259997e Compare January 6, 2024 22:44
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from e5696f8 to b3eb46e Compare January 13, 2024 00:04
@renovate renovate bot force-pushed the renovate/dependencies branch 9 times, most recently from dc6b1c0 to 5215d02 Compare January 22, 2024 22:19
@renovate renovate bot force-pushed the renovate/dependencies branch from 5215d02 to 5061db4 Compare January 25, 2024 18:00
Copy link
Contributor Author

renovate bot commented Jan 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@jcbcapps jcbcapps merged commit e08c1cd into main Jan 25, 2024
11 checks passed
@jcbcapps jcbcapps deleted the renovate/dependencies branch January 25, 2024 21:03
gidjin pushed a commit that referenced this pull request Jan 31, 2024
## [4.30.1](4.30.0...4.30.1) (2024-01-31)


### Bug Fixes

* **deps:** update dependencies ([#1156](#1156)) ([e08c1cd](e08c1cd))
* show no results if none found ([#1199](#1199)) ([d3dff33](d3dff33))
abbyoung pushed a commit that referenced this pull request Jan 31, 2024
## [4.30.1](4.30.0...4.30.1) (2024-01-31)


### Bug Fixes

* **deps:** update dependencies ([#1156](#1156)) ([e08c1cd](e08c1cd))
* show no results if none found ([#1199](#1199)) ([d3dff33](d3dff33))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant