[PR #2588] [CLOSED] chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.11.6 #3919

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2588
Author: @dependabot[bot]
Created: 8/15/2022
Status: Closed

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


📝 Commits (1)

  • 9bcc15d chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.11.6

📊 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.11.6.

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.11.6

Patch Changes

2.11.5

Patch Changes

2.11.4

Patch Changes

  • #8189 b408f8238 Thanks @​n1ru4l! - Fix CommonJS TypeScript resolution with moduleResolution node16 or nodenext

  • Updated dependencies [b408f8238]:

    • @​graphql-codegen/core@​2.6.1
    • @​graphql-codegen/plugin-helpers@​2.6.2

2.11.3

Patch Changes

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

2.11.2

Patch Changes

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

2.11.1

Patch Changes

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

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

... (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/2588 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/15/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-codegen/cli-2.11.6` --- ### 📝 Commits (1) - [`9bcc15d`](https://github.com/hoppscotch/hoppscotch/commit/9bcc15d213fc7657c4e0e3e18635cc5de1edd758) chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.11.6 ### 📊 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.11.6. <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.11.6</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/6c7d3e54bb3cb53d8bbbd25e31c45b66f29f4640"><code>6c7d3e54b</code></a>]: <ul> <li><code>@​graphql-codegen/core</code><a href="https://github.com/2"><code>@​2</code></a>.6.2</li> </ul> </li> </ul> <h2>2.11.5</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8198">#8198</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/1c7a8c0ade2cd1f505b303c742aa31b4489cc12d"><code>1c7a8c0ad</code></a> Thanks <a href="https://github.com/charlypoly"><code>@​charlypoly</code></a>! - fix(ci): regression on error output</li> </ul> <h2>2.11.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/pull/8189">#8189</a> <a href="https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f"><code>b408f8238</code></a> Thanks <a href="https://github.com/n1ru4l"><code>@​n1ru4l</code></a>! - Fix CommonJS TypeScript resolution with <code>moduleResolution</code> <code>node16</code> or <code>nodenext</code></p> </li> <li> <p>Updated dependencies [<a href="https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f"><code>b408f8238</code></a>]:</p> <ul> <li><code>@​graphql-codegen/core</code><a href="https://github.com/2"><code>@​2</code></a>.6.1</li> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.6.2</li> </ul> </li> </ul> <h2>2.11.3</h2> <h3>Patch Changes</h3> <ul> <li>b75ca4b48: Prevent cli from early returning when run init command.</li> </ul> <h2>2.11.2</h2> <h3>Patch Changes</h3> <ul> <li>8cd1526c4: chore(deps): update <code>@whatwg-node/fetch</code> to fix vulnerability</li> </ul> <h2>2.11.1</h2> <h3>Patch Changes</h3> <ul> <li>20bf4b225: support for path containing &quot;&amp;&quot; characters</li> </ul> <h2>2.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> </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/77936e637a9f464d92867766386978036053832a"><code>77936e6</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8208">#8208</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/ccc72bdf3c82af34bcf2be880a5ee3c27178b1ff"><code>ccc72bd</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/8217">#8217</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/b4087656c5053ea1bd82a37ac368fbda118c467d"><code>b408765</code></a> Fix typo (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8214">#8214</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/074d2a99d2c88c5deab34fa0a6d40bd6cf4228f7"><code>074d2a9</code></a> chore(deps): update all non-major dependencies to v7.18.10 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8088">#8088</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/995614ff8a2e13a219b6bc936bf1e517252f331a"><code>995614f</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8201">#8201</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/1c7a8c0ade2cd1f505b303c742aa31b4489cc12d"><code>1c7a8c0</code></a> fix(ci): regression on error output (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8198">#8198</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/44db5438eb6b787dc090a5a6b28849fb2b6115b2"><code>44db543</code></a> Upcoming Release Changes (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8194">#8194</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f"><code>b408f82</code></a> fix: typescript commonjs module resolution with node16,nodenext (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8189">#8189</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/f4473d555ef0ba922dc2ee1fb8555f4dfa328446"><code>f4473d5</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8165">#8165</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/b75ca4b48a471aa09d2e11b082d2dcfed8bfcd91"><code>b75ca4b</code></a> fix(cli): prevent early returning on init cmd (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8164">#8164</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@2.11.6/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.11.6)](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:29:36 +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#3919
No description provided.