Anime-jisho
Anime-jisho copied to clipboard
Update apollo-client: 2.6.0 → 2.6.8 (patch)
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 (2.6.0 → 2.6.8) · Repo
Release Notes
2.6.8
Apollo Client 2.6.8
Apollo Client (2.6.8)
Update the
fetchMore
type signature to acceptcontext
.
@koenpunt in #5147Fix type for
Resolver
and use it in the definition ofResolvers
.
@peoplenarthax in #4943Local state resolver functions now receive a
fragmentMap: FragmentMap
object, in addition to thefield: FieldNode
object, via theinfo
parameter.
@mjlyons in #5388Documentation updates.
@tomquirk in #5645
@Sequoia in #5641
@phryneas in #5628
@AryanJ-NYC in #5560GraphQL Anywhere (4.2.6)
- Fix
filter
edge case involvingnull
.
@lifeiscontent in #5110Apollo Boost (0.4.7)
Replace
GlobalFetch
reference withWindowOrWorkerGlobalScope
.
@abdonrd in #5373Add
assumeImmutableResults
typing to apollo boostPresetConfig
interface.
@bencoullie in #5571
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
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)