Bump @apollo/client from 3.8.1 to 3.10.8 in /frontend
Bumps @apollo/client from 3.8.1 to 3.10.8.
Release notes
Sourced from @apollo/client's releases.
v3.10.8
Patch Changes
- #11911
1f0460aThanks@jerelmiller! - Allowundefinedto be returned from acache.modifymodifier function when a generic type argument is used.v3.10.7
Patch Changes
#11901
10a8c0aThanks@phryneas! - updatecanUseLayoutEffectcheck to also allow for layout effects in React Native#11861
1aed0e8Thanks@henryqdineen! - Defend against non-serializable params ininvariantWrappers#11905
29755daThanks@phryneas! - Add.d.ctsfiles for cjs bundles#11906
d104759Thanks@phryneas! - chore: update TypeScript to 5.5v3.10.6
Patch Changes
- #11900
f745558Thanks@phryneas! -useMutation: useuseIsomorphicLayoutEffectinstead ofuseLayoutEffectv3.10.5
Patch Changes
#11888
7fb7939Thanks@phryneas! - switchuseRenderGuardto an approach not accessing React's internals#11511
6536369Thanks@phryneas! -useLoadableQuery: ensure thatloadQueryis updated if the ApolloClient instance changes#11860
8740f19Thanks@alessbell! - Fixes #11849 by reevaluatingwindow.fetcheach timeBatchHttpLinkuses it, if not configured viaoptions.fetch. Takes the same approach as PR #8603 which fixed the same issue inHttpLink.#11852
d502a69Thanks@phryneas! - Fix a bug where calling theuseMutationresetfunction would point the hook to an outdatedclientreference.#11329
3d164eaThanks@PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string#11852
d502a69Thanks@phryneas! - Prevent writing to a ref in render inuseMutation. As a result, you might encounter problems in the future if you call the mutation'sexecutefunction during render. Please note that this was never supported behavior, and we strongly recommend against it.#11848
ad63924Thanks@phryneas! - Ensure covariant behavior:MockedResponse<X,Y>should be assignable toMockedResponse#11851
45c47beThanks@phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.#11877
634d91aThanks@phryneas! - Add missing name to tuple member (fix TS5084)#11851
45c47beThanks@phryneas! - Fix a bug whereuseLazyQuerywould not pick up a client change.v3.10.4
Patch Changes
- #11838
8475346Thanks@alex-kinokon! - Don’t prompt for DevTools installation for browser extension page
... (truncated)
Changelog
Sourced from @apollo/client's changelog.
3.10.8
Patch Changes
- #11911
1f0460aThanks@jerelmiller! - Allowundefinedto be returned from acache.modifymodifier function when a generic type argument is used.3.10.7
Patch Changes
#11901
10a8c0aThanks@phryneas! - updatecanUseLayoutEffectcheck to also allow for layout effects in React Native#11861
1aed0e8Thanks@henryqdineen! - Defend against non-serializable params ininvariantWrappers#11905
29755daThanks@phryneas! - Add.d.ctsfiles for cjs bundles#11906
d104759Thanks@phryneas! - chore: update TypeScript to 5.53.10.6
Patch Changes
- #11900
f745558Thanks@phryneas! -useMutation: useuseIsomorphicLayoutEffectinstead ofuseLayoutEffect3.10.5
Patch Changes
#11888
7fb7939Thanks@phryneas! - switchuseRenderGuardto an approach not accessing React's internals#11511
6536369Thanks@phryneas! -useLoadableQuery: ensure thatloadQueryis updated if the ApolloClient instance changes#11860
8740f19Thanks@alessbell! - Fixes #11849 by reevaluatingwindow.fetcheach timeBatchHttpLinkuses it, if not configured viaoptions.fetch. Takes the same approach as PR #8603 which fixed the same issue inHttpLink.#11852
d502a69Thanks@phryneas! - Fix a bug where calling theuseMutationresetfunction would point the hook to an outdatedclientreference.#11329
3d164eaThanks@PaLy! - Fix graphQLErrors in Error Link if networkError.result is an empty string#11852
d502a69Thanks@phryneas! - Prevent writing to a ref in render inuseMutation. As a result, you might encounter problems in the future if you call the mutation'sexecutefunction during render. Please note that this was never supported behavior, and we strongly recommend against it.#11848
ad63924Thanks@phryneas! - Ensure covariant behavior:MockedResponse<X,Y>should be assignable toMockedResponse#11851
45c47beThanks@phryneas! - Avoid usage of useRef in useInternalState to prevent ref access in render.#11877
634d91aThanks@phryneas! - Add missing name to tuple member (fix TS5084)#11851
45c47beThanks@phryneas! - Fix a bug whereuseLazyQuerywould not pick up a client change.3.10.4
... (truncated)
Commits
d914d68Version Packages (#11912)1f0460aAllowundefinedas return value fromcache.modifymodifier function (#11911)7111de2Version Packages (#11907)1aed0e8Defend against non-serializable params ininvariantWrappers(#11861)29755daAdd.d.ctsfiles for cjs bundles (#11905)a07c516renovate: ignore eslint-plugin-react-compiler (#11908)a043763chore(deps): update cimg/node docker tag to v22.3.0 (#11904)573fab4chore(deps): bump ws from 6.2.2 to 6.2.3 in /integration-tests (#11898)10a8c0aupdatecanUseLayoutEffectcheck to also allow for layout effects in React N...d104759chore: update TypeScript to 5.5 (#11906)- 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)