Build(deps-dev): bump @graphql-codegen/typescript-operations from 4.0.1 to 4.1.2 #1692

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-graphql-codegen-typescript-operations-4.1.2 into main 2024-02-07 11:42:06 +00:00
argoyle commented 2024-02-07 04:41:49 +00:00 (Migrated from gitlab.com)

Bumps @graphql-codegen/typescript-operations from 4.0.1 to 4.1.2.

Release notes

Sourced from @​graphql-codegen/typescript-operations's releases.

Release 2022-08-04T13:12:01.667Z

@​graphql-codegen/graphql-modules-preset@​2.5.0

Minor Changes

Release 2022-08-04T13:05:23.977Z

No release notes provided.

Release 2022-08-04T13:02:57.827Z

No release notes provided.

Changelog

Sourced from @​graphql-codegen/typescript-operations's changelog.

4.1.2

Patch Changes

  • #9813 4e69568 Thanks @​saihaj! - bumping for a release

  • Updated dependencies [4e69568]:

    • @​graphql-codegen/visitor-plugin-common@​4.1.2
    • @​graphql-codegen/typescript@​4.0.4
    • @​graphql-codegen/plugin-helpers@​5.0.3

4.1.1

Patch Changes

  • Updated dependencies [7718a8113]:
    • @​graphql-codegen/visitor-plugin-common@​4.1.1
    • @​graphql-codegen/typescript@​4.0.3

4.1.0

Minor Changes

  • #9811 d8364e045 Thanks @​saihaj! - fix: out-of-memory crash (fixes #7720) perf: implement a caching mechanism that makes sure the type originating at the same location is never generated twice, as long as the combination of selected fields and possible types matches feat: implement extractAllFieldsToTypes: boolean feat: implement printFieldsOnNewLines: boolean

Patch Changes

Commits
  • 56882d2 chore(release): update monorepo packages versions (#9837)
  • ebd0817 chore(release): update monorepo packages versions (#9819)
  • eaa3d60 chore(release): update monorepo packages versions (#9812)
  • d8364e0 Revert "chore(release): update monorepo packages versions (#9810)" (#9811)
  • 840c66d chore(release): update monorepo packages versions (#9810)
  • 137ca2c Revert "chore(release): update monorepo packages versions (#9648)" (#9809)
  • 671859c chore(release): update monorepo packages versions (#9648)
  • 1bed87b fix: out-of-memory crash (#7720) and significantly improve performance + feat...
  • 40a29e9 fix(deps): update dependency tslib to v2.6.2 (#9640)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) from 4.0.1 to 4.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@​graphql-codegen/typescript-operations</code>'s releases</a>.</em></p> <blockquote> <h2>Release 2022-08-04T13:12:01.667Z</h2> <h2><code>@​graphql-codegen/graphql-modules-preset</code><a href="https://github.com/2"><code>@​2</code></a>.5.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/pull/6796">#6796</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/8b6e8e6648f2d95cc40873cfc008a545d8a9c46f"><code>8b6e8e664</code></a> Thanks <a href="https://github.com/kamilkisiela"><code>@​kamilkisiela</code></a>! - Introduce requireRootResolvers flag</li> </ul> <h2>Release 2022-08-04T13:05:23.977Z</h2> <p>No release notes provided.</p> <h2>Release 2022-08-04T13:02:57.827Z</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md"><code>@​graphql-codegen/typescript-operations</code>'s changelog</a>.</em></p> <blockquote> <h2>4.1.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github.com/dotansimha/graphql-code-generator/pull/9813">#9813</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653"><code>4e69568</code></a> Thanks <a href="https://github.com/saihaj"><code>@​saihaj</code></a>! - bumping for a release</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653"><code>4e69568</code></a>]:</p> <ul> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/4"><code>@​4</code></a>.1.2</li> <li><code>@​graphql-codegen/typescript</code><a href="https://github.com/4"><code>@​4</code></a>.0.4</li> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/5"><code>@​5</code></a>.0.3</li> </ul> </li> </ul> <h2>4.1.1</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/7718a8113dc6282475cb738f1e28698b8221fa2f"><code>7718a8113</code></a>]: <ul> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/4"><code>@​4</code></a>.1.1</li> <li><code>@​graphql-codegen/typescript</code><a href="https://github.com/4"><code>@​4</code></a>.0.3</li> </ul> </li> </ul> <h2>4.1.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/pull/9811">#9811</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/d8364e045a46ca6e8173583b5108d161c6832975"><code>d8364e045</code></a> Thanks <a href="https://github.com/saihaj"><code>@​saihaj</code></a>! - fix: out-of-memory crash (fixes <a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/7720">#7720</a>) perf: implement a caching mechanism that makes sure the type originating at the same location is never generated twice, as long as the combination of selected fields and possible types matches feat: implement <code>extractAllFieldsToTypes: boolean</code> feat: implement <code>printFieldsOnNewLines: boolean</code></li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/pull/9811">#9811</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/d8364e045a46ca6e8173583b5108d161c6832975"><code>d8364e045</code></a> Thanks <a href="https://github.com/saihaj"><code>@​saihaj</code></a>! - dependencies updates: <ul> <li>Updated dependency <a href="https://www.npmjs.com/package/tslib/v/2.6.0"><code>tslib@~2.6.0</code> ↗︎</a> (from <code>~2.5.0</code>, in <code>dependencies</code>)</li> </ul> </li> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/d8364e045a46ca6e8173583b5108d161c6832975"><code>d8364e045</code></a>, <a href="https://github.com/dotansimha/graphql-code-generator/commit/d8364e045a46ca6e8173583b5108d161c6832975"><code>d8364e045</code></a>, <a href="https://github.com/dotansimha/graphql-code-generator/commit/d8364e045a46ca6e8173583b5108d161c6832975"><code>d8364e045</code></a>, <a href="https://github.com/dotansimha/graphql-code-generator/commit/d8364e045a46ca6e8173583b5108d161c6832975"><code>d8364e045</code></a>, <a href="https://github.com/dotansimha/graphql-code-generator/commit/d8364e045a46ca6e8173583b5108d161c6832975"><code>d8364e045</code></a>]: <ul> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/5"><code>@​5</code></a>.0.2</li> <li><code>@​graphql-codegen/typescript</code><a href="https://github.com/4"><code>@​4</code></a>.0.2</li> <li><code>@​graphql-codegen/visitor-plugin-common</code><a href="https://github.com/4"><code>@​4</code></a>.1.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/56882d26caaa34e1b7c1f45ada61626d3039779e"><code>56882d2</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9837">#9837</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/ebd081798fdcf5e8d5af557a5e17361992a1a0af"><code>ebd0817</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9819">#9819</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/eaa3d60c11afbe86ba269b2a488891f83089fa03"><code>eaa3d60</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9812">#9812</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/d8364e045a46ca6e8173583b5108d161c6832975"><code>d8364e0</code></a> Revert &quot;chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9810">#9810</a>)&quot; (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9811">#9811</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/840c66d88a9b466eb5683b54bfe25b0c168b42fb"><code>840c66d</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9810">#9810</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/137ca2c706eb86b4069d3d91b7f6990eef3b60ba"><code>137ca2c</code></a> Revert &quot;chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9648">#9648</a>)&quot; (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9809">#9809</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/671859c40291c1264ea5fa735518b5de3c4020be"><code>671859c</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9648">#9648</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/1bed87b201b6c0879ef605ec41f5a1acdcbfe1e7"><code>1bed87b</code></a> fix: out-of-memory crash (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/7720">#7720</a>) and significantly improve performance + feat...</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/40a29e91ea25ed5ad6acb15ccca1767dafbdd7c5"><code>40a29e9</code></a> fix(deps): update dependency tslib to v2.6.2 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations/issues/9640">#9640</a>)</li> <li>See full diff in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@4.1.2/packages/plugins/typescript/operations">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2024-02-07 04:41:51 +00:00 (Migrated from gitlab.com)

added 1 commit

  • b7710e2d - Build(deps-dev): bump @graphql-codegen/typescript-operations

Compare with previous version

added 1 commit <ul><li>b7710e2d - Build(deps-dev): bump @graphql-codegen/typescript-operations</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1643/diffs?diff_id=917161173&start_sha=0dd14fd4772dfcf40fa13f79b832fbd457660ab3)
argoyle commented 2024-02-07 11:36:16 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2024-02-07 11:36:19 +00:00 (Migrated from gitlab.com)

⚠️ dependabot-gitlab is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot-gitlab` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2024-02-07 11:37:21 +00:00 (Migrated from gitlab.com)

dependabot-gitlab successfully recreated merge request!

:white_check_mark: `dependabot-gitlab` successfully recreated merge request!
argoyle commented 2024-02-07 11:37:22 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2024-02-07 11:38:05 +00:00 (Migrated from gitlab.com)

added 6 commits

  • b7710e2d...f44135d0 - 5 commits from branch main
  • 37a33eaf - Build(deps-dev): bump @graphql-codegen/typescript-operations

Compare with previous version

added 6 commits <ul><li>b7710e2d...f44135d0 - 5 commits from branch <code>main</code></li><li>37a33eaf - Build(deps-dev): bump @graphql-codegen/typescript-operations</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/1643/diffs?diff_id=917595197&start_sha=b7710e2d25aa8eda510225df984f3c1a8db8c671)
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2024-02-07 11:40:09 +00:00
argoyle (Migrated from gitlab.com) merged commit into main 2024-02-07 11:42:06 +00:00
Sign in to join this conversation.