JabRefOnline
JabRefOnline copied to clipboard
chore(deps): update dependency @apollo/client to v4
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @apollo/client (source) | 3.14.0 -> 4.0.4 |
Release Notes
apollographql/apollo-client (@apollo/client)
v4.0.4
Patch Changes
-
#12892
db8a04bThanks @jerelmiller! - Prevent unhandled rejections from the promise returned by calling themutatefunction from theuseMutationhook. -
#12899
5352c12Thanks @phryneas! - Fix an issue wheninvariantis called by external libraries when no dev error message handler is loaded. -
#12895
71f2517Thanks @jerelmiller! - SupportskipTokenwithuseQueryto provide a more type-safe way to skip query execution.import { skipToken, useQuery } from "@​apollo/client/react"; // Use `skipToken` in place of `skip: true` for better type safety // for required variables const { data } = useQuery(QUERY, id ? { variables: { id } } : skipToken);Note: this change is provided as a patch within the 4.0 minor version because the changes to TypeScript validation with required variables in version 4.0 made using the
skipoption more difficult. -
#12900
c0d5be7Thanks @phryneas! - Use named exportequalinstead of default from"@​wry/equality"
v4.0.3
Patch Changes
-
#12887
6f6ca47Thanks @phryneas! - Fix accidental deep re-export from/reactout of/react/internals -
#12890
019b422Thanks @jerelmiller! - Ensure thevariablesoption foruseMutationprovides proper IntelliSense suggestions.
v4.0.2
Patch Changes
- #12880
56fac52Thanks @phryneas! - restoregetMemoryInternalsaccess in dev builds
v4.0.1
Patch Changes
-
#12876
b00f231Thanks @phryneas! - Fix CJS build output forinvariantErrorCodes -
#12866
0d1614aThanks @jerelmiller! - ExportisNetworkStatusInFlightfrom@apollo/client/utilities. AddisNetworkStatusSettledto@apollo/client/utilitiesand re-export it from@apollo/clientwith a deprecation.
v4.0.0
Configuration
📅 Schedule: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Requires: https://github.com/vuejs/apollo/issues/1597
Edited/Blocked Notification
Renovate 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.
⚠️ Warning: custom changes will be lost.