fix(dependencies): update react-apollo monorepo to v4 (major)#4
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(dependencies): update react-apollo monorepo to v4 (major)#4renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.0.1->4.0.03.0.1->4.0.03.0.1->4.0.0Release Notes
apollographql/react-apollo
v4.0.0Compare Source
Breaking Changes
React Apollo 4.0.0 is dependent on
@apollo/client>= 3. If you are usingapollo-client2.x and are not ready to update to@apollo/client, please use React Apollo 3.x.The
react-apollopackage has been fully removed. Please use@apollo/clientor@apollo/react-Xpackages directly.@hwillson in #4037
Due to changes made in Apollo Client, the previous SSR testing pattern of:
will no longer work (
ReactDOM.renderToString(app)will just return the initial loading state of the component under test). Instead, we can leverage the markup returned whengetDataFromTree's Promise resolves:We are no longer building UMD versions of React Apollo.
v3.1.5Compare Source
v3.1.4Compare Source
v3.1.3Compare Source
onCompletedbeing called more often than necessary.@hwillson in 0901f4a
v3.1.2Compare Source
Bug Fixes
ssr: falseandssrMode: true.@maapteh in #3515
MockLink's brokennewDatafunction handling.@pawelkleczek in #3539
networkStatusfrom changingreadyat the end of pagination.@mu29 in #3514
v3.1.1Compare Source
Improvements
startPollingorstopPollingafter a component has unmounted is now a no-op (instead of throwing an exception). Polling is automatically stopped when a component is unmounted, so it doesn't need to be called manually.@hwillson in #3485
ignoreResultsto be controlled throughgraphqlandwithMutationoptions.@tim-stasse in #3431
ObservableQueryinstance, to avoid attempting to use it after a componenthas unmounted.
@jfrolich in #3490
Bug Fixes
loadingstate when an error occurs after a refetch, that is the same as the previous error.@jet2jet in #3477
ChildDataPropsandChildMutatePropstypes.@hwillson in #3495
onCompletedis called each time auseLazyQuerybased query completes, after the execution function is called.@hwillson in #3497
v3.1.0Compare Source
Potentially Breaking Change
datastate from{}toundefined. This change aligns all parts of the React Apollo query cycle so thatdatais alwaysundefinedif there is no data, instead ofdatabeing converted into an empty object. This change impacts the initial query response, initial SSR response,datavalue when errors occur,datavalue when skipping, etc. All of these areas are now aligned to only ever return a value fordataif there really is a value to return (instead of making it seem like there is one by converting to{}).@hwillson in #3388
Bug Fixes
skipoption when usinguseSubscription.@n1ru4l in #3356
refetch,fetchMore,updateQuery,startPolling,stopPolling, andsubscribeToMoremaintain a stable identity when they're passed back alongside query results.@hwillson in #3422
fetchMore.updateQuerywithnotifyOnNetworkStatusChangeset to true. WhennotifyOnNetworkStatusChangeis true, re-renders will now wait untilupdateQueryhas completed, to make sure the updated data is used during the render.@hwillson in #3433
clientto theuseMutationresult.@joshalling in #3417
onErrorandonCompletedcallbacks from being part of the internal memoization that's used to decide when certain after render units of functionality are run, when usinguseQuery. This fixes issues related to un-necessary component cleanup, likeerrordisappearing from results when it should be present.@dylanwulf in #3419
useLazyQuery's execution function can now be called multiple times in a row, and will properly submit network requests each time called, when using a fetch policy ofnetwork-only.@hwillson in #3453
network-onlyandcache-and-networkfetch policies, along with changes to ensure disabled SSR queries are not fired.@mikebm in #3435
voidfrom theMutationFunction's returned Promise types.@hwillson in #3458
onCompletedcalls during the same query execution cycle.@hwillson in #3461
@dqunbp in #3273
@SeanRoberts in #3380
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.