Build(deps): bump @apollo/client from 3.7.9 to 3.7.10 #1000

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.7.10 into master 2023-03-08 12:29:22 +00:00
argoyle commented 2023-03-07 04:37:45 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.7.9 to 3.7.10.

Release notes

Sourced from @​apollo/client's releases.

v3.7.10

Patch Changes

  • #9438 52a9c8ea1 Thanks @​dciesielkiewicz! - Ensure the client option passed to useMutation's execute function is used when provided. Previously this option was ignored.

  • #9124 975b923c0 Thanks @​andrebrantom! - Make ApolloClient.writeQuery and ApolloClient.writeFragment behave more like cache.writeQuery and cache.writeFragment by returning the reference returned by the cache.

Changelog

Sourced from @​apollo/client's changelog.

3.7.10

Patch Changes

  • #9438 52a9c8ea1 Thanks @​dciesielkiewicz! - Ensure the client option passed to useMutation's execute function is used when provided. Previously this option was ignored.

  • #9124 975b923c0 Thanks @​andrebrantom! - Make ApolloClient.writeQuery and ApolloClient.writeFragment behave more like cache.writeQuery and cache.writeFragment by returning the reference returned by the cache.

Commits
  • 1575a40 Version Packages (#10585)
  • f29640a Fix "Instead, allows you to specify" grammar error (#10615)
  • 78f6d27 chore: narrow types of getFromAST.ts with type predicates (#10588)
  • bf25da3 chore: add ApolloClient.split example to Link docs (#10591)
  • 9ad1335 chore: fix link to CONTRIBUTING.md (#10589)
  • 52a9c8e Fix: Support useMutation client param passed to execute function (#9438)
  • 43be05f write a test for a change in ApolloClient.refetchQueries error handling (#9330)
  • 975b923 Make client writeFragment and writeQuery behaviour consistent with cache (#9124)
  • 0d36863 chore: run lock workflow daily (#10584)
  • dba7968 chore(deps): update dependency @​testing-library/react to v14 (#10582)
  • 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.9 to 3.7.10. <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.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/9438">#9438</a> <a href="https://github.com/apollographql/apollo-client/commit/52a9c8ea1ac08ee53fe1ddbd4ded899ea00a1f9f"><code>52a9c8ea1</code></a> Thanks <a href="https://github.com/dciesielkiewicz"><code>@​dciesielkiewicz</code></a>! - Ensure the <code>client</code> option passed to <code>useMutation</code>'s execute function is used when provided. Previously this option was ignored.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/9124">#9124</a> <a href="https://github.com/apollographql/apollo-client/commit/975b923c0c0e7ddc8553917a91981e9f41713bc1"><code>975b923c0</code></a> Thanks <a href="https://github.com/andrebrantom"><code>@​andrebrantom</code></a>! - Make <code>ApolloClient.writeQuery</code> and <code>ApolloClient.writeFragment</code> behave more like <code>cache.writeQuery</code> and <code>cache.writeFragment</code> by returning the reference returned by the cache.</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.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/9438">#9438</a> <a href="https://github.com/apollographql/apollo-client/commit/52a9c8ea1ac08ee53fe1ddbd4ded899ea00a1f9f"><code>52a9c8ea1</code></a> Thanks <a href="https://github.com/dciesielkiewicz"><code>@​dciesielkiewicz</code></a>! - Ensure the <code>client</code> option passed to <code>useMutation</code>'s execute function is used when provided. Previously this option was ignored.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/9124">#9124</a> <a href="https://github.com/apollographql/apollo-client/commit/975b923c0c0e7ddc8553917a91981e9f41713bc1"><code>975b923c0</code></a> Thanks <a href="https://github.com/andrebrantom"><code>@​andrebrantom</code></a>! - Make <code>ApolloClient.writeQuery</code> and <code>ApolloClient.writeFragment</code> behave more like <code>cache.writeQuery</code> and <code>cache.writeFragment</code> by returning the reference returned by the cache.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/1575a40a1dae18be90ae31624f8ae70d86999959"><code>1575a40</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/10585">#10585</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/f29640a7530bff13f6a79c9887c934864f55d790"><code>f29640a</code></a> Fix &quot;Instead, allows you to specify&quot; grammar error (<a href="https://github.com/apollographql/apollo-client/issues/10615">#10615</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/78f6d27d2d926c56cefd54d6f3e2371eb7e890d1"><code>78f6d27</code></a> chore: narrow types of <code>getFromAST.ts</code> with type predicates (<a href="https://github.com/apollographql/apollo-client/issues/10588">#10588</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/bf25da3ade95e58428465ef1da36e466c355f59f"><code>bf25da3</code></a> chore: add ApolloClient.split example to Link docs (<a href="https://github.com/apollographql/apollo-client/issues/10591">#10591</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/9ad13351085333b3a21c6fb80555bfaea00db3d8"><code>9ad1335</code></a> chore: fix link to <code>CONTRIBUTING.md</code> (<a href="https://github.com/apollographql/apollo-client/issues/10589">#10589</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/52a9c8ea1ac08ee53fe1ddbd4ded899ea00a1f9f"><code>52a9c8e</code></a> Fix: Support useMutation client param passed to execute function (<a href="https://github.com/apollographql/apollo-client/issues/9438">#9438</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/43be05fe560400d86f974e3beb9525f8b0d56118"><code>43be05f</code></a> write a test for a change in ApolloClient.refetchQueries error handling (<a href="https://github.com/apollographql/apollo-client/issues/9330">#9330</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/975b923c0c0e7ddc8553917a91981e9f41713bc1"><code>975b923</code></a> Make client writeFragment and writeQuery behaviour consistent with cache (<a href="https://github.com/apollographql/apollo-client/issues/9124">#9124</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/0d368633d3ca1101220b729f150884a8d07f4a5a"><code>0d36863</code></a> chore: run lock workflow daily (<a href="https://github.com/apollographql/apollo-client/issues/10584">#10584</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/dba79685dcf826b62b82344653b593480c774214"><code>dba7968</code></a> chore(deps): update dependency <code>@​testing-library/react</code> to v14 (<a href="https://github.com/apollographql/apollo-client/issues/10582">#10582</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.7.9...v3.7.10">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 2023-03-08 12:29:22 +00:00
Sign in to join this conversation.