Build(deps): bump @apollo/client from 3.7.7 to 3.7.8 #951

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.7.8 into master 2023-02-16 07:58:59 +00:00
argoyle commented 2023-02-16 04:37:36 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.7.7 to 3.7.8.

Release notes

Sourced from @​apollo/client's releases.

v3.7.8

Patch Changes

  • #7555 45562d6fa Thanks @​TheCeloReis! - Adds TVariables generic to GraphQLRequest and MockedResponse interfaces.

  • #10526 1d13de4f1 Thanks @​benjamn! - Tolerate undefined concast.sources if complete called earlier than concast.start

  • #10497 8a883d8a1 Thanks @​nevir! - Update SingleExecutionResult and IncrementalPayload's data types such that they no longer include undefined, which was not a valid runtime value, to fix errors when TypeScript's exactOptionalPropertyTypes is enabled.

Changelog

Sourced from @​apollo/client's changelog.

3.7.8

Patch Changes

  • #7555 45562d6fa Thanks @​TheCeloReis! - Adds TVariables generic to GraphQLRequest and MockedResponse interfaces.

  • #10526 1d13de4f1 Thanks @​benjamn! - Tolerate undefined concast.sources if complete called earlier than concast.start

  • #10497 8a883d8a1 Thanks @​nevir! - Update SingleExecutionResult and IncrementalPayload's data types such that they no longer include undefined, which was not a valid runtime value, to fix errors when TypeScript's exactOptionalPropertyTypes is enabled.

Commits
  • 1f9ec12 Version Packages (#10507)
  • 9f2505d chore: update discussion label
  • 6155565 chore: use double quotes for excluded labels with whitespace
  • 2e54491 chore: debug lock action (#10557)
  • f0cc252 useSuspenseQuery docs (#10538)
  • 008c178 chore(deps): update dependency eslint-plugin-testing-library to v5.10.1 (#10543)
  • e322a16 chore(deps): update dependency @​typescript-eslint/parser to v5.51.0 (#10547)
  • 4d03542 chore(deps): update dependency eslint to v8.34.0 (#10548)
  • 74456a1 chore(deps): update dependency @​types/react to v18.0.28 (#10551)
  • bac19ff chore(deps): update dependency @​typescript-eslint/eslint-plugin to v5.51.0 (#...
  • 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.7 to 3.7.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.7.8</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/7555">#7555</a> <a href="https://github.com/apollographql/apollo-client/commit/45562d6fa20eab658bd86d79d092862ace4e1225"><code>45562d6fa</code></a> Thanks <a href="https://github.com/TheCeloReis"><code>@​TheCeloReis</code></a>! - Adds <code>TVariables</code> generic to <code>GraphQLRequest</code> and <code>MockedResponse</code> interfaces.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10526">#10526</a> <a href="https://github.com/apollographql/apollo-client/commit/1d13de4f190150e96d61a9e987274ee6c249dbef"><code>1d13de4f1</code></a> Thanks <a href="https://github.com/benjamn"><code>@​benjamn</code></a>! - Tolerate undefined <code>concast.sources</code> if <code>complete</code> called earlier than <code>concast.start</code></p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10497">#10497</a> <a href="https://github.com/apollographql/apollo-client/commit/8a883d8a1c8899f94a3e2ae09cb2069bde2b2150"><code>8a883d8a1</code></a> Thanks <a href="https://github.com/nevir"><code>@​nevir</code></a>! - Update <code>SingleExecutionResult</code> and <code>IncrementalPayload</code>'s <code>data</code> types such that they no longer include <code>undefined</code>, which was not a valid runtime value, to fix errors when TypeScript's <code>exactOptionalPropertyTypes</code> is enabled.</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.8</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/7555">#7555</a> <a href="https://github.com/apollographql/apollo-client/commit/45562d6fa20eab658bd86d79d092862ace4e1225"><code>45562d6fa</code></a> Thanks <a href="https://github.com/TheCeloReis"><code>@​TheCeloReis</code></a>! - Adds <code>TVariables</code> generic to <code>GraphQLRequest</code> and <code>MockedResponse</code> interfaces.</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10526">#10526</a> <a href="https://github.com/apollographql/apollo-client/commit/1d13de4f190150e96d61a9e987274ee6c249dbef"><code>1d13de4f1</code></a> Thanks <a href="https://github.com/benjamn"><code>@​benjamn</code></a>! - Tolerate undefined <code>concast.sources</code> if <code>complete</code> called earlier than <code>concast.start</code></p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10497">#10497</a> <a href="https://github.com/apollographql/apollo-client/commit/8a883d8a1c8899f94a3e2ae09cb2069bde2b2150"><code>8a883d8a1</code></a> Thanks <a href="https://github.com/nevir"><code>@​nevir</code></a>! - Update <code>SingleExecutionResult</code> and <code>IncrementalPayload</code>'s <code>data</code> types such that they no longer include <code>undefined</code>, which was not a valid runtime value, to fix errors when TypeScript's <code>exactOptionalPropertyTypes</code> is enabled.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/1f9ec12ca0370697ee9a698090bcdc21f8db42d0"><code>1f9ec12</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/10507">#10507</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/9f2505dcf9ddf987fac556d17b039b66039cbc6a"><code>9f2505d</code></a> chore: update discussion label</li> <li><a href="https://github.com/apollographql/apollo-client/commit/6155565960b9e7be5a1040ec1f1df0d548ec4c79"><code>6155565</code></a> chore: use double quotes for excluded labels with whitespace</li> <li><a href="https://github.com/apollographql/apollo-client/commit/2e54491d4c8ddfea5f90d152e5ca997428828cfb"><code>2e54491</code></a> chore: debug lock action (<a href="https://github.com/apollographql/apollo-client/issues/10557">#10557</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/f0cc25299eecb1990669716db77649dc25cf046f"><code>f0cc252</code></a> <code>useSuspenseQuery</code> docs (<a href="https://github.com/apollographql/apollo-client/issues/10538">#10538</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/008c178959b4a792277d97aeab6a45889618b00e"><code>008c178</code></a> chore(deps): update dependency eslint-plugin-testing-library to v5.10.1 (<a href="https://github.com/apollographql/apollo-client/issues/10543">#10543</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/e322a16a8ddbbcf379c35d76b183aeee900f5ee3"><code>e322a16</code></a> chore(deps): update dependency <code>@​typescript-eslint/parser</code> to v5.51.0 (<a href="https://github.com/apollographql/apollo-client/issues/10547">#10547</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/4d035428bc760341d3ada2ca4cb69e39c302b75c"><code>4d03542</code></a> chore(deps): update dependency eslint to v8.34.0 (<a href="https://github.com/apollographql/apollo-client/issues/10548">#10548</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/74456a1862f6cc1076d861ced5d2ecd8e24dc203"><code>74456a1</code></a> chore(deps): update dependency <code>@​types/react</code> to v18.0.28 (<a href="https://github.com/apollographql/apollo-client/issues/10551">#10551</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/bac19ff2b5e46cb27aa87ef0c1f50a5c0a603d44"><code>bac19ff</code></a> chore(deps): update dependency <code>@​typescript-eslint/eslint-plugin</code> to v5.51.0 (#...</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.7.7...v3.7.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 master 2023-02-16 07:58:59 +00:00
Sign in to join this conversation.