Build(deps): bump @apollo/client from 3.9.4 to 3.9.5 #1709

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.9.5 into main 2024-02-16 09:37:05 +00:00
argoyle commented 2024-02-16 04:38:24 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.9.4 to 3.9.5.

Release notes

Sourced from @​apollo/client's releases.

v3.9.5

Patch Changes

Changelog

Sourced from @​apollo/client's changelog.

3.9.5

Patch Changes

Commits
  • 17ccc42 3.9.5 release (#11580)
  • 1133469 fix: strengthen MockedResponse.newData type (#11592)
  • a0d40aa Fix anchor links in ApolloClient api docs (#11599)
  • 1ba2fd9 Fix regression that causes partial data to be reported unexpectedly in some c...
  • 8c20955 bump rehackt to v0.0.5 (#11595)
  • ac4ae84 chore(deps): update all devdependencies (#11586)
  • 6933e0e chore(deps): update mad9000/actions-find-and-replace-string action to v5 (#11...
  • 9cba37c chore(deps): update all dependencies - patch updates (#11585)
  • d46acaf Update ROADMAP.md
  • 65ab695 Make mock response error and result optional when delay is infinite (#11562)
  • See full diff 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.9.4 to 3.9.5. <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.9.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11595">#11595</a> <a href="https://github.com/apollographql/apollo-client/commit/8c20955874562e5b2ab35557325e047b059bc4fc"><code>8c20955</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Bumps the dependency <code>rehackt</code> to 0.0.5</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11592">#11592</a> <a href="https://github.com/apollographql/apollo-client/commit/1133469bd91ff76b9815e815a454a79d8e23a9bc"><code>1133469</code></a> Thanks <a href="https://github.com/Stephen2"><code>@​Stephen2</code></a>! - Strengthen <code>MockedResponse.newData</code> type</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11579">#11579</a> <a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Fix issue where partial data is reported to <code>useQuery</code> when using <code>notifyOnNetworkStatusChange</code> after it errors while another overlapping query succeeds.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11579">#11579</a> <a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Fix an issue where a partial cache write for an errored query would result in automatically refetching that query.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11562">#11562</a> <a href="https://github.com/apollographql/apollo-client/commit/65ab695470741e8dcaef1ebd7742c3c397526354"><code>65ab695</code></a> Thanks <a href="https://github.com/mspiess"><code>@​mspiess</code></a>! - Mocks with an infinite delay no longer require result or error</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.9.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11595">#11595</a> <a href="https://github.com/apollographql/apollo-client/commit/8c20955874562e5b2ab35557325e047b059bc4fc"><code>8c20955</code></a> Thanks <a href="https://github.com/phryneas"><code>@​phryneas</code></a>! - Bumps the dependency <code>rehackt</code> to 0.0.5</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11592">#11592</a> <a href="https://github.com/apollographql/apollo-client/commit/1133469bd91ff76b9815e815a454a79d8e23a9bc"><code>1133469</code></a> Thanks <a href="https://github.com/Stephen2"><code>@​Stephen2</code></a>! - Strengthen <code>MockedResponse.newData</code> type</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11579">#11579</a> <a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Fix issue where partial data is reported to <code>useQuery</code> when using <code>notifyOnNetworkStatusChange</code> after it errors while another overlapping query succeeds.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11579">#11579</a> <a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@​jerelmiller</code></a>! - Fix an issue where a partial cache write for an errored query would result in automatically refetching that query.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/11562">#11562</a> <a href="https://github.com/apollographql/apollo-client/commit/65ab695470741e8dcaef1ebd7742c3c397526354"><code>65ab695</code></a> Thanks <a href="https://github.com/mspiess"><code>@​mspiess</code></a>! - Mocks with an infinite delay no longer require result or error</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/17ccc42825d0b0355212f3ac823780edb467ea77"><code>17ccc42</code></a> 3.9.5 release (<a href="https://github.com/apollographql/apollo-client/issues/11580">#11580</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1133469bd91ff76b9815e815a454a79d8e23a9bc"><code>1133469</code></a> fix: strengthen MockedResponse.newData type (<a href="https://github.com/apollographql/apollo-client/issues/11592">#11592</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a0d40aa718f2f6b37c767283e9662f3bb6ee548e"><code>a0d40aa</code></a> Fix anchor links in ApolloClient api docs (<a href="https://github.com/apollographql/apollo-client/issues/11599">#11599</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Fix regression that causes partial data to be reported unexpectedly in some c...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/8c20955874562e5b2ab35557325e047b059bc4fc"><code>8c20955</code></a> bump rehackt to v0.0.5 (<a href="https://github.com/apollographql/apollo-client/issues/11595">#11595</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/ac4ae8498cf8bf63b21dc5886d942976c7dc0eaa"><code>ac4ae84</code></a> chore(deps): update all devdependencies (<a href="https://github.com/apollographql/apollo-client/issues/11586">#11586</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/6933e0e27a6373a22e0663baf786f1380eb1802d"><code>6933e0e</code></a> chore(deps): update mad9000/actions-find-and-replace-string action to v5 (<a href="https://github.com/apollographql/apollo-client/issues/11">#11</a>...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/9cba37caa58d09e86d861f71c8338a2235f953d1"><code>9cba37c</code></a> chore(deps): update all dependencies - patch updates (<a href="https://github.com/apollographql/apollo-client/issues/11585">#11585</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d46acaf6fa5eaaecddc44206508834991bb383ba"><code>d46acaf</code></a> Update ROADMAP.md</li> <li><a href="https://github.com/apollographql/apollo-client/commit/65ab695470741e8dcaef1ebd7742c3c397526354"><code>65ab695</code></a> Make mock response error and result optional when delay is infinite (<a href="https://github.com/apollographql/apollo-client/issues/11562">#11562</a>)</li> <li>See full diff in <a href="https://github.com/apollographql/apollo-client/compare/v3.9.4...v3.9.5">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 main 2024-02-16 09:37:05 +00:00
Sign in to join this conversation.