Closed renovate[bot] closed 3 weeks ago
I see you added the "on stage" label, I'll get this merged to the stage branch!
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
docs | β Ready | docs preview | Thu Jan 23 11:57:13 NZDT 2025 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
arclight | β Ready | arclight preview | Thu Jan 23 11:57:28 NZDT 2025 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
journeys | β Ready | journeys preview | Thu Jan 23 11:58:40 NZDT 2025 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
short-links | β Ready | short-links preview | Thu Jan 23 11:59:06 NZDT 2025 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
videos-admin | β Ready | videos-admin preview | Thu Jan 23 11:59:27 NZDT 2025 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
journeys-admin | β Ready | journeys-admin preview | Thu Jan 23 11:59:49 NZDT 2025 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
watch | β Ready | watch preview | Thu Jan 23 12:00:21 NZDT 2025 |
This PR contains the following updates:
3.12.6
->3.12.7
Release Notes
apollographql/apollo-client (@apollo/client)
### [`v3.12.7`](https://redirect.github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3127) [Compare Source](https://redirect.github.com/apollographql/apollo-client/compare/v3.12.6...v3.12.7) ##### Patch Changes - [#12281](https://redirect.github.com/apollographql/apollo-client/pull/12281) [`d638ec3`](https://redirect.github.com/apollographql/apollo-client/commit/d638ec317b7d21c2246251ef1b9d773588277b39) Thanks [@jerelmiller](https://redirect.github.com/jerelmiller)! - Make fatal [tranport-level errors](https://www.apollographql.com/docs/graphos/routing/operations/subscriptions/multipart-protocol#message-and-error-format) from multipart subscriptions available to the error link with the `protocolErrors` property. ```js const errorLink = onError(({ protocolErrors }) => { if (protocolErrors) { console.log(protocolErrors); } }); ``` - [#12281](https://redirect.github.com/apollographql/apollo-client/pull/12281) [`d638ec3`](https://redirect.github.com/apollographql/apollo-client/commit/d638ec317b7d21c2246251ef1b9d773588277b39) Thanks [@jerelmiller](https://redirect.github.com/jerelmiller)! - Fix the array type for the `errors` field on the `ApolloPayloadResult` type. This type was always in the shape of the GraphQL error format, per the [multipart subscriptions protocol](https://www.apollographql.com/docs/graphos/routing/operations/subscriptions/multipart-protocol#message-and-error-format) and never a plain string or a JavaScript error object.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 was generated by Mend Renovate. View the repository job log.