Bump apollo-client from 2.6.8 to 2.6.10 in /webapp
Created by: dependabot[bot]
Bumps apollo-client from 2.6.8 to 2.6.10.
Changelog
Sourced from apollo-client's changelog.
Apollo Client 3.6.9 (2022-06-21)
Bug Fixes
- Leave
fetchPolicy
unchanged whenskip: true
(or in standby) andnextFetchPolicy
is available, even ifvariables
change.@benjamn
in #9823Apollo Client 3.6.8 (2022-06-10)
Bug Fixes
Fix incorrect
variables
passed inFieldFunctionOptions
for nestedreadField
calls inread
andmerge
functions.@stardustxx
in #9808Improve repository build scripts to work better on Windows.
@dylanwulf
in #9805Ensure
useQuery(query, { skip: true }).called === false
rather than always returningcalled
astrue
.@KucharskiPiotr
in #9798Allow abandoned
reobserve
requests to unsubscribe from their underlyingObservable
.@javier-garcia-meteologica
in #9791Apollo Client 3.6.7 (2022-06-10)
Bug Fixes
- Fix regression (introduced in v3.6.0) that caused
BatchHttpLink
to discard pending batched queries on early completion of the underlyingObservable
.@benjamn
in #9793Apollo Client 3.6.6 (2022-05-26)
Bug Fixes
- Allow
useLazyQuery(query, { defaultOptions })
to benefit fromdefaultOptions.variables
andclient.defaultOptions.watchQuery.variables
merging.@benjamn
in #9762Apollo Client 3.6.5 (2022-05-23)
Bug Fixes
Restore pre-v3.6
variables
replacement behavior ofObservableQuery#reobserve
method, fixing a regression that prevented removal of variables.@benjamn
in #9741Preserve
previousData
even when different query or client provided touseQuery
, instead of resettingpreviousData
to undefined in those cases, matching behavior prior to v3.6.0.@benjamn
in #9734Fix bug where
onCompleted()
andonError()
are stale foruseMutation()
.@charle692
in #9740
... (truncated)
Commits
-
64cda6a
chore: Publish -
48718ca
Add "private: true" to apollo-client/package.json to fix lerna -
d22394c
chore: Publish -
747ed10
Merge pull request #6258 from apollographql/graphql15-update -
753cb60
Changes to accommodate graphql@15.0.0 -
854b1c4
chore(deps): update dependency gatsby-theme-apollo-docs to v3.1.12 -
49fbacf
chore(deps): update dependency typedoc to v0.15.6 -
d488038
chore(deps): update dependency rollup to v1.27.14 -
258f598
Use 'npx rollup' instead of relative path in bundle scripts. -
1deb021
Update fsevents to latest version so jest-haste-map won't install it. - 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 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 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)