#112912be7eafe3 Thanks @ArioA! - Fix a bug that allows to only call loadErrorMessages without also calling loadDevErrorMessages.
#11274b29f000f3 Thanks @jerelmiller! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely.
#11289b5894dbf0 Thanks @phryneas! - MockedProvider: default connectToDevTools to false in created ApolloClient instance.
This will prevent the mocked ApolloClient instance from trying to connect to the DevTools, which would start a setTimeout that might keep running after a test has finished.
#112912be7eafe3 Thanks @ArioA! - Fix a bug that allows to only call loadErrorMessages without also calling loadDevErrorMessages.
#11274b29f000f3 Thanks @jerelmiller! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely.
#11289b5894dbf0 Thanks @phryneas! - MockedProvider: default connectToDevTools to false in created ApolloClient instance.
This will prevent the mocked ApolloClient instance from trying to connect to the DevTools, which would start a setTimeout that might keep running after a test has finished.
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.5 to 3.8.6.
<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.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/11291">#11291</a> <a href="https://github.com/apollographql/apollo-client/commit/2be7eafe3c115d56d993dbda64d320550712df1f"><code>2be7eafe3</code></a> Thanks <a href="https://github.com/ArioA"><code>@ArioA</code></a>! - Fix a bug that allows to only call <code>loadErrorMessages</code> without also calling <code>loadDevErrorMessages</code>.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/11274">#11274</a> <a href="https://github.com/apollographql/apollo-client/commit/b29f000f36f281e256809b5454eaeca2ec4450bf"><code>b29f000f3</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/11289">#11289</a> <a href="https://github.com/apollographql/apollo-client/commit/b5894dbf0fd5ea5ef1ff20dd896a658ef78c69dc"><code>b5894dbf0</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>MockedProvider</code>: default <code>connectToDevTools</code> to <code>false</code> in created <code>ApolloClient</code> instance.</p>
<p>This will prevent the mocked <code>ApolloClient</code> instance from trying to connect to the DevTools, which would start a <code>setTimeout</code> that might keep running after a test has finished.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/11206">#11206</a> <a href="https://github.com/apollographql/apollo-client/commit/dd2ce7687ae9afa399e950a523fc7330284c25fe"><code>dd2ce7687</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>cache.modify</code>: Less strict types & new dev runtime warnings.</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.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/11291">#11291</a> <a href="https://github.com/apollographql/apollo-client/commit/2be7eafe3c115d56d993dbda64d320550712df1f"><code>2be7eafe3</code></a> Thanks <a href="https://github.com/ArioA"><code>@ArioA</code></a>! - Fix a bug that allows to only call <code>loadErrorMessages</code> without also calling <code>loadDevErrorMessages</code>.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/11274">#11274</a> <a href="https://github.com/apollographql/apollo-client/commit/b29f000f36f281e256809b5454eaeca2ec4450bf"><code>b29f000f3</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/11289">#11289</a> <a href="https://github.com/apollographql/apollo-client/commit/b5894dbf0fd5ea5ef1ff20dd896a658ef78c69dc"><code>b5894dbf0</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>MockedProvider</code>: default <code>connectToDevTools</code> to <code>false</code> in created <code>ApolloClient</code> instance.</p>
<p>This will prevent the mocked <code>ApolloClient</code> instance from trying to connect to the DevTools, which would start a <code>setTimeout</code> that might keep running after a test has finished.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/11206">#11206</a> <a href="https://github.com/apollographql/apollo-client/commit/dd2ce7687ae9afa399e950a523fc7330284c25fe"><code>dd2ce7687</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>cache.modify</code>: Less strict types & new dev runtime warnings.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apollographql/apollo-client/commit/1cdaea21eff4aae260b116f4d7abe4d6df22a359"><code>1cdaea2</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/11283">#11283</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/dd2ce7687ae9afa399e950a523fc7330284c25fe"><code>dd2ce76</code></a> <code>cache.modify</code>: less strict types & dev runtime warnings (<a href="https://github.com/apollographql/apollo-client/issues/11206">#11206</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/b5894dbf0fd5ea5ef1ff20dd896a658ef78c69dc"><code>b5894db</code></a> MockedProvider: default <code>connectToDevTools: false</code> (<a href="https://github.com/apollographql/apollo-client/issues/11289">#11289</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/2be7eafe3c115d56d993dbda64d320550712df1f"><code>2be7eaf</code></a> Don't crash if some (but not all) Error Codes are loaded (<a href="https://github.com/apollographql/apollo-client/issues/11291">#11291</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/78c00b968dee664b49b46b1271e3007052653b9f"><code>78c00b9</code></a> chore(deps): update all dependencies - patch updates (<a href="https://github.com/apollographql/apollo-client/issues/11244">#11244</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/2e6a6e25aaa18309223732bd5e529cbb73c04c0a"><code>2e6a6e2</code></a> Update bug template instructions</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/2c62273f4eb741cb15c81785789134c77739b8a2"><code>2c62273</code></a> chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (<a href="https://github.com/apollographql/apollo-client/issues/11280">#11280</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/a9aa95fe2b28670420892e56228eb6606671f615"><code>a9aa95f</code></a> chore(deps): update cimg/node docker tag to v20.8.0 (<a href="https://github.com/apollographql/apollo-client/issues/11279">#11279</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/09b23351ebe0b2bbffbe4d17db788938e6a62973"><code>09b2335</code></a> chore(deps): update all devdependencies (<a href="https://github.com/apollographql/apollo-client/issues/11278">#11278</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/8a405c2ac0e1a7d49fbec90b6dfda032df17168c"><code>8a405c2</code></a> SECOPS-2268: Add Gitleaks to CI (<a href="https://github.com/apollographql/apollo-client/issues/11282">#11282</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.8.5...v3.8.6">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 master2023-10-17 05:01:44 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @apollo/client from 3.8.5 to 3.8.6.
Release notes
Sourced from
@apollo/client's releases.Changelog
Sourced from
@apollo/client's changelog.Commits
1cdaea2Version Packages (#11283)dd2ce76cache.modify: less strict types & dev runtime warnings (#11206)b5894dbMockedProvider: defaultconnectToDevTools: false(#11289)2be7eafDon't crash if some (but not all) Error Codes are loaded (#11291)78c00b9chore(deps): update all dependencies - patch updates (#11244)2e6a6e2Update bug template instructions2c62273chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#11280)a9aa95fchore(deps): update cimg/node docker tag to v20.8.0 (#11279)09b2335chore(deps): update all devdependencies (#11278)8a405c2SECOPS-2268: Add Gitleaks to CI (#11282)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts