Skip to content

Commit 037e9ed

Browse files
chore(deps): update dependency @apollo/client to v3.12.10 (#8030)
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.9` -> `3.12.10`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.12.9/3.12.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.12.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.12.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.12.9/3.12.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.12.9/3.12.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apollographql/apollo-client (@&#8203;apollo/client)</summary> ### [`v3.12.10`](https://redirect.github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#31210) [Compare Source](https://redirect.github.com/apollographql/apollo-client/compare/v3.12.9...v3.12.10) ##### Patch Changes - [#&#8203;12341](https://redirect.github.com/apollographql/apollo-client/pull/12341) [`f2bb0b9`](https://redirect.github.com/apollographql/apollo-client/commit/f2bb0b9955564e432345ee8bd431290e698d092c) Thanks [@&#8203;phryneas](https://redirect.github.com/phryneas)! - `useReadQuery`/`useQueryRefHandlers`: Fix a "hook order" warning that might be emitted in React 19 dev mode. - [#&#8203;12342](https://redirect.github.com/apollographql/apollo-client/pull/12342) [`219b26b`](https://redirect.github.com/apollographql/apollo-client/commit/219b26ba5a697981ad700e05b926d42db0fb8e59) Thanks [@&#8203;phryneas](https://redirect.github.com/phryneas)! - Add `graphql-ws` `^6.0.3` as a valid `peerDependency` </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6Y2hyaXN0bWFzX3RyZWU6IGRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe68690 commit 037e9ed

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

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

package.json

+1-1
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.9",
41+
"@apollo/client": "3.12.10",
4242
"@apollo/gateway": "2.9.3",
4343
"@apollo/subgraph": "2.9.3",
4444
"@apollo/utils.createhash": "2.0.2",

0 commit comments

Comments
 (0)