Update dependency @apollo/client to v3.7.7 - autoclosed
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @apollo/client (source) | 3.7.5 -> 3.7.7 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
apollographql/apollo-client
v3.7.7
Patch Changes
-
#10502
315faf9caThanks @jerelmiller! - Log a warning to the console when a mock passed toMockedProviderorMockLinkcannot 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 anerrorPolicyset toignore, which makes it difficult to know that a match did not occur. -
#10499
9e54f5dfaThanks @phryneas! - Allow the execution function returned byuseLazyQueryto change the query. -
#10362
14a56b105Thanks @mccraveiro! - Fix error when server returns an error and we are also querying for a local field
v3.7.6
Patch Changes
-
#10470
47435e879Thanks @alessbell! - Bumps TypeScript to4.9.4(previously4.7.4) and updates types to account for changes in TypeScript 4.8 by propagating contstraints on generic types. Technically this makes some types stricter as attempting to passnull|undefinedinto certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place. -
#10408
55ffafc58Thanks @zlrlo! - fix: modify BatchHttpLink to have a separate timer for each different batch key -
#9573
4a4f48ddaThanks @vladar! - Improve performance of local resolvers by only executing selection sets that contain an@clientdirective. 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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.