[PR #2684] [CLOSED] chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.12.1 #3989

Closed
opened 2026-03-17 01:33:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2684
Author: @dependabot[bot]
Created: 9/26/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/graphql-codegen/cli-2.12.1


📝 Commits (1)

  • e9b9c12 chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.12.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps @graphql-codegen/cli from 2.6.2 to 2.12.1.

Release notes

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

@​graphql-codegen/cli@​2.11.3

Patch Changes

  • b75ca4b48: Prevent cli from early returning when run init command.

@​graphql-codegen/cli@​2.11.2

Patch Changes

  • 8cd1526c4: chore(deps): update @whatwg-node/fetch to fix vulnerability

@​graphql-codegen/cli@​2.11.1

Patch Changes

  • 20bf4b225: support for path containing "&" characters

@​graphql-codegen/cli@​2.11.0

Minor Changes

  • fd6be805b: feat(cli): add a dry-run mode with --check cli flag

Patch Changes

  • 6a2e328e6: feat(cli): --verbose and --debug flags
  • Updated dependencies [6a2e328e6]
    • @​graphql-codegen/plugin-helpers@​2.6.1

@​graphql-codegen/cli@​2.10.0

Minor Changes

  • 273ad602f: Replace cross-undici-fetch with @​whatwg-node/fetch to fix security vulnerability from undici

Patch Changes

  • cc18923d3: feat(hooks): forward hooks logs to debug logs

@​graphql-codegen/cli@​2.9.1

Patch Changes

  • e2cfc5c36: fix(cli): prevent duplicated error messages on fail (without watcher)

@​graphql-codegen/cli@​2.9.0

Minor Changes

  • 2cbcbb371: Add new flag to emit legacy common js imports. Default it will be true this way it ensure that generated code works with non-compliant bundlers.

    You can use the option in your config:

    schema: 'schema.graphql'
     documents:
    

... (truncated)

Changelog

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

2.12.1

Patch Changes

2.12.0

Minor Changes

  • #8301 2ed21a471 Thanks @​charlypoly! - Introduces support for TypeScript config file and a new preset lifecycle (required for client-preset)

Patch Changes

2.11.8

Patch Changes

2.11.7

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2684 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/26/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-codegen/cli-2.12.1` --- ### 📝 Commits (1) - [`e9b9c12`](https://github.com/hoppscotch/hoppscotch/commit/e9b9c12200affe45fbe12cac8e603e9918c7a6f9) chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.12.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 2.6.2 to 2.12.1. <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>.11.3</h2> <h3>Patch Changes</h3> <ul> <li>b75ca4b48: Prevent cli from early returning when run init command.</li> </ul> <h2><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.11.2</h2> <h3>Patch Changes</h3> <ul> <li>8cd1526c4: chore(deps): update <code>@whatwg-node/fetch</code> to fix vulnerability</li> </ul> <h2><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.11.1</h2> <h3>Patch Changes</h3> <ul> <li>20bf4b225: support for path containing &quot;&amp;&quot; characters</li> </ul> <h2><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.11.0</h2> <h3>Minor Changes</h3> <ul> <li>fd6be805b: feat(cli): add a dry-run mode with <code>--check</code> cli flag</li> </ul> <h3>Patch Changes</h3> <ul> <li>6a2e328e6: feat(cli): <code>--verbose</code> and <code>--debug</code> flags</li> <li>Updated dependencies [6a2e328e6] <ul> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.6.1</li> </ul> </li> </ul> <h2><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.10.0</h2> <h3>Minor Changes</h3> <ul> <li>273ad602f: Replace cross-undici-fetch with <code>@​whatwg-node/fetch</code> to fix security vulnerability from undici</li> </ul> <h3>Patch Changes</h3> <ul> <li>cc18923d3: feat(hooks): forward hooks logs to debug logs</li> </ul> <h2><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.9.1</h2> <h3>Patch Changes</h3> <ul> <li>e2cfc5c36: fix(cli): prevent duplicated error messages on fail (without watcher)</li> </ul> <h2><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.9.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>2cbcbb371: Add new flag to emit legacy common js imports. Default it will be <code>true</code> this way it ensure that generated code works with <a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/issues/8065">non-compliant bundlers</a>.</p> <p>You can use the option in your config:</p> <pre lang="yaml"><code>schema: 'schema.graphql' documents: </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.12.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8335">#8335</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/3e121d92ebd563a82dbc367cd3e9194ebe5ca1ee"><code>3e121d92e</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@​renovate</code></a>! - dependencies updates:</p> <ul> <li>Updated dependency <a href="https://www.npmjs.com/package/@whatwg-node/fetch/v/null"><code>@whatwg-node/fetch@^0.4.0</code> ↗︎</a> (from <code>^0.3.0</code>, in <code>dependencies</code>)</li> </ul> </li> <li> <p><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8368">#8368</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371"><code>4113b1bd3</code></a> Thanks <a href="https://github.com/charlypoly"><code>@​charlypoly</code></a>! - fix(cli): support ApolloEngine loader in TypeScript config</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371"><code>4113b1bd3</code></a>]:</p> <ul> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.7.1</li> </ul> </li> </ul> <h2>2.12.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8301">#8301</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/2ed21a471f8de58ecafebf4bf64b3c32cee24d2f"><code>2ed21a471</code></a> Thanks <a href="https://github.com/charlypoly"><code>@​charlypoly</code></a>! - Introduces support for TypeScript config file and a new preset lifecycle (required for <code>client-preset</code>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8291">#8291</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/d8b4012e1fdbdcff6f9e62365b57426cef578d9a"><code>d8b4012e1</code></a> Thanks <a href="https://github.com/n1ru4l"><code>@​n1ru4l</code></a>! - dependencies updates:</p> <ul> <li>Updated dependency <a href="https://www.npmjs.com/package/graphql-config/v/null"><code>graphql-config@^4.3.5</code> ↗︎</a> (from <code>^4.3.4</code>, in <code>dependencies</code>)</li> </ul> </li> <li> <p><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8301">#8301</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/2ed21a471f8de58ecafebf4bf64b3c32cee24d2f"><code>2ed21a471</code></a> Thanks <a href="https://github.com/charlypoly"><code>@​charlypoly</code></a>! - dependencies updates:</p> <ul> <li>Added dependency <a href="https://www.npmjs.com/package/cosmiconfig-typescript-loader/v/null"><code>cosmiconfig-typescript-loader@^4.0.0</code> ↗︎</a> (to <code>dependencies</code>)</li> </ul> </li> <li> <p>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/2ed21a471f8de58ecafebf4bf64b3c32cee24d2f"><code>2ed21a471</code></a>]:</p> <ul> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.7.0</li> </ul> </li> </ul> <h2>2.11.8</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8289">#8289</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/b5897fcad2832d9ffbed0eb2f59e6b7535f4b61c"><code>b5897fcad</code></a> Thanks <a href="https://github.com/n1ru4l"><code>@​n1ru4l</code></a>! - dependencies updates:</p> <ul> <li>Updated dependency <a href="https://www.npmjs.com/package/graphql-config/v/null"><code>graphql-config@^4.3.4</code> ↗︎</a> (from <code>^4.3.1</code>, in <code>dependencies</code>)</li> </ul> </li> <li> <p><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8289">#8289</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/b5897fcad2832d9ffbed0eb2f59e6b7535f4b61c"><code>b5897fcad</code></a> Thanks <a href="https://github.com/n1ru4l"><code>@​n1ru4l</code></a>! - resolve issue for loading typescript configs</p> </li> </ul> <h2>2.11.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8274">#8274</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/b18a0319f5f24f2675df8d12d9b440b67b0445bf"><code>b18a0319f</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@​renovate</code></a>! - dependencies updates:</p> <ul> <li>Updated dependency <a href="https://www.npmjs.com/package/@whatwg-node/fetch/v/null"><code>@whatwg-node/fetch@^0.3.0</code> ↗︎</a> (from <code>^0.2.3</code>, in <code>dependencies</code>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/10351f46f59002c1ffcf98dff3c4587bb317e803"><code>10351f4</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8336">#8336</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/4113b1bd39f3d32759c68a292e8492a0dd4f7371"><code>4113b1b</code></a> fix(cli): support ApolloEngine loader in TypeScript config (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8368">#8368</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/3e121d92ebd563a82dbc367cd3e9194ebe5ca1ee"><code>3e121d9</code></a> fix(deps): update dependency <code>@​whatwg-node/fetch</code> to ^0.4.0 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8335">#8335</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/e6ef73c2d5d2917a06045ec06346aff52fc93eee"><code>e6ef73c</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8328">#8328</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/19afd7283b357fdf78703ea92d39ad9b0d432c78"><code>19afd72</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8292">#8292</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/2ed21a471f8de58ecafebf4bf64b3c32cee24d2f"><code>2ed21a4</code></a> GraphQL Code Generator v3: <code>@graphql-codegen/cli</code> changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8301">#8301</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/85766d854c05f34b16cc4a6cb3cd80b4cbf205b6"><code>85766d8</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8294">#8294</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/d8b4012e1fdbdcff6f9e62365b57426cef578d9a"><code>d8b4012</code></a> update graphql-config (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8291">#8291</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/7f2f050256c200d948bd7a9df3e6df72f01eb8bd"><code>7f2f050</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8290">#8290</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/b5897fcad2832d9ffbed0eb2f59e6b7535f4b61c"><code>b5897fc</code></a> fix: issue for loading typescript config (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8289">#8289</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@2.12.1/packages/graphql-codegen-cli">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@graphql-codegen/cli&package-manager=npm_and_yarn&previous-version=2.6.2&new-version=2.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:33:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3989
No description provided.