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 #1059

Merged
merged 2 commits into from
Jul 21, 2023
Merged

fix(deps): update dependencies #1059

merged 2 commits into from
Jul 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.15 -> 3.7.17 age adoption passing confidence
@trussworks/react-uswds 5.0.0 -> 5.1.1 age adoption passing confidence
@xmldom/xmldom 0.8.8 -> 0.8.9 age adoption passing confidence
graphql 16.6.0 -> 16.7.1 age adoption passing confidence
launchdarkly-react-client-sdk 3.0.6 -> 3.0.8 age adoption passing confidence
mongodb 3.7.3 -> 3.7.4 age adoption passing confidence

Release Notes

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

v3.7.17

Compare Source

Patch Changes

v3.7.16

Compare Source

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

v5.1.1

Compare Source

Bug Fixes
  • Set alternative text on SVG img icon in menu close button (#​2500) (ebdca5b)

v5.1.0

Compare Source

Features
Bug Fixes
  • a11y: adds css to hide search clear button that causes accessibility issues (#​2467) (d19527f)
  • added error param, test, story (#​2488) (42da85d)
xmldom/xmldom (@​xmldom/xmldom)

v0.8.9

Compare Source

Fixed
  • Set nodeName property in ProcessingInstruction #509 / #505

Thank you, @​cjbarth, for your contributions

graphql/graphql-js (graphql)

v16.7.1

Compare Source

v16.7.1 (2023-06-22)

📢 Big shout out to @​phryneas, who managed to reproduce this issue and come up with this fix.

Bug Fix 🐞
Committers: 1

v16.7.0

Compare Source

v16.7.0 (2023-06-21)

New Feature 🚀
Bug Fix 🐞
Committers: 3
launchdarkly/react-client-sdk (launchdarkly-react-client-sdk)

v3.0.8

Compare Source

Fixed:
  • #​202 Use bootstrap values if there's an error initializing the client.
  • #​208 Add types to exports field in package.json to fix typescript compilation error when using moduleResolution: bundler.

v3.0.7

Compare Source

Changed:
  • This release introduces rollup to bundle the build output. The bundle is minified and supports both cjs and esm.
mongodb/node-mongodb-native (mongodb)

v3.7.4

Compare Source

The MongoDB Node.js team is pleased to announce version 3.7.4 of the mongodb package!

Release Highlights

This release fixes a bug that throws a type error when SCRAM-SHA-256 is used with saslprep in a webpacked environment.

3.7.4 (2023-06-21)
Bug Fixes

Documentation

We invite you to try the mongodb library immediately, and report any issues to the NODE project.


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 June 26, 2023 14:28
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from ccd1736 to 3d83490 Compare July 6, 2023 19:03
@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from 0f449f7 to bfd18e1 Compare July 15, 2023 18:13
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from e1cb0ae to b7c2137 Compare July 20, 2023 21:52
@renovate renovate bot force-pushed the renovate/dependencies branch from b7c2137 to ddc3744 Compare July 20, 2023 22:48
@renovate
Copy link
Contributor Author

renovate bot commented Jul 21, 2023

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.

@@ -154,14 +154,13 @@
"sass-loader": "13.3.2",
"storybook": "7.1.0",
"storybook-addon-apollo-client": "5.0.0",
"storybook-addon-launchdarkly": "2.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not using this right now and with the update to launchdarkly-react-client-sdk 3.0.8 it caused the build to fail. Removing it fixed that. We can revisit later if we realize we do need this addon.

@gidjin gidjin merged commit 441a35c into main Jul 21, 2023
@gidjin gidjin deleted the renovate/dependencies branch July 21, 2023 18:42
gidjin pushed a commit that referenced this pull request Sep 11, 2023
## [4.23.0](4.22.1...4.23.0) (2023-09-11)


### Features

* Add resolvers and mutations for managing weather widget ([#1075](#1075)) ([a652766](a652766))
* Add support for CTA to link a document ([#1082](#1082)) ([fa0a6bb](fa0a6bb))
* Change h3 from book weight to bold weight ([#1076](#1076)) ([c92ae65](c92ae65))
* Create weather widget ([#1079](#1079)) ([3e6b91d](3e6b91d))
* Load user personnel data into portal ([#1088](#1088)) ([fe0a1d8](fe0a1d8))
* new loader animation ([#1085](#1085)) ([b099904](b099904))


### Bug Fixes

* **deps:** update dependencies ([#1059](#1059)) ([441a35c](441a35c))
* design: dark mode adjustments ([#1091](#1091)) ([9c67a4a](9c67a4a))
* design: Footer styling refactor for accessibility and responsive design improvements ([#1081](#1081)) ([18dd17f](18dd17f))
* local personnel-api service targets builder stage only ([#1084](#1084)) ([94950eb](94950eb))
* storybook dark theme ([#1065](#1065)) ([c5deda3](c5deda3))
* storybook deploy ([#1072](#1072)) ([ee21044](ee21044))


### Security Improvements

* **deps:** update auto-instrumentations-web and auto-instrumentations-node ([#1087](#1087)) ([71236b8](71236b8))
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