ufosc / AskAGator

Open source teacher/professor interaction software
10 stars 7 forks source link

Bump react-apollo from 2.5.6 to 2.5.8 #124

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps react-apollo from 2.5.6 to 2.5.8.

Release notes *Sourced from [react-apollo's releases](https://github.com/apollographql/react-apollo/releases).* > ## 2.5.8 (2019-06-21) > > ### Bug Fixes > > - Makes the use of `apollo-client` 2.6.3's `ObservableQuery.resetQueryStoreErrors` > method optional, for people who can't update to `react-apollo`'s new > `apollo-client` peer dep of 2.6.3. > [@​hwillson](https://github.com/hwillson) in [#3151](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3151) > > ## 2.5.7 (2019-06-21) > > ### Improvements > > - Make sure `MockedProvider` is using the proper CJS/ESM bundle, when > referencing `ApolloProvider`. > [@​jure](https://github.com/jure) in [#3029](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3029). > - Adjust the `ApolloContext` definition to play a bit more nicely with > `React.createContext` types. > [@​JoviDeCroock](https://github.com/JoviDeCroock) in [#3018](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3018) > - The result of a mutation is now made available to the wrapped component, > when using the `graphql` HOC. > [@​andycarrell](https://github.com/andycarrell) in [#3008](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3008) > - Check equality of stringified variables in the `MockLink` to improve > debugging experience used by `MockedProvider`. > [@​evans](https://github.com/evans) in [#3078](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3078) > > ### Bug Fixes > > - Removed leftover `apollo-client@beta` peer dep. > [@​brentertz](https://github.com/brentertz) in [#3064](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3064) > - Stop setting optional input to `null`, when using the `graphql` HOC. > [@​ZhengYuTay](https://github.com/ZhengYuTay) in [#3056](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3056) > - Fix typescript error caused by `query` being mandatory in the `fetchMore` > signature. > [@​HsuTing](https://github.com/HsuTing) in [#3065](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3065) > - Fixes an issue that caused the `Query` component to get stuck in an always > loading state, caused by receiving an error (meaning subsequent valid > responses couldn't be handled). The `Query` component can now handle an > error in a response, then continue to handle a valid response afterwards. > [@​hwillson](https://github.com/hwillson) in [#3107](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3107) > - Reorder `Subscription` component code to avoid setting state on unmounted > component. > [@​jasonpaulos](https://github.com/jasonpaulos) in [#3139](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3139) > - Fix component stuck in `loading` state for `network-only` fetch policy. > [@​jasonpaulos](https://github.com/jasonpaulos) in [#3126](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3126)
Changelog *Sourced from [react-apollo's changelog](https://github.com/apollographql/react-apollo/blob/master/Changelog.md).* > # Change log > > ## 3.0.0 (Not yet released) > > ### Breaking Changes > > - The minimum supported React version is now 16.8. > > - The `react-apollo@3` package preserves most of the functionality of `react-apollo@2` by re-exporting existing components and functions from `@apollo/react-components` and `@apollo/react-hoc`. If you want to use Hooks, Components, or HOC directly, import the new `@apollo/react-hooks`, `@apollo/react-components`, and/or `@apollo/react-hoc` packages instead. > > - React Apollo testing utilities are no longer available as part of the `react-apollo` package. They should now be imported from the new `@apollo/react-testing` package. > > - The deprecated `walkTree` function has been removed ([9b24d756](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2892/commits/9b24d7567be194c454395365bb5db4fbd7a5caca)). > > - The deprecated `GraphqlQueryControls` and `MutationFunc` types have been removed ([ade881f0](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2892/commits/ade881f07b1175d28b0aae79915bfc5ed8dd9e5a)). > > - Preact is no longer supported ([b742ae63](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2892/commits/b742ae6382039eac79e050a9b0f54183dafaf4a3)). > > - Various Typescript type changes. Since we've introduced a third way of > managing data with React (Hooks), we had to rework many of the existing > exported types to better align with the Hooks way of doing things. Base types > are used to hold common properties across Hooks, Components and the `graphql` > HOC, and these types are then extended when needed to provide properties > that are specific to a certain React paradigm > ([30edb1b0](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2892/commits/30edb1b080b64253b9074a5e7347c544618ea2ea) and > [3d138db3](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2892/commits/3d138db386fe44e35203b991eb6caca0eec19d3d)). > > - `catchAsyncError`, `wrap`, and `compose` utilities have been removed > ([2c3a262](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2892/commits/2c3a262f9eb1cfb9e58b40ceaeda16a628e3964c), [7de864e](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2892/commits/7de864ecb90521fc2e1f211023fe436486af2324), and [e6089a7](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2892/commits/e6089a716b2b19b57f36200db378b8613a91612d)) > > ### Improvements > > - `useApolloClient` can be used to return an `ApolloClient` instance from > React Apollo's context, assuming it was previously set using > `ApolloProvider`.
> [@​FredyC](https://github.com/FredyC) in [#2872](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/2872) > > ## 2.5.7 (2019-06-21) > > ### Improvements > > - Make sure `MockedProvider` is using the proper CJS/ESM bundle, when > referencing `ApolloProvider`.
> [@​jure](https://github.com/jure) in [#3029](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3029). > - Adjust the `ApolloContext` definition to play a bit more nicely with > `React.createContext` types.
> [@​JoviDeCroock](https://github.com/JoviDeCroock) in [#3018](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3018) > - The result of a mutation is now made available to the wrapped component, > when using the `graphql` HOC.
> [@​andycarrell](https://github.com/andycarrell) in [#3008](https://github-redirect.dependabot.com/apollographql/react-apollo/pull/3008) > ... (truncated)
Commits - [`9e4b573`](https://github.com/apollographql/react-apollo/commit/9e4b573a5ae8ee068bc6f9229e6d84b36974da6b) Merge pull request [#3149](https://github-redirect.dependabot.com/apollographql/react-apollo/issues/3149) from apollographql/issue-3148 - [`1c60dae`](https://github.com/apollographql/react-apollo/commit/1c60dae0e14a8357ca38973c747c7a9f30c179a1) Bump all `apollo-client` peer deps - [`c32b618`](https://github.com/apollographql/react-apollo/commit/c32b6183062e21d1a8a48f29b03dc69180ba395d) chore(deps): update dependency apollo-server-express to v2.6.4 - [`d9ce89c`](https://github.com/apollographql/react-apollo/commit/d9ce89cc0dc103fd3b163cbe09f5d6047129c8a2) chore(deps): update dependency apollo-server to v2.6.4 - [`ce33f8a`](https://github.com/apollographql/react-apollo/commit/ce33f8a5ce250518d521de39982dc49f1fe9a793) Publish - [`592d88a`](https://github.com/apollographql/react-apollo/commit/592d88a3b050377eade9c4299c18d063972872cc) Merge pull request [#2892](https://github-redirect.dependabot.com/apollographql/react-apollo/issues/2892) from apollographql/release-3.0.0 - [`bb838f7`](https://github.com/apollographql/react-apollo/commit/bb838f792e9d07b21d17f127701840184bc92c61) Sync graphql and apollo-* package versions. ([#3142](https://github-redirect.dependabot.com/apollographql/react-apollo/issues/3142)) - [`b54b6a7`](https://github.com/apollographql/react-apollo/commit/b54b6a77048ef73505d7af031b727b412b82aa81) Merge branch 'master' into release-3.0.0 - [`f7c420a`](https://github.com/apollographql/react-apollo/commit/f7c420afebf148974433779ececbff3cc1d22820) Add error cleanup changes from [#3107](https://github-redirect.dependabot.com/apollographql/react-apollo/issues/3107) - [`3bc993b`](https://github.com/apollographql/react-apollo/commit/3bc993b2ea91704bd6a2667f42d1940656c071ff) Version bump; prep for publish - Additional commits viewable in [compare view](https://github.com/apollographql/react-apollo/compare/v2.5.6...v2.5.8)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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.