Closed renovate[bot] closed 1 year ago
Name | Link |
---|---|
Latest commit | 4532f653d8055830942cba9196606375458ba8eb |
Latest deploy log | https://app.netlify.com/sites/pennant-website/deploys/64779381811d7100088d4ce1 |
Name | Link |
---|---|
Latest commit | 4532f653d8055830942cba9196606375458ba8eb |
Latest deploy log | https://app.netlify.com/sites/marvelous-tanuki-3e9658/deploys/64779381af633d0008225783 |
Deploy Preview | https://deploy-preview-829--marvelous-tanuki-3e9658.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 settings.
This PR contains the following updates:
3.7.11
->3.7.15
Release Notes
apollographql/apollo-client
### [`v3.7.15`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3715) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.14...v3.7.15) ##### Patch Changes - [#10891](https://togithub.com/apollographql/apollo-client/pull/10891) [`ab42a5c08`](https://togithub.com/apollographql/apollo-client/commit/ab42a5c08840193cb915f4e66d71fac3834fec68) Thanks [@laverdet](https://togithub.com/laverdet)! - Fixes a bug in how multipart responses are read when using `@defer`. When reading a multipart body, `HttpLink` no longer attempts to parse the boundary (e.g. `"---"` or other boundary string) within the response data itself, only when reading the beginning of each mulitpart chunked message. - [#10789](https://togithub.com/apollographql/apollo-client/pull/10789) [`23a4e1578`](https://togithub.com/apollographql/apollo-client/commit/23a4e15786fe99658d741585366f3b02bcffb97f) Thanks [@phryneas](https://togithub.com/phryneas)! - Fix a bug where other fields could be aliased to `__typename` or `id`, in which case an incoming result would be merged into the wrong cache entry. ### [`v3.7.14`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3714) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.13...v3.7.14) ##### Patch Changes - [#10764](https://togithub.com/apollographql/apollo-client/pull/10764) [`1b0a61fe5`](https://togithub.com/apollographql/apollo-client/commit/1b0a61fe5a6593f319da26fec8692359232ccf9b) Thanks [@phryneas](https://togithub.com/phryneas)! - Deprecate `useFragment` `returnPartialData` option - [#10810](https://togithub.com/apollographql/apollo-client/pull/10810) [`a6252774f`](https://togithub.com/apollographql/apollo-client/commit/a6252774f43fd9a4be9c50b48b7a6d5a1c8e64ec) Thanks [@dleavitt](https://togithub.com/dleavitt)! - Fix type signature of `ServerError`. In <3.7 `HttpLink` and `BatchHttpLink` would return a `ServerError.message` of e.g. `"Unexpected token 'E', \"Error! Foo bar\" is not valid JSON"` and a `ServerError.result` of `undefined` in the case where a server returned a >= 300 response code with a response body containing a string that could not be parsed as JSON. In >=3.7, `message` became e.g. `Response not successful: Received status code 302` and `result` became the string from the response body, however the type in `ServerError.result` was not updated to include the `string` type, which is now properly reflected. ### [`v3.7.13`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3713) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.12...v3.7.13) ##### Patch Changes - [#10805](https://togithub.com/apollographql/apollo-client/pull/10805) [`a5503666c`](https://togithub.com/apollographql/apollo-client/commit/a5503666c2cc8220ac1d877e3296556e54e58ff6) Thanks [@phryneas](https://togithub.com/phryneas)! - Fix a potential memory leak in SSR scenarios when many `persistedQuery` instances were created over time. - [#10718](https://togithub.com/apollographql/apollo-client/pull/10718) [`577c68bdd`](https://togithub.com/apollographql/apollo-client/commit/577c68bdd26519f8341fd1188ea4b8aabe357856) Thanks [@Hsifnus](https://togithub.com/Hsifnus)! - Delay Concast subscription teardown slightly in `useSubscription` to prevent unexpected Concast teardown when one `useSubscription` hook tears down its in-flight Concast subscription immediately followed by another `useSubscription` hook reusing and subscribing to that same Concast ### [`v3.7.12`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3712) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.11...v3.7.12) ##### Patch Changes - [#10735](https://togithub.com/apollographql/apollo-client/pull/10735) [`895bcdcff`](https://togithub.com/apollographql/apollo-client/commit/895bcdcff146bc4575c8f3423c30fa9e885be16b) Thanks [@alessbell](https://togithub.com/alessbell)! - If a multipart chunk contains only `hasNext: false`, immediately complete the observable.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.
🔕 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.