apollo
apollo copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
cross-fetch | ^3.0.6 -> ^3.1.5 |
||||
vue-apollo | ^3.0.5 -> ^3.1.0 |
Release Notes
lquixada/cross-fetch
v3.1.5
What's Changed
- chore: updated node-fetch version to 2.6.7 by @dlafreniere in https://github.com/lquixada/cross-fetch/pull/124
New Contributors
- @dlafreniere made their first contribution in https://github.com/lquixada/cross-fetch/pull/124
Full Changelog: https://github.com/lquixada/cross-fetch/compare/v3.1.4...v3.1.5
v3.1.4
🐞 fixed typescript errors.
v3.1.3
🐞 fixed typescript compilation error causing #95, #101, #102.
v3.1.2
🐞 added missing Headers interface augmentation from lib.dom.iterable.d.ts (#97)
v3.1.1
🐞 fixed missing fetch api types from constructor signatures #96 (thanks @jstewmon)
v3.1.0
⚡️ 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
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
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
Fixed
- fix(smart query): initial data not retrieved from cache if query was fetched already once (only on Apollo Client 3)
v3.0.6
Fixed
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.