Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.2.5
->^2.3.0
^3.12.6
->^3.13.4
^7.26.0
->^7.26.10
^5.0.3
->^5.0.5
^4.1.2
->^4.1.5
^4.4.0
->^4.5.1
^8.0.12
->^8.0.17
^9.0.17
->^9.0.22
^10.0.16
->^10.0.21
1.7.10
->2.2.0
^0.2.1
->^0.2.2
^3.10.0
->^4.1.3
^2.5.0
->^2.5.1
^2.5.0
->^2.6.1
^28.0.2
->^28.0.3
^16.0.0
->^16.0.1
^11.1.6
->^12.1.2
^7946.0.15
->^7946.0.16
^7946.0.15
->^7946.0.16
^4.17.14
->^4.17.16
1.4.6
->1.4.8
^8.11.10
->^8.11.11
^8.19.1
->^8.26.1
^8.19.1
->^8.26.1
^10.4.20
->^10.4.21
^1.7.9
->^1.8.3
^13.17.0
->^14.1.0
^8.57.1
->^9.22.0
^14.2.23
->^15.2.2
^10.0.1
->^10.1.1
^3.7.0
->^3.8.5
^3.6.0
->^4.2.0
^28.10.0
->^28.11.0
6.7.1
->6.10.2
^7.4.0
->^8.0.0
5.1.0
->5.2.0
^5.1.0
->^5.2.0
^1.29.2
->^1.29.6
^5.16.2
->^6.0.4
114c58e
->ecdc54b
^24.2.1
->^24.2.2
^14.2.23
->^15.2.2
18.19.0
->22.14.0
^8.13.1
->^8.14.0
^8.5.1
->^8.5.3
^3.4.2
->^3.5.3
^0.6.10
->^0.6.11
^2.5.1
->^2.5.2
^15.4.0
->^15.4.1
^5.4.0
->^5.5.0
^6.28.2
->^7.3.0
^2.19.1
->^2.21.1
^4.30.1
->^4.35.0
v1.1.0
->v1.1.1
^2.6.0
->^3.0.2
^3.4.17
->^4.0.13
^29.2.5
->^29.2.6
6.0.3
->6.0.5
^9.0.1
->^11.1.0
1.x
->1.22.22
^3.24.1
->^3.24.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"
to the extends array in your config.Release Notes
4teamwork/cypress-drag-drop (@4tw/cypress-drag-drop)
v2.3.0
Compare Source
apollographql/apollo-client (@apollo/client)
v3.13.4
Compare Source
Patch Changes
fee9368
Thanks @jorenbroekema! - Use import star fromrehackt
to prevent issues with importing named exports from external CJS modules.v3.13.3
Compare Source
Patch Changes
#12362
f6d387c
Thanks @jerelmiller! - Fixes an issue where callingobservableQuery.getCurrentResult()
when theerrorPolicy
was set toall
would return thenetworkStatus
asNetworkStatus.ready
when there were errors returned in the result. This has been corrected to reportNetworkStatus.error
.This bug also affected the
useQuery
anduseLazyQuery
hooks and may affect you if you check fornetworkStatus
in your component.v3.13.2
Compare Source
Patch Changes
#12409
6aa2f3e
Thanks @phryneas! - To mitigate problems when Apollo Client ends up more than once in the bundle, some unique symbols were converted intoSymbol.for
calls.#12392
644bb26
Thanks @Joja81! - Fixes an issue where the DeepOmit type would turn optional properties into required properties. This should only affect you if you were using the omitDeep or stripTypename utilities exported by Apollo Client.#12404
4332b88
Thanks @jerelmiller! - ShowNaN
rather than converting tonull
in debug messages fromMockLink
for unmatchedvariables
values.v3.13.1
Compare Source
Patch Changes
#12369
bdfc5b2
Thanks @phryneas! -ObervableQuery.refetch
: don't refetch withcache-and-network
, swich tonetwork-only
instead#12375
d3f8f13
Thanks @jerelmiller! - Export theUseSuspenseFragmentOptions
type.v3.13.0
Compare Source
Minor Changes
#12066
c01da5d
Thanks @jerelmiller! - Adds a newuseSuspenseFragment
hook.useSuspenseFragment
suspends untildata
is complete. It is a drop-in replacement foruseFragment
when you prefer to use Suspense to control the loading state of a fragment. See the documentation for more details.#12174
ba5cc33
Thanks @jerelmiller! - Ensure errors thrown in theonCompleted
callback fromuseMutation
don't callonError
.#12340
716d02e
Thanks @phryneas! - Deprecate theonCompleted
andonError
callbacks ofuseQuery
anduseLazyQuery
.For more context, please see the related issue on GitHub.
#12276
670f112
Thanks [@Cellule](httpsConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.