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 311 forks source link

chore(deps): update dependency @apollo/client to v3.7.11 #1992

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.10 -> 3.7.11 age adoption passing confidence

Release Notes

apollographql/apollo-client ### [`v3.7.11`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#​3711) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.10...v3.7.11) ##### Patch Changes - [#​10586](https://togithub.com/apollographql/apollo-client/pull/10586) [`4175af594`](https://togithub.com/apollographql/apollo-client/commit/4175af59419dbb698c32c074f44229f3a5b3b83d) Thanks [@​alessbell](https://togithub.com/alessbell)! - Improve WebSocket error handling for generic `Event` received on error. For more information see . - [#​10411](https://togithub.com/apollographql/apollo-client/pull/10411) [`152baac34`](https://togithub.com/apollographql/apollo-client/commit/152baac343b8b68c7a2d4691d5dc60d9e43e62bb) Thanks [@​lovasoa](https://togithub.com/lovasoa)! - Simplify error message generation and make 'undefined' an impossible message string. - [#​10592](https://togithub.com/apollographql/apollo-client/pull/10592) [`cdb98ae08`](https://togithub.com/apollographql/apollo-client/commit/cdb98ae082ae4c7da6cd6a0fd5ad8457810fceda) Thanks [@​alessbell](https://togithub.com/alessbell)! - Adds support for multipart subscriptions in `HttpLink`. - [#​10698](https://togithub.com/apollographql/apollo-client/pull/10698) [`38508a251`](https://togithub.com/apollographql/apollo-client/commit/38508a251423057fd8a0df50230f50e0a5dde5fd) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Changes the behavior of `useLazyQuery` introduced in [#​10427](https://togithub.com/apollographql/apollo-client/pull/10427) where unmounting a component before a query was resolved would reject the promise with an abort error. Instead, the promise will now resolve naturally with the result from the request. Other notable fixes: - Kicking off multiple requests in parallel with the execution function will now ensure each returned promise is resolved with the data from its request. Previously, each promise was resolved with data from the last execution. - Re-rendering `useLazyQuery` with a different query document will now ensure the execution function uses the updated query document. Previously, only the query document rendered the first time would be used for the request. - [#​10660](https://togithub.com/apollographql/apollo-client/pull/10660) [`364bee98f`](https://togithub.com/apollographql/apollo-client/commit/364bee98fe193a7915664c1a5b206fd52793f85a) Thanks [@​alessbell](https://togithub.com/alessbell)! - Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users. - [#​10597](https://togithub.com/apollographql/apollo-client/pull/10597) [`8fb9d190d`](https://togithub.com/apollographql/apollo-client/commit/8fb9d190dbf48147412517643e3e425a7d48c49c) Thanks [@​phryneas](https://togithub.com/phryneas)! - Fix a bug where an incoming cache update could prevent future updates from the active link. - [#​10629](https://togithub.com/apollographql/apollo-client/pull/10629) [`02605bb3c`](https://togithub.com/apollographql/apollo-client/commit/02605bb3c9e148bf87a6e52b4a9ecc7d523ef9f6) Thanks [@​phryneas](https://togithub.com/phryneas)! - `useQuery`: delay unsubscribe to fix race conditions

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: 4a69cb88b002513a455776c058990f65427bf8f2

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://db4a8cc0.apollo-angular.pages.dev](https://db4a8cc0.apollo-angular.pages.dev)