Build(deps): bump @apollo/client from 3.7.2 to 3.7.3 #819

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.7.3 into master 2022-12-21 07:12:31 +00:00
argoyle commented 2022-12-21 04:37:54 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.7.2 to 3.7.3.

Release notes

Sourced from @​apollo/client's releases.

v3.7.3

Patch Changes

  • #10334 7d923939d Thanks @​jerelmiller! - Better handle deferred queries that have cached or partial cached data for them

  • #10368 46b58e976 Thanks @​alessbell! - Fix: unblocks support for defer in mutations

    If the @defer directive is present in the document passed to mutate, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.

Changelog

Sourced from @​apollo/client's changelog.

3.7.3

Patch Changes

  • #10334 7d923939d Thanks @​jerelmiller! - Better handle deferred queries that have cached or partial cached data for them

  • #10368 46b58e976 Thanks @​alessbell! - Fix: unblocks support for defer in mutations

    If the @defer directive is present in the document passed to mutate, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.

Commits
  • 2f79f03 Version Packages (#10341)
  • b823f6c Fix Changesets release workflow from default branch (#10370)
  • 46b58e9 Fixes support for defer in mutations (#10368)
  • 52d5af2 docs/updating-subscription-library-anchor-link (#10320)
  • 1398e42 chore(deps): update actions/setup-node action to v3 (#10352)
  • 6739721 chore(deps): update mad9000/actions-find-and-replace-string action to v3 (#10...
  • b3e4574 Update static-typing.md (#10358)
  • f4f00b6 chore(deps): update dependency mocha to v10.2.0
  • 0daf29f chore(deps): update dependency @​types/node to v18.11.13
  • ac7696e chore(deps): update dependency recast to v0.22.0
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $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.2 to 3.7.3. <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.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10334">#10334</a> <a href="https://github.com/apollographql/apollo-client/commit/7d923939dd7e6db7d69f04f598c666104b076e78"><code>7d923939d</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Better handle deferred queries that have cached or partial cached data for them</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10368">#10368</a> <a href="https://github.com/apollographql/apollo-client/commit/46b58e9762abbffaee5c9abda8e309bea6d7a785"><code>46b58e976</code></a> Thanks <a href="https://github.com/alessbell"><code>@​alessbell</code></a>! - Fix: unblocks support for defer in mutations</p> <p>If the <code>@defer</code> directive is present in the document passed to <code>mutate</code>, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.</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.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10334">#10334</a> <a href="https://github.com/apollographql/apollo-client/commit/7d923939dd7e6db7d69f04f598c666104b076e78"><code>7d923939d</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Better handle deferred queries that have cached or partial cached data for them</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10368">#10368</a> <a href="https://github.com/apollographql/apollo-client/commit/46b58e9762abbffaee5c9abda8e309bea6d7a785"><code>46b58e976</code></a> Thanks <a href="https://github.com/alessbell"><code>@​alessbell</code></a>! - Fix: unblocks support for defer in mutations</p> <p>If the <code>@defer</code> directive is present in the document passed to <code>mutate</code>, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/2f79f03f1239b0496ddda938bf74a1b0ef97966e"><code>2f79f03</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/10341">#10341</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/b823f6c679f28fae1f5c1fb3f9e7545a2cb5c987"><code>b823f6c</code></a> Fix Changesets release workflow from default branch (<a href="https://github.com/apollographql/apollo-client/issues/10370">#10370</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/46b58e9762abbffaee5c9abda8e309bea6d7a785"><code>46b58e9</code></a> Fixes support for defer in mutations (<a href="https://github.com/apollographql/apollo-client/issues/10368">#10368</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/52d5af26129bcec6bd51b45511b8349695219c47"><code>52d5af2</code></a> docs/updating-subscription-library-anchor-link (<a href="https://github.com/apollographql/apollo-client/issues/10320">#10320</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1398e42854590c685a63862534990e26d5013d16"><code>1398e42</code></a> chore(deps): update actions/setup-node action to v3 (<a href="https://github.com/apollographql/apollo-client/issues/10352">#10352</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/6739721ea04a66d94be6ca2ae956e95997925201"><code>6739721</code></a> chore(deps): update mad9000/actions-find-and-replace-string action to v3 (<a href="https://github.com/apollographql/apollo-client/issues/10">#10</a>...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/b3e4574942afffd03cc8a383b9834bbb723720bf"><code>b3e4574</code></a> Update static-typing.md (<a href="https://github.com/apollographql/apollo-client/issues/10358">#10358</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/f4f00b6d01b33f08dad9992609e30ddf4011e701"><code>f4f00b6</code></a> chore(deps): update dependency mocha to v10.2.0</li> <li><a href="https://github.com/apollographql/apollo-client/commit/0daf29fc02dba3e4ba53f36a8b412abcdbe79329"><code>0daf29f</code></a> chore(deps): update dependency <code>@​types/node</code> to v18.11.13</li> <li><a href="https://github.com/apollographql/apollo-client/commit/ac7696ee7478cab6566c93430400a1ea19b2c7ad"><code>ac7696e</code></a> chore(deps): update dependency recast to v0.22.0</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.7.2...v3.7.3">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 - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle (Migrated from gitlab.com) merged commit into master 2022-12-21 07:12:31 +00:00
Sign in to join this conversation.