SurveyMonkey / graphql-ergonomock

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

chore(deps): update dependency @apollo/client to v3.3.14 #110

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.3.11 -> 3.3.14 age adoption passing confidence

Release Notes

apollographql/apollo-client ### [`v3.3.14`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3314) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.13...v3.3.14) ##### Improvements - Adjust TypeScript types to allow `keyFields` and `keyArgs` functions to return `false`.
[@​CarsonF](https://togithub.com/CarsonF) and [@​benjamn](https://togithub.com/benjamn) in [#​7900](https://togithub.com/apollographql/apollo-client/pull/7900) ##### Bug fixes - Prevent `RenderPromises` memory leak by calling `renderPromises.clear()` after `getMarkupFromTree` finishes.
[@​benjamn](https://togithub.com/benjamn) in [#​7943](https://togithub.com/apollographql/apollo-client/pull/7943) - Cancel pending notify timeout when stopping a `QueryInfo` object.
[@​hollandThomas](https://togithub.com/hollandThomas) in [#​7935](https://togithub.com/apollographql/apollo-client/pull/7935) - Fix infinite rendering bug related to `useSubscription`.
[@​brainkim](https://togithub.com/brainkim) in [#​7917](https://togithub.com/apollographql/apollo-client/pull/7917) ### [`v3.3.13`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3313) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.12...v3.3.13) ##### Improvements - Add missing `context` option to `useSubscription`.
[@​jcreighton](https://togithub.com/jcreighton) in [#​7860](https://togithub.com/apollographql/apollo-client/pull/7860) - Remove unnecessary TypeScript global `Observable["@​@​observable"]` method declaration.
[@​benjamn](https://togithub.com/benjamn) in [#​7888](https://togithub.com/apollographql/apollo-client/pull/7888) - Prevent skipped/observerless `ObservableQuery`s from being refetched by `refetchQueries`.
[@​dannycochran](https://togithub.com/dannycochran) in [#​7877](https://togithub.com/apollographql/apollo-client/pull/7877) ### [`v3.3.12`](https://togithub.com/apollographql/apollo-client/blob/master/CHANGELOG.md#Apollo-Client-3312) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.3.11...v3.3.12) ##### Bug fixes - Maintain serial ordering of `asyncMap` mapping function calls, and prevent potential unhandled `Promise` rejection errors.
[@​benjamn](https://togithub.com/benjamn) in [#​7818](https://togithub.com/apollographql/apollo-client/pull/7818) - Relax incompatible `children?: React.ReactElement` field type in `MockedProviderProps` interface.
[@​kevinperaza](https://togithub.com/kevinperaza) in [#​7833](https://togithub.com/apollographql/apollo-client/pull/7833)

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 3 years ago

Codecov Report

Merging #110 (119797a) into master (22b982b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   99.36%   99.36%           
=======================================
  Files           8        8           
  Lines         158      158           
  Branches       41       41           
=======================================
  Hits          157      157           
  Misses          1        1           

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 22b982b...119797a. Read the comment docs.