Skip to content

chore(deps-dev): bump @graphql-codegen/cli from 6.2.1 to 7.1.3#932

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

chore(deps-dev): bump @graphql-codegen/cli from 6.2.1 to 7.1.3#932
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown
Contributor

Bumps @graphql-codegen/cli from 6.2.1 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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 29, 2026 11:55
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2026
@github-actions

github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor
Title Lines Statements Branches Functions
contracts Coverage: 94%
93.73% (509/543) 87.25% (226/259) 94.73% (108/114)
dapp-connector-proof-provider Coverage: 94%
93.73% (509/543) 87.25% (226/259) 94.73% (108/114)
fetch-zk-config-provider Coverage: 100%
100% (25/25) 80% (12/15) 100% (6/6)
http-client-proof-provider Coverage: 81%
81.81% (36/44) 93.33% (14/15) 66.66% (6/9)
indexer-public-data-provider Coverage: 64%
65.78% (198/301) 58.66% (88/150) 53.78% (64/119)
level-private-state-provider Coverage: 93%
93.04% (589/633) 82.82% (246/297) 100% (86/86)
logger-provider Coverage: 100%
100% (15/15) 100% (0/0) 100% (8/8)
midnight-js Coverage: 100%
100% (0/0) 100% (0/0) 100% (0/0)
node-zk-config-provider Coverage: 94%
94.11% (16/17) 80% (4/5) 100% (5/5)
utils Coverage: 99%
98.03% (250/255) 95% (152/160) 95.74% (45/47)

@github-actions

github-actions Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

Unit Test Results - MidnightJS

   28 files  ±0    118 suites  ±0   5m 36s ⏱️ -6s
  968 tests ±0    966 ✅ ±0  2 💤 ±0  0 ❌ ±0 
1 954 runs  ±0  1 950 ✅ ±0  4 💤 ±0  0 ❌ ±0 

Results for commit 6248245. ± Comparison against base commit f33743c.

♻️ This comment has been updated with latest results.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0 branch 2 times, most recently from 9cb081e to cbeea57 Compare June 2, 2026 11:15
@dependabot dependabot Bot changed the title chore(deps-dev): bump @graphql-codegen/cli from 6.2.1 to 7.0.0 chore(deps-dev): bump @graphql-codegen/cli from 6.2.1 to 7.1.2 Jun 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0 branch 2 times, most recently from 4f7dbbd to 3954bba Compare June 22, 2026 14:51
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0 branch from 3954bba to 45866d5 Compare June 23, 2026 12:40
Bumps [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) from 6.2.1 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.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump @graphql-codegen/cli from 6.2.1 to 7.1.2 chore(deps-dev): bump @graphql-codegen/cli from 6.2.1 to 7.1.3 Jun 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/graphql-codegen/cli-7.0.0 branch from 45866d5 to 6248245 Compare June 25, 2026 08:52
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