Commit Graph

186 Commits

Author SHA1 Message Date
renovate 631c776d2e chore(deps): update commitlint monorepo to v21.0.2 (#237)
schemas-app / build (push) Successful in 1m22s
schemas-app / deploy-prod (push) Successful in 1m26s
2026-06-01 10:17:35 +00:00
renovate 55ad7ec3f6 chore(deps): update dependency @graphql-codegen/cli to v7.1.0 (#236)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m30s
2026-05-30 15:15:40 +00:00
renovate f632433077 chore(deps): update graphqlcodegenerator monorepo (#235)
schemas-app / build (push) Successful in 53s
schemas-app / deploy-prod (push) Successful in 1m23s
2026-05-30 14:15:45 +00:00
renovate ae9a99b428 fix(deps): update dependency vue to v3.5.35 (#234)
schemas-app / build (push) Successful in 49s
schemas-app / deploy-prod (push) Successful in 1m25s
2026-05-30 09:16:27 +00:00
renovate 665a46e5d5 chore(deps): update dependency typescript-eslint to v8.60.0 (#233)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m26s
2026-05-28 18:12:26 +00:00
renovate 0f6c13a1a4 chore(deps): update dependency stylelint to v17.12.0 (#231)
schemas-app / build (push) Successful in 47s
schemas-app / deploy-prod (push) Successful in 1m22s
2026-05-23 12:11:16 +00:00
renovate c586ef6c98 chore(deps): update vitest monorepo to v4.1.7 (#230)
schemas-app / build (push) Successful in 2m5s
schemas-app / deploy-prod (push) Successful in 1m34s
2026-05-23 09:13:49 +00:00
renovate ed0dc634d9 chore(deps): update dependency typescript-eslint to v8.59.4 (#229)
schemas-app / build (push) Successful in 50s
schemas-app / deploy-prod (push) Successful in 1m31s
2026-05-21 18:12:42 +00:00
renovate 65e78c5869 fix(deps): update dependency nuxt to v4.4.6 (#228)
schemas-app / build (push) Successful in 56s
schemas-app / deploy-prod (push) Successful in 1m56s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [nuxt](https://nuxt.com) ([source](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt)) | [`4.4.5` → `4.4.6`](https://renovatebot.com/diffs/npm/nuxt/4.4.5/4.4.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/nuxt/4.4.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nuxt/4.4.5/4.4.6?slim=true) |

---

### Release Notes

<details>
<summary>nuxt/nuxt (nuxt)</summary>

### [`v4.4.6`](https://github.com/nuxt/nuxt/releases/tag/v4.4.6)

[Compare Source](https://github.com/nuxt/nuxt/compare/v4.4.5...v4.4.6)

> 4.4.6 is the next patch release.

#### 👉 Changelog

[compare changes](https://github.com/nuxt/nuxt/compare/v4.4.5...v4.4.6)

##### 🩹 Fixes

- **vite:** Use spa entry for vite-node fallback ([#&#8203;35037](https://github.com/nuxt/nuxt/pull/35037))
- **vite:** Invalidate SSR module cache when modules are invalidated via plugin hooks ([a86657a0e](https://github.com/nuxt/nuxt/commit/a86657a0e))
- **nuxt:** Match deduplicated `resolveComponent` calls in jsx blocks ([#&#8203;35028](https://github.com/nuxt/nuxt/pull/35028))
- **nuxt:** Prefer our own builder/server deps ([#&#8203;35029](https://github.com/nuxt/nuxt/pull/35029))
- **nuxt:** Update `useFetch` key even with `watch: false` ([#&#8203;35002](https://github.com/nuxt/nuxt/pull/35002))
- **nitro:** Mark `@babel/plugin-syntax-typescript` as optional peer dep ([#&#8203;35041](https://github.com/nuxt/nuxt/pull/35041))
- **nitro:** Add json extension to payload cache items ([#&#8203;35043](https://github.com/nuxt/nuxt/pull/35043))
- **nuxt:** Handle errors fetching app manifest ([#&#8203;35050](https://github.com/nuxt/nuxt/pull/35050))
- **nuxt:** Encode html-significant characters in external redirect body ([#&#8203;35052](https://github.com/nuxt/nuxt/pull/35052))
- **nuxt:** Preserve `setPageLayout` props on same-path navigation ([#&#8203;35055](https://github.com/nuxt/nuxt/pull/35055))
- **vite:** Don't strip buildAssetsDir from vite-node SSR ids ([#&#8203;35040](https://github.com/nuxt/nuxt/pull/35040))
- **nuxt:** Mark `useLoadingIndicator` properties as readonly ([#&#8203;35062](https://github.com/nuxt/nuxt/pull/35062))
- **vite:** Strip queries in css inline styles map ([#&#8203;35067](https://github.com/nuxt/nuxt/pull/35067))
- **nitro:** Validate island request hash matches props ([#&#8203;35077](https://github.com/nuxt/nuxt/pull/35077))
- **nitro:** Use regexp to strip query ([163e18d4b](https://github.com/nuxt/nuxt/commit/163e18d4b))
- **nitro:** Use `statusCode` for nitro v2 compatibility ([952f6841e](https://github.com/nuxt/nuxt/commit/952f6841e))
- **nitro-server:** Re-export h3 named symbols statically ([cd99001c8](https://github.com/nuxt/nuxt/commit/cd99001c8))
- **nuxt:** Render component-less parent routes during client-side nav ([#&#8203;35036](https://github.com/nuxt/nuxt/pull/35036))
- **kit:** Respect `tsConfig.exclude` in legacy `tsconfig.json` ([#&#8203;35079](https://github.com/nuxt/nuxt/pull/35079))
- **nuxt:** Run middleware for page islands ([#&#8203;35092](https://github.com/nuxt/nuxt/pull/35092))

##### 💅 Refactors

- **rspack,webpack:** Extract same-origin check for dev middleware ([#&#8203;35051](https://github.com/nuxt/nuxt/pull/35051))

##### 📖 Documentation

- Remove CSB, set node 22 and use steps for clarity ([#&#8203;35066](https://github.com/nuxt/nuxt/pull/35066))

##### 🏡 Chore

- One more type, one more ([50dcf15bb](https://github.com/nuxt/nuxt/commit/50dcf15bb))
- Remove unneeded (?) overrides ([6997093af](https://github.com/nuxt/nuxt/commit/6997093af))
- Use explicit versions for fixture dependencies ([294a734d4](https://github.com/nuxt/nuxt/commit/294a734d4))
- Ignore link-like syntax in code ([2584a549c](https://github.com/nuxt/nuxt/commit/2584a549c))
- Narrow engines.node in test ([5bb17fb47](https://github.com/nuxt/nuxt/commit/5bb17fb47))
- Remove unused import ([a52d78626](https://github.com/nuxt/nuxt/commit/a52d78626))

#####  Tests

- Relax relative time assertion ([c3dcd16f9](https://github.com/nuxt/nuxt/commit/c3dcd16f9))
- Add type ([732d844ad](https://github.com/nuxt/nuxt/commit/732d844ad))
- Drop h3 v2 types ([8286e5fcd](https://github.com/nuxt/nuxt/commit/8286e5fcd))

##### 🤖 CI

- Clean up agent-scan workflow ([ab8317547](https://github.com/nuxt/nuxt/commit/ab8317547))
- Continue autofix workflow when `test:engines` fails ([3025e561e](https://github.com/nuxt/nuxt/commit/3025e561e))
- Improve workflows ([#&#8203;35088](https://github.com/nuxt/nuxt/pull/35088))

##### ❤️ Contributors

- Daniel Roe ([@&#8203;danielroe](https://github.com/danielroe))
- Tim ([@&#8203;timhn-bm](https://github.com/timhn-bm))
- Julien Huang ([@&#8203;huang-julien](https://github.com/huang-julien))
- Damian Głowala ([@&#8203;DamianGlowala](https://github.com/DamianGlowala))
- Sébastien Chopin ([@&#8203;atinux](https://github.com/atinux))
- Adrien Foulon ([@&#8203;Tofandel](https://github.com/Tofandel))
- Sami El Achi ([@&#8203;samiashi](https://github.com/samiashi))

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4xODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #228
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-05-21 10:39:44 +00:00
renovate b272c7de9e chore(deps): update dependency eslint to v10.4.0 (#224)
schemas-app / build (push) Successful in 1m15s
schemas-app / deploy-prod (push) Successful in 1m38s
2026-05-18 15:14:53 +00:00
renovate 2fa1d08045 chore(deps): update dependency @vitejs/plugin-vue to v6.0.7 (#223)
schemas-app / build (push) Successful in 1m14s
schemas-app / deploy-prod (push) Successful in 1m35s
2026-05-18 06:12:57 +00:00
renovate 41ef7bcfad chore(deps): update dependency stylelint to v17.11.1 (#222)
schemas-app / build (push) Successful in 46s
schemas-app / deploy-prod (push) Successful in 1m29s
2026-05-17 10:12:25 +00:00
renovate a2b0fb1bd9 chore(deps): update commitlint monorepo to v21.0.1 (#220)
schemas-app / build (push) Successful in 1m12s
schemas-app / deploy-prod (push) Successful in 2m8s
2026-05-15 16:10:03 +00:00
renovate 89434cacc0 fix(deps): update dependency vue to v3.5.34 (#210)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m28s
2026-05-15 09:36:14 +00:00
renovate 961b46499a chore(deps): update dependency typescript-eslint to v8.59.3 (#219)
schemas-app / build (push) Successful in 1m57s
schemas-app / deploy-prod (push) Successful in 1m28s
2026-05-14 19:10:46 +00:00
renovate 7524d8a5d5 chore(deps): update vitest monorepo to v4.1.6 (#218)
schemas-app / build (push) Successful in 1m44s
schemas-app / deploy-prod (push) Successful in 2m1s
2026-05-14 15:14:15 +00:00
renovate ca2f89a023 fix(deps): update dependency nuxt to v4.4.5 (#217)
schemas-app / build (push) Successful in 49s
schemas-app / deploy-prod (push) Successful in 1m32s
2026-05-14 01:10:36 +00:00
renovate 3ca55d5591 chore(deps): update dependency @graphql-codegen/typescript-operations to v6.0.2 (#216)
schemas-app / build (push) Successful in 48s
schemas-app / deploy-prod (push) Successful in 1m19s
2026-05-12 10:12:05 +00:00
renovate 5d6af8e853 chore(deps): update commitlint monorepo to v21 (#215)
schemas-app / build (push) Successful in 3m20s
schemas-app / deploy-prod (push) Successful in 1m38s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/) ([source](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`20.5.3` → `21.0.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/20.5.3/21.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/21.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/20.5.3/21.0.0?slim=true) |
| [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)) | [`20.5.3` → `21.0.0`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/20.5.3/21.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/21.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/20.5.3/21.0.0?slim=true) |

---

### Release Notes

<details>
<summary>conventional-changelog/commitlint (@&#8203;commitlint/cli)</summary>

### [`v21.0.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#2100-2026-05-08)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.3...v21.0.0)

- chore!: minimum node version v22 ([#&#8203;4679](https://github.com/conventional-changelog/commitlint/issues/4679)) ([ac2b3f4](https://github.com/conventional-changelog/commitlint/commit/ac2b3f4a947670e46af9a738881ba14158f0987a)), closes [#&#8203;4679](https://github.com/conventional-changelog/commitlint/issues/4679)

##### BREAKING CHANGES

- drop node v18 and v20 support

* Bump engines to >=v22 in all 39 package.json files
* Update [@&#8203;types/node](https://github.com/types/node) to ^22.0.0
* Update CI matrix to \[22, 24]
* Update Ubuntu baseline job to ubuntu:26.04
* Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
* Update pre-commit hook to use --ignore-engines
* Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

#### [20.5.3](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) (2026-04-30)

**Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli)

#### [20.5.2](https://github.com/conventional-changelog/commitlint/compare/v20.5.1...v20.5.2) (2026-04-25)

**Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli)

</details>

<details>
<summary>conventional-changelog/commitlint (@&#8203;commitlint/config-conventional)</summary>

### [`v21.0.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#2100-2026-05-08)

[Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.3...v21.0.0)

- chore!: minimum node version v22 ([#&#8203;4679](https://github.com/conventional-changelog/commitlint/issues/4679)) ([ac2b3f4](https://github.com/conventional-changelog/commitlint/commit/ac2b3f4a947670e46af9a738881ba14158f0987a)), closes [#&#8203;4679](https://github.com/conventional-changelog/commitlint/issues/4679)

##### BREAKING CHANGES

- drop node v18 and v20 support

* Bump engines to >=v22 in all 39 package.json files
* Update [@&#8203;types/node](https://github.com/types/node) to ^22.0.0
* Update CI matrix to \[22, 24]
* Update Ubuntu baseline job to ubuntu:26.04
* Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
* Update pre-commit hook to use --ignore-engines
* Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

#### [20.5.3](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) (2026-04-30)

**Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE2OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://gitea.unbound.se/unboundsoftware/schemas-app/pulls/215
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-05-12 09:06:42 +00:00
renovate e3c919a778 fix(deps): update dependency @auth0/auth0-vue to v2.7.0 (#214)
schemas-app / build (push) Successful in 52s
schemas-app / deploy-prod (push) Successful in 1m28s
2026-05-11 12:12:03 +00:00
renovate 8bd0ae3775 chore(deps): update graphqlcodegenerator monorepo to v6.0.1 (#212)
schemas-app / build (push) Successful in 57s
schemas-app / deploy-prod (push) Successful in 1m36s
2026-05-09 15:12:03 +00:00
renovate b48d031b50 fix(deps): update dependency graphql to v16.14.0 (#211)
schemas-app / build (push) Successful in 3m50s
schemas-app / deploy-prod (push) Successful in 1m30s
2026-05-09 13:50:21 +00:00
renovate 5f4401c157 chore(deps): update dependency eslint-plugin-vue to v10.9.1 (#208)
schemas-app / build (push) Successful in 1m20s
schemas-app / deploy-prod (push) Successful in 1m32s
2026-05-08 14:12:13 +00:00
renovate c32adb9261 chore(deps): update dependency stylelint to v17.11.0 (#207)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m25s
2026-05-08 12:15:10 +00:00
renovate 103c03fc8b chore(deps): update dependency typescript-eslint to v8.59.2 (#206)
schemas-app / build (push) Successful in 1m46s
schemas-app / deploy-prod (push) Successful in 1m25s
2026-05-07 18:15:27 +00:00
renovate 0a947269bc fix(deps): update dependency @auth0/auth0-vue to v2.6.1 (#205)
schemas-app / build (push) Successful in 1m13s
schemas-app / deploy-prod (push) Successful in 1m36s
2026-05-07 13:15:41 +00:00
renovate 4baa1045bd chore(deps): update dependency stylelint to v17.10.0 (#204)
schemas-app / build (push) Successful in 2m43s
schemas-app / deploy-prod (push) Successful in 1m40s
2026-05-06 11:16:50 +00:00
renovate a170a97ce0 chore(deps): update dependency eslint to v10.3.0 (#202)
schemas-app / build (push) Successful in 3m4s
schemas-app / deploy-prod (push) Successful in 1m30s
2026-05-04 16:15:42 +00:00
renovate 1bad96b6ce chore(deps): update graphqlcodegenerator monorepo (major) (#200)
schemas-app / build (push) Successful in 4m27s
schemas-app / deploy-prod (push) Successful in 1m26s
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)) | [`6.3.1` → `7.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2fcli/6.3.1/7.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2fcli/7.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2fcli/6.3.1/7.0.0?slim=true) |
| [@graphql-codegen/typed-document-node](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node)) | [`6.1.8` → `7.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftyped-document-node/6.1.8/7.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ftyped-document-node/7.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ftyped-document-node/6.1.8/7.0.0?slim=true) |
| [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript)) | [`5.0.10` → `6.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript/5.0.10/6.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ftypescript/6.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ftypescript/5.0.10/6.0.0?slim=true) |
| [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations)) | [`5.1.0` → `6.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript-operations/5.1.0/6.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ftypescript-operations/6.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ftypescript-operations/5.1.0/6.0.0?slim=true) |

---

### Release Notes

<details>
<summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/cli)</summary>

### [`v7.0.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#700)

[Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/cli@6.3.1...@graphql-codegen/cli@7.0.0)

##### Major Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Update deps to latest, some
  only support ESM

  Node 20 support is dropped in this release. Node 22 comes with `require()` support for ESM, which
  means it's easier to integrate ES modules into applications. Therefore, it is safe to start using
  ESM-only packages.

  If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS
  issues when running Jest tests, try using Vitest.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Drop Node 20 support

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Set `noSilentErrors: true`
  by default

  When multiple files match documents pattern, and there are syntax errors in some but not others,
  then the operations with errors are not included in the loaded documents list by default
  (`noSilentErrors: false`). This is annoying for users as there is no feedback loop during
  development.

  `noSilentErrors: true` is used as the default for Codegen users to make the feedback loop faster.
  It can still overriden in Codegen Config if desired.

##### Patch Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency
    [`@inquirer/prompts@^8.3.2` ↗︎](https://www.npmjs.com/package/@&#8203;inquirer/prompts/v/8.3.2) (from
    `^7.8.2`, in `dependencies`)
  - Updated dependency [`chalk@^5.6.0` ↗︎](https://www.npmjs.com/package/chalk/v/5.6.0) (from
    `^4.1.0`, in `dependencies`)
  - Updated dependency [`debounce@^3.0.0` ↗︎](https://www.npmjs.com/package/debounce/v/3.0.0) (from
    `^2.0.0`, in `dependencies`)
  - Updated dependency
    [`detect-indent@^7.0.0` ↗︎](https://www.npmjs.com/package/detect-indent/v/7.0.0) (from `^6.0.0`,
    in `dependencies`)
  - Updated dependency [`listr2@&#8203;^10.2.1` ↗︎](https://www.npmjs.com/package/listr2/v/10.2.1) (from
    `^9.0.0`, in `dependencies`)
  - Updated dependency [`log-symbols@^7.0.0` ↗︎](https://www.npmjs.com/package/log-symbols/v/7.0.0)
    (from `^4.0.0`, in `dependencies`)
  - Updated dependency [`ts-log@^3.0.0` ↗︎](https://www.npmjs.com/package/ts-log/v/3.0.0) (from
    `^2.2.3`, in `dependencies`)
  - Updated dependency [`yargs@^18.0.0` ↗︎](https://www.npmjs.com/package/yargs/v/18.0.0) (from
    `^17.0.0`, in `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency [`chalk@^5.6.0` ↗︎](https://www.npmjs.com/package/chalk/v/5.6.0) (from
    `^4.1.0`, in `dependencies`)
  - Updated dependency [`debounce@^3.0.0` ↗︎](https://www.npmjs.com/package/debounce/v/3.0.0) (from
    `^2.0.0`, in `dependencies`)
  - Updated dependency
    [`detect-indent@^7.0.0` ↗︎](https://www.npmjs.com/package/detect-indent/v/7.0.0) (from `^6.0.0`,
    in `dependencies`)
  - Updated dependency [`listr2@&#8203;^10.2.1` ↗︎](https://www.npmjs.com/package/listr2/v/10.2.1) (from
    `^9.0.0`, in `dependencies`)
  - Updated dependency [`log-symbols@^7.0.0` ↗︎](https://www.npmjs.com/package/log-symbols/v/7.0.0)
    (from `^4.0.0`, in `dependencies`)
  - Updated dependency [`ts-log@^3.0.0` ↗︎](https://www.npmjs.com/package/ts-log/v/3.0.0) (from
    `^2.2.3`, in `dependencies`)
  - Updated dependency [`yargs@^18.0.0` ↗︎](https://www.npmjs.com/package/yargs/v/18.0.0) (from
    `^17.0.0`, in `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency
    [`@inquirer/prompts@^8.3.2` ↗︎](https://www.npmjs.com/package/@&#8203;inquirer/prompts/v/8.3.2) (from
    `^7.8.2`, in `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Use ESM for CLI instead of CJS;

  For backwards compatibility; `graphql-codegen-esm` is reserved, and also `graphql-codegen-cjs` is
  added for users who want to use CJS.

  So the commands are;

  - `graphql-codegen` - ESM version, default
  - `graphql-codegen-esm` - ESM version, same as above, but reserved for backwards compatibility
  - `graphql-codegen-cjs` - CJS version, for users who want to use CJS, but not recommended for new
    users. Will be removed in the future.
  - `gql-gen` - ESM version, same as `graphql-codegen`
  - `graphql-code-generator` - ESM version, same as `graphql-codegen` and `gql-gen`

- Updated dependencies
  \[[`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)]:
  - [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset)@&#8203;6.0.0
  - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;7.0.0
  - [@&#8203;graphql-codegen/core](https://github.com/graphql-codegen/core)@&#8203;6.0.0

</details>

<details>
<summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/typed-document-node)</summary>

### [`v7.0.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/typed-document-node/CHANGELOG.md#700)

[Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/typed-document-node@6.1.8...@graphql-codegen/typed-document-node@7.0.0)

##### Major Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Update deps to latest, some
  only support ESM

  Node 20 support is dropped in this release. Node 22 comes with `require()` support for ESM, which
  means it's easier to integrate ES modules into applications. Therefore, it is safe to start using
  ESM-only packages.

  If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS
  issues when running Jest tests, try using Vitest.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Drop Node 20 support

##### Patch Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from
    `~4.0.0`, in `dependencies`)
  - Updated dependency
    [`change-case-all@^2.1.0` ↗︎](https://www.npmjs.com/package/change-case-all/v/2.1.0) (from
    `1.0.15`, in `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency
    [`change-case-all@^2.1.0` ↗︎](https://www.npmjs.com/package/change-case-all/v/2.1.0) (from
    `1.0.15`, in `dependencies`)
  - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from
    `~4.0.0`, in `dependencies`)

- Updated dependencies
  \[[`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)]:
  - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;7.0.0
  - [@&#8203;graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@&#8203;7.0.0

</details>

<details>
<summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/typescript)</summary>

### [`v6.0.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/typescript/CHANGELOG.md#600)

[Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/typescript@5.0.10...@graphql-codegen/typescript@6.0.0)

##### Major Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: visitors' config option are
  moved based on their use case

  - addTypename/skipTypename: is only a types-visitor concern. This is moved to types-visitor from
    base-visitor
  - nonOptionalTypename: is a documents-visitor and types-visitor concern. Moved from base-visitor
    there
  - extractAllFieldsToTypes: is a documents-visitor concern. Moved from base-visitor there
  - enumPrefix and enumSuffix: need to be in base-visitor as all 3 types of visitors need this to
    correctly sync the enum type names. This is moved to base visitor
  - ignoreEnumValuesFromSchema: is a documents-visitor and types-visitor concern. Moved from
    base-visitor there.
  - globalNamespace: is a documents-visitor concern. Moved from base-visitor there

  Refactors

  - documents-visitor no longer extends types-visitor *option types* as they have two distinct
    usages now. The types now extend base-visitor types. This is now consistent with
    documents-visitor extending base-visitor
  - Classes now handle config parsing and types at the same level e.g. if typescript-operations
    plugin parses configOne, then the types for configOne must be in that class, rather than in
    base-documents-visitor

  Note: These visitors are rolled up into one type for simplicity

  - base-visitor: includes `base-visitor`
  - documents-visitor: includes `base-documents-visitor` and `typescript-operations` visitor
  - types-visitor: includes `base-types-visitor` and `typescript` visitor
  - resolvers-visitor: includes `base-resolvers-visitor` and `typescript-resolvers` visitor

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: make `unknown` instead of
  `any` the default custom scalar type

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Update deps to latest, some
  only support ESM

  Node 20 support is dropped in this release. Node 22 comes with `require()` support for ESM, which
  means it's easier to integrate ES modules into applications. Therefore, it is safe to start using
  ESM-only packages.

  If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS
  issues when running Jest tests, try using Vitest.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Drop Node 20 support

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: `typescript` plugin no
  longer generates `Exact` utility type. Instead, `typescript-operations` generates said utility
  type for every file it creates. This is because it is used *only* for `Variables`, so we only need
  to generate it once for every generated operation file.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Remove unused utility types
  from `typescript` plugin as they were previously used for `typescript-operations` plugin:

  - `MakeOptional`
  - `MakeMaybe`
  - `MakeEmpty`
  - `Incremental`

  BREAKING CHANGE: Remove `getRootTypeNames` function because it's available in
  `@graphql-utils/tools` and not used anywhere

##### Minor Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - The `typescript-operations` plugin no longer
  generates InputMaybe and Scalars types; it now uses native Typescript types instead.

##### Patch Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from
    `~4.0.0`, in `dependencies`)
  - Updated dependency [`tslib@~2.6.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.0) (from
    `^2.8.0`, in `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from
    `~4.0.0`, in `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Extract utilities from base-type-visitor to
  be shared with other plugins later: convertSchemaEnumToDeclarationBlockString, getNodeComment

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fix namingConvention not being applied
  consistently

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Abstract how enum imports are generated into
  visitor-plugin-common package

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fix namingConvention not being applied
  consistently in imports, Variables, Input and Result

- Updated dependencies
  \[[`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)]:
  - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;7.0.0
  - [@&#8203;graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@&#8203;7.0.0
  - [@&#8203;graphql-codegen/schema-ast](https://github.com/graphql-codegen/schema-ast)@&#8203;6.0.0

</details>

<details>
<summary>dotansimha/graphql-code-generator (@&#8203;graphql-codegen/typescript-operations)</summary>

### [`v6.0.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/operations/CHANGELOG.md#600)

[Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/typescript-operations@5.1.0...@graphql-codegen/typescript-operations@6.0.0)

##### Major Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fix nullable field optionality in operations

  Previously, a nullable Result field is generated as optional (marked by `?` TypeScript modifier)
  by default. This is not correct, because generally at runtime such field can only be `null`, and
  not `undefined` (both missing from the object OR `undefined`). The only exceptions are when fields
  are deferred (using `@defer` directive) or marked as conditional (using `@skip` or `@include`).

  Now, a nullable Result field cannot be optional unless the exceptions are met. This also limits
  `avoidOptionals` to only target Variables input, since some users may want to force explicit
  `null` when providing operation variables.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: visitors' config option are
  moved based on their use case

  - addTypename/skipTypename: is only a types-visitor concern. This is moved to types-visitor from
    base-visitor
  - nonOptionalTypename: is a documents-visitor and types-visitor concern. Moved from base-visitor
    there
  - extractAllFieldsToTypes: is a documents-visitor concern. Moved from base-visitor there
  - enumPrefix and enumSuffix: need to be in base-visitor as all 3 types of visitors need this to
    correctly sync the enum type names. This is moved to base visitor
  - ignoreEnumValuesFromSchema: is a documents-visitor and types-visitor concern. Moved from
    base-visitor there.
  - globalNamespace: is a documents-visitor concern. Moved from base-visitor there

  Refactors

  - documents-visitor no longer extends types-visitor *option types* as they have two distinct
    usages now. The types now extend base-visitor types. This is now consistent with
    documents-visitor extending base-visitor
  - Classes now handle config parsing and types at the same level e.g. if typescript-operations
    plugin parses configOne, then the types for configOne must be in that class, rather than in
    base-documents-visitor

  Note: These visitors are rolled up into one type for simplicity

  - base-visitor: includes `base-visitor`
  - documents-visitor: includes `base-documents-visitor` and `typescript-operations` visitor
  - types-visitor: includes `base-types-visitor` and `typescript` visitor
  - resolvers-visitor: includes `base-resolvers-visitor` and `typescript-resolvers` visitor

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: typescript-operations plugin
  now generates enum if it is used in operation.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Conditionally generate input types and output
  enums into target file

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: make `unknown` instead of
  `any` the default custom scalar type

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Update deps to latest, some
  only support ESM

  Node 20 support is dropped in this release. Node 22 comes with `require()` support for ESM, which
  means it's easier to integrate ES modules into applications. Therefore, it is safe to start using
  ESM-only packages.

  If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS
  issues when running Jest tests, try using Vitest.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Drop Node 20 support

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Decouple
  `typescript-operations` plugin from `typescript` plugin

  Previously, `TypeScriptOperationVariablesToObject` from `typescript-operations` was extending from
  `typescript` plugin. This made it (1) very hard to read, as we need to jump from base class <->
  typescript class <-> typescript-operations class to understand the flow and (2) very hard to
  evolve the two independently (which is the point of this work).

  Since there's not much shared logic anyways, it's simpler to extend the `typescript-operations`
  class from the base class directly.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - The `typescript-operations` plugin no longer
  generates InputMaybe and Scalars types; it now uses native Typescript types instead.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: `typescript` plugin no
  longer generates `Exact` utility type. Instead, `typescript-operations` generates said utility
  type for every file it creates. This is because it is used *only* for `Variables`, so we only need
  to generate it once for every generated operation file.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Operation plugin and Client
  Preset no longer generates optional `__typename` for result type

  `__typenam` should not be in the request unless:

  - explicitly requested by the user
  - automatically injected into the request by clients, such as Apollo Clients.

  Note: Apollo Client users can still use `nonOptionalTypename: true` and
  `skipTypeNameForRoot: true` to ensure generated types match the runtime behaviour.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Integrate new typescript-operations into
  client-preset

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: config.avoidOptionals now
  only supports object, inputValue, defaultValue

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: rename avoidOptionals.object
  to avoidOptionals.variableValue

##### Minor Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Add support for declarationKind for
  typescript-operations
  - Input: can only be `type` or `interface`
  - Variables: no support. It must always be `type` because it's an alias e.g.
    `Variables = Exact<{ something: type }>`
  - Result: can only be `type` or `interface`
    - Note: when `extractAllFieldsToTypes:true` or `extractAllFieldsToTypesCompact:true`, Results
      are used as type alias, so they are forced to be `type`. There is a console warning for users.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Add importSchemaTypesFrom support

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Add generateOperationTypes to
  typescript-operations to allow omitting operation types such as Variables,
  Query/Mutation/Subscription selection set, and Fragment types

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fixing 2 bugs: 1) including enums from
  external fragments; 2) extractAllFieldsToTypesCompact does not create duplicates

##### Patch Changes

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from
    `~4.0.0`, in `dependencies`)
  - Added dependency
    [`@graphql-codegen/schema-ast@^5.0.1` ↗︎](https://www.npmjs.com/package/@&#8203;graphql-codegen/schema-ast/v/5.0.1)
    (to `dependencies`)
  - Removed dependency
    [`@graphql-codegen/typescript@^5.0.10` ↗︎](https://www.npmjs.com/package/@&#8203;graphql-codegen/typescript/v/5.0.10)
    (from `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Added dependency
    [`@graphql-codegen/schema-ast@^5.0.0` ↗︎](https://www.npmjs.com/package/@&#8203;graphql-codegen/schema-ast/v/5.0.0)
    (to `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Removed dependency
    [`@graphql-codegen/typescript@^5.0.7` ↗︎](https://www.npmjs.com/package/@&#8203;graphql-codegen/typescript/v/5.0.7)
    (from `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - dependencies updates:
  - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from
    `~4.0.0`, in `dependencies`)

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Improve `namespacedImportName` usability by
  setting a default when `importSchemaTypesFrom` is set

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Add internal utility type warning to deter
  usage

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Add `printTypeScriptMaybeType` to handle
  printing TS types, as there are special cases like `any` and `unknown`

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Re-implement inputMaybeValue

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Only generate `Exact` utility type at the top
  if it is used

  `Exact` utility is only used to wrap variables types for operations (queries, mutations and
  subscriptions) if they exist in the document. `Exact` is never used when there are *only*
  fragments.

  This is important to conditionally generate as users may use very strict tsconfig that will fail
  compiling if there are unused types.

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fix external custom scalars not getting
  imported

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Ensure Input and Variables use the same input
  scalars default e.g. `ID` can take `string | number`

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fix `@skip` and `@include` not applying
  conditional modifiers correctly when used on inline fragment

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Abstract how enum imports are generated into
  visitor-plugin-common package

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fix `@skip` and `@include` not applying
  conditional modifiers correctly when used on fragment sread, and `@defer` fragments

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fix importing issue of Input when
  importSchemaTypesFrom is used

- [#&#8203;10496](https://github.com/dotansimha/graphql-code-generator/pull/10496)
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)
  Thanks [@&#8203;eddeee888](https://github.com/eddeee888)! - Fix namingConvention not being applied
  consistently in imports, Variables, Input and Result

- Updated dependencies
  \[[`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29),
  [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)]:
  - [@&#8203;graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@&#8203;7.0.0
  - [@&#8203;graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@&#8203;7.0.0
  - [@&#8203;graphql-codegen/schema-ast](https://github.com/graphql-codegen/schema-ast)@&#8203;6.0.0

</details>

---

### Configuration

📅 **Schedule**: (UTC)

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #200
Co-authored-by: Renovate Bot <renovate@unbound.se>
Co-committed-by: Renovate Bot <renovate@unbound.se>
2026-05-03 18:37:12 +00:00
renovate fc589ba9df chore(deps): update dependency @vue/test-utils to v2.4.10 (#199)
schemas-app / build (push) Successful in 1m12s
schemas-app / deploy-prod (push) Successful in 1m34s
2026-05-03 12:12:48 +00:00
renovate 3c9f2d0bed chore(deps): update commitlint monorepo to v20.5.3 (#198)
schemas-app / build (push) Successful in 53s
schemas-app / deploy-prod (push) Successful in 1m27s
2026-05-03 10:11:54 +00:00
renovate 752558d6a1 chore(deps): update dependency jsdom to v29.1.1 (#197)
schemas-app / build (push) Successful in 3m37s
schemas-app / deploy-prod (push) Successful in 1m37s
2026-05-03 09:12:46 +00:00
renovate 9ca9b421d7 fix(deps): update dependency nuxt to v4.4.4 (#196)
schemas-app / build (push) Successful in 3m20s
schemas-app / deploy-prod (push) Successful in 1m31s
2026-05-03 06:58:41 +00:00
renovate 69f2d59b95 fix(deps): update dependency @auth0/auth0-vue to v2.6.0 (#195)
schemas-app / build (push) Successful in 57s
schemas-app / deploy-prod (push) Successful in 1m33s
2026-05-01 05:14:55 +00:00
renovate b28509456a chore(deps): update dependency typescript-eslint to v8.59.1 (#194)
schemas-app / build (push) Successful in 45s
schemas-app / deploy-prod (push) Successful in 1m48s
2026-04-30 19:11:42 +00:00
renovate 38c9f97801 chore(deps): update dependency stylelint to v17.9.1 (#193)
schemas-app / build (push) Successful in 54s
schemas-app / deploy-prod (push) Successful in 1m24s
2026-04-30 13:13:59 +00:00
renovate 99621cd323 chore(deps): update dependency @vue/test-utils to v2.4.9 (#192)
schemas-app / build (push) Successful in 52s
schemas-app / deploy-prod (push) Successful in 1m39s
2026-04-30 10:14:02 +00:00
renovate 6a6ad1cfb0 chore(deps): update dependency jsdom to v29.1.0 (#191)
schemas-app / build (push) Successful in 57s
schemas-app / deploy-prod (push) Successful in 1m38s
2026-04-30 03:13:43 +00:00
renovate 5b10a109a7 chore(deps): update dependency @commitlint/cli to v20.5.2 (#190)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 2m12s
2026-04-28 10:11:51 +00:00
renovate 1deb1a23be chore(deps): update dependency @vue/test-utils to v2.4.8 (#189)
schemas-app / build (push) Successful in 1m10s
schemas-app / deploy-prod (push) Successful in 1m30s
2026-04-27 11:08:53 +00:00
renovate 3f54e8297f chore(deps): update dependency stylelint to v17.9.0 (#188)
schemas-app / build (push) Successful in 56s
schemas-app / deploy-prod (push) Successful in 1m40s
2026-04-26 07:12:10 +00:00
renovate d4ca56c25b fix(deps): update dependency vue to v3.5.33 (#187)
schemas-app / build (push) Successful in 53s
schemas-app / deploy-prod (push) Successful in 1m36s
2026-04-25 08:10:14 +00:00
renovate 0c7fc1578a chore(deps): update dependency eslint-plugin-vue to v10.9.0 (#186)
schemas-app / build (push) Successful in 42s
schemas-app / deploy-prod (push) Successful in 1m24s
2026-04-25 01:10:01 +00:00
renovate 2051020663 chore(deps): update vitest monorepo to v4.1.5 (#185)
schemas-app / build (push) Successful in 1m1s
schemas-app / deploy-prod (push) Successful in 1m31s
2026-04-24 12:14:13 +00:00
renovate 1b4cc948c1 chore(deps): update dependency typescript-eslint to v8.59.0 (#184)
schemas-app / build (push) Successful in 1m23s
schemas-app / deploy-prod (push) Successful in 1m45s
2026-04-23 19:11:00 +00:00
renovate 9b81594e86 chore(deps): update dependency @graphql-codegen/typescript-vue-apollo to v5.0.1 (#183)
schemas-app / build (push) Successful in 26m8s
schemas-app / deploy-prod (push) Successful in 1m26s
2026-04-22 08:32:02 +00:00
renovate 168db13c97 chore(deps): update dependency @graphql-codegen/cli to v6.3.1 (#181)
schemas-app / build (push) Successful in 53s
schemas-app / deploy-prod (push) Successful in 1m25s
2026-04-21 14:14:40 +00:00
renovate 52218aee6a chore(deps): update dependency eslint to v10.2.1 (#179)
schemas-app / build (push) Successful in 52s
schemas-app / deploy-prod (push) Successful in 1m28s
2026-04-20 22:10:52 +00:00
renovate ab071e7116 chore(deps): update dependency typescript to v6.0.3 (#178)
schemas-app / build (push) Successful in 55s
schemas-app / deploy-prod (push) Successful in 1m31s
2026-04-20 01:16:36 +00:00
renovate b06080aea1 chore(deps): update dependency stylelint to v17.8.0 (#177)
schemas-app / build (push) Successful in 50s
schemas-app / deploy-prod (push) Successful in 1m21s
2026-04-18 13:07:51 +00:00