Build(deps): bump @apollo/client from 3.8.8 to 3.8.9 #1629

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.8.9 into master 2024-01-10 07:47:35 +00:00
argoyle commented 2024-01-10 04:39:23 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.8.8 to 3.8.9.

Release notes

Sourced from @​apollo/client's releases.

v3.8.9

Patch Changes

Changelog

Sourced from @​apollo/client's changelog.

3.8.9

Patch Changes

Commits
  • 37d336e Version Packages (#11469)
  • afc844d fix: behavior of delay: Infinity in a mock response (#11472)
  • e293bc9 Remove unnecessary check from parseAndCheckHttpResponse (#11470)
  • aac12b2 Avoid excessive cache.watch / unsubscribe on every render in useFragment ...
  • f4c9313 chore(deps): update all devdependencies (#11467)
  • f40cda4 remove references to "dom" ts lib (#11449)
  • a4b4ef5 Bump @​babel/core and @​babel/traverse from 7.16.7 to 7.23.7 (#11457)
  • d653c53 chore(deps): update cimg/node docker tag to v21.5.0 (#11468)
  • a88c0a7 chore(deps): update all dependencies - patch updates (#11466)
  • eb2cfee docs: fix typos and code examples (#11455)
  • 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.8 to 3.8.9. <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.9</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11472">#11472</a> <a href="https://github.com/apollographql/apollo-client/commit/afc844dd8d6f9f7a3e2003f9a5b541291dfe3fb4"><code>afc844d</code></a> Thanks <a href="https://github.com/alessbell"><code>@​alessbell</code></a>! - Fix delay: Infinity when set on a MockResponse passed to Mocked Provider so it indefinitely enters loading state.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11464">#11464</a> <a href="https://github.com/apollographql/apollo-client/commit/aac12b221a6cb776d4941b6c8aadf04f0f0acd27"><code>aac12b2</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Prevent <code>useFragment</code> from excessively unsubscribing and resubscribing the fragment with the cache on every render.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11449">#11449</a> <a href="https://github.com/apollographql/apollo-client/commit/f40cda45841e93b056c781c19651b54464f7346a"><code>f40cda4</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Removes refences to the typescript &quot;dom&quot; lib.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11470">#11470</a> <a href="https://github.com/apollographql/apollo-client/commit/e293bc90d6f7937a6fc7c169f7b16eeb39d5fd49"><code>e293bc9</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Remove an unnecessary check from parseAndCheckHttpResponse.</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.9</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11472">#11472</a> <a href="https://github.com/apollographql/apollo-client/commit/afc844dd8d6f9f7a3e2003f9a5b541291dfe3fb4"><code>afc844d</code></a> Thanks <a href="https://github.com/alessbell"><code>@​alessbell</code></a>! - Fix delay: Infinity when set on a MockResponse passed to Mocked Provider so it indefinitely enters loading state.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11464">#11464</a> <a href="https://github.com/apollographql/apollo-client/commit/aac12b221a6cb776d4941b6c8aadf04f0f0acd27"><code>aac12b2</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Prevent <code>useFragment</code> from excessively unsubscribing and resubscribing the fragment with the cache on every render.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11449">#11449</a> <a href="https://github.com/apollographql/apollo-client/commit/f40cda45841e93b056c781c19651b54464f7346a"><code>f40cda4</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Removes refences to the typescript &quot;dom&quot; lib.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11470">#11470</a> <a href="https://github.com/apollographql/apollo-client/commit/e293bc90d6f7937a6fc7c169f7b16eeb39d5fd49"><code>e293bc9</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Remove an unnecessary check from parseAndCheckHttpResponse.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/37d336ee790a83298ea9c3107daed1157d1b6b2c"><code>37d336e</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/11469">#11469</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/afc844dd8d6f9f7a3e2003f9a5b541291dfe3fb4"><code>afc844d</code></a> fix: behavior of delay: Infinity in a mock response (<a href="https://github.com/apollographql/apollo-client/issues/11472">#11472</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/e293bc90d6f7937a6fc7c169f7b16eeb39d5fd49"><code>e293bc9</code></a> Remove unnecessary check from parseAndCheckHttpResponse (<a href="https://github.com/apollographql/apollo-client/issues/11470">#11470</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/aac12b221a6cb776d4941b6c8aadf04f0f0acd27"><code>aac12b2</code></a> Avoid excessive <code>cache.watch</code> / unsubscribe on every render in <code>useFragment</code> ...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/f4c9313f50eff0ef78826ebb04d949fa0b12fc1e"><code>f4c9313</code></a> chore(deps): update all devdependencies (<a href="https://github.com/apollographql/apollo-client/issues/11467">#11467</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/f40cda45841e93b056c781c19651b54464f7346a"><code>f40cda4</code></a> remove references to &quot;dom&quot; ts lib (<a href="https://github.com/apollographql/apollo-client/issues/11449">#11449</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a4b4ef5587d8a199d1ef04948ea7fafef26964ce"><code>a4b4ef5</code></a> Bump <code>@​babel/core</code> and <code>@​babel/traverse</code> from 7.16.7 to 7.23.7 (<a href="https://github.com/apollographql/apollo-client/issues/11457">#11457</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d653c53afdc078898700a1dca763e68fd87b7937"><code>d653c53</code></a> chore(deps): update cimg/node docker tag to v21.5.0 (<a href="https://github.com/apollographql/apollo-client/issues/11468">#11468</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a88c0a778157f70cde7b5979945f212ad08fd97a"><code>a88c0a7</code></a> chore(deps): update all dependencies - patch updates (<a href="https://github.com/apollographql/apollo-client/issues/11466">#11466</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/eb2cfee1846b6271e438d1a268e187151e691db4"><code>eb2cfee</code></a> docs: fix typos and code examples (<a href="https://github.com/apollographql/apollo-client/issues/11455">#11455</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.8.8...v3.8.9">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 commented 2024-01-10 07:47:19 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 85920cb4...1262007f - 2 commits from branch master
  • c8aa2272 - Build(deps): bump @apollo/client from 3.8.8 to 3.8.9

Compare with previous version

added 3 commits <ul><li>85920cb4...1262007f - 2 commits from branch <code>master</code></li><li>c8aa2272 - Build(deps): bump @apollo/client from 3.8.8 to 3.8.9</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1580/diffs?diff_id=890325451&start_sha=85920cb43d8019dc0b75cd0307299ab808c5dff0)
argoyle (Migrated from gitlab.com) merged commit into master 2024-01-10 07:47:35 +00:00
Sign in to join this conversation.