Closed renovate[bot] closed 6 months ago
Latest commit: 35347008dd17f63c83024feeeec1f41542d08478
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.
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
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
This PR contains the following updates:
3.9.11
->3.10.1
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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.