Build(deps): bump @apollo/client from 3.5.7 to 3.5.8 #223

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.5.8 into master 2022-01-25 06:57:42 +00:00
argoyle commented 2022-01-25 04:39:56 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.5.7 to 3.5.8.

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.5.8 (2022-01-24)

Bug Fixes

  • Fix the type of the called property returned by useQuery() and useLazyQuery(). @​sztadii in #9304

Bug Fixes (by @​brainkim in #9328)

  • Fix refetch() not being called when skip is true.
  • Fix the promise returned from the useLazyQuery() execution function having stale variables.
  • Fix the promise returned from the useLazyQuery() execution function not rejecting when a query errors.
Commits
  • 2d84491 Bump @​apollo/client npm version to 3.5.8.
  • 3e3baaa Prep CHANGELOG.md for release v3.5.8.
  • 8c78908 Run 'npm audit fix' to address follow-redirects advisory.
  • fb79b91 Remove duplicate "ApolloClient" from useApolloClient error (#9320)
  • 89086e8 fix typo (#9341)
  • f52b0fd chore(deps): update dependency resolve to v1.22.0
  • 0e0ceb8 chore(deps): update dependency @​babel/parser to v7.16.12
  • b51167e chore(deps): update dependency typedoc to v0.22.11
  • a8aea28 chore(deps): update dependency rollup to v2.66.0
  • c054c44 chore(deps): update dependency resolve to v1.21.1
  • 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.5.7 to 3.5.8. <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.5.8 (2022-01-24)</h2> <h3>Bug Fixes</h3> <ul> <li>Fix the type of the <code>called</code> property returned by <code>useQuery()</code> and <code>useLazyQuery()</code>. <!-- raw HTML omitted --> <a href="https://github.com/sztadii"><code>@​sztadii</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9304">#9304</a></li> </ul> <h3>Bug Fixes (by <a href="https://github.com/brainkim"><code>@​brainkim</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9328">#9328</a>)</h3> <ul> <li>Fix <code>refetch()</code> not being called when <code>skip</code> is true.</li> <li>Fix the promise returned from the <code>useLazyQuery()</code> execution function having stale variables.</li> <li>Fix the promise returned from the <code>useLazyQuery()</code> execution function not rejecting when a query errors.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/2d844912c03216857871a81b0d70183838682f03"><code>2d84491</code></a> Bump <code>@​apollo/client</code> npm version to 3.5.8.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/3e3baaa0a9d8f8819ef11710cdcf35147d79e660"><code>3e3baaa</code></a> Prep CHANGELOG.md for release v3.5.8.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/8c78908e3c2b0866c461f172fb100db466b4f891"><code>8c78908</code></a> Run 'npm audit fix' to address follow-redirects advisory.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/fb79b9104c7571a7c7beae67953978fc58b69f3e"><code>fb79b91</code></a> Remove duplicate &quot;ApolloClient&quot; from useApolloClient error (<a href="https://github.com/apollographql/apollo-client/issues/9320">#9320</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/89086e8134be87ef2435e438d0a02fd5948e511d"><code>89086e8</code></a> fix typo (<a href="https://github.com/apollographql/apollo-client/issues/9341">#9341</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/f52b0fd8377898d85f030033c14332fac5771c36"><code>f52b0fd</code></a> chore(deps): update dependency resolve to v1.22.0</li> <li><a href="https://github.com/apollographql/apollo-client/commit/0e0ceb8fff81f277c335bbb10bef59c93df6667f"><code>0e0ceb8</code></a> chore(deps): update dependency <code>@​babel/parser</code> to v7.16.12</li> <li><a href="https://github.com/apollographql/apollo-client/commit/b51167e8dad0bd9094b0c21f7d30a33b48e0749c"><code>b51167e</code></a> chore(deps): update dependency typedoc to v0.22.11</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a8aea28865e083dae8e157773b61c4baf6e23e72"><code>a8aea28</code></a> chore(deps): update dependency rollup to v2.66.0</li> <li><a href="https://github.com/apollographql/apollo-client/commit/c054c4492cbd876915fab9fd77dc54a7f39e5db6"><code>c054c44</code></a> chore(deps): update dependency resolve to v1.21.1</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.5.7...v3.5.8">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-01-25 06:57:42 +00:00 (Migrated from gitlab.com)

mentioned in commit bba0545d7c

mentioned in commit bba0545d7c833e4794c9de3ef9833b7a89109661
argoyle (Migrated from gitlab.com) merged commit bba0545d7c into master 2022-01-25 06:57:42 +00:00
Sign in to join this conversation.