kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 309 forks source link

chore(deps): update dependency @apollo/client to v3.7.10 #1957

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.7 -> 3.7.10 age adoption passing confidence

Release Notes

apollographql/apollo-client ### [`v3.7.10`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#​3710) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.9...v3.7.10) ##### Patch Changes - [#​9438](https://togithub.com/apollographql/apollo-client/pull/9438) [`52a9c8ea1`](https://togithub.com/apollographql/apollo-client/commit/52a9c8ea1ac08ee53fe1ddbd4ded899ea00a1f9f) Thanks [@​dciesielkiewicz](https://togithub.com/dciesielkiewicz)! - Ensure the `client` option passed to `useMutation`'s execute function is used when provided. Previously this option was ignored. - [#​9124](https://togithub.com/apollographql/apollo-client/pull/9124) [`975b923c0`](https://togithub.com/apollographql/apollo-client/commit/975b923c0c0e7ddc8553917a91981e9f41713bc1) Thanks [@​andrebrantom](https://togithub.com/andrebrantom)! - Make `ApolloClient.writeQuery` and `ApolloClient.writeFragment` behave more like `cache.writeQuery` and `cache.writeFragment` by returning the reference returned by the cache. ### [`v3.7.9`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#​379) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.8...v3.7.9) ##### Patch Changes - [#​10560](https://togithub.com/apollographql/apollo-client/pull/10560) [`a561ecf43`](https://togithub.com/apollographql/apollo-client/commit/a561ecf4306c56770ba0713f0136174275887f1a) Thanks [@​benjamn](https://togithub.com/benjamn)! - Keep `__typename` fragment when it does not contain `@client` directive and strip out inline fragments which use a `@client` directive. Thanks [@​Gazler](https://togithub.com/Gazler) and [@​mtsmfm](https://togithub.com/mtsmfm)! - [#​10560](https://togithub.com/apollographql/apollo-client/pull/10560) [`251a12806`](https://togithub.com/apollographql/apollo-client/commit/251a12806d1fa38bc8723540fb2d696c39db1097) Thanks [@​benjamn](https://togithub.com/benjamn)! - Refactor `removeDirectivesFromDocument` to fix AST ordering sensitivities and avoid 1/3 AST traversals, potentially improving performance for large queries ### [`v3.7.8`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#​378) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.7...v3.7.8) ##### Patch Changes - [#​7555](https://togithub.com/apollographql/apollo-client/pull/7555) [`45562d6fa`](https://togithub.com/apollographql/apollo-client/commit/45562d6fa20eab658bd86d79d092862ace4e1225) Thanks [@​TheCeloReis](https://togithub.com/TheCeloReis)! - Adds `TVariables` generic to `GraphQLRequest` and `MockedResponse` interfaces. - [#​10526](https://togithub.com/apollographql/apollo-client/pull/10526) [`1d13de4f1`](https://togithub.com/apollographql/apollo-client/commit/1d13de4f190150e96d61a9e987274ee6c249dbef) Thanks [@​benjamn](https://togithub.com/benjamn)! - Tolerate undefined `concast.sources` if `complete` called earlier than `concast.start` - [#​10497](https://togithub.com/apollographql/apollo-client/pull/10497) [`8a883d8a1`](https://togithub.com/apollographql/apollo-client/commit/8a883d8a1c8899f94a3e2ae09cb2069bde2b2150) Thanks [@​nevir](https://togithub.com/nevir)! - Update `SingleExecutionResult` and `IncrementalPayload`'s `data` types such that they no longer include `undefined`, which was not a valid runtime value, to fix errors when TypeScript's `exactOptionalPropertyTypes` is enabled.

Configuration

📅 Schedule: Branch creation - "after 11pm every weekday,before 6am every weekday" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 8ae061ba86448c5755a0c66668b4a21067f4b9cd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 1 year ago
### 💻 Website Preview The latest changes are available as preview in: [https://e79a35a8.apollo-angular.pages.dev](https://e79a35a8.apollo-angular.pages.dev)