-
Notifications
You must be signed in to change notification settings - Fork 29
fix(deps): update all dependencies #3639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
d2cb181
to
4fba8a5
Compare
4fba8a5
to
b693663
Compare
patches/[email protected]
Outdated
-declare function adapter(userPlugin: Plugin): Plugin$1<any>; | ||
+declare function adapter(userPlugin: Plugin): Plugin$1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CarlosCortizasCT Can you check / confirm that this was the actual patch?
7c991ac
to
e1382dc
Compare
e1382dc
to
9233f56
Compare
9233f56
to
9ec594d
Compare
9ec594d
to
1f0768a
Compare
1f0768a
to
b2dca2d
Compare
3caada7
to
fbc340e
Compare
fbc340e
to
5803710
Compare
5803710
to
d0a967f
Compare
d0a967f
to
1e27440
Compare
1e27440
to
e3c909a
Compare
e3c909a
to
84d39a1
Compare
84d39a1
to
febafe3
Compare
febafe3
to
3fef950
Compare
3fef950
to
374e8d6
Compare
This PR contains the following updates:
3.7.14
->3.13.8
3.7.14
->3.13.8
0.5.0
->0.5.1
2.27.5
->2.29.2
6.2.12
->6.6.4
6.2.12
->6.6.4
2.7.8
->2.11.2
0.21.4
->0.23.0
2.2.1
->2.2.3
1.30.7
->1.30.10
1.30.7
->1.30.10
3.1.3
->3.1.6
0.5.15
->0.5.16
2.6.2
->2.8.12
1.1.4
->1.1.11
7.119.1
->7.120.3
7.117.0
->7.120.3
7.117.0
->7.120.3
0.11.11
->0.12.0
2.6.11
->2.6.12
2.6.11
->2.6.12
17.0.25
->17.0.26
4.3.4
->4.4.1
4.3.4
->4.4.1
3.8.0
->3.9.0
8.16.0
->8.17.1
8.3.0
->8.4.1
7.5.0
->7.9.0
16.4.5
->16.5.0
8.57.0
->8.57.1
8.57.0
->8.57.1
4.20.0
->4.21.2
16.8.2
->16.10.0
5.6.0
->5.6.3
5.6.0
->5.6.3
2.2.0
->2.2.1
0.15.2
->0.16.1
15.0.3
->15.0.4
2.6.0
->2.7.0
2.9.0
->2.9.2
9.15.4
->9.15.9
9.15.4+sha256.9bee59c7313a216722c079c1e22160dea7f88df4e0c3450b1d7b01b882336c6a
->9.15.9
v4.0.0
->v4.1.0
8.4.38
->8.5.3
8.4.38
->8.5.3
0.14.2
->0.17.0
5.8.0
->5.10.1
5.0.7
->5.0.10
7.6.2
->7.7.1
5.0.9
->5.0.10
6.1.5
->6.1.6
0.8.5
->0.9.2
2.0.4
->2.0.11
5.3.10
->5.3.14
5.0.4
->5.8.3
5.0.4
->5.8.3
3.18.0
->3.19.3
0.17.0
->0.19.0
5.94.0
->5.99.6
5.94.0
->5.99.6
3.13.0
->3.17.0
Release Notes
apollographql/apollo-client (@apollo/client)
v3.13.8
Compare Source
Patch Changes
c19d415
Thanks @thearchitector! - Fix in-flight multipart urql subscription cancellationv3.13.7
Compare Source
Patch Changes
#12540
0098932
Thanks @phryneas! - Refactor: Move notification scheduling logic fromQueryInfo
toObservableQuery
#12540
0098932
Thanks @phryneas! - Refactored cache emit logic for ObservableQuery. This should be an invisible change.v3.13.6
Compare Source
Patch Changes
cdc55ff
Thanks @phryneas! - keep ObservableQuery created by useQuery non-active before it is first subscribedv3.13.5
Compare Source
Patch Changes
12c8d06
Thanks @jerelmiller! - Fix an issue where acache-first
query would return the result for previous variables when a cache update is issued after simultaneously changing variables and skipping the query.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 deConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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 becomes conflicted, 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.