SurveyMonkey / graphql-ergonomock

Automatic mocking of GraphQL queries
MIT License
19 stars 5 forks source link

chore(deps): update dependency @apollo/client to v3.0.0-rc.0 #18

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@apollo/client (source) devDependencies patch 3.0.0-beta.41 -> 3.0.0-rc.0

Release Notes

apollographql/apollo-client ### [`v3.0.0-rc.0`](https://togithub.com/apollographql/apollo-client/releases/v3.0.0-rc.0) Now that the release candidate phase of testing has begun, we will do our very best to avoid introducing any new features or breaking API changes, unless those changes are absolutely necessary to fix bugs. We are very much aware of a number of outstanding bugs, and we fully intend to fix all known bugs before the final AC3 release, in addition to continuing to write and edit the documentation for new AC3 features: If you have been waiting for a signal that the AC3 API is stable/frozen, this is it. However, if you are not interested in helping to identify and fix (or at least work around) the remaining issues, then you should wait for the final release before updating. Changes: ### [`v3.0.0-beta.54`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.53...v3.0.0-beta.54) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.53...v3.0.0-beta.54) ### [`v3.0.0-beta.53`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.52...v3.0.0-beta.53) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.52...v3.0.0-beta.53) ### [`v3.0.0-beta.52`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.51...v3.0.0-beta.52) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.51...v3.0.0-beta.52) ### [`v3.0.0-beta.51`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.50...v3.0.0-beta.51) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.50...v3.0.0-beta.51) ### [`v3.0.0-beta.50`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.49...v3.0.0-beta.50) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.49...v3.0.0-beta.50) ### [`v3.0.0-beta.49`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.48...v3.0.0-beta.49) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.48...v3.0.0-beta.49) ### [`v3.0.0-beta.48`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.47...v3.0.0-beta.48) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.47...v3.0.0-beta.48) ### [`v3.0.0-beta.47`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.46...v3.0.0-beta.47) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.46...v3.0.0-beta.47) ### [`v3.0.0-beta.46`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.45...v3.0.0-beta.46) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.45...v3.0.0-beta.46) ### [`v3.0.0-beta.45`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.44...v3.0.0-beta.45) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.44...v3.0.0-beta.45) ### [`v3.0.0-beta.44`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.43...v3.0.0-beta.44) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.43...v3.0.0-beta.44) ### [`v3.0.0-beta.43`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.42...v3.0.0-beta.43) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.42...v3.0.0-beta.43) ### [`v3.0.0-beta.42`](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.41...v3.0.0-beta.42) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.0.0-beta.41...v3.0.0-beta.42)

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 you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

codecov[bot] commented 4 years ago

Codecov Report

Merging #18 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          159       151    -8     
  Branches        40        35    -5     
=========================================
- Hits           159       151    -8     
Impacted Files Coverage Δ
src/mock.ts 100.00% <0.00%> (ø)
src/index.ts 100.00% <0.00%> (ø)
src/apollo/MockLink.ts 100.00% <0.00%> (ø)
src/__tests__/schema.ts 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7b8f261...5eb32dc. Read the comment docs.

joual commented 4 years ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: