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

Update dependency @apollo/client to v3.7.7 - autoclosed #1906

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.5 -> 3.7.7 age adoption passing confidence

Release Notes

apollographql/apollo-client ### [`v3.7.7`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#​377) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.6...v3.7.7) ##### Patch Changes - [#​10502](https://togithub.com/apollographql/apollo-client/pull/10502) [`315faf9ca`](https://togithub.com/apollographql/apollo-client/commit/315faf9ca5b326852919ab7fc2082d6ba92bcb59) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Log a warning to the console when a mock passed to `MockedProvider` or `MockLink` cannot be matched to a query during a test. This makes it easier to debug user errors in the mock setup, such as typos, especially if the query under test is using an `errorPolicy` set to `ignore`, which makes it difficult to know that a match did not occur. - [#​10499](https://togithub.com/apollographql/apollo-client/pull/10499) [`9e54f5dfa`](https://togithub.com/apollographql/apollo-client/commit/9e54f5dfa05fd363e534c432ba8c569bb96a6e35) Thanks [@​phryneas](https://togithub.com/phryneas)! - Allow the execution function returned by `useLazyQuery` to change the query. - [#​10362](https://togithub.com/apollographql/apollo-client/pull/10362) [`14a56b105`](https://togithub.com/apollographql/apollo-client/commit/14a56b105fefcbb2ce5daa9fd6924e5decafcc16) Thanks [@​mccraveiro](https://togithub.com/mccraveiro)! - Fix error when server returns an error and we are also querying for a local field ### [`v3.7.6`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#​376) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.5...v3.7.6) ##### Patch Changes - [#​10470](https://togithub.com/apollographql/apollo-client/pull/10470) [`47435e879`](https://togithub.com/apollographql/apollo-client/commit/47435e879ebc867d9fc3de5b6fd5785204b4dbd4) Thanks [@​alessbell](https://togithub.com/alessbell)! - Bumps TypeScript to `4.9.4` (previously `4.7.4`) and updates types to account for changes in TypeScript 4.8 by [propagating contstraints on generic types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#unconstrained-generics-no-longer-assignable-to). Technically this makes some types stricter as attempting to pass `null|undefined` into certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place. - [#​10408](https://togithub.com/apollographql/apollo-client/pull/10408) [`55ffafc58`](https://togithub.com/apollographql/apollo-client/commit/55ffafc585e9eb66314755b4f40804b8b8affb13) Thanks [@​zlrlo](https://togithub.com/zlrlo)! - fix: modify BatchHttpLink to have a separate timer for each different batch key - [#​9573](https://togithub.com/apollographql/apollo-client/pull/9573) [`4a4f48dda`](https://togithub.com/apollographql/apollo-client/commit/4a4f48dda8dd290ef110aed9e4e73d0c1c977c31) Thanks [@​vladar](https://togithub.com/vladar)! - Improve performance of local resolvers by only executing selection sets that contain an `@client` directive. Previously, local resolvers were executed even when the field did not contain `@client`. While the result was properly discarded, the unncessary work could negatively affect query performance, sometimes signficantly.

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: 8aa2dc9344629ecb453b6b6e90981b8a125f272e

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 to the website are available as preview in: [https://14f794d1.apollo-angular.pages.dev](https://14f794d1.apollo-angular.pages.dev)