#10458b5ccef229 Thanks @lennyburdette! - Passes getServerSnapshot to useSyncExternalStore so that it doesn't trigger a Missing getServerSnapshot error when using useFragment_experimental on the server.
#10471895ddcb54 Thanks @alessbell! - More robust type definition for headers property passed to createHttpLink
#10321bbaa3ef2d Thanks @alessbell! - Refetch should not return partial data with errorPolicy: none and notifyOnNetworkStatusChange: true.
#10469328c58f90 Thanks @jerelmiller! - Add generic type defaults when using useFragment to allow passing TData directly to the function without needing to specify TVars.
#10458b5ccef229 Thanks @lennyburdette! - Passes getServerSnapshot to useSyncExternalStore so that it doesn't trigger a Missing getServerSnapshot error when using useFragment_experimental on the server.
#10471895ddcb54 Thanks @alessbell! - More robust type definition for headers property passed to createHttpLink
#10321bbaa3ef2d Thanks @alessbell! - Refetch should not return partial data with errorPolicy: none and notifyOnNetworkStatusChange: true.
#10469328c58f90 Thanks @jerelmiller! - Add generic type defaults when using useFragment to allow passing TData directly to the function without needing to specify TVars.
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.7.4 to 3.7.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.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10458">#10458</a> <a href="https://github.com/apollographql/apollo-client/commit/b5ccef229046d230e82a68a4834ac09ae1ef2009"><code>b5ccef229</code></a> Thanks <a href="https://github.com/lennyburdette"><code>@lennyburdette</code></a>! - Passes <code>getServerSnapshot</code> to <code>useSyncExternalStore</code> so that it doesn't trigger a <code>Missing getServerSnapshot</code> error when using <code>useFragment_experimental</code> on the server.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10471">#10471</a> <a href="https://github.com/apollographql/apollo-client/commit/895ddcb546b5692cd53caae1b604412728641374"><code>895ddcb54</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - More robust type definition for <code>headers</code> property passed to <code>createHttpLink</code></p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10321">#10321</a> <a href="https://github.com/apollographql/apollo-client/commit/bbaa3ef2d95a03e2453ef86a25096c314fbd8998"><code>bbaa3ef2d</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Refetch should not return partial data with <code>errorPolicy: none</code> and <code>notifyOnNetworkStatusChange: true</code>.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10402">#10402</a> <a href="https://github.com/apollographql/apollo-client/commit/0b07aa955bab2e929f21590b565507a66f930539"><code>0b07aa955</code></a> Thanks <a href="https://github.com/Hugodby"><code>@Hugodby</code></a>! - Improve context types</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10469">#10469</a> <a href="https://github.com/apollographql/apollo-client/commit/328c58f90d3fd985a58a68d8ba07f7c03f9808f6"><code>328c58f90</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Add generic type defaults when using <code>useFragment</code> to allow passing <code>TData</code> directly to the function without needing to specify <code>TVars</code>.</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.7.5</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10458">#10458</a> <a href="https://github.com/apollographql/apollo-client/commit/b5ccef229046d230e82a68a4834ac09ae1ef2009"><code>b5ccef229</code></a> Thanks <a href="https://github.com/lennyburdette"><code>@lennyburdette</code></a>! - Passes <code>getServerSnapshot</code> to <code>useSyncExternalStore</code> so that it doesn't trigger a <code>Missing getServerSnapshot</code> error when using <code>useFragment_experimental</code> on the server.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10471">#10471</a> <a href="https://github.com/apollographql/apollo-client/commit/895ddcb546b5692cd53caae1b604412728641374"><code>895ddcb54</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - More robust type definition for <code>headers</code> property passed to <code>createHttpLink</code></p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10321">#10321</a> <a href="https://github.com/apollographql/apollo-client/commit/bbaa3ef2d95a03e2453ef86a25096c314fbd8998"><code>bbaa3ef2d</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Refetch should not return partial data with <code>errorPolicy: none</code> and <code>notifyOnNetworkStatusChange: true</code>.</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10402">#10402</a> <a href="https://github.com/apollographql/apollo-client/commit/0b07aa955bab2e929f21590b565507a66f930539"><code>0b07aa955</code></a> Thanks <a href="https://github.com/Hugodby"><code>@Hugodby</code></a>! - Improve context types</p>
</li>
<li>
<p><a href="https://github.com/apollographql/apollo-client/pull/10469">#10469</a> <a href="https://github.com/apollographql/apollo-client/commit/328c58f90d3fd985a58a68d8ba07f7c03f9808f6"><code>328c58f90</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Add generic type defaults when using <code>useFragment</code> to allow passing <code>TData</code> directly to the function without needing to specify <code>TVars</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apollographql/apollo-client/commit/49ffcfab0165dc61a7475b2e18f0ecae00f7c22c"><code>49ffcfa</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/10456">#10456</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/895ddcb546b5692cd53caae1b604412728641374"><code>895ddcb</code></a> Fix headers type (extends <a href="https://github.com/apollographql/apollo-client/issues/9042">#9042</a>) (<a href="https://github.com/apollographql/apollo-client/issues/10471">#10471</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/328c58f90d3fd985a58a68d8ba07f7c03f9808f6"><code>328c58f</code></a> Add default values for useFragment generic types (<a href="https://github.com/apollographql/apollo-client/issues/10469">#10469</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/c7ccbce3f00e3d5ff425c7f2da98c6c4b3f0b9f4"><code>c7ccbce</code></a> chore: prevent actions from running on forks (<a href="https://github.com/apollographql/apollo-client/issues/10467">#10467</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/b5ccef229046d230e82a68a4834ac09ae1ef2009"><code>b5ccef2</code></a> fix: useFragment SSR support (<a href="https://github.com/apollographql/apollo-client/issues/10458">#10458</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/00f95e15f1d536be42cf37214fac4020c69e714f"><code>00f95e1</code></a> chore: fix netlify ignore script (<a href="https://github.com/apollographql/apollo-client/issues/10468">#10468</a>)</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/ea615addbecaa6388688e411f59a98a1c85616b9"><code>ea615ad</code></a> chore(deps): update dependency rimraf to v4.1.1</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/705473132c28585018886030d286b88bd367668f"><code>7054731</code></a> chore(deps): update dependency <code>@typescript-eslint/parser</code> to v5.48.2</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/39588586d16d58e935fdb4303bba674ab16a1af4"><code>3958858</code></a> chore(deps): update dependency <code>@typescript-eslint/eslint-plugin</code> to v5.48.2</li>
<li><a href="https://github.com/apollographql/apollo-client/commit/e4e30e3b822eb48fdd7eb86e7904d8a064fcaf7d"><code>e4e30e3</code></a> chore(deps): update dependency <code>@types/react</code> to v18.0.27</li>
<li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.7.4...v3.7.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 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 master2023-01-25 08:39:09 +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.7.4 to 3.7.5.
Release notes
Sourced from
@apollo/client's releases.Changelog
Sourced from
@apollo/client's changelog.Commits
49ffcfaVersion Packages (#10456)895ddcbFix headers type (extends #9042) (#10471)328c58fAdd default values for useFragment generic types (#10469)c7ccbcechore: prevent actions from running on forks (#10467)b5ccef2fix: useFragment SSR support (#10458)00f95e1chore: fix netlify ignore script (#10468)ea615adchore(deps): update dependency rimraf to v4.1.17054731chore(deps): update dependency@typescript-eslint/parserto v5.48.23958858chore(deps): update dependency@typescript-eslint/eslint-pluginto v5.48.2e4e30e3chore(deps): update dependency@types/reactto v18.0.27Dependabot 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