pmb0 / express-tsx-views

Server-side JSX/TSX rendering for your express or NestJS application -- without Babel 🚀
MIT License
34 stars 5 forks source link

chore(deps): update dependency @apollo/client to v3.6.9 #301

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

apollographql/apollo-client ### [`v3.6.9`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#Apollo-Client-369-2022-06-21) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.6.8...f75de97322a70923ecd3db37c9ffca66be847324) ##### Bug Fixes - Leave `fetchPolicy` unchanged when `skip: true` (or in standby) and `nextFetchPolicy` is available, even if `variables` change.
[@​benjamn](https://togithub.com/benjamn) in [#​9823](https://togithub.com/apollographql/apollo-client/pull/9823) ### [`v3.6.8`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#Apollo-Client-368-2022-06-10) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.6.7...v3.6.8) ##### Bug Fixes - Fix incorrect `variables` passed in `FieldFunctionOptions` for nested `readField` calls in `read` and `merge` functions.
[@​stardustxx](https://togithub.com/stardustxx) in [#​9808](https://togithub.com/apollographql/apollo-client/pull/9808) - Improve repository build scripts to work better on Windows.
[@​dylanwulf](https://togithub.com/dylanwulf) in [#​9805](https://togithub.com/apollographql/apollo-client/pull/9805) - Ensure `useQuery(query, { skip: true }).called === false` rather than always returning `called` as `true`.
[@​KucharskiPiotr](https://togithub.com/KucharskiPiotr) in [#​9798](https://togithub.com/apollographql/apollo-client/pull/9798) - Allow abandoned `reobserve` requests to unsubscribe from their underlying `Observable`.
[@​javier-garcia-meteologica](https://togithub.com/javier-garcia-meteologica) in [#​9791](https://togithub.com/apollographql/apollo-client/pull/9791)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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



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

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2566957218

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 2566953165: 0.0%
Covered Lines: 106
Relevant Lines: 108

💛 - Coveralls