Build(deps): bump @apollo/client from 3.8.6 to 3.8.7 #1540

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.8.7 into master 2023-11-03 06:35:04 +00:00
argoyle commented 2023-11-03 04:38:27 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.8.6 to 3.8.7.

Release notes

Sourced from @​apollo/client's releases.

v3.8.7

Patch Changes

  • #11297 c8c76a522 Thanks @​jerelmiller! - Add an explicit return type for the useReadQuery hook called UseReadQueryResult. Previously the return type of this hook was inferred from the return value.

  • #11337 bb1da8349 Thanks @​phryneas! - #11206 used the TypeScript syntax infer X extends Y that was introduced in TS 4.8. This caused some problems for some users, so we are rolling back to a more backwards-compatible (albeit slightly less performant) type.

Changelog

Sourced from @​apollo/client's changelog.

3.8.7

Patch Changes

  • #11297 c8c76a522 Thanks @​jerelmiller! - Add an explicit return type for the useReadQuery hook called UseReadQueryResult. Previously the return type of this hook was inferred from the return value.

  • #11337 bb1da8349 Thanks @​phryneas! - #11206 used the TypeScript syntax infer X extends Y that was introduced in TS 4.8. This caused some problems for some users, so we are rolling back to a more backwars-compatible (albeit slightly less performant) type.

Commits
  • 8329f07 Version Packages (#11298)
  • bb1da83 work around TS 4.8-specific infer X extends Y (#11337)
  • 0de3b29 bump engines field to include npm 10 (#11335)
  • fe12ef4 chore(deps): update cimg/node docker tag to v21 (#11310)
  • d998550 chore(deps): update actions/setup-node action to v4 (#11324)
  • dcf82ec chore(deps): update all dependencies - patch updates (#11320)
  • 7d39e26 chore(deps): update peter-evans/create-or-update-comment action to v3.1.0 (#1...
  • 0b46ed0 Replace lit-element with Lit in integrations.md (#11311)
  • 00fd096 chore(deps): update all dependencies - patch updates (#11307)
  • 0bcbb2c Bump @​babel/traverse from 7.22.5 to 7.23.2 in /integration-tests (#11294)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on 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.8.6 to 3.8.7. <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.8.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11297">#11297</a> <a href="https://github.com/apollographql/apollo-client/commit/c8c76a522e593de0d06cff73fde2d9e88152bed6"><code>c8c76a522</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Add an explicit return type for the <code>useReadQuery</code> hook called <code>UseReadQueryResult</code>. Previously the return type of this hook was inferred from the return value.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11337">#11337</a> <a href="https://github.com/apollographql/apollo-client/commit/bb1da8349e785c54fb4030f269602c900adf23a0"><code>bb1da8349</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - <a href="https://github.com/apollographql/apollo-client/issues/11206">#11206</a> used the TypeScript syntax <code>infer X extends Y</code> that was introduced in TS 4.8. This caused some problems for some users, so we are rolling back to a more backwards-compatible (albeit slightly less performant) type.</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.8.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11297">#11297</a> <a href="https://github.com/apollographql/apollo-client/commit/c8c76a522e593de0d06cff73fde2d9e88152bed6"><code>c8c76a522</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Add an explicit return type for the <code>useReadQuery</code> hook called <code>UseReadQueryResult</code>. Previously the return type of this hook was inferred from the return value.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11337">#11337</a> <a href="https://github.com/apollographql/apollo-client/commit/bb1da8349e785c54fb4030f269602c900adf23a0"><code>bb1da8349</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - <a href="https://github.com/apollographql/apollo-client/issues/11206">#11206</a> used the TypeScript syntax <code>infer X extends Y</code> that was introduced in TS 4.8. This caused some problems for some users, so we are rolling back to a more backwars-compatible (albeit slightly less performant) type.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/8329f07e544d1c70a0e15c6a5ccc1d563ab72f8a"><code>8329f07</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/11298">#11298</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/bb1da8349e785c54fb4030f269602c900adf23a0"><code>bb1da83</code></a> work around TS 4.8-specific <code>infer X extends Y</code> (<a href="https://github.com/apollographql/apollo-client/issues/11337">#11337</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/0de3b293671d9fed24279c97129535f5c228b939"><code>0de3b29</code></a> bump engines field to include npm 10 (<a href="https://github.com/apollographql/apollo-client/issues/11335">#11335</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/fe12ef472ab9eaaa7566fcbe0cff31914e27a5eb"><code>fe12ef4</code></a> chore(deps): update cimg/node docker tag to v21 (<a href="https://github.com/apollographql/apollo-client/issues/11310">#11310</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d998550bbbab0e5ed411fe91797d8a2bc7a01ea8"><code>d998550</code></a> chore(deps): update actions/setup-node action to v4 (<a href="https://github.com/apollographql/apollo-client/issues/11324">#11324</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/dcf82ec1247cc3f7668599247e137c266f14ff7e"><code>dcf82ec</code></a> chore(deps): update all dependencies - patch updates (<a href="https://github.com/apollographql/apollo-client/issues/11320">#11320</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/7d39e26250b5a7838ed43d786f3eebd7fb98d568"><code>7d39e26</code></a> chore(deps): update peter-evans/create-or-update-comment action to v3.1.0 (<a href="https://github.com/apollographql/apollo-client/issues/1">#1</a>...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/0b46ed0ac04b209a3a53b7c70dccfca5441da58e"><code>0b46ed0</code></a> Replace lit-element with Lit in integrations.md (<a href="https://github.com/apollographql/apollo-client/issues/11311">#11311</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/00fd09603b79084c9b25cc6a8d8062ceb772bb6d"><code>00fd096</code></a> chore(deps): update all dependencies - patch updates (<a href="https://github.com/apollographql/apollo-client/issues/11307">#11307</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/0bcbb2c258c5771e6bb170c59a9ce360645351b4"><code>0bcbb2c</code></a> Bump <code>@​babel/traverse</code> from 7.22.5 to 7.23.2 in /integration-tests (<a href="https://github.com/apollographql/apollo-client/issues/11294">#11294</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.8.6...v3.8.7">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on 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-11-03 06:35:05 +00:00
Sign in to join this conversation.