Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @apollo/client (3.2.4 → 3.2.5) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 13 commits:
Bump @apollo/client npm version to 3.2.5.
Update package-lock.json after #7188.
Mention PRs #7188 and #7185 in CHANGELOG.md.
Avoid all sub-package imports from graphql npm package. (#7185)
Move `terser` from deps to dev deps (#7188)
chore(deps): update dependency recast to v0.20.4
chore(deps): update dependency react-dom to v16.14.0
chore(deps): update dependency react to v16.14.0
chore(deps): update dependency gatsby to v2.24.80
chore(deps): update dependency @types/node to v14.11.10
chore(deps): update dependency @babel/parser to v7.12.3
Update react-native.md install and examples (#7107)
Add testing docs for fragment, typePolicies, possibleTypes (#7159)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands