chore(deps): update graphqlcodegenerator monorepo to v7.1.3 #2960

Merged
renovate merged 1 commits from renovate/graphqlcodegenerator-monorepo into main 2026-06-19 15:31:13 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
@graphql-codegen/cli (source) 7.1.27.1.3 age confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v7.1.3

Compare Source

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.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli)) | [`7.1.2` → `7.1.3`](https://renovatebot.com/diffs/npm/@graphql-codegen%2fcli/7.1.2/7.1.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2fcli/7.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2fcli/7.1.2/7.1.3?slim=true) | --- ### Release Notes <details> <summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/cli)</summary> ### [`v7.1.3`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#713) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/cli@7.1.2...@graphql-codegen/cli@7.1.3) ##### Patch Changes - [#&#8203;10335](https://github.com/dotansimha/graphql-code-generator/pull/10335) [`3280ace`](https://github.com/dotansimha/graphql-code-generator/commit/3280ace4505dcadf5398b6cbf157a8c8d7a713c2) Thanks [@&#8203;Diluka](https://github.com/Diluka)! - Fix graphql-config loading order to correctly detect codegen projects Previously, a `graphql-config` file like this failed: ```yml 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. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-06-19 15:07:25 +00:00
chore(deps): update graphqlcodegenerator monorepo to v7.1.3
renovate/stability-days Updates have met minimum release age requirement
dancefinder-app / build (pull_request) Successful in 3m48s
dancefinder-app / deploy-prod (pull_request) Has been skipped
fa54dc9f79
renovate scheduled this pull request to auto merge when all checks succeed 2026-06-19 15:07:29 +00:00
renovate merged commit a953f3afe7 into main 2026-06-19 15:31:13 +00:00
renovate deleted branch renovate/graphqlcodegenerator-monorepo 2026-06-19 15:31:15 +00:00
Sign in to join this conversation.