Quramy / ts-graphql-plugin

TypeScript Language Service Plugin for GraphQL developers
MIT License
726 stars 26 forks source link

chore(deps): update dependency @apollo/client to v3.10.1 #1312

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

apollographql/apollo-client (@​apollo/client) ### [`v3.10.1`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3101) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.10.0...v3.10.1) ##### Patch Changes - [#​11792](https://togithub.com/apollographql/apollo-client/pull/11792) [`5876c35`](https://togithub.com/apollographql/apollo-client/commit/5876c35530a21473207954d1f0c2b7dd00c0b9ea) Thanks [@​phryneas](https://togithub.com/phryneas)! - AutoCleanedCache: only schedule batched cache cleanup if the cache is full (fixes [#​11790](https://togithub.com/apollographql/apollo-client/issues/11790)) - [#​11799](https://togithub.com/apollographql/apollo-client/pull/11799) [`1aca7ed`](https://togithub.com/apollographql/apollo-client/commit/1aca7ed5a3accf2303ccdf9b3dece7278f03ad62) Thanks [@​phryneas](https://togithub.com/phryneas)! - `RenderPromises`: use `canonicalStringify` to serialize `variables` to ensure query deduplication is properly applied even when `variables` are specified in a different order. - [#​11803](https://togithub.com/apollographql/apollo-client/pull/11803) [`bf9dd17`](https://togithub.com/apollographql/apollo-client/commit/bf9dd17b288f33901e9421bcc0eacb3894c087af) Thanks [@​phryneas](https://togithub.com/phryneas)! - Update the `rehackt` dependency to `^0.1.0` - [#​11756](https://togithub.com/apollographql/apollo-client/pull/11756) [`60592e9`](https://togithub.com/apollographql/apollo-client/commit/60592e95399c3695d1d49a4c39ad29f00d4059fd) Thanks [@​henryqdineen](https://togithub.com/henryqdineen)! - Fix operation.setContext() type ### [`v3.10.0`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3100) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.9.11...v3.10.0) ##### Minor Changes - [#​11605](https://togithub.com/apollographql/apollo-client/pull/11605) [`e2dd4c9`](https://togithub.com/apollographql/apollo-client/commit/e2dd4c95290cea604b548cc446826d89aafe8e11) Thanks [@​alessbell](https://togithub.com/alessbell)! - Adds `createMockFetch` utility for integration testing that includes the link chain - [#​11760](https://togithub.com/apollographql/apollo-client/pull/11760) [`acd1982`](https://togithub.com/apollographql/apollo-client/commit/acd1982a59ed66fc44fa9e70b08a31c69dac35a6) Thanks [@​alessbell](https://togithub.com/alessbell)! - `createTestSchema` now uses graphql-tools `mergeResolvers` to merge resolvers instead of a shallow merge. - [#​11764](https://togithub.com/apollographql/apollo-client/pull/11764) [`f046aa9`](https://togithub.com/apollographql/apollo-client/commit/f046aa9fc24ac197a797045d280811a3bbe05806) Thanks [@​alessbell](https://togithub.com/alessbell)! - Rename `createProxiedSchema` to `createTestSchema` and `createMockFetch` to `createSchemaFetch`. - [#​11777](https://togithub.com/apollographql/apollo-client/pull/11777) [`5dfc79f`](https://togithub.com/apollographql/apollo-client/commit/5dfc79fa6d974362f38361f7dffbe984a9546377) Thanks [@​alessbell](https://togithub.com/alessbell)! - Call `createMockSchema` inside `createTestSchema`. - [#​11774](https://togithub.com/apollographql/apollo-client/pull/11774) [`2583488`](https://togithub.com/apollographql/apollo-client/commit/2583488677912cb4500e5fb9e3f91b5c113c4cdb) Thanks [@​alessbell](https://togithub.com/alessbell)! - Add ability to set min and max delay in `createSchemaFetch` - [#​11605](https://togithub.com/apollographql/apollo-client/pull/11605) [`e2dd4c9`](https://togithub.com/apollographql/apollo-client/commit/e2dd4c95290cea604b548cc446826d89aafe8e11) Thanks [@​alessbell](https://togithub.com/alessbell)! - Adds proxiedSchema and createMockSchema testing utilities - [#​11465](https://togithub.com/apollographql/apollo-client/pull/11465) [`7623da7`](https://togithub.com/apollographql/apollo-client/commit/7623da7720855b0c19e13ff9124679f426a39725) Thanks [@​alessbell](https://togithub.com/alessbell)! - Add `watchFragment` method to the cache and expose it on ApolloClient, refactor `useFragment` using `watchFragment`. - [#​11743](https://togithub.com/apollographql/apollo-client/pull/11743) [`78891f9`](https://togithub.com/apollographql/apollo-client/commit/78891f9ec81c0b7a7e010f5550a91965fa33a958) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Remove alpha designation for `queryRef.toPromise()` to stabilize the API. - [#​11743](https://togithub.com/apollographql/apollo-client/pull/11743) [`78891f9`](https://togithub.com/apollographql/apollo-client/commit/78891f9ec81c0b7a7e010f5550a91965fa33a958) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Remove alpha designation for `createQueryPreloader` to stabilize the API. - [#​11783](https://togithub.com/apollographql/apollo-client/pull/11783) [`440563a`](https://togithub.com/apollographql/apollo-client/commit/440563ab2c47efcb9c7d08f52531ade33d753037) Thanks [@​alessbell](https://togithub.com/alessbell)! - Moves new testing utilities to their own entrypoint, `testing/experimental` ##### Patch Changes - [#​11757](https://togithub.com/apollographql/apollo-client/pull/11757) [`9825295`](https://togithub.com/apollographql/apollo-client/commit/982529530893f66a1d236f0fff53862e513fc9a8) Thanks [@​phryneas](https://togithub.com/phryneas)! - Adjust `useReadQuery` wrapper logic to work with transported objects. - [#​11771](https://togithub.com/apollographql/apollo-client/pull/11771) [`e72cbba`](https://togithub.com/apollographql/apollo-client/commit/e72cbba07e5caa6d75b44ca8c766846e855a6c93) Thanks [@​phryneas](https://togithub.com/phryneas)! - Wrap `useQueryRefHandlers` in `wrapHook`. - [#​11754](https://togithub.com/apollographql/apollo-client/pull/11754) [`80d2ba5`](https://togithub.com/apollographql/apollo-client/commit/80d2ba579fe6d2a2d102d1fe79d7d503f31cd931) Thanks [@​alessbell](https://togithub.com/alessbell)! - Export `WatchFragmentOptions` and `WatchFragmentResult` from main entrypoint and fix bug where `this` wasn't bound to the `watchFragment` method on `ApolloClient`.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.97%. Comparing base (563cab8) to head (1ebacb6).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/Quramy/ts-graphql-plugin/pull/1312/graphs/tree.svg?width=650&height=150&src=pr&token=Kz1gKB5U03&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yosuke+Kurami)](https://app.codecov.io/gh/Quramy/ts-graphql-plugin/pull/1312?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yosuke+Kurami) ```diff @@ Coverage Diff @@ ## main #1312 +/- ## ========================================== - Coverage 96.33% 95.97% -0.37% ========================================== Files 80 80 Lines 5956 5956 Branches 1186 1174 -12 ========================================== - Hits 5738 5716 -22 - Misses 211 234 +23 + Partials 7 6 -1 ``` [see 7 files with indirect coverage changes](https://app.codecov.io/gh/Quramy/ts-graphql-plugin/pull/1312/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yosuke+Kurami)