DevvJobs / candidates-web

https://devv.jobs
MIT License
17 stars 7 forks source link

Bump apollo-client from 2.6.0 to 2.6.4 #214

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps apollo-client from 2.6.0 to 2.6.4.

Changelog *Sourced from [apollo-client's changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md).* > ## 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) > - 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) > > > ## Apollo Client (2.6.3) > > ### Apollo Client (2.6.3) > > - A new `ObservableQuery.resetQueryStoreErrors()` method is now available that > can be used to clear out `ObservableQuery` query store errors.
> [@​hwillson](https://github.com/hwillson) in [#4941](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4941) > - Documentation updates.
> [@​michael-watson](https://github.com/michael-watson) in [#4940](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4940)
> [@​hwillson](https://github.com/hwillson) in [#4969](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4969) > > > ## Apollo Client (2.6.1) > > ### Apollo Utilities 1.3.2 > > - Reimplement `isEqual` without pulling in massive `lodash.isequal`.
> [@​benjamn](https://github.com/benjamn) in [#4924](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4924) > > ## Apollo Client (2.6.1) > > - In all Apollo Client packages, the compilation of `lib/bundle.esm.js` to `lib/bundle.cjs.js` and `lib/bundle.umd.js` now uses Babel instead of Rollup, since Babel correctly compiles some [edge cases](https://github-redirect.dependabot.com/apollographql/apollo-client/issues/4843#issuecomment-495717720) that neither Rollup nor TypeScript compile correctly.
> [@​benjamn](https://github.com/benjamn) in [#4911](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4911) > > ### Apollo Cache In-Memory 1.6.1 > > - Pretend that `__typename` exists on the root Query when matching fragments.
> [@​benjamn](https://github.com/benjamn) in [#4853](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4853) > > ### Apollo Utilities 1.3.1 > > - The `isEqual` function has been reimplemented using the `lodash.isequal` npm package, to better support circular references. Since the `lodash.isequal` package is already used by `react-apollo`, this change is likely to decrease total bundle size.
> [@​capaj](https://github.com/capaj) in [#4915](https://github-redirect.dependabot.com/apollographql/apollo-client/pull/4915)
Commits - [`d28dea2`](https://github.com/apollographql/apollo-client/commit/d28dea2370e292f18979f25fe15258a59e159b4d) chore: Publish - [`a12d0f0`](https://github.com/apollographql/apollo-client/commit/a12d0f0a937d4794cec204ef937f27fff9e77242) Changelog update; prep for publish - [`c44e821`](https://github.com/apollographql/apollo-client/commit/c44e8211268e808106e81da7665f65f81fac2baf) Make ObservableQuery.lastResult keep track of errors ([#4992](https://github-redirect.dependabot.com/apollographql/apollo-client/issues/4992)) - [`c2139b9`](https://github.com/apollographql/apollo-client/commit/c2139b9ca1fda005afeeb25ed5d646c4f1e4b521) chore(deps): update dependency gatsby to v2.13.57 - [`0d6fc36`](https://github.com/apollographql/apollo-client/commit/0d6fc36ad761b6a70aca452948e81addc94ad17d) Merge pull request [#5152](https://github-redirect.dependabot.com/apollographql/apollo-client/issues/5152) from danilobrinu/patch-1 - [`4cc557f`](https://github.com/apollographql/apollo-client/commit/4cc557f83e3b36c34f216d1965107d73e13603da) Update react-hooks.mdx - [`e498011`](https://github.com/apollographql/apollo-client/commit/e498011959cc2869f67f1d536a9fa729f065afc2) Add StephenBarlow as codeowner for docs ([#5149](https://github-redirect.dependabot.com/apollographql/apollo-client/issues/5149)) - [`8cd905e`](https://github.com/apollographql/apollo-client/commit/8cd905e328d39e0b8a8a611ed4396a5e32cbccb4) chore(deps): update dependency gatsby-theme-apollo-docs to v1.2.3 - [`a35680b`](https://github.com/apollographql/apollo-client/commit/a35680bee8485fb300e2c3873d653f897016c0ba) Merge pull request [#5141](https://github-redirect.dependabot.com/apollographql/apollo-client/issues/5141) from apollographql/ra-issue-3321 - [`d4d81a3`](https://github.com/apollographql/apollo-client/commit/d4d81a39563d45022d86683c69a34c40dd01668d) Changelog update - Additional commits viewable in [compare view](https://github.com/apollographql/apollo-client/compare/apollo-client@2.6.0...apollo-client@2.6.4)


Dependabot compatibility score

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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #247.