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.6.7 to 3.6.8.
<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.6.8</h2>
<h2>Bug Fixes (from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>CHANGELOG.md</code></a>)</h2>
<ul>
<li>
<p>Fix incorrect <code>variables</code> passed in <code>FieldFunctionOptions</code> for nested <code>readField</code> calls in <code>read</code> and <code>merge</code> functions.
<a href="https://github.com/stardustxx"><code>@stardustxx</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9808">#9808</a></p>
</li>
<li>
<p>Improve repository build scripts to work better on Windows.
<a href="https://github.com/dylanwulf"><code>@dylanwulf</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9805">#9805</a></p>
</li>
<li>
<p>Ensure <code>useQuery(query, { skip: true }).called === false</code> rather than always returning <code>called</code> as <code>true</code>.
<a href="https://github.com/KucharskiPiotr"><code>@KucharskiPiotr</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9798">#9798</a></p>
</li>
<li>
<p>Allow abandoned <code>reobserve</code> requests to unsubscribe from their underlying <code>Observable</code>.
<a href="https://github.com/javier-garcia-meteologica"><code>@javier-garcia-meteologica</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9791">#9791</a></p>
</li>
</ul>
<h2>What's Changed (auto-generated by GitHub)</h2>
<ul>
<li>fix: fixes FieldFunctionOptions return incorrect variables by <a href="https://github.com/stardustxx"><code>@stardustxx</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9808">apollographql/apollo-client#9808</a></li>
<li>Fix build config to work on Windows by <a href="https://github.com/dylanwulf"><code>@dylanwulf</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9805">apollographql/apollo-client#9805</a></li>
<li>Fix: useQuery returns called value based on skip option. by <a href="https://github.com/KucharskiPiotr"><code>@KucharskiPiotr</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9798">apollographql/apollo-client#9798</a></li>
<li>fix: abort stale connection on reobserve (<a href="https://github.com/apollographql/apollo-client/issues/9532">#9532</a>) by <a href="https://github.com/javier-garcia-meteologica"><code>@javier-garcia-meteologica</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9791">apollographql/apollo-client#9791</a></li>
</ul>
<h2>New Contributors 🎉 🙌 🥳</h2>
<ul>
<li><a href="https://github.com/stardustxx"><code>@stardustxx</code></a> made their first PR in <a href="https://github.com/apollographql/apollo-client/pull/9808">apollographql/apollo-client#9808</a></li>
<li><a href="https://github.com/dylanwulf"><code>@dylanwulf</code></a> made their first PR in <a href="https://github.com/apollographql/apollo-client/pull/9805">apollographql/apollo-client#9805</a></li>
<li><a href="https://github.com/KucharskiPiotr"><code>@KucharskiPiotr</code></a> made their first PR in <a href="https://github.com/apollographql/apollo-client/pull/9798">apollographql/apollo-client#9798</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apollographql/apollo-client/compare/v3.6.7...v3.6.8">https://github.com/apollographql/apollo-client/compare/v3.6.7...v3.6.8</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.6.8 (2022-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p>Fix incorrect <code>variables</code> passed in <code>FieldFunctionOptions</code> for nested <code>readField</code> calls in <code>read</code> and <code>merge</code> functions. <!-- raw HTML omitted -->
<a href="https://github.com/stardustxx"><code>@stardustxx</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9808">#9808</a></p>
</li>
<li>
<p>Improve repository build scripts to work better on Windows. <!-- raw HTML omitted -->
<a href="https://github.com/dylanwulf"><code>@dylanwulf</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9805">#9805</a></p>
</li>
<li>
<p>Ensure <code>useQuery(query, { skip: true }).called === false</code> rather than always returning <code>called</code> as <code>true</code>. <!-- raw HTML omitted -->
<a href="https://github.com/KucharskiPiotr"><code>@KucharskiPiotr</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9798">#9798</a></p>
</li>
<li>
<p>Allow abandoned <code>reobserve</code> requests to unsubscribe from their underlying <code>Observable</code>. <!-- raw HTML omitted -->
<a href="https://github.com/javier-garcia-meteologica"><code>@javier-garcia-meteologica</code></a> in <a href="https://github.com/apollographql/apollo-client/pull/9791">#9791</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apollographql/apollo-client/commit/6bd651bb48a460c8381defbfe699fe6f99b54b68"><code>6bd651b</code></a> Bump <code>@apollo/client</code> npm version to 3.6.8.</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/3d039f81239018cee0ed8e1c1c1a2770504ce5d1"><code>3d039f8</code></a> Allow unsubscribing stale connections on <code>reobserve</code> (<a href="https://github.com/apollographql/apollo-client/issues/9791">#9791</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/8ec45a995380c6a8e6fa4b4ba3abb4bbfad97c81"><code>8ec45a9</code></a> Ensure <code>useQuery(query, { skip: true }).called === false</code> (<a href="https://github.com/apollographql/apollo-client/issues/9798">#9798</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/04dcd30db9261aa2f01e8c1a2f95d33d36b99ab0"><code>04dcd30</code></a> Fix repository build config to work on Windows (<a href="https://github.com/apollographql/apollo-client/issues/9805">#9805</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/31fc8dfa22ca3074e95e521d28eba0544373ed8c"><code>31fc8df</code></a> Fix incorrect <code>variables</code> in <code>FieldFunctionOptions</code> for nested <code>readField</code> ca...</li>
<li>See full diff in <a href="https://github.com/apollographql/apollo-client/compare/v3.6.7...v3.6.8">compare view</a></li>
</ul>
</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 master2022-06-14 05:30:03 +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.6.7 to 3.6.8.
Release notes
Sourced from
@apollo/client's releases.Changelog
Sourced from
@apollo/client's changelog.Commits
6bd651bBump@apollo/clientnpm version to 3.6.8.3d039f8Allow unsubscribing stale connections onreobserve(#9791)8ec45a9EnsureuseQuery(query, { skip: true }).called === false(#9798)04dcd30Fix repository build config to work on Windows (#9805)31fc8dfFix incorrectvariablesinFieldFunctionOptionsfor nestedreadFieldca...Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts