cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
35 stars 26 forks source link

fix(deps): update dependency @apollo/client to v3.10.3 #1791

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

apollographql/apollo-client (@​apollo/client) ### [`v3.10.3`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3103) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.10.2...v3.10.3) ##### Patch Changes - [#​11811](https://togithub.com/apollographql/apollo-client/pull/11811) [`d67d7f9`](https://togithub.com/apollographql/apollo-client/commit/d67d7f9a2943273cacaefb26a54184e81f12b022) Thanks [@​phryneas](https://togithub.com/phryneas)! - Adjust some types for React 19 compat - [#​11834](https://togithub.com/apollographql/apollo-client/pull/11834) [`7d8aad4`](https://togithub.com/apollographql/apollo-client/commit/7d8aad4a00b89e0208ee1563293c24025e6604ce) Thanks [@​psamim](https://togithub.com/psamim)! - Fix error "Cannot convert object to primitive value" ### [`v3.10.2`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3102) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.10.1...v3.10.2) ##### Patch Changes - [#​11821](https://togithub.com/apollographql/apollo-client/pull/11821) [`2675d3c`](https://togithub.com/apollographql/apollo-client/commit/2675d3c97e6c47c6e298382004c7c9c2d3ffed0c) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Fix a regression where rerendering a component with `useBackgroundQuery` would recreate the `queryRef` instance when used with React's strict mode. - [#​11821](https://togithub.com/apollographql/apollo-client/pull/11821) [`2675d3c`](https://togithub.com/apollographql/apollo-client/commit/2675d3c97e6c47c6e298382004c7c9c2d3ffed0c) Thanks [@​jerelmiller](https://togithub.com/jerelmiller)! - Revert the change introduced in [3.9.10](https://togithub.com/apollographql/apollo-client/releases/tag/v3.9.10) via [#​11738](https://togithub.com/apollographql/apollo-client/issues/11738) that disposed of queryRefs synchronously. This change caused too many issues with strict mode. ### [`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 - "on the 10th day of the month" (UTC), 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.