Release notes
*Sourced from [apollo-client's releases](https://github.com/apollographql/apollo-client/releases).*
> ## 2.6.8
> ## Apollo Client 2.6.8
>
> ### Apollo Client (2.6.8)
>
> - Update the `fetchMore` type signature to accept `context`.
> [@koenpunt](https://github.com/koenpunt) in [#5147](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5147)
>
> - Fix type for `Resolver` and use it in the definition of `Resolvers`.
> [@peoplenarthax](https://github.com/peoplenarthax) in [#4943](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4943)
>
> - Local state resolver functions now receive a `fragmentMap: FragmentMap` object, in addition to the `field: FieldNode` object, via the `info` parameter.
> [@mjlyons](https://github.com/mjlyons) in [#5388](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5388)
>
> - Documentation updates.
> [@tomquirk](https://github.com/tomquirk) in [#5645](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5645)
> [@Sequoia](https://github.com/Sequoia) in [#5641](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5641)
> [@phryneas](https://github.com/phryneas) in [#5628](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5628)
> [@AryanJ-NYC](https://github.com/AryanJ-NYC) in [#5560](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5560)
>
> ### GraphQL Anywhere (4.2.6)
>
> - Fix `filter` edge case involving `null`.
> [@lifeiscontent](https://github.com/lifeiscontent) in [#5110](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5110)
>
> ### Apollo Boost (0.4.7)
>
> - Replace `GlobalFetch` reference with `WindowOrWorkerGlobalScope`.
> [@abdonrd](https://github.com/abdonrd) in [#5373](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5373)
>
> - Add `assumeImmutableResults` typing to apollo boost `PresetConfig` interface.
> [@bencoullie](https://github.com/bencoullie) in [#5571](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5571)
Changelog
*Sourced from [apollo-client's changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md).*
> ## Apollo Client 2.6.8
>
> ### Apollo Client (2.6.8)
>
> - Update the `fetchMore` type signature to accept `context`.
> [@koenpunt](https://github.com/koenpunt) in [#5147](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5147)
>
> - Fix type for `Resolver` and use it in the definition of `Resolvers`.
> [@peoplenarthax](https://github.com/peoplenarthax) in [#4943](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4943)
>
> - Local state resolver functions now receive a `fragmentMap: FragmentMap`
> object, in addition to the `field: FieldNode` object, via the `info`
> parameter.
> [@mjlyons](https://github.com/mjlyons) in [#5388](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5388)
>
> - Documentation updates.
> [@tomquirk](https://github.com/tomquirk) in [#5645](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5645)
> [@Sequoia](https://github.com/Sequoia) in [#5641](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5641)
> [@phryneas](https://github.com/phryneas) in [#5628](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5628)
> [@AryanJ-NYC](https://github.com/AryanJ-NYC) in [#5560](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5560)
>
> ### GraphQL Anywhere (4.2.6)
>
> - Fix `filter` edge case involving `null`.
> [@lifeiscontent](https://github.com/lifeiscontent) in [#5110](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5110)
>
> ### Apollo Boost (0.4.7)
>
> - Replace `GlobalFetch` reference with `WindowOrWorkerGlobalScope`.
> [@abdonrd](https://github.com/abdonrd) in [#5373](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5373)
>
> - Add `assumeImmutableResults` typing to apollo boost `PresetConfig` interface.
> [@bencoullie](https://github.com/bencoullie) in [#5571](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5571)
>
>
> ## Apollo Client (2.6.4)
>
> ### Apollo Client (2.6.4)
>
> - Modify `ObservableQuery` to allow queries with `notifyOnNetworkStatusChange`
> to be notified when loading after an error occurs.
> [@jasonpaulos](https://github.com/jasonpaulos) in [#4992](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4992)
> - Add `graphql` as a `peerDependency` of `apollo-cache` and
> `graphql-anywhere`.
> [@ssalbdivad](https://github.com/ssalbdivad) in [#5081](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5081)
> - Documentation updates.
> [@raibima](https://github.com/raibima) in [#5132](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5132)
> [@hwillson](https://github.com/hwillson) in [#5141](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5141)
>
>
> ... (truncated)
Commits
- [`f5ff592`](https://github.com/apollographql/apollo-client/commit/f5ff59275ee0ac07fdc464e6da0213a3decbd490) Changelog updates
- [`82558e1`](https://github.com/apollographql/apollo-client/commit/82558e1f2f11732d37397a6f0db58f80e0b2f946) Version fix
- [`5608b23`](https://github.com/apollographql/apollo-client/commit/5608b2356d10861fdc851da88f823ee58030b88d) chore: Publish
- [`f0e7195`](https://github.com/apollographql/apollo-client/commit/f0e71952aff370eea94a7738684b8c051fce7e52) Remove broken reference to schema.graphql
- [`68fa577`](https://github.com/apollographql/apollo-client/commit/68fa57751ce201ba6b72efdbf8fdda1729c991cc) chore: Publish
- [`300450f`](https://github.com/apollographql/apollo-client/commit/300450fc2a3faba3420d7a5a8701b54e29b247a6) tslib updates
- [`9ab67d1`](https://github.com/apollographql/apollo-client/commit/9ab67d13132e6e508a857786e1082b3f815448fc) chore: Publish
- [`8feb077`](https://github.com/apollographql/apollo-client/commit/8feb077289e7e68002456e7fbfc3e15b9c556f82) Changelog update, prep for publish
- [`30c0c51`](https://github.com/apollographql/apollo-client/commit/30c0c51e39b7157e3aefab59fb71601cb10b384b) chore(deps): update dependency gatsby to v2.18.11
- [`1f56d5c`](https://github.com/apollographql/apollo-client/commit/1f56d5c1746a42912cea508f44e010a04fedc72d) chore(deps): update dependency typedoc to v0.15.4
- Additional commits viewable in [compare view](https://github.com/apollographql/apollo-client/compare/apollo-client@2.6.0...v2.6.8)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps apollo-client from 2.6.0 to 2.6.8.
Release notes
*Sourced from [apollo-client's releases](https://github.com/apollographql/apollo-client/releases).* > ## 2.6.8 > ## Apollo Client 2.6.8 > > ### Apollo Client (2.6.8) > > - Update the `fetchMore` type signature to accept `context`. > [@koenpunt](https://github.com/koenpunt) in [#5147](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5147) > > - Fix type for `Resolver` and use it in the definition of `Resolvers`. > [@peoplenarthax](https://github.com/peoplenarthax) in [#4943](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4943) > > - Local state resolver functions now receive a `fragmentMap: FragmentMap` object, in addition to the `field: FieldNode` object, via the `info` parameter. > [@mjlyons](https://github.com/mjlyons) in [#5388](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5388) > > - Documentation updates. > [@tomquirk](https://github.com/tomquirk) in [#5645](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5645) > [@Sequoia](https://github.com/Sequoia) in [#5641](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5641) > [@phryneas](https://github.com/phryneas) in [#5628](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5628) > [@AryanJ-NYC](https://github.com/AryanJ-NYC) in [#5560](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5560) > > ### GraphQL Anywhere (4.2.6) > > - Fix `filter` edge case involving `null`. > [@lifeiscontent](https://github.com/lifeiscontent) in [#5110](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5110) > > ### Apollo Boost (0.4.7) > > - Replace `GlobalFetch` reference with `WindowOrWorkerGlobalScope`. > [@abdonrd](https://github.com/abdonrd) in [#5373](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5373) > > - Add `assumeImmutableResults` typing to apollo boost `PresetConfig` interface. > [@bencoullie](https://github.com/bencoullie) in [#5571](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5571)Changelog
*Sourced from [apollo-client's changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md).* > ## Apollo Client 2.6.8 > > ### Apollo Client (2.6.8) > > - Update the `fetchMore` type signature to accept `context`.> [@koenpunt](https://github.com/koenpunt) in [#5147](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5147) > > - Fix type for `Resolver` and use it in the definition of `Resolvers`.
> [@peoplenarthax](https://github.com/peoplenarthax) in [#4943](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4943) > > - Local state resolver functions now receive a `fragmentMap: FragmentMap` > object, in addition to the `field: FieldNode` object, via the `info` > parameter.
> [@mjlyons](https://github.com/mjlyons) in [#5388](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5388) > > - Documentation updates.
> [@tomquirk](https://github.com/tomquirk) in [#5645](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5645)
> [@Sequoia](https://github.com/Sequoia) in [#5641](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5641)
> [@phryneas](https://github.com/phryneas) in [#5628](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5628)
> [@AryanJ-NYC](https://github.com/AryanJ-NYC) in [#5560](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5560) > > ### GraphQL Anywhere (4.2.6) > > - Fix `filter` edge case involving `null`.
> [@lifeiscontent](https://github.com/lifeiscontent) in [#5110](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5110) > > ### Apollo Boost (0.4.7) > > - Replace `GlobalFetch` reference with `WindowOrWorkerGlobalScope`.
> [@abdonrd](https://github.com/abdonrd) in [#5373](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5373) > > - Add `assumeImmutableResults` typing to apollo boost `PresetConfig` interface.
> [@bencoullie](https://github.com/bencoullie) in [#5571](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5571) > > > ## Apollo Client (2.6.4) > > ### Apollo Client (2.6.4) > > - Modify `ObservableQuery` to allow queries with `notifyOnNetworkStatusChange` > to be notified when loading after an error occurs.
> [@jasonpaulos](https://github.com/jasonpaulos) in [#4992](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4992) > - Add `graphql` as a `peerDependency` of `apollo-cache` and > `graphql-anywhere`.
> [@ssalbdivad](https://github.com/ssalbdivad) in [#5081](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5081) > - Documentation updates. > [@raibima](https://github.com/raibima) in [#5132](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5132)
> [@hwillson](https://github.com/hwillson) in [#5141](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/5141) > > > ... (truncated)
Commits
- [`f5ff592`](https://github.com/apollographql/apollo-client/commit/f5ff59275ee0ac07fdc464e6da0213a3decbd490) Changelog updates - [`82558e1`](https://github.com/apollographql/apollo-client/commit/82558e1f2f11732d37397a6f0db58f80e0b2f946) Version fix - [`5608b23`](https://github.com/apollographql/apollo-client/commit/5608b2356d10861fdc851da88f823ee58030b88d) chore: Publish - [`f0e7195`](https://github.com/apollographql/apollo-client/commit/f0e71952aff370eea94a7738684b8c051fce7e52) Remove broken reference to schema.graphql - [`68fa577`](https://github.com/apollographql/apollo-client/commit/68fa57751ce201ba6b72efdbf8fdda1729c991cc) chore: Publish - [`300450f`](https://github.com/apollographql/apollo-client/commit/300450fc2a3faba3420d7a5a8701b54e29b247a6) tslib updates - [`9ab67d1`](https://github.com/apollographql/apollo-client/commit/9ab67d13132e6e508a857786e1082b3f815448fc) chore: Publish - [`8feb077`](https://github.com/apollographql/apollo-client/commit/8feb077289e7e68002456e7fbfc3e15b9c556f82) Changelog update, prep for publish - [`30c0c51`](https://github.com/apollographql/apollo-client/commit/30c0c51e39b7157e3aefab59fb71601cb10b384b) chore(deps): update dependency gatsby to v2.18.11 - [`1f56d5c`](https://github.com/apollographql/apollo-client/commit/1f56d5c1746a42912cea508f44e010a04fedc72d) chore(deps): update dependency typedoc to v0.15.4 - Additional commits viewable in [compare view](https://github.com/apollographql/apollo-client/compare/apollo-client@2.6.0...v2.6.8)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)