OlivierJM / react-github-api

Using GitHub API with GraphQL
https://repo-query.netlify.com/
MIT License
7 stars 1 forks source link

Update Apollo GraphQL packages - autoclosed #46

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
apollo-boost dependencies patch 0.1.22 -> 0.1.27 source
apollo-cache-inmemory dependencies minor 1.3.11 -> 1.4.2 source
apollo-client dependencies patch 2.4.7 -> 2.4.12 source
apollo-link-context dependencies patch 1.0.10 -> 1.0.14 source
apollo-link-http dependencies patch 1.5.7 -> 1.5.11 source
react-apollo dependencies minor 2.3.2 -> 2.4.1 source

Release Notes

apollographql/apollo-client ### [`v0.1.27`](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.26...apollo-boost@0.1.27) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.26...apollo-boost@0.1.27) ### [`v0.1.26`](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.25...apollo-boost@0.1.26) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.25...apollo-boost@0.1.26) ### [`v0.1.25`](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.24...apollo-boost@0.1.25) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.24...apollo-boost@0.1.25) ### [`v0.1.24`](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.23...apollo-boost@0.1.24) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.23...apollo-boost@0.1.24) ### [`v0.1.23`](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.22...apollo-boost@0.1.23) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/apollo-boost@0.1.22...apollo-boost@0.1.23)
apollographql/apollo-link ### [`v1.0.14`](https://togithub.com/apollographql/apollo-link/compare/apollo-link-ws@1.0.13...apollo-link-ws@1.0.14) [Compare Source](https://togithub.com/apollographql/apollo-link/compare/apollo-link-context@1.0.13...apollo-link-context@1.0.14) ### [`v1.0.13`](https://togithub.com/apollographql/apollo-link/compare/apollo-link-ws@1.0.12...apollo-link-ws@1.0.13) [Compare Source](https://togithub.com/apollographql/apollo-link/compare/apollo-link-context@1.0.12...apollo-link-context@1.0.13) ### [`v1.0.12`](https://togithub.com/apollographql/apollo-link/compare/apollo-link-context@1.0.11...apollo-link-context@1.0.12) [Compare Source](https://togithub.com/apollographql/apollo-link/compare/apollo-link-context@1.0.11...apollo-link-context@1.0.12) ### [`v1.0.11`](https://togithub.com/apollographql/apollo-link/compare/apollo-link-context@1.0.10...apollo-link-context@1.0.11) [Compare Source](https://togithub.com/apollographql/apollo-link/compare/apollo-link-context@1.0.10...apollo-link-context@1.0.11)
apollographql/react-apollo ### [`v2.4.1`](https://togithub.com/apollographql/react-apollo/blob/master/Changelog.md#​241) [Compare Source](https://togithub.com/apollographql/react-apollo/compare/v2.4.0...v2.4.1) ##### Improvements - Adds a `onSubscriptionComplete` prop to the `Subscription` component, that can be passed a callback to be called when the subscription observable is completed.
[@​sujeetsr](https://togithub.com/sujeetsr) in [#​2716](https://togithub.com/apollographql/react-apollo/pull/2716) - During server-side rendering, `ObservableQuery` objects created in previous rendering passes will now be preserved in later passes (within the same `getDataFromTree` or `getMarkupFromTree` call), so that errors can be handled properly when using the `errorPolicy: "all"` option.
[PR #​2753](https://togithub.com/apollographql/react-apollo/pull/2753) ### [`v2.4.0`](https://togithub.com/apollographql/react-apollo/blob/master/Changelog.md#​240) [Compare Source](https://togithub.com/apollographql/react-apollo/compare/v2.3.3...v2.4.0) ##### Bug Fixes - Invoke `onCompleted`/`onError` even if `Mutation` unmounts.
[PR #​2710](https://togithub.com/apollographql/react-apollo/pull/2710) ##### Improvements - Update the typescript example app to use the raw Query component directly, with generics, to avoid generating the extra object that's created (in the compiled code) when extending the Query component as a class.
[@​evans](https://togithub.com/evans) in [#​2721](https://togithub.com/apollographql/react-apollo/pull/2721) - Use new `ApolloClient#stop` method to dispose of `MockedProvider` client instance.
[PR #​2741](https://togithub.com/apollographql/react-apollo/pull/2741) - The `apollo-client` peer dependency version constraint has been updated to require the latest version, 2.4.12. Although this update is recommended, and we believe it is backwards compatible with other apollo-client@2.4.x versions, we decided to bump the minor version of `react-apollo` (to 2.4.0) because of this new `apollo-client` version requirement. ### [`v2.3.3`](https://togithub.com/apollographql/react-apollo/blob/master/Changelog.md#​233) [Compare Source](https://togithub.com/apollographql/react-apollo/compare/v2.3.2...v2.3.3) ##### Bug Fixes - Add `react-dom` as a peer dependency (since it's used by `getDataFromTree` and `renderToStringWithData`).
[@​hwillson](https://togithub.com/hwillson) in [#​2660](https://togithub.com/apollographql/react-apollo/pull/2660) ##### Improvements - Drop `react` 14.x support, since the 14.x release line is 2 years old now, and `react-apollo` is no longer tested against it.
[@​hwillson](https://togithub.com/hwillson) in [#​2660](https://togithub.com/apollographql/react-apollo/pull/2660)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot. View repository job log here.