Skip to content

Bump @graphql-codegen/cli from 7.0.0 to 7.1.3#113

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-codegen/cli-7.1.3
Open

Bump @graphql-codegen/cli from 7.0.0 to 7.1.3#113
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-codegen/cli-7.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @graphql-codegen/cli from 7.0.0 to 7.1.3.

Changelog

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

7.1.3

Patch Changes

  • #10335 3280ace Thanks @​Diluka! - Fix graphql-config loading order to correctly detect codegen projects

    Previously, a graphql-config file like this failed:

    projects:
      default:
        schema: 'default/schema.graphql'
      project1:
        schema: 'project1/schema.graphql'
        extensions:
          codegen:
            generates:
              'project1/__generated__/types.ts':
                plugins: ['typescript']

    This is because the default project doesn't have a codegen extension, which caused previous logic to short circuit before reading project1's config.

    The fix reads every named project first, before reading the default project to exhaustively go through every single project.

7.1.2

Patch Changes

7.1.1

Patch Changes

7.1.0

Minor Changes

... (truncated)

Commits
  • 2670296 chore(release): update monorepo packages versions (#10870)
  • 3280ace fix loading multi projects graphql config (#10335)
  • d65bbb9 chore(release): update monorepo packages versions (#10862)
  • a2e1093 Fix ESM issue for CLI require flag on Windows (#10861)
  • a989a96 chore(release): update monorepo packages versions (#10860)
  • 3fa901b CODEGEN-848 - Fix CLI --version flag (#10858)
  • 41bc398 chore(release): update monorepo packages versions (#10854)
  • cbf9544 feat(cli): allow disabling legacy federation injection for FederationV2 schem...
  • 29c84f7 chore(release): update monorepo packages versions (#10852)
  • 99163d4 Make dev-test project (2) (#10837)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​graphql-codegen/cli since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 7.0.0 to 7.1.3.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@7.1.3/packages/graphql-codegen-cli)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants