Skip to content

Commit 042d5a0

Browse files
chore(deps): update all non-major dependencies (#7998)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/client](https://www.apollographql.com/docs/react/) ([source](https://redirect.github.com/apollographql/apollo-client)) | [`3.12.0` -> `3.12.2`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.12.0/3.12.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.12.0/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.12.0/3.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [express](http://expressjs.com/) ([source](https://redirect.github.com/expressjs/express)) | [`4.21.1` -> `4.21.2`](https://renovatebot.com/diffs/npm/express/4.21.1/4.21.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/express/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/express/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/express/4.21.1/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/express/4.21.1/4.21.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apollographql/apollo-client (@&#8203;apollo/client)</summary> ### [`v3.12.2`](https://redirect.github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3122) [Compare Source](https://redirect.github.com/apollographql/apollo-client/compare/v3.12.1...v3.12.2) ##### Patch Changes - [#&#8203;12175](https://redirect.github.com/apollographql/apollo-client/pull/12175) [`84af347`](https://redirect.github.com/apollographql/apollo-client/commit/84af347d53bc31df4a6a90a55e7c98413144376a) Thanks [@&#8203;jerelmiller](https://redirect.github.com/jerelmiller)! - Update peer deps to allow for React 19 stable release. ### [`v3.12.1`](https://redirect.github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3121) [Compare Source](https://redirect.github.com/apollographql/apollo-client/compare/v3.12.0...v3.12.1) ##### Patch Changes - [#&#8203;12171](https://redirect.github.com/apollographql/apollo-client/pull/12171) [`e1efe74`](https://redirect.github.com/apollographql/apollo-client/commit/e1efe74c61b5f31fdd122ff8f4ce01012d0f5398) Thanks [@&#8203;phryneas](https://redirect.github.com/phryneas)! - Fix import extension in masking entry point. </details> <details> <summary>expressjs/express (express)</summary> ### [`v4.21.2`](https://redirect.github.com/expressjs/express/compare/4.21.1...1faf228935aa0a13111f92c28ee795be64ce3f0f) [Compare Source](https://redirect.github.com/expressjs/express/compare/4.21.1...4.21.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apollographql/apollo-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiOmNocmlzdG1hc190cmVlOiBkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87e095d commit 042d5a0

File tree

2 files changed

+31
-26
lines changed

2 files changed

+31
-26
lines changed

package-lock.json

+29-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"npm": ">=8.5.0"
3939
},
4040
"devDependencies": {
41-
"@apollo/client": "3.12.0",
41+
"@apollo/client": "3.12.2",
4242
"@apollo/gateway": "2.9.3",
4343
"@apollo/subgraph": "2.9.3",
4444
"@apollo/utils.createhash": "2.0.1",
@@ -78,7 +78,7 @@
7878
"cspell": "6.31.3",
7979
"eslint": "8.57.1",
8080
"eslint-plugin-import": "2.31.0",
81-
"express": "4.21.1",
81+
"express": "4.21.2",
8282
"graphql": "16.9.0",
8383
"graphql-subscriptions": "2.0.0",
8484
"graphql-tag": "2.12.6",

0 commit comments

Comments
 (0)