Closed renovate[bot] closed 2 months ago
Latest commit: b8af77694f547446e1e782c332ce6d8f370c4f75
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | b8af77694f547446e1e782c332ce6d8f370c4f75 |
Latest deploy log | https://app.netlify.com/sites/graphql-testing-library/deploys/66b1525ffdeb9c0008402663 |
Deploy Preview | https://deploy-preview-88--graphql-testing-library.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR contains the following updates:
3.11.2
->3.11.3
Release Notes
apollographql/apollo-client (@apollo/client)
### [`v3.11.3`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3113) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.11.2...v3.11.3) ##### Patch Changes - [#11984](https://togithub.com/apollographql/apollo-client/pull/11984) [`5db1659`](https://togithub.com/apollographql/apollo-client/commit/5db1659dc07e3de697894fc1c6f00a151d068291) Thanks [@jerelmiller](https://togithub.com/jerelmiller)! - Fix an issue where multiple fetches with results that returned errors would sometimes set the `data` property with an `errorPolicy` of `none`. - [#11974](https://togithub.com/apollographql/apollo-client/pull/11974) [`c95848e`](https://togithub.com/apollographql/apollo-client/commit/c95848e859fb7ce0b3b9439ac71dff880f991450) Thanks [@jerelmiller](https://togithub.com/jerelmiller)! - Fix an issue where `fetchMore` would write its result data to the cache when using it with a `no-cache` fetch policy. - [#11974](https://togithub.com/apollographql/apollo-client/pull/11974) [`c95848e`](https://togithub.com/apollographql/apollo-client/commit/c95848e859fb7ce0b3b9439ac71dff880f991450) Thanks [@jerelmiller](https://togithub.com/jerelmiller)! - Fix an issue where executing `fetchMore` with a `no-cache` fetch policy could sometimes result in multiple network requests. - [#11974](https://togithub.com/apollographql/apollo-client/pull/11974) [`c95848e`](https://togithub.com/apollographql/apollo-client/commit/c95848e859fb7ce0b3b9439ac71dff880f991450) Thanks [@jerelmiller](https://togithub.com/jerelmiller)! - ##### Potentially disruptive change When calling `fetchMore` with a query that has a `no-cache` fetch policy, `fetchMore` will now throw if an `updateQuery` function is not provided. This provides a mechanism to merge the results from the `fetchMore` call with the query's previous result.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.