-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
ccd1736
to
3d83490
Compare
0f449f7
to
bfd18e1
Compare
e1cb0ae
to
b7c2137
Compare
b7c2137
to
ddc3744
Compare
Edited/Blocked NotificationRenovate 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", |
There was a problem hiding this comment.
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.
## [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))
This PR contains the following updates:
3.7.15
->3.7.17
5.0.0
->5.1.1
0.8.8
->0.8.9
16.6.0
->16.7.1
3.0.6
->3.0.8
3.7.3
->3.7.4
Release Notes
apollographql/apollo-client (@apollo/client)
v3.7.17
Compare Source
Patch Changes
b93388d75
Thanks @phryneas! - ObservableQuery.getCurrentResult: skip the cache if the running query should not access the cachev3.7.16
Compare Source
Patch Changes
#10806
cb1540504
Thanks @phryneas! - Fix a bug inPersistedQueryLink
that would cause it to permanently skip persisted queries after a 400 or 500 status code.#10807
b32369592
Thanks @phryneas! -PersistedQueryLink
will now also check for error codes inextensions
.#10982
b9be7a814
Thanks @sdeleur-sc! - UpdaterelayStylePagination
to avoid populatingstartCursor
when only a single cursor is present under theedges
field. Use that cursor only as theendCursor
.#10962
772cfa3cb
Thanks @jerelmiller! - RemoveuseGETForQueries
option inBatchHttpLink.Options
type since it is not supported.trussworks/react-uswds (@trussworks/react-uswds)
v5.1.1
Compare Source
Bug Fixes
v5.1.0
Compare Source
Features
Bug Fixes
xmldom/xmldom (@xmldom/xmldom)
v0.8.9
Compare Source
Fixed
#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 🐞
process.env
(@IvanGoncharov)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:
types
toexports
field in package.json to fix typescript compilation error when usingmoduleResolution: bundler
.v3.0.7
Compare Source
Changed:
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.
This PR has been generated by Mend Renovate. View repository job log here.