chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2 #97

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-graphql-codegen-cli-2.2.2 into master 2021-11-10 07:29:02 +00:00
argoyle commented 2021-11-08 05:27:29 +00:00 (Migrated from gitlab.com)

Bumps @graphql-codegen/cli from 1.21.2 to 2.2.2.

Release notes

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

@​graphql-codegen/cli@​2.2.2

Patch Changes

  • Updated dependencies [97ddb487a]
    • @​graphql-codegen/core@​2.3.0
    • @​graphql-codegen/plugin-helpers@​2.3.0
Changelog

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

2.2.2

Patch Changes

  • Updated dependencies [97ddb487a]
    • @​graphql-codegen/core@​2.3.0
    • @​graphql-codegen/plugin-helpers@​2.3.0

2.2.1

Patch Changes

  • Updated dependencies [7c60e5acc]
    • @​graphql-codegen/core@​2.2.0
    • @​graphql-codegen/plugin-helpers@​2.2.0

2.2.0

Minor Changes

  • 3e38de399: enhance: sort the schema before processing to have more consistent results. You can disable it with sort: false.

Patch Changes

  • 3e38de399: fix: handle convertExtensions properly with schema definitions

2.1.1

Patch Changes

  • d3c556f8e: fix: do not alter the indentation of documents

2.1.0

Minor Changes

  • 39773f59b: enhance(plugins): use getDocumentNodeFromSchema and other utilities from @​graphql-tools/utils
  • 440172cfe: support ESM

Patch Changes

  • 24185985a: bump graphql-tools package versions
  • 72044c1bd: fix: do not alter the indentation of documents loaded via graphql-config
  • Updated dependencies [24185985a]
  • Updated dependencies [39773f59b]
  • Updated dependencies [440172cfe]
    • @​graphql-codegen/core@​2.1.0
    • @​graphql-codegen/plugin-helpers@​2.1.0

2.0.1

... (truncated)

Commits
  • e854635 chore(release): update monorepo packages versions (#6892)
  • 3751c42 chore(deps): update dependency @​types/glob to v7.2.0 (#6870)
  • 34710a3 chore(deps): update dependency @​types/js-yaml to v4.0.4 (#6890)
  • a6faf03 chore(release): update monorepo packages versions (#6814)
  • c4f313f chore(deps): update dependency prettier to v2.4.1 (#6640)
  • d9f548f chore(deps): update dependency @​types/debounce to v1.2.1 (#6706)
  • 13316ce Update CHHANGELOG with a note about disabling schema sorting
  • 1af50a2 chore(release): update monorepo packages versions (#6622)
  • 3e38de3 Bump GraphQL Tools for Schema Sorting and the fix for the schema definition h...
  • 5f67cfe chore(deps): update dependency @​types/js-yaml to v4.0.3 (#6525)
  • 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 [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 1.21.2 to 2.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@​graphql-codegen/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.2.2</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [97ddb487a] <ul> <li><code>@​graphql-codegen/core</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</li> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md"><code>@​graphql-codegen/cli</code>'s changelog</a>.</em></p> <blockquote> <h2>2.2.2</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [97ddb487a] <ul> <li><code>@​graphql-codegen/core</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</li> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.3.0</li> </ul> </li> </ul> <h2>2.2.1</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [7c60e5acc] <ul> <li><code>@​graphql-codegen/core</code><a href="https://github.com/2"><code>@​2</code></a>.2.0</li> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.2.0</li> </ul> </li> </ul> <h2>2.2.0</h2> <h3>Minor Changes</h3> <ul> <li>3e38de399: enhance: sort the schema before processing to have more consistent results. You can disable it with <code>sort: false</code>.</li> </ul> <h3>Patch Changes</h3> <ul> <li>3e38de399: fix: handle convertExtensions properly with schema definitions</li> </ul> <h2>2.1.1</h2> <h3>Patch Changes</h3> <ul> <li>d3c556f8e: fix: do not alter the indentation of documents</li> </ul> <h2>2.1.0</h2> <h3>Minor Changes</h3> <ul> <li>39773f59b: enhance(plugins): use getDocumentNodeFromSchema and other utilities from <code>@​graphql-tools/utils</code></li> <li>440172cfe: support ESM</li> </ul> <h3>Patch Changes</h3> <ul> <li>24185985a: bump graphql-tools package versions</li> <li>72044c1bd: fix: do not alter the indentation of documents loaded via graphql-config</li> <li>Updated dependencies [24185985a]</li> <li>Updated dependencies [39773f59b]</li> <li>Updated dependencies [440172cfe] <ul> <li><code>@​graphql-codegen/core</code><a href="https://github.com/2"><code>@​2</code></a>.1.0</li> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.1.0</li> </ul> </li> </ul> <h2>2.0.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/e8546350559017dd48d65af0c7eb92341848030e"><code>e854635</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/6892">#6892</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/3751c4256af134f20d999e853d939717c5e6619e"><code>3751c42</code></a> chore(deps): update dependency <code>@​types/glob</code> to v7.2.0 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/6870">#6870</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/34710a3b8c3c3efe9daa367f987bad7b85135eff"><code>34710a3</code></a> chore(deps): update dependency <code>@​types/js-yaml</code> to v4.0.4 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/6890">#6890</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/a6faf033520520f41cd6cd1f4fbfba6f6377a0a2"><code>a6faf03</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/6814">#6814</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/c4f313f274d17721a988a4cf73712d23e19e9e85"><code>c4f313f</code></a> chore(deps): update dependency prettier to v2.4.1 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/6640">#6640</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/d9f548f5eafc1c80487387494898a78f3428c5e9"><code>d9f548f</code></a> chore(deps): update dependency <code>@​types/debounce</code> to v1.2.1 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/6706">#6706</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/13316ce64f5574aca32d0a613beed1bba0742acc"><code>13316ce</code></a> Update CHHANGELOG with a note about disabling schema sorting</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/1af50a25371e2cd120422b92283fd155d72ddad5"><code>1af50a2</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/6622">#6622</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/3e38de39950b7c7dc06aef8df705ad849f49fc39"><code>3e38de3</code></a> Bump GraphQL Tools for Schema Sorting and the fix for the schema definition h...</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/5f67cfedf45f1460368b5135149e097eb1934bb1"><code>5f67cfe</code></a> chore(deps): update dependency <code>@​types/js-yaml</code> to v4.0.3 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/6525">#6525</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@2.2.2/packages/graphql-codegen-cli">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 commented 2021-11-08 14:39:26 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2021-11-08 14:39:35 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2021-11-08 14:53:08 +00:00 (Migrated from gitlab.com)

added 23 commits

  • bc4593e5...55ebe780 - 22 commits from branch master
  • d1fecefa - chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2

Compare with previous version

added 23 commits <ul><li>bc4593e5...55ebe780 - 22 commits from branch <code>master</code></li><li>d1fecefa - chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/48/diffs?diff_id=274779508&start_sha=bc4593e54dce67b5ad090372a88b542a0acd8b89)
argoyle commented 2021-11-09 20:12:57 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 20:40:49 +00:00 (Migrated from gitlab.com)

$dependabot rebase

$dependabot rebase
argoyle commented 2021-11-09 20:41:00 +00:00 (Migrated from gitlab.com)

dependabot successfully triggered merge request rebase!

:white_check_mark: `dependabot` successfully triggered merge request rebase!
argoyle commented 2021-11-09 20:45:50 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 20:49:50 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-09 21:39:16 +00:00 (Migrated from gitlab.com)

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

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 22:00:25 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 22:00:25 +00:00 (Migrated from gitlab.com)

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

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 22:00:25 +00:00 (Migrated from gitlab.com)

added 23 commits

  • d1fecefa...b4b1c1d0 - 22 commits from branch master
  • eba47ba7 - chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2

Compare with previous version

added 23 commits <ul><li>d1fecefa...b4b1c1d0 - 22 commits from branch <code>master</code></li><li>eba47ba7 - chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/48/diffs?diff_id=275840145&start_sha=d1fecefa98786f82de8910c91f6a12d54f6ed564)
argoyle commented 2021-11-09 22:05:26 +00:00 (Migrated from gitlab.com)

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

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-09 22:19:10 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-09 22:19:10 +00:00 (Migrated from gitlab.com)

added 1 commit

  • c0310022 - chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2

Compare with previous version

added 1 commit <ul><li>c0310022 - chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/48/diffs?diff_id=275849723&start_sha=eba47ba78ca7fa6ddb30c0bb6a7ad5341b5766e8)
argoyle commented 2021-11-10 06:43:44 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-11-10 07:07:12 +00:00 (Migrated from gitlab.com)

added 11 commits

  • c0310022...40f20969 - 10 commits from branch master
  • 19fa8d1a - chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2

Compare with previous version

added 11 commits <ul><li>c0310022...40f20969 - 10 commits from branch <code>master</code></li><li>19fa8d1a - chore(deps-dev): bump @graphql-codegen/cli from 1.21.2 to 2.2.2</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/48/diffs?diff_id=276008316&start_sha=c031002266ed2bbf6485f8df8f20e29ba010dafb)
argoyle commented 2021-11-10 07:29:02 +00:00 (Migrated from gitlab.com)

mentioned in commit f8063446c0

mentioned in commit f8063446c037c83085526e5d870f2f535f376a58
argoyle (Migrated from gitlab.com) merged commit f8063446c0 into master 2021-11-10 07:29:02 +00:00
Sign in to join this conversation.