[PR #2534] [CLOSED] chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.9.1 #3885

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2534
Author: @dependabot[bot]
Created: 7/25/2022
Status: Closed

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


📝 Commits (1)

  • da1dead chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.9.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.9.1.

Release notes

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

@​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:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true
    

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports
    

Patch Changes

  • 32c1560f1: getPluginByName fails unexpectedly when plugin is not prefixed with @​graphq-codegen in ESM context

    MODULE_NOT_FOUND is the error code you receive in a CommonJS context when you require() a module and it does not exist. ERR_MODULE_NOT_FOUND is the error code you receive in an ESM context when you import or import() ad module that does not exist.

  • Updated dependencies [2cbcbb371]

    • @​graphql-codegen/plugin-helpers@​2.6.0

@​graphql-codegen/cli@​2.8.1

Patch Changes

Changelog

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

2.9.1

Patch Changes

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

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:
       - 'src/**/*.graphql'
     emitLegacyCommonJSImports: true
    

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --emit-legacy-common-js-imports
    

Patch Changes

  • 32c1560f1: getPluginByName fails unexpectedly when plugin is not prefixed with @​graphq-codegen in ESM context

    MODULE_NOT_FOUND is the error code you receive in a CommonJS context when you require() a module and it does not exist. ERR_MODULE_NOT_FOUND is the error code you receive in an ESM context when you import or import() ad module that does not exist.

  • Updated dependencies [2cbcbb371]

    • @​graphql-codegen/plugin-helpers@​2.6.0

2.8.1

Patch Changes

2.8.0

Minor Changes

  • d84afec09: Add bin CLI command for running graphql-code-generator in ESM mode. You can now use graphql-codegen-esm instead of graphql-codegen.

    GraphQL Code Generator will continue supporting both ESM and CommonJS in parallel.

... (truncated)

Commits
  • 01dd28e chore(release): update monorepo packages versions (#8121)
  • e2cfc5c fix(cli): prevent duplicated error messages on fail (without watcher) (#8120)
  • 4d9725a chore(release): update monorepo packages versions (#8096)
  • 32c1560 getPluginByName fails unexpectedly when plugin is not prefixed with @… (#8097)
  • 2cbcbb3 feat: add emitLegacyCommonJSImports flag (#8077)
  • 9824121 chore(release): update monorepo packages versions (#8079)
  • 147e801 chore: add tslib as dep (#8078)
  • b4a8e8b chore(release): update monorepo packages versions (#8028)
  • 8e44df5 feat: add ignoreNoDocuments flag and config option (#8040)
  • 2578c30 chore(deps): pin dependency change-case-all to 1.0.14 (#8048)
  • Additional commits viewable in compare view

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/2534 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/25/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-codegen/cli-2.9.1` --- ### 📝 Commits (1) - [`da1dead`](https://github.com/hoppscotch/hoppscotch/commit/da1deade902e48ead29aa4ba4970925e63fb803d) chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.9.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.9.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>.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: - 'src/**/*.graphql' emitLegacyCommonJSImports: true </code></pre> <p>Alternative you can use the CLI to set this option:</p> <pre lang="bash"><code>$ codegen --config-file=config.yml --emit-legacy-common-js-imports </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>32c1560f1: getPluginByName fails unexpectedly when plugin is not prefixed with <a href="https://github.com/graphq-codegen"><code>@​graphq-codegen</code></a> in ESM context</p> <p>MODULE_NOT_FOUND is the error code you receive in a CommonJS context when you require() a module and it does not exist. ERR_MODULE_NOT_FOUND is the error code you receive in an ESM context when you import or import() ad module that does not exist.</p> </li> <li> <p>Updated dependencies [2cbcbb371]</p> <ul> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.6.0</li> </ul> </li> </ul> <h2><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.8.1</h2> <h3>Patch Changes</h3> <ul> <li>147e801bf: Add <code>tslib</code> as a dependency. See <a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/issues/8075">dotansimha/graphql-code-generator#8075</a></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.9.1</h2> <h3>Patch Changes</h3> <ul> <li>e2cfc5c36: fix(cli): prevent duplicated error messages on fail (without watcher)</li> </ul> <h2>2.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: - 'src/**/*.graphql' emitLegacyCommonJSImports: true </code></pre> <p>Alternative you can use the CLI to set this option:</p> <pre lang="bash"><code>$ codegen --config-file=config.yml --emit-legacy-common-js-imports </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>32c1560f1: getPluginByName fails unexpectedly when plugin is not prefixed with <a href="https://github.com/graphq-codegen"><code>@​graphq-codegen</code></a> in ESM context</p> <p>MODULE_NOT_FOUND is the error code you receive in a CommonJS context when you require() a module and it does not exist. ERR_MODULE_NOT_FOUND is the error code you receive in an ESM context when you import or import() ad module that does not exist.</p> </li> <li> <p>Updated dependencies [2cbcbb371]</p> <ul> <li><code>@​graphql-codegen/plugin-helpers</code><a href="https://github.com/2"><code>@​2</code></a>.6.0</li> </ul> </li> </ul> <h2>2.8.1</h2> <h3>Patch Changes</h3> <ul> <li>147e801bf: Add <code>tslib</code> as a dependency. See <a href="https://github-redirect.dependabot.com/dotansimha/graphql-code-generator/issues/8075">dotansimha/graphql-code-generator#8075</a></li> </ul> <h2>2.8.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>d84afec09: Add bin CLI command for running <code>graphql-code-generator</code> in ESM mode. You can now use <code>graphql-codegen-esm</code> instead of <code>graphql-codegen</code>.</p> <p>GraphQL Code Generator will continue supporting both ESM and CommonJS in parallel.</p> </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/01dd28efb239a9e18c615e84577dfbee30378b9d"><code>01dd28e</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8121">#8121</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/e2cfc5c360d09a4ba98d8855769b8711c96f13b2"><code>e2cfc5c</code></a> fix(cli): prevent duplicated error messages on fail (without watcher) (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8120">#8120</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/4d9725a91082f41fd3ca01a2ba0309c36699ab4b"><code>4d9725a</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8096">#8096</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/32c1560f1669f6726008226c0e467a7fcc90aa84"><code>32c1560</code></a> getPluginByName fails unexpectedly when plugin is not prefixed with @… (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8097">#8097</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/2cbcbb37101708705ab94cec747997c8063f698d"><code>2cbcbb3</code></a> feat: add <code>emitLegacyCommonJSImports</code> flag (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8077">#8077</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/9824121116cbf14d8687c8e411123cb4a10673ea"><code>9824121</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8079">#8079</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/147e801bf047d32d4f3266fc1743d466fdf670cf"><code>147e801</code></a> chore: add tslib as dep (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8078">#8078</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/b4a8e8bb009a97393ee7e8c18cd491a3d88241c4"><code>b4a8e8b</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8028">#8028</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/8e44df58b84c3c641b423c562ee2d7d238117131"><code>8e44df5</code></a> feat: add <code>ignoreNoDocuments</code> flag and config option (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8040">#8040</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/2578c30d04b50ed806e1ed60f0d60993e94f274e"><code>2578c30</code></a> chore(deps): pin dependency change-case-all to 1.0.14 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8048">#8048</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@2.9.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.9.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:27:41 +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#3885
No description provided.