apollo icon indicating copy to clipboard operation
apollo copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 4 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cross-fetch ^3.0.6 -> ^3.1.5 age adoption passing confidence
vue-apollo ^3.0.5 -> ^3.1.0 age adoption passing confidence

Release Notes

lquixada/cross-fetch

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.5

v3.1.4

Compare Source

🐞 fixed typescript errors.

v3.1.3

Compare Source

🐞 fixed typescript compilation error causing #​95, #​101, #​102.

v3.1.2

Compare Source

🐞 added missing Headers interface augmentation from lib.dom.iterable.d.ts (#​97)

v3.1.1

Compare Source

🐞 fixed missing fetch api types from constructor signatures #​96 (thanks @​jstewmon)

v3.1.0

Compare Source

⚡️ improved TypeScript support with own fetch API type definitions (thanks @​jstewmon) ⚡️ set fetch.ponyfill to true when custom ponyfill implementation is used. 💡 set the same fetch API test suite to run against node-fetch, whatwg-fetch and native fetch.

Akryum/vue-apollo

v3.1.0

Compare Source

Fixed

  • Fixed subscription error handling to work around some Apollo Client inconsistencies, errors should now be correctly handled by vue-apollo
  • Subscriptions now automatically restart on error just like queries, closes #​877
  • $skipAllQueries and $skipAllSubscriptions now work on initial component mount

v3.0.8

Compare Source

Fixed

  • fix(smart apollo): ensure SmartQuery variables still function when watched expression evaluated (#​1161)
  • fix(types): add throttle and debounce options #​1257

v3.0.7

Compare Source

Fixed

  • fix(smart query): initial data not retrieved from cache if query was fetched already once (only on Apollo Client 3)

v3.0.6

Compare Source

Fixed

  • ApolloQuery: null error in isDataFilled, closes #​933
  • removed unnecessary loading check (#​1111)

New

  • types: allow pass generic type to ObservableQuery (#​1103)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Feb 11 '21 14:02 renovate[bot]