Build(deps): bump @apollo/client from 3.6.0 to 3.6.1 #343

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.6.1 into master 2022-04-29 05:34:39 +00:00
argoyle commented 2022-04-29 04:37:38 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.6.0 to 3.6.1.

Release notes

Sourced from @​apollo/client's releases.

v3.6.1

What's Changed

New Contributors

Full Changelog: https://github.com/apollographql/apollo-client/compare/v3.6.0...v3.6.1

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.6.1 (2022-04-28)

Bug Fixes

  • Remove recently-added, internal fetchBlockingPromise option from the WatchQueryOptions interface, due to regressions. @​benjamn in #9504
Commits
  • 8389767 Bump @​apollo/client npm version to 3.6.1.
  • dfec5aa Revert "Remove --tag next from npm publish command on main branch."
  • c7f268d Merge pull request #9636 from apollographql/issue-9632-remove-fetchBlockingPr...
  • b238937 Mention PR #9636 in CHANGELOG.md.
  • 1ef463c Remove fetchBlockingPromise parameter from reobserve, too.
  • da79d21 Fully remove usage of fetchBlockingPromise for now.
  • cf9a7ab Move fetchBlockingPromise from WatchQueryOptions to reobserve parameter.
  • 7530f1b Merge pull request #9628 from apollographql/roadmap-update
  • 6a9bd55 Merge branch 'main' into roadmap-update
  • 50c3c81 changes the way the parser filters the array of definitions
  • 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.6.0 to 3.6.1. <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.6.1</h2> <h2>What's Changed</h2> <ul> <li>Remove <code>WatchQueryOptions[&quot;fetchBlockingPromise&quot;]</code> option due to regressions by <a href="https://github.com/benjamn"><code>@​benjamn</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9636">apollographql/apollo-client#9636</a></li> <li>chore(deps): update dependency graphql-ws to v5.8.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9592">apollographql/apollo-client#9592</a></li> <li>Update Full-stack tutorial links to point to Odyssey by <a href="https://github.com/rkoron007"><code>@​rkoron007</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9610">apollographql/apollo-client#9610</a></li> <li>changes the way the parser filters the array of definitions by <a href="https://github.com/rasulomaroff"><code>@​rasulomaroff</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9622">apollographql/apollo-client#9622</a></li> <li>chore: updates roadmap by <a href="https://github.com/jpvajda"><code>@​jpvajda</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9628">apollographql/apollo-client#9628</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rasulomaroff"><code>@​rasulomaroff</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/9622">apollographql/apollo-client#9622</a></li> <li><a href="https://github.com/jpvajda"><code>@​jpvajda</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/9628">apollographql/apollo-client#9628</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apollographql/apollo-client/compare/v3.6.0...v3.6.1">https://github.com/apollographql/apollo-client/compare/v3.6.0...v3.6.1</a></p> </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>Apollo Client 3.6.1 (2022-04-28)</h2> <h3>Bug Fixes</h3> <ul> <li>Remove recently-added, internal <code>fetchBlockingPromise</code> option from the <code>WatchQueryOptions</code> interface, due to regressions. <!-- raw HTML omitted --> <a href="https://github.com/benjamn"><code>@​benjamn</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9504">#9504</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/8389767493f8065406405e0c16dddad0ceda24fe"><code>8389767</code></a> Bump <code>@​apollo/client</code> npm version to 3.6.1.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/dfec5aad22454e16e625cfedf13880201bbacb54"><code>dfec5aa</code></a> Revert &quot;Remove --tag next from npm publish command on main branch.&quot;</li> <li><a href="https://github.com/apollographql/apollo-client/commit/c7f268d1c36cfebdb64abdb0640a546f146e4e26"><code>c7f268d</code></a> Merge pull request <a href="https://github.com/apollographql/apollo-client/issues/9636">#9636</a> from apollographql/issue-9632-remove-fetchBlockingPr...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/b2389371e80552c453c4232c8712d5f62c16d635"><code>b238937</code></a> Mention PR <a href="https://github.com/apollographql/apollo-client/issues/9636">#9636</a> in CHANGELOG.md.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1ef463c41aef024dffbbfd3c124534dc251621ed"><code>1ef463c</code></a> Remove fetchBlockingPromise parameter from reobserve, too.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/da79d215f3c7a7cc628e3008c229424302a42703"><code>da79d21</code></a> Fully remove usage of fetchBlockingPromise for now.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/cf9a7ab327288cdf8c4d404c92cfa377d3ee274c"><code>cf9a7ab</code></a> Move fetchBlockingPromise from WatchQueryOptions to reobserve parameter.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/7530f1b2d382b135fb912413d8d3b81e7326a6f1"><code>7530f1b</code></a> Merge pull request <a href="https://github.com/apollographql/apollo-client/issues/9628">#9628</a> from apollographql/roadmap-update</li> <li><a href="https://github.com/apollographql/apollo-client/commit/6a9bd55f5b752c5376a4e4a5fddee755d08c2276"><code>6a9bd55</code></a> Merge branch 'main' into roadmap-update</li> <li><a href="https://github.com/apollographql/apollo-client/commit/50c3c81400949b681199c0a3422868c4dc32d8bf"><code>50c3c81</code></a> changes the way the parser filters the array of definitions</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.6.0...v3.6.1">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 commented 2022-04-29 05:34:39 +00:00 (Migrated from gitlab.com)

mentioned in commit f1e322c06d

mentioned in commit f1e322c06d0da6ac8557d1d0e842b3bf77393368
argoyle (Migrated from gitlab.com) merged commit f1e322c06d into master 2022-04-29 05:34:40 +00:00
Sign in to join this conversation.