Build(deps): bump @apollo/client from 3.7.8 to 3.7.9 #963

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-apollo-client-3.7.9 into master 2023-02-21 05:38:13 +00:00
argoyle commented 2023-02-21 04:38:19 +00:00 (Migrated from gitlab.com)

Bumps @apollo/client from 3.7.8 to 3.7.9.

Release notes

Sourced from @​apollo/client's releases.

v3.7.9

Patch Changes

  • #10560 a561ecf43 Thanks @​benjamn! - Keep __typename fragment when it does not contain @client directive and strip out inline fragments which use a @client directive. Thanks @​Gazler and @​mtsmfm!

  • #10560 251a12806 Thanks @​benjamn! - Refactor removeDirectivesFromDocument to fix AST ordering sensitivities and avoid 1/3 AST traversals, potentially improving performance for large queries

Changelog

Sourced from @​apollo/client's changelog.

3.7.9

Patch Changes

  • #10560 a561ecf43 Thanks @​benjamn! - Keep __typename fragment when it does not contain @client directive and strip out inline fragments which use a @client directive. Thanks @​Gazler and @​mtsmfm!

  • #10560 251a12806 Thanks @​benjamn! - Refactor removeDirectivesFromDocument to fix AST ordering sensitivities and avoid 1/3 AST traversals, potentially improving performance for large queries

Commits
  • 4ab7eaf Version Packages (#10563)
  • 642ba82 s/Android/Kotlin in README (#10566)
  • 32558b7 Remove prerelease check workflow, update release workflow (#10565)
  • dc17d11 Merge pull request #10560 from apollographql/rebase-pr-6322-to-fix-issue-6311
  • 251a128 Add a .changeset/ file.
  • 1a2bd3d Increase bundlesize limit to 32.65KB (previously 32.42KB)
  • c2fee51 Make default value for inUseGetterFunction key more explicit.
  • e90d675 Use Kind.{FIELD,OPERATION_DEFINITION,...} consistently in transform.ts.
  • 236912a Rename makeInUseGetterFunction result function to inUseGetterFunction for...
  • d505503 Avoid removing otherwise unmodified FragmentDefinition nodes.
  • 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.8 to 3.7.9. <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.9</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10560">#10560</a> <a href="https://github.com/apollographql/apollo-client/commit/a561ecf4306c56770ba0713f0136174275887f1a"><code>a561ecf43</code></a> Thanks <a href="https://github.com/benjamn"><code>@​benjamn</code></a>! - Keep <code>__typename</code> fragment when it does not contain <code>@client</code> directive and strip out inline fragments which use a <code>@client</code> directive. Thanks <a href="https://github.com/Gazler"><code>@​Gazler</code></a> and <a href="https://github.com/mtsmfm"><code>@​mtsmfm</code></a>!</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10560">#10560</a> <a href="https://github.com/apollographql/apollo-client/commit/251a12806d1fa38bc8723540fb2d696c39db1097"><code>251a12806</code></a> Thanks <a href="https://github.com/benjamn"><code>@​benjamn</code></a>! - Refactor <code>removeDirectivesFromDocument</code> to fix AST ordering sensitivities and avoid 1/3 AST traversals, potentially improving performance for large queries</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.9</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10560">#10560</a> <a href="https://github.com/apollographql/apollo-client/commit/a561ecf4306c56770ba0713f0136174275887f1a"><code>a561ecf43</code></a> Thanks <a href="https://github.com/benjamn"><code>@​benjamn</code></a>! - Keep <code>__typename</code> fragment when it does not contain <code>@client</code> directive and strip out inline fragments which use a <code>@client</code> directive. Thanks <a href="https://github.com/Gazler"><code>@​Gazler</code></a> and <a href="https://github.com/mtsmfm"><code>@​mtsmfm</code></a>!</p> </li> <li> <p><a href="https://github.com/apollographql/apollo-client/pull/10560">#10560</a> <a href="https://github.com/apollographql/apollo-client/commit/251a12806d1fa38bc8723540fb2d696c39db1097"><code>251a12806</code></a> Thanks <a href="https://github.com/benjamn"><code>@​benjamn</code></a>! - Refactor <code>removeDirectivesFromDocument</code> to fix AST ordering sensitivities and avoid 1/3 AST traversals, potentially improving performance for large queries</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/4ab7eaff985a60feea6738e42c6cf9842d0f6464"><code>4ab7eaf</code></a> Version Packages (<a href="https://github.com/apollographql/apollo-client/issues/10563">#10563</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/642ba8274ac3552368629b479bc3bd3404ab34bc"><code>642ba82</code></a> s/Android/Kotlin in README (<a href="https://github.com/apollographql/apollo-client/issues/10566">#10566</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/32558b7b8432bcf7e602145693aa7b78bfcc1433"><code>32558b7</code></a> Remove prerelease check workflow, update release workflow (<a href="https://github.com/apollographql/apollo-client/issues/10565">#10565</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/dc17d11b05706be95f7d3cad3ad6311476565e87"><code>dc17d11</code></a> Merge pull request <a href="https://github.com/apollographql/apollo-client/issues/10560">#10560</a> from apollographql/rebase-pr-6322-to-fix-issue-6311</li> <li><a href="https://github.com/apollographql/apollo-client/commit/251a12806d1fa38bc8723540fb2d696c39db1097"><code>251a128</code></a> Add a .changeset/ file.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1a2bd3d3420c0c4a39e9982a7ffbdd4ea37068a8"><code>1a2bd3d</code></a> Increase bundlesize limit to 32.65KB (previously 32.42KB)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/c2fee5199045c153d0199682da5f74f7af36cb02"><code>c2fee51</code></a> Make default value for inUseGetterFunction key more explicit.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/e90d6755cfbc3fdde77fb1f8e159ef269b21399f"><code>e90d675</code></a> Use Kind.{FIELD,OPERATION_DEFINITION,...} consistently in transform.ts.</li> <li><a href="https://github.com/apollographql/apollo-client/commit/236912a40393703683a14c3aaaa2d3926cd12a73"><code>236912a</code></a> Rename <code>makeInUseGetterFunction</code> result function to <code>inUseGetterFunction</code> for...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d505503d521ab838874fb0762adca596fd2f68d1"><code>d505503</code></a> Avoid removing otherwise unmodified FragmentDefinition nodes.</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.7.8...v3.7.9">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-21 05:38:13 +00:00
Sign in to join this conversation.