From 17bbfbafe6f0141523e539b6df042a96a88ed369 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:02:08 +0000 Subject: [PATCH] chore(deps): update dependency @apollo/client to v3.12.6 (#8017) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.5` -> `3.12.6`](https://renovatebot.com/diffs/npm/@apollo%2fclient/3.12.5/3.12.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fclient/3.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fclient/3.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fclient/3.12.5/3.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fclient/3.12.5/3.12.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
apollographql/apollo-client (@​apollo/client) ### [`v3.12.6`](https://redirect.github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3126) [Compare Source](https://redirect.github.com/apollographql/apollo-client/compare/v3.12.5...v3.12.6) ##### Patch Changes - [#​12267](https://redirect.github.com/apollographql/apollo-client/pull/12267) [`d57429d`](https://redirect.github.com/apollographql/apollo-client/commit/d57429df336412bfdce5fc92b8299360c522d121) Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! - Maintain the `TData` type when used with `Unmasked` when `TData` is not a masked type generated from GraphQL Codegen. - [#​12270](https://redirect.github.com/apollographql/apollo-client/pull/12270) [`3601246`](https://redirect.github.com/apollographql/apollo-client/commit/3601246f6e7b4f8b2937e0d431e6b5a6964f9066) Thanks [@​jerelmiller](https://redirect.github.com/jerelmiller)! - Fix handling of tagged/branded primitive types when used as scalar values with `Unmasked`.
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8408e5766d9..50dd8ba1901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "packages/*" ], "devDependencies": { - "@apollo/client": "3.12.5", + "@apollo/client": "3.12.6", "@apollo/gateway": "2.9.3", "@apollo/subgraph": "2.9.3", "@apollo/utils.createhash": "2.0.2", @@ -101,9 +101,9 @@ "link": true }, "node_modules/@apollo/client": { - "version": "3.12.5", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.5.tgz", - "integrity": "sha512-lOE2TlHx1el4rHs8vaTE4IroyIO9/PD2w598YYiDahF0XSMDdsXMrTpOVh+FuQ6tZ+DXT+hsaMlilZqcFRgu+A==", + "version": "3.12.6", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.6.tgz", + "integrity": "sha512-MOEtkojZagMKB7nxlwQ426eaBYwEs/Xfn+JeLOd81wv6j7toKo57eEGAbJdZwyXGRgtiqDkX5gx3EzE7qtarXA==", "license": "MIT", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", @@ -14403,9 +14403,9 @@ "requires": {} }, "@apollo/client": { - "version": "3.12.5", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.5.tgz", - "integrity": "sha512-lOE2TlHx1el4rHs8vaTE4IroyIO9/PD2w598YYiDahF0XSMDdsXMrTpOVh+FuQ6tZ+DXT+hsaMlilZqcFRgu+A==", + "version": "3.12.6", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.12.6.tgz", + "integrity": "sha512-MOEtkojZagMKB7nxlwQ426eaBYwEs/Xfn+JeLOd81wv6j7toKo57eEGAbJdZwyXGRgtiqDkX5gx3EzE7qtarXA==", "requires": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/caches": "^1.0.0", diff --git a/package.json b/package.json index 90df075ce2f..5c76f4b4392 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "npm": ">=8.5.0" }, "devDependencies": { - "@apollo/client": "3.12.5", + "@apollo/client": "3.12.6", "@apollo/gateway": "2.9.3", "@apollo/subgraph": "2.9.3", "@apollo/utils.createhash": "2.0.2",