#11659652a61e Thanks @phryneas! - Make useRenderGuard more resilient to changes in React internals.
#1159450b1097 Thanks @alessbell! - Adds a fix for multipart subscriptions that terminate with payload: null
v3.9.6
Patch Changes
#11617f1d8bc4 Thanks @phryneas! - Allow Apollo Client instance to intercept hook functionality
#11638bf93ada Thanks @jerelmiller! - Fix issue where calling fetchMore from a suspense-enabled hook inside startTransition caused an unnecessary rerender.
#115791ba2fd9 Thanks @jerelmiller! - Fix issue where partial data is reported to useQuery when using notifyOnNetworkStatusChange after it errors while another overlapping query succeeds.
#115791ba2fd9 Thanks @jerelmiller! - Fix an issue where a partial cache write for an errored query would result in automatically refetching that query.
#1156265ab695 Thanks @mspiess! - Mocks with an infinite delay no longer require result or error
v3.9.4
Patch Changes
#11403b0c4f3a Thanks @jerelmiller! - Fix issue in useLazyQuery that results in a double network call when calling the execute function with no arguments after having called it previously with another set of arguments.
#11659652a61e Thanks @phryneas! - Make useRenderGuard more resilient to changes in React internals.
#1159450b1097 Thanks @alessbell! - Adds a fix for multipart subscriptions that terminate with payload: null
3.9.6
Patch Changes
#11617f1d8bc4 Thanks @phryneas! - Allow Apollo Client instance to intercept hook functionality
#11638bf93ada Thanks @jerelmiller! - Fix issue where calling fetchMore from a suspense-enabled hook inside startTransition caused an unnecessary rerender.
#115791ba2fd9 Thanks @jerelmiller! - Fix issue where partial data is reported to useQuery when using notifyOnNetworkStatusChange after it errors while another overlapping query succeeds.
#115791ba2fd9 Thanks @jerelmiller! - Fix an issue where a partial cache write for an errored query would result in automatically refetching that query.
#1156265ab695 Thanks @mspiess! - Mocks with an infinite delay no longer require result or error
3.9.4
Patch Changes
#11403b0c4f3a Thanks @jerelmiller! - Fix issue in useLazyQuery that results in a double network call when calling the execute function with no arguments after having called it previously with another set of arguments.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @apollo/client from 3.8.8 to 3.9.7.
Release notes
Sourced from
@apollo/client
's releases.... (truncated)
Changelog
Sourced from
@apollo/client
's changelog.... (truncated)
Commits
9c5a8ce
Version Packages (#11652)e1f3cfb
Update Vue.js plugin link to new GitHub repository (#11668)765a94d
chore: add minVersion to docs for bailing out of optimistic updates (#11663)d2f7fe9
Update snapshot message for easier copying (#11653)a7859e6
chore(deps): update all dependencies - patch updates (#11654)652a61e
MakeuseRenderGuard
more resilient to changes in React internals. (#11659)564954a
chore(deps): update dependency ts-api-utils to v1.3.0 (#11656)50b1097
fix(workaround): multipart subscriptions that terminate with payload: null (#...9e74ade
chore(deps): update all devdependencies (#11620)1d2c631
Version Packages (#11643)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show