Open
Conversation
f2e9d42 to
67b2c8e
Compare
67b2c8e to
db2958c
Compare
21f8cc1 to
0226d89
Compare
0226d89 to
5ff13ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.3.6->3.3.190.7.2->0.9.02.19.1->2.25.0Release Notes
apollographql/apollo-client
v3.3.19Compare Source
Bug fixes
export ... fromsyntax to re-exportgraphql-tagnamed exports, making tree-shaking easier for some bundlers.@benjamn in #8221
Documentation
@hwillson in #8238
v3.3.18Compare Source
Bug fixes
"sideEffects": falseto all generated/publishedpackage.jsonfiles, to improve dead code elimination for nested entry points like@apollo/client/cache.@benjamn in #8213
v3.3.17Compare Source
Bug fixes
useReactiveVar(rv)recheck the latestrv()value in itsuseEffectcallback, and immediately update state if the value has already changed, rather than callingrv.onNextChange(setValue)to listen for future changes.@benjamn in #8135
v3.3.16Compare Source
Bug fixes
Prevent
undefinedmutation result inuseMutation.@jcreighton in #8018
Fix
useReactiveVarnot rerendering for successive synchronous calls.@brainkim in #8022
Support
batchDebounceoption forBatchLinkandBatchHttpLink.@dannycochran in #8024
v3.3.15Compare Source
Bug fixes
Increment
queryInfo.lastRequestIdonly when making a network request through theApolloLinkchain, rather than every timefetchQueryByPolicyis called.@dannycochran in #7956
During server-side rendering, allow initial
useQuerycalls to return final{ loading: false, data }results when the cache already contains the necessary data.@benjamn in #7983
v3.3.14Compare Source
Improvements
keyFieldsandkeyArgsfunctions to returnfalse.@CarsonF and @benjamn in #7900
Bug fixes
Prevent
RenderPromisesmemory leak by callingrenderPromises.clear()aftergetMarkupFromTreefinishes.@benjamn in #7943
Cancel pending notify timeout when stopping a
QueryInfoobject.@hollandThomas in #7935
Fix infinite rendering bug related to
useSubscription.@brainkim in #7917
v3.3.13Compare Source
Improvements
Add missing
contextoption touseSubscription.@jcreighton in #7860
Remove unnecessary TypeScript global
Observable<T>["@​@​observable"]method declaration.@benjamn in #7888
Prevent skipped/observerless
ObservableQuerys from being refetched byrefetchQueries.@dannycochran in #7877
v3.3.12Compare Source
Bug fixes
Maintain serial ordering of
asyncMapmapping function calls, and prevent potential unhandledPromiserejection errors.@benjamn in #7818
Relax incompatible
children?: React.ReactElementfield type inMockedProviderPropsinterface.@kevinperaza in #7833
v3.3.11Compare Source
Bug fixes
useLazyQueryforceUpdateloop regression introduced by #7655 in version 3.3.10.@benjamn in #7715
v3.3.10Compare Source
Bug fixes
Revert PR #7276, but test that garbage collection reclaims torn-down
ObservableQueryobjects.@benjamn in #7695
Reset
QueryInfo.diffandQueryInfo.dirtyafter canceling notify timeout inQueryInfo.markResultandQueryInfo.markError.@jcreighton in #7696
Improvements
Avoid calling
forceUpdatewhen component is unmounted.@DylanVann in #7655
The
codemods/top-level directory has been moved into thescripts/directory.@benjamn in #7675
v3.3.9Compare Source
Bug Fixes
InMemoryCacheobjects.@benjamn in #7661
Improvements
graphql-tagdependency has been updated to version 2.12.0, after converting its repository to use TypeScript and ECMAScript module syntax. There should be no visible changes in behavior, though the internal changes seemed significant enough to mention here.@abdonrd in graphql-tag#273 and
@PowerKiKi in graphql-tag#325
v3.3.8Compare Source
Bug Fixes
Catch updates in
useReactiveVarwith an additional check.@jcreighton in #7652
Reactivate forgotten reactive variables whenever
InMemoryCacheacquires its first watcher.@benjamn in #7657
Backport
Symbol.speciesfix forConcastandObservableQueryfromrelease-3.4, fixing subscriptions in React Native Android when the Hermes JavaScript engine is enabled (among other benefits).@benjamn in #7403 and #7660
v3.3.7Compare Source
Bug Fixes
Fix a regression due to #7310 that caused
loadingalways to betrueforskip: trueresults during server-side rendering.@rgrove in #7567
Avoid duplicate
useReactiveVarlisteners when rendering inReact.StrictMode.@jcreighton in #7581
Improvements
displayNameonApolloContextobjects for easier debugging.@dulmandakh in #7550
apollographql/apollo-server
v0.9.0Compare Source
v0.8.0Compare Source
window.location.hashon URL updates #386graphql-js> 0.10.0 #407subscriptions-transport-wsfor GraphiQL with subscriptions #407v0.7.3Compare Source
Configuration
📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.