Build(deps): bump @apollo/client from 3.7.4 to 3.7.5 #888

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.7.5 into master 2023-01-25 08:39:09 +00:00
argoyle commented 2023-01-25 04:37:48 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.7.4 to 3.7.5.

Release notes

Sourced from @​apollo/client's releases.

v3.7.5

Patch Changes

Changelog

Sourced from @​apollo/client's changelog.

3.7.5

Patch Changes

Commits
  • 49ffcfa Version Packages (#10456)
  • 895ddcb Fix headers type (extends #9042) (#10471)
  • 328c58f Add default values for useFragment generic types (#10469)
  • c7ccbce chore: prevent actions from running on forks (#10467)
  • b5ccef2 fix: useFragment SSR support (#10458)
  • 00f95e1 chore: fix netlify ignore script (#10468)
  • ea615ad chore(deps): update dependency rimraf to v4.1.1
  • 7054731 chore(deps): update dependency @​typescript-eslint/parser to v5.48.2
  • 3958858 chore(deps): update dependency @​typescript-eslint/eslint-plugin to v5.48.2
  • e4e30e3 chore(deps): update dependency @​types/react to v18.0.27
  • Additional commits viewable in compare view


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 master 2023-01-25 08:39:09 +00:00
Sign in to join this conversation.