Build(deps): bump @apollo/client from 3.7.1 to 3.7.2 #793

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.7.2 into master 2022-12-07 08:19:25 +00:00
argoyle commented 2022-12-07 04:37:48 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.7.1 to 3.7.2.

Release notes

Sourced from @​apollo/client's releases.

v3.7.2

Improvements (from CHANGELOG.md)

  • Only show dev tools suggestion in the console when connectToDevTools is true. @​chris110408 in #10258

  • Pass TCache generic to MutationHookOptions for better type support in useMutation. @​igrlk in #10223

  • Add name property to ApolloError to ensure better type safety and help error reporting tools better identify the error. @​aaronadamsCA in #9323

  • Export a ModifierDetails type for the details parameter of a Modifier function. @​KeithGillette in #7133

  • Revert use of cloneDeep to clone options when fetching queries. @​MrDoomBringer in #10215

What's Changed (auto-generated by GitHub)

New Contributors

Full Changelog: https://github.com/apollographql/apollo-client/compare/v3.7.1...v3.7.2

Changelog

Sourced from @​apollo/client's changelog.

Apollo Client 3.7.2 (2022-12-06)

Improvements

  • Only show dev tools suggestion in the console when connectToDevTools is true. @​chris110408 in #10258

  • Pass TCache generic to MutationHookOptions for better type support in useMutation. @​igrlk in #10223

  • Add name property to ApolloError to ensure better type safety and help error reporting tools better identify the error. @​aaronadamsCA in #9323

  • Export a ModifierDetails type for the details parameter of a Modifier function. @​KeithGillette in #7133

  • Revert use of cloneDeep to clone options when fetching queries. @​MrDoomBringer in #10215

Commits
  • ce86613 Bump @​apollo/client npm version to 3.7.2.
  • 365fcea chore: update CHANGELOG in preparation for 3.7.2 (#10335)
  • 39d83c9 chore(deps): update dependency @​types/react to v18.0.26
  • bb8d700 chore(deps): update dependency rxjs to v7.6.0
  • 445e876 chore(deps): update dependency terser to v5.16.1
  • 5917083 chore(deps): update dependency @​types/node to v16.18.4
  • 44b8c15 chore(deps): update dependency @​types/lodash to v4.14.191
  • f88a3b9 chore(deps): update dependency @​babel/parser to v7.20.5
  • e9bc980 Changelog and docs for preserveHeaderCase (#10111)
  • d54cf70 chore(deps): update dependency terser to v5.16.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by alessbell, a new releaser for @​apollo/client since your current version.



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.1 to 3.7.2. <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.2</h2> <h2>Improvements (from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>CHANGELOG.md</code></a>)</h2> <ul> <li> <p>Only show dev tools suggestion in the console when <code>connectToDevTools</code> is <code>true</code>. <a href="https://github.com/chris110408"><code>@​chris110408</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10258">#10258</a></p> </li> <li> <p>Pass <code>TCache</code> generic to <code>MutationHookOptions</code> for better type support in <code>useMutation</code>. <a href="https://github.com/igrlk"><code>@​igrlk</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10223">#10223</a></p> </li> <li> <p>Add <code>name</code> property to <code>ApolloError</code> to ensure better type safety and help error reporting tools better identify the error. <a href="https://github.com/aaronadamsCA"><code>@​aaronadamsCA</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9323">#9323</a></p> </li> <li> <p>Export a <code>ModifierDetails</code> type for the <code>details</code> parameter of a <code>Modifier</code> function. <a href="https://github.com/KeithGillette"><code>@​KeithGillette</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/7133">#7133</a></p> </li> <li> <p>Revert use of <code>cloneDeep</code> to clone options when fetching queries. <a href="https://github.com/MrDoomBringer"><code>@​MrDoomBringer</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10215">#10215</a></p> </li> </ul> <h2>What's Changed (auto-generated by GitHub)</h2> <ul> <li>Add connect to dev tools check by <a href="https://github.com/chris110408"><code>@​chris110408</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10258">apollographql/apollo-client#10258</a></li> <li>Update the CHANGELOG by <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10260">apollographql/apollo-client#10260</a></li> <li>Revert cloneDeep-ing request headers by <a href="https://github.com/MrDoomBringer"><code>@​MrDoomBringer</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10215">apollographql/apollo-client#10215</a></li> <li>chore(tests): warn on ts-jest diagnostics error outside of CI test runs by <a href="https://github.com/alessbell"><code>@​alessbell</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10268">apollographql/apollo-client#10268</a></li> <li>updates roadmap nov 2022 by <a href="https://github.com/jpvajda"><code>@​jpvajda</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10269">apollographql/apollo-client#10269</a></li> <li>docs: displays the error correctly by <a href="https://github.com/ctesniere"><code>@​ctesniere</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10275">apollographql/apollo-client#10275</a></li> <li>Update the CHANGELOG with changes from <a href="https://github.com/apollographql/apollo-client/issues/10275">#10275</a> by <a href="https://github.com/bignimbus"><code>@​bignimbus</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10276">apollographql/apollo-client#10276</a></li> <li>Fix 'broken' links by <a href="https://github.com/StephenBarlow"><code>@​StephenBarlow</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10288">apollographql/apollo-client#10288</a></li> <li>Additional documentation for managing local state by <a href="https://github.com/bignimbus"><code>@​bignimbus</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10282">apollographql/apollo-client#10282</a></li> <li>chore(docs): remove graphql-anywhere from apollo-link-rest doc by <a href="https://github.com/alessbell"><code>@​alessbell</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10232">apollographql/apollo-client#10232</a></li> <li>doc(static-typing): rewrite with GraphQL Code Generator setup by <a href="https://github.com/charlypoly"><code>@​charlypoly</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10173">apollographql/apollo-client#10173</a></li> <li>Further update the TypeGen article for style by <a href="https://github.com/rkoron007"><code>@​rkoron007</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10294">apollographql/apollo-client#10294</a></li> <li>Pass TCache generic to MutationHookOptions by <a href="https://github.com/igrlk"><code>@​igrlk</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10223">apollographql/apollo-client#10223</a></li> <li>Add name property to ApolloError by <a href="https://github.com/aaronadamsCA"><code>@​aaronadamsCA</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9323">apollographql/apollo-client#9323</a></li> <li>Add array examples to reactive variable documentation by <a href="https://github.com/larrymyers"><code>@​larrymyers</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10235">apollographql/apollo-client#10235</a></li> <li>Update CHANGELOG with changes from <a href="https://github.com/apollographql/apollo-client/issues/10235">#10235</a> by <a href="https://github.com/bignimbus"><code>@​bignimbus</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10302">apollographql/apollo-client#10302</a></li> <li>docs: Update subscribeToMore example to use React hooks by <a href="https://github.com/trevorblades"><code>@​trevorblades</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10309">apollographql/apollo-client#10309</a></li> <li>export separate <code>ModifierUtility</code> type by <a href="https://github.com/KeithGillette"><code>@​KeithGillette</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/7133">apollographql/apollo-client#7133</a></li> <li>Changelog and docs for preserveHeaderCase by <a href="https://github.com/MrDoomBringer"><code>@​MrDoomBringer</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10111">apollographql/apollo-client#10111</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chris110408"><code>@​chris110408</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/10258">apollographql/apollo-client#10258</a></li> <li><a href="https://github.com/ctesniere"><code>@​ctesniere</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/10275">apollographql/apollo-client#10275</a></li> <li><a href="https://github.com/charlypoly"><code>@​charlypoly</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/10173">apollographql/apollo-client#10173</a></li> <li><a href="https://github.com/igrlk"><code>@​igrlk</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/10223">apollographql/apollo-client#10223</a></li> <li><a href="https://github.com/aaronadamsCA"><code>@​aaronadamsCA</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/9323">apollographql/apollo-client#9323</a></li> <li><a href="https://github.com/larrymyers"><code>@​larrymyers</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/10235">apollographql/apollo-client#10235</a></li> <li><a href="https://github.com/KeithGillette"><code>@​KeithGillette</code></a> made their first contribution in <a href="https://github.com/apollographql/apollo-client/pull/7133">apollographql/apollo-client#7133</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apollographql/apollo-client/compare/v3.7.1...v3.7.2">https://github.com/apollographql/apollo-client/compare/v3.7.1...v3.7.2</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.7.2 (2022-12-06)</h2> <h3>Improvements</h3> <ul> <li> <p>Only show dev tools suggestion in the console when <code>connectToDevTools</code> is <code>true</code>. <!-- raw HTML omitted --> <a href="https://github.com/chris110408"><code>@​chris110408</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10258">#10258</a></p> </li> <li> <p>Pass <code>TCache</code> generic to <code>MutationHookOptions</code> for better type support in <code>useMutation</code>. <!-- raw HTML omitted --> <a href="https://github.com/igrlk"><code>@​igrlk</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10223">#10223</a></p> </li> <li> <p>Add <code>name</code> property to <code>ApolloError</code> to ensure better type safety and help error reporting tools better identify the error. <!-- raw HTML omitted --> <a href="https://github.com/aaronadamsCA"><code>@​aaronadamsCA</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9323">#9323</a></p> </li> <li> <p>Export a <code>ModifierDetails</code> type for the <code>details</code> parameter of a <code>Modifier</code> function. <!-- raw HTML omitted --> <a href="https://github.com/KeithGillette"><code>@​KeithGillette</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/7133">#7133</a></p> </li> <li> <p>Revert use of <code>cloneDeep</code> to clone options when fetching queries. <!-- raw HTML omitted --> <a href="https://github.com/MrDoomBringer"><code>@​MrDoomBringer</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/10215">#10215</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/ce866132e2be18a989f8e0a78648e5a6d5abc25e"><code>ce86613</code></a> Bump <code>@​apollo/client</code> npm version to 3.7.2.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/365fcea4ad1a9c3682f91fc315c80e828edf3c41"><code>365fcea</code></a> chore: update CHANGELOG in preparation for 3.7.2 (<a href="https://github.com/apollographql/apollo-client/issues/10335">#10335</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/39d83c9dae30f32a0b2634a50763a87d369ff7df"><code>39d83c9</code></a> chore(deps): update dependency <code>@​types/react</code> to v18.0.26</li> <li><a href="https://github.com/apollographql/apollo-client/commit/bb8d70035a60bc9621ae6875385299fc3528b2c9"><code>bb8d700</code></a> chore(deps): update dependency rxjs to v7.6.0</li> <li><a href="https://github.com/apollographql/apollo-client/commit/445e876a29790dbe5ce12881f32c34fcf70dba89"><code>445e876</code></a> chore(deps): update dependency terser to v5.16.1</li> <li><a href="https://github.com/apollographql/apollo-client/commit/5917083437c5d923e0de63badc45eef8607468fc"><code>5917083</code></a> chore(deps): update dependency <code>@​types/node</code> to v16.18.4</li> <li><a href="https://github.com/apollographql/apollo-client/commit/44b8c15fe556c10eec11581ffa063be6ba51966d"><code>44b8c15</code></a> chore(deps): update dependency <code>@​types/lodash</code> to v4.14.191</li> <li><a href="https://github.com/apollographql/apollo-client/commit/f88a3b983622a0ff5efa7ef2dfa0658629ee424d"><code>f88a3b9</code></a> chore(deps): update dependency <code>@​babel/parser</code> to v7.20.5</li> <li><a href="https://github.com/apollographql/apollo-client/commit/e9bc980f7e9f881627291d79860ccf24d1c08f15"><code>e9bc980</code></a> Changelog and docs for preserveHeaderCase (<a href="https://github.com/apollographql/apollo-client/issues/10111">#10111</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d54cf70456e704c5315723a226b478acec6af125"><code>d54cf70</code></a> chore(deps): update dependency terser to v5.16.0</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.7.1...v3.7.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~alessbell">alessbell</a>, a new releaser for <code>@​apollo/client</code> since your current version.</p> </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-07 08:19:26 +00:00
Sign in to join this conversation.