Bump @apollo/client from 3.7.17 to 3.10.3 in /source/elegant
Bumps @apollo/client from 3.7.17 to 3.10.3.
Release notes
Sourced from @​apollo/client's releases.
v3.10.3
Patch Changes
#11811
d67d7f9Thanks@​phryneas! - Adjust some types for React 19 compat#11834
7d8aad4Thanks@​psamim! - Fix error "Cannot convert object to primitive value"v3.10.2
Patch Changes
#11821
2675d3cThanks@​jerelmiller! - Fix a regression where rerendering a component withuseBackgroundQuerywould recreate thequeryRefinstance when used with React's strict mode.#11821
2675d3cThanks@​jerelmiller! - Revert the change introduced in 3.9.10 via #11738 that disposed of queryRefs synchronously. This change caused too many issues with strict mode.v3.10.1
Patch Changes
#11792
5876c35Thanks@​phryneas! - AutoCleanedCache: only schedule batched cache cleanup if the cache is full (fixes #11790)#11799
1aca7edThanks@​phryneas! -RenderPromises: usecanonicalStringifyto serializevariablesto ensure query deduplication is properly applied even whenvariablesare specified in a different order.#11803
bf9dd17Thanks@​phryneas! - Update therehacktdependency to^0.1.0#11756
60592e9Thanks@​henryqdineen! - Fix operation.setContext() typev3.10.0
Minor Changes
#11605
e2dd4c9Thanks@​alessbell! - AddscreateMockFetchutility for integration testing that includes the link chain#11760
acd1982Thanks@​alessbell! -createTestSchemanow uses graphql-toolsmergeResolversto merge resolvers instead of a shallow merge.#11764
f046aa9Thanks@​alessbell! - RenamecreateProxiedSchematocreateTestSchemaandcreateMockFetchtocreateSchemaFetch.#11777
5dfc79fThanks@​alessbell! - CallcreateMockSchemainsidecreateTestSchema.#11774
2583488Thanks@​alessbell! - Add ability to set min and max delay increateSchemaFetch#11605
e2dd4c9Thanks@​alessbell! - Adds proxiedSchema and createMockSchema testing utilities#11465
7623da7Thanks@​alessbell! - AddwatchFragmentmethod to the cache and expose it on ApolloClient, refactoruseFragmentusingwatchFragment.#11743
78891f9Thanks@​jerelmiller! - Remove alpha designation forqueryRef.toPromise()to stabilize the API.#11743
78891f9Thanks@​jerelmiller! - Remove alpha designation forcreateQueryPreloaderto stabilize the API.#11783
440563aThanks@​alessbell! - Moves new testing utilities to their own entrypoint,testing/experimentalPatch Changes
... (truncated)
Changelog
Sourced from @​apollo/client's changelog.
3.10.3
Patch Changes
#11811
d67d7f9Thanks@​phryneas! - Adjust some types for React 19 compat#11834
7d8aad4Thanks@​psamim! - Fix error "Cannot convert object to primitive value"3.10.2
Patch Changes
#11821
2675d3cThanks@​jerelmiller! - Fix a regression where rerendering a component withuseBackgroundQuerywould recreate thequeryRefinstance when used with React's strict mode.#11821
2675d3cThanks@​jerelmiller! - Revert the change introduced in 3.9.10 via #11738 that disposed of queryRefs synchronously. This change caused too many issues with strict mode.3.10.1
Patch Changes
#11792
5876c35Thanks@​phryneas! - AutoCleanedCache: only schedule batched cache cleanup if the cache is full (fixes #11790)#11799
1aca7edThanks@​phryneas! -RenderPromises: usecanonicalStringifyto serializevariablesto ensure query deduplication is properly applied even whenvariablesare specified in a different order.#11803
bf9dd17Thanks@​phryneas! - Update therehacktdependency to^0.1.0#11756
60592e9Thanks@​henryqdineen! - Fix operation.setContext() type3.10.0
Minor Changes
#11605
e2dd4c9Thanks@​alessbell! - AddscreateMockFetchutility for integration testing that includes the link chain#11760
acd1982Thanks@​alessbell! -createTestSchemanow uses graphql-toolsmergeResolversto merge resolvers instead of a shallow merge.#11764
f046aa9Thanks@​alessbell! - RenamecreateProxiedSchematocreateTestSchemaandcreateMockFetchtocreateSchemaFetch.#11777
5dfc79fThanks@​alessbell! - CallcreateMockSchemainsidecreateTestSchema.#11774
2583488Thanks@​alessbell! - Add ability to set min and max delay increateSchemaFetch#11605
e2dd4c9Thanks@​alessbell! - Adds proxiedSchema and createMockSchema testing utilities#11465
7623da7Thanks@​alessbell! - AddwatchFragmentmethod to the cache and expose it on ApolloClient, refactoruseFragmentusingwatchFragment.#11743
78891f9Thanks@​jerelmiller! - Remove alpha designation forqueryRef.toPromise()to stabilize the API.#11743
78891f9Thanks@​jerelmiller! - Remove alpha designation forcreateQueryPreloaderto stabilize the API.
... (truncated)
Commits
50da867Version Packages (#11833)6d58543chore(deps): pin dependencies (#11726)fe109b2chore(deps): update all dependencies - patch updates (#11829)5639f33chore(deps): update cimg/node docker tag to v22.1.0 (#11830)7d8aad4Create a new object for console to have a prototype with toString method (#11...723784bchore(docs): fix url for skipToken (#11832)d67d7f9update react and run tests in both 18.3 and 19-beta (#11811)d290196Version Packages (#11827)2675d3cFix issue wherequeryRefis recreated unnecessarily in strict mode (#11821)c158c28Upgrade react testing library (#11826)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)