Build(deps): bump @apollo/client from 3.7.14 to 3.7.15 #1226

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.7.15 into master 2023-06-01 05:23:05 +00:00
argoyle commented 2023-06-01 04:38:29 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.7.14 to 3.7.15.

Release notes

Sourced from @​apollo/client's releases.

v3.7.15

Patch Changes

  • #10891 ab42a5c08 Thanks @​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 23a4e1578 Thanks @​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.

Changelog

Sourced from @​apollo/client's changelog.

3.7.15

Patch Changes

  • #10891 ab42a5c08 Thanks @​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 23a4e1578 Thanks @​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.

Commits
  • 4d19216 Version Packages (#10851)
  • 7fd00b2 Update docs on @​defer directive usage with GraphQL Code Generator (#10910)
  • 2ca595f chore(deps): update dependency @​types/node to v20.2.3 (#10904)
  • a92eed9 chore(deps): update dependency @​typescript-eslint/parser to v5.59.7 (#10899)
  • 1d070f8 chore(deps): update dependency terser to v5.17.4 (#10902)
  • dee6dd7 chore(deps): update dependency rimraf to v5.0.1 (#10901)
  • 2bf0292 chore(deps): update dependency @​types/node-fetch to v2.6.4 (#10897)
  • 1c6c304 chore(deps): update slackapi/slack-github-action action to v1.24.0 (#10906)
  • cb7fcb0 chore(deps): update dependency eslint to v8.41.0 (#10905)
  • a96d385 chore(deps): update dependency graphql-ws to v5.13.1 (#10900)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR. Deprecated, use GitLab's native /rebase instead
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.14 to 3.7.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/releases"><code>@​apollo/client</code>'s releases</a>.</em></p> <blockquote> <h2>v3.7.15</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10891">#10891</a> <a href="https://github.com/apollographql/apollo-client/commit/ab42a5c08840193cb915f4e66d71fac3834fec68"><code>ab42a5c08</code></a> Thanks <a href="https://github.com/laverdet"><code>@​laverdet</code></a>! - Fixes a bug in how multipart responses are read when using <code>@defer</code>. When reading a multipart body, <code>HttpLink</code> no longer attempts to parse the boundary (e.g. <code>&quot;---&quot;</code> or other boundary string) within the response data itself, only when reading the beginning of each mulitpart chunked message.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10789">#10789</a> <a href="https://github.com/apollographql/apollo-client/commit/23a4e15786fe99658d741585366f3b02bcffb97f"><code>23a4e1578</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix a bug where other fields could be aliased to <code>__typename</code> or <code>id</code>, in which case an incoming result would be merged into the wrong cache entry.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>@​apollo/client</code>'s changelog</a>.</em></p> <blockquote> <h2>3.7.15</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10891">#10891</a> <a href="https://github.com/apollographql/apollo-client/commit/ab42a5c08840193cb915f4e66d71fac3834fec68"><code>ab42a5c08</code></a> Thanks <a href="https://github.com/laverdet"><code>@​laverdet</code></a>! - Fixes a bug in how multipart responses are read when using <code>@defer</code>. When reading a multipart body, <code>HttpLink</code> no longer attempts to parse the boundary (e.g. <code>&quot;---&quot;</code> or other boundary string) within the response data itself, only when reading the beginning of each mulitpart chunked message.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10789">#10789</a> <a href="https://github.com/apollographql/apollo-client/commit/23a4e15786fe99658d741585366f3b02bcffb97f"><code>23a4e1578</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Fix a bug where other fields could be aliased to <code>__typename</code> or <code>id</code>, in which case an incoming result would be merged into the wrong cache entry.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/4d192165965dbc8475d3d02a5d01dda7df03d790"><code>4d19216</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/10851">#10851</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/7fd00b2883924fe8c63d3e575e19075b174d6910"><code>7fd00b2</code></a> Update docs on <a href="https://github.com/defer"><code>@​defer</code></a> directive usage with GraphQL Code Generator (<a href="https://github.com/apollographql/apollo-client/issues/10910">#10910</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/2ca595f45abf4ed3b2a523066368fdc971f73a78"><code>2ca595f</code></a> chore(deps): update dependency <code>@​types/node</code> to v20.2.3 (<a href="https://github.com/apollographql/apollo-client/issues/10904">#10904</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a92eed957f19d4e3d51d302ca632ab6770e1d6a5"><code>a92eed9</code></a> chore(deps): update dependency <code>@​typescript-eslint/parser</code> to v5.59.7 (<a href="https://github.com/apollographql/apollo-client/issues/10899">#10899</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1d070f82389ce918f1d95a4ad4e1ddec87f4d1e7"><code>1d070f8</code></a> chore(deps): update dependency terser to v5.17.4 (<a href="https://github.com/apollographql/apollo-client/issues/10902">#10902</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/dee6dd7e6727479b6998b3cc273f44d19945b316"><code>dee6dd7</code></a> chore(deps): update dependency rimraf to v5.0.1 (<a href="https://github.com/apollographql/apollo-client/issues/10901">#10901</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/2bf0292e97eea097b266f7df5a6e68e27155ac11"><code>2bf0292</code></a> chore(deps): update dependency <code>@​types/node-fetch</code> to v2.6.4 (<a href="https://github.com/apollographql/apollo-client/issues/10897">#10897</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1c6c304878f1b70b92294b15c7860a64a3747f2a"><code>1c6c304</code></a> chore(deps): update slackapi/slack-github-action action to v1.24.0 (<a href="https://github.com/apollographql/apollo-client/issues/10906">#10906</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/cb7fcb0dcf4475902c09380680a84265fd4ff702"><code>cb7fcb0</code></a> chore(deps): update dependency eslint to v8.41.0 (<a href="https://github.com/apollographql/apollo-client/issues/10905">#10905</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a96d385c59cf4b4350b9a044bcd6b29bed133947"><code>a96d385</code></a> chore(deps): update dependency graphql-ws to v5.13.1 (<a href="https://github.com/apollographql/apollo-client/issues/10900">#10900</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.7.14...v3.7.15">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR. Deprecated, use GitLab's native /rebase instead - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2023-06-01 05:23:05 +00:00
Sign in to join this conversation.