[PR #2514] [CLOSED] chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.8.1 #3865

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 06e91dc chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.8.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.8.1.

Release notes

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

@​graphql-codegen/cli@​2.8.1

Patch Changes

@​graphql-codegen/cli@​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.

  • d84afec09: Support TypeScript ESM modules ("module": "node16" and "moduleResolution": "node16").

    More information on the TypeScript Release Notes.

  • 8e44df58b: Add new config option to not exit with non-zero exit code when there are no documents.

    You can use this option in your config:

    schema: 'schema.graphql'
    documents:
      - 'src/**/*.graphql'
    ignoreNoDocuments: true
    

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --ignore-no-documents
    

Patch Changes

  • e7870ac28: Fix security vulnerability by removing latest-version dependency.

  • dce40edeb: Allow to disable watch mode from CLI to overwrite the config. Now you can do:

    $ graphql-codegen --watch=false
    
  • 2e86ecb65: ### Summary

    • Migrate to listr2
    • Remove custom renderer for listr
    • Remove unused dependencies

    Why

... (truncated)

Changelog

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

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.

  • d84afec09: Support TypeScript ESM modules ("module": "node16" and "moduleResolution": "node16").

    More information on the TypeScript Release Notes.

  • 8e44df58b: Add new config option to not exit with non-zero exit code when there are no documents.

    You can use this option in your config:

    schema: 'schema.graphql'
    documents:
      - 'src/**/*.graphql'
    ignoreNoDocuments: true
    

    Alternative you can use the CLI to set this option:

    $ codegen --config-file=config.yml --ignore-no-documents
    

Patch Changes

  • e7870ac28: Fix security vulnerability by removing latest-version dependency.

  • dce40edeb: Allow to disable watch mode from CLI to overwrite the config. Now you can do:

    $ graphql-codegen --watch=false
    
  • 2e86ecb65: ### Summary

    • Migrate to listr2
    • Remove custom renderer for listr
    • Remove unused dependencies

... (truncated)

Commits
  • 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)
  • 2e86ecb feat: migrate to listr2 (#8005)
  • dce40ed Allow disabling watch from cli (#7781)
  • e7870ac feat: remove latest-version dependency (#8035)
  • d84afec feat: generate TypeScript modules compatible exports map and dist structure (...
  • b2f5a13 chore(release): update monorepo packages versions (#8004)
  • 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/2514 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/18/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/graphql-codegen/cli-2.8.1` --- ### 📝 Commits (1) - [`06e91dc`](https://github.com/hoppscotch/hoppscotch/commit/06e91dc3bfb84fbf356437a4d762a82d0c71d4e2) chore(deps-dev): bump @graphql-codegen/cli from 2.6.2 to 2.8.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.8.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>.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><code>@​graphql-codegen/cli</code><a href="https://github.com/2"><code>@​2</code></a>.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> <li> <p>d84afec09: Support TypeScript ESM modules (<code>&quot;module&quot;: &quot;node16&quot;</code> and <code>&quot;moduleResolution&quot;: &quot;node16&quot;</code>).</p> <p><a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js">More information on the TypeScript Release Notes.</a></p> </li> <li> <p>8e44df58b: Add new config option to not exit with non-zero exit code when there are no documents.</p> <p>You can use this option in your config:</p> <pre lang="yaml"><code>schema: 'schema.graphql' documents: - 'src/**/*.graphql' ignoreNoDocuments: true </code></pre> <p>Alternative you can use the CLI to set this option:</p> <pre lang="bash"><code>$ codegen --config-file=config.yml --ignore-no-documents </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>e7870ac28: Fix security vulnerability by removing <code>latest-version</code> dependency.</p> </li> <li> <p>dce40edeb: Allow to disable watch mode from CLI to overwrite the config. Now you can do:</p> <pre lang="bash"><code>$ graphql-codegen --watch=false </code></pre> </li> <li> <p>2e86ecb65: ### Summary</p> <ul> <li>Migrate to <a href="https://listr2.kilic.dev"><code>listr2</code></a></li> <li>Remove custom renderer for <code>listr</code></li> <li>Remove unused dependencies</li> </ul> <h3>Why</h3> </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.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> <li> <p>d84afec09: Support TypeScript ESM modules (<code>&quot;module&quot;: &quot;node16&quot;</code> and <code>&quot;moduleResolution&quot;: &quot;node16&quot;</code>).</p> <p><a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js">More information on the TypeScript Release Notes.</a></p> </li> <li> <p>8e44df58b: Add new config option to not exit with non-zero exit code when there are no documents.</p> <p>You can use this option in your config:</p> <pre lang="yaml"><code>schema: 'schema.graphql' documents: - 'src/**/*.graphql' ignoreNoDocuments: true </code></pre> <p>Alternative you can use the CLI to set this option:</p> <pre lang="bash"><code>$ codegen --config-file=config.yml --ignore-no-documents </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>e7870ac28: Fix security vulnerability by removing <code>latest-version</code> dependency.</p> </li> <li> <p>dce40edeb: Allow to disable watch mode from CLI to overwrite the config. Now you can do:</p> <pre lang="bash"><code>$ graphql-codegen --watch=false </code></pre> </li> <li> <p>2e86ecb65: ### Summary</p> <ul> <li>Migrate to <a href="https://listr2.kilic.dev"><code>listr2</code></a></li> <li>Remove custom renderer for <code>listr</code></li> <li>Remove unused dependencies</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/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><a href="https://github.com/dotansimha/graphql-code-generator/commit/2e86ecb65a2c6b6d5966d251f900d4d9cb9126b1"><code>2e86ecb</code></a> feat: migrate to listr2 (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8005">#8005</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/dce40edebe4ffa0f0533f2728b278ee06eeff09d"><code>dce40ed</code></a> Allow disabling watch from cli (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/7781">#7781</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/e7870ac28ce3a4d23a4c8f561382a5679090d3d0"><code>e7870ac</code></a> feat: remove latest-version dependency (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8035">#8035</a>)</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/d84afec0950b234cd716ea76436e3800a978328c"><code>d84afec</code></a> feat: generate TypeScript modules compatible exports map and dist structure (...</li> <li><a href="https://github.com/dotansimha/graphql-code-generator/commit/b2f5a13e40881d3873dce39014f6aa85f7b836da"><code>b2f5a13</code></a> chore(release): update monorepo packages versions (<a href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli/issues/8004">#8004</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@2.8.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.8.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:26:35 +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#3865
No description provided.