From 8f14c5425ca49e13b70f298230ac9b3a91b9a6ee Mon Sep 17 00:00:00 2001 From: Eddy Nguyen Date: Sun, 17 May 2026 01:48:00 +1000 Subject: [PATCH 1/2] Remove patch for typescript-json-schema, seems to be fixed --- patches/typescript-json-schema+0.67.2.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/typescript-json-schema+0.67.2.patch diff --git a/patches/typescript-json-schema+0.67.2.patch b/patches/typescript-json-schema+0.67.2.patch deleted file mode 100644 index 05bf45fd016..00000000000 --- a/patches/typescript-json-schema+0.67.2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/node_modules/typescript-json-schema/dist/typescript-json-schema.js b/node_modules/typescript-json-schema/dist/typescript-json-schema.js -index e59b11e..09d9394 100644 ---- a/node_modules/typescript-json-schema/dist/typescript-json-schema.js -+++ b/node_modules/typescript-json-schema/dist/typescript-json-schema.js -@@ -268,6 +268,8 @@ - description: true, - default: true, - examples: true, -+ // https://github.com/YousefED/typescript-json-schema/issues/431 -+ exampleMarkdown: true, - title: true, - $ref: true, - }; From ca873aaa43d63f3add815f54bcd737db26c16e19 Mon Sep 17 00:00:00 2001 From: Eddy Nguyen Date: Sun, 17 May 2026 01:51:01 +1000 Subject: [PATCH 2/2] Pin/remove packages where applicable, rewire CI --- examples/programmatic-typescript/package.json | 2 +- .../react/apollo-client-defer/package.json | 20 +- .../apollo-client-swc-plugin/package.json | 6 +- examples/react/apollo-client/package.json | 18 +- examples/react/http-executor/package.json | 16 +- examples/react/nextjs-swr/package.json | 18 +- .../react/tanstack-react-query/package.json | 14 +- examples/react/urql/package.json | 14 +- .../typescript-graphql-request/package.json | 5 +- examples/typescript-resolvers/package.json | 5 +- examples/vite/vite-react-cts/package.json | 16 +- examples/vite/vite-react-mts/package.json | 16 +- examples/vite/vite-react-ts/package.json | 16 +- examples/vue/apollo-composable/package.json | 14 +- examples/vue/urql/package.json | 14 +- examples/vue/villus/package.json | 14 +- package.json | 9 +- packages/graphql-codegen-cli/package.json | 1 + pnpm-lock.yaml | 396 +++++++----------- website/package.json | 21 +- 20 files changed, 261 insertions(+), 374 deletions(-) diff --git a/examples/programmatic-typescript/package.json b/examples/programmatic-typescript/package.json index 1f8c768cf74..c8e562a3de0 100644 --- a/examples/programmatic-typescript/package.json +++ b/examples/programmatic-typescript/package.json @@ -16,7 +16,7 @@ "@graphql-codegen/typescript": "workspace:*", "@graphql-codegen/typescript-operations": "workspace:*", "@graphql-codegen/typescript-resolvers": "workspace:*", - "@graphql-tools/graphql-file-loader": "^8.1.12", + "@graphql-tools/graphql-file-loader": "8.1.12", "@graphql-tools/load": "8.1.10", "@graphql-tools/schema": "10.0.33", "graphql": "16.14.0", diff --git a/examples/react/apollo-client-defer/package.json b/examples/react/apollo-client-defer/package.json index 3df8a615bd4..fecb7530cab 100644 --- a/examples/react/apollo-client-defer/package.json +++ b/examples/react/apollo-client-defer/package.json @@ -12,23 +12,23 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@apollo/client": "^3.7.10", - "@graphql-yoga/plugin-defer-stream": "^3.0.0", - "graphql": "^16.6.0", + "@apollo/client": "3.14.1", + "@graphql-yoga/plugin-defer-stream": "3.21.0", + "graphql": "16.14.0", "graphql-yoga": "5.21.0", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "react": "19.2.6", + "react-dom": "19.2.6" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@types/node": "^24.0.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "@vitejs/plugin-react": "^6.0.0", + "@types/node": "24.12.4", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", + "@vitejs/plugin-react": "6.0.2", "cypress": "15.15.0", "serve": "14.2.6", "start-server-and-test": "3.0.5", "typescript": "6.0.3", - "vite": "^8.0.0" + "vite": "8.0.13" } } diff --git a/examples/react/apollo-client-swc-plugin/package.json b/examples/react/apollo-client-swc-plugin/package.json index 6fee749b487..ec7e4491c5b 100644 --- a/examples/react/apollo-client-swc-plugin/package.json +++ b/examples/react/apollo-client-swc-plugin/package.json @@ -10,7 +10,7 @@ "test:end2end": "exit 0" }, "dependencies": { - "@apollo/client": "^3.7.10", + "@apollo/client": "3.14.1", "react": "19.2.6", "react-dom": "19.2.6" }, @@ -19,8 +19,8 @@ "@graphql-codegen/client-preset-swc-plugin": "0.2.0", "@types/react": "19.2.14", "@types/react-dom": "19.2.3", - "@vitejs/plugin-react-swc": "^4.0.0", + "@vitejs/plugin-react-swc": "4.3.1", "typescript": "6.0.3", - "vite": "^8.0.0" + "vite": "8.0.13" } } diff --git a/examples/react/apollo-client/package.json b/examples/react/apollo-client/package.json index d65a903cf53..a427cfa6a0f 100644 --- a/examples/react/apollo-client/package.json +++ b/examples/react/apollo-client/package.json @@ -11,21 +11,21 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@apollo/client": "^3.7.10", - "graphql": "^16.6.0", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "@apollo/client": "3.14.1", + "graphql": "16.14.0", + "react": "19.2.6", + "react-dom": "19.2.6" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@types/node": "^24.0.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "@vitejs/plugin-react": "^6.0.0", + "@types/node": "24.12.4", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", + "@vitejs/plugin-react": "6.0.2", "cypress": "15.15.0", "serve": "14.2.6", "start-server-and-test": "3.0.5", "typescript": "6.0.3", - "vite": "^8.0.0" + "vite": "8.0.13" } } diff --git a/examples/react/http-executor/package.json b/examples/react/http-executor/package.json index d75c14132a4..f419aa1a6db 100644 --- a/examples/react/http-executor/package.json +++ b/examples/react/http-executor/package.json @@ -11,20 +11,20 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@graphql-tools/executor-http": "^3.0.0", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "@graphql-tools/executor-http": "3.3.0", + "react": "19.2.6", + "react-dom": "19.2.6" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@types/node": "^24.0.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "@vitejs/plugin-react": "^6.0.0", + "@types/node": "24.12.4", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", + "@vitejs/plugin-react": "6.0.2", "cypress": "15.15.0", "serve": "14.2.6", "start-server-and-test": "3.0.5", "typescript": "6.0.3", - "vite": "^8.0.0" + "vite": "8.0.13" } } diff --git a/examples/react/nextjs-swr/package.json b/examples/react/nextjs-swr/package.json index 45de828ce06..4f20c66f6c6 100644 --- a/examples/react/nextjs-swr/package.json +++ b/examples/react/nextjs-swr/package.json @@ -12,21 +12,21 @@ "test:end2end": "start-server-and-test start http://127.0.0.1:3000 test" }, "dependencies": { - "@graphql-tools/executor-http": "^3.0.0", + "@graphql-tools/executor-http": "3.3.0", "next": "15.5.18", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "swr": "^2.0.0" + "react": "19.2.6", + "react-dom": "19.2.6", + "swr": "2.4.1" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", "@graphql-codegen/client-preset-swc-plugin": "0.2.0", "@graphql-codegen/schema-ast": "workspace:*", - "@types/node": "^24.0.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "eslint": "^10.0.0", - "eslint-config-next": "^13.0.0", + "@types/node": "24.12.4", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", + "eslint": "10.4.0", + "eslint-config-next": "13.5.1", "typescript": "6.0.3" } } diff --git a/examples/react/tanstack-react-query/package.json b/examples/react/tanstack-react-query/package.json index 8169c1a5723..ec287d223f3 100644 --- a/examples/react/tanstack-react-query/package.json +++ b/examples/react/tanstack-react-query/package.json @@ -12,19 +12,19 @@ }, "dependencies": { "@tanstack/react-query": "4.44.0", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "react": "19.2.6", + "react-dom": "19.2.6" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@types/node": "^24.0.0", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "@vitejs/plugin-react": "^6.0.0", + "@types/node": "24.12.4", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", + "@vitejs/plugin-react": "6.0.2", "cypress": "15.15.0", "serve": "14.2.6", "start-server-and-test": "3.0.5", "typescript": "6.0.3", - "vite": "^8.0.0" + "vite": "8.0.13" } } diff --git a/examples/react/urql/package.json b/examples/react/urql/package.json index 914a27753d1..989955a67bd 100644 --- a/examples/react/urql/package.json +++ b/examples/react/urql/package.json @@ -11,19 +11,19 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "react": "^19.0.0", - "react-dom": "^19.0.0", - "urql": "^3.0.0" + "react": "19.2.6", + "react-dom": "19.2.6", + "urql": "3.0.4" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", - "@vitejs/plugin-react": "^6.0.0", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", + "@vitejs/plugin-react": "6.0.2", "cypress": "15.15.0", "serve": "14.2.6", "start-server-and-test": "3.0.5", "typescript": "6.0.3", - "vite": "^8.0.0" + "vite": "8.0.13" } } diff --git a/examples/typescript-graphql-request/package.json b/examples/typescript-graphql-request/package.json index 6453c9d662d..0f2d655c934 100644 --- a/examples/typescript-graphql-request/package.json +++ b/examples/typescript-graphql-request/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "tsc", "codegen": "graphql-codegen --config codegen.ts", - "dev": "ts-node src/main.ts", + "dev": "tsx src/main.ts", "test:end2end": "vitest --no-watch" }, "dependencies": { @@ -16,7 +16,8 @@ "graphql-yoga": "5.21.0" }, "devDependencies": { - "@graphql-codegen/cli": "workspace:*" + "@graphql-codegen/cli": "workspace:*", + "tsx": "4.22.0" }, "bob": false } diff --git a/examples/typescript-resolvers/package.json b/examples/typescript-resolvers/package.json index c5e607c980c..ebae00aaf54 100644 --- a/examples/typescript-resolvers/package.json +++ b/examples/typescript-resolvers/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "tsc", "codegen": "graphql-codegen --config codegen.ts", - "dev": "ts-node src/main.ts", + "dev": "tsx src/main.ts", "test": "exit 0", "test:end2end": "exit 0" }, @@ -17,7 +17,8 @@ "devDependencies": { "@graphql-codegen/cli": "workspace:*", "@graphql-codegen/typescript": "workspace:*", - "@graphql-codegen/typescript-resolvers": "workspace:*" + "@graphql-codegen/typescript-resolvers": "workspace:*", + "tsx": "4.22.0" }, "bob": false } diff --git a/examples/vite/vite-react-cts/package.json b/examples/vite/vite-react-cts/package.json index f38a0d5e64a..d7ae1d447e2 100644 --- a/examples/vite/vite-react-cts/package.json +++ b/examples/vite/vite-react-cts/package.json @@ -12,21 +12,21 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@apollo/client": "^3.7.10", + "@apollo/client": "3.14.1", "@graphql-typed-document-node/core": "3.2.0", - "@vitejs/plugin-react-swc": "^4.0.0", + "@vitejs/plugin-react-swc": "4.3.1", "graphql": "16.14.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "vite": "^8.0.0" + "react": "19.2.6", + "react-dom": "19.2.6", + "vite": "8.0.13" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", "cypress": "15.15.0", "start-server-and-test": "3.0.5", - "typescript": "^6.0.0" + "typescript": "6.0.3" }, "bob": false, "browserslist": { diff --git a/examples/vite/vite-react-mts/package.json b/examples/vite/vite-react-mts/package.json index 11b55536522..c6ac751a1a5 100644 --- a/examples/vite/vite-react-mts/package.json +++ b/examples/vite/vite-react-mts/package.json @@ -12,21 +12,21 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@apollo/client": "^3.7.10", + "@apollo/client": "3.14.1", "@graphql-typed-document-node/core": "3.2.0", - "@vitejs/plugin-react-swc": "^4.0.0", + "@vitejs/plugin-react-swc": "4.3.1", "graphql": "16.14.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "vite": "^8.0.0" + "react": "19.2.6", + "react-dom": "19.2.6", + "vite": "8.0.13" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", "cypress": "15.15.0", "start-server-and-test": "3.0.5", - "typescript": "^6.0.0" + "typescript": "6.0.3" }, "bob": false, "browserslist": { diff --git a/examples/vite/vite-react-ts/package.json b/examples/vite/vite-react-ts/package.json index 888643fac5d..f0596f8900c 100644 --- a/examples/vite/vite-react-ts/package.json +++ b/examples/vite/vite-react-ts/package.json @@ -12,21 +12,21 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@apollo/client": "^3.7.10", + "@apollo/client": "3.14.1", "@graphql-typed-document-node/core": "3.2.0", - "@vitejs/plugin-react-swc": "^4.0.0", + "@vitejs/plugin-react-swc": "4.3.1", "graphql": "16.14.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "vite": "^8.0.0" + "react": "19.2.6", + "react-dom": "19.2.6", + "vite": "8.0.13" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@types/react": "^19.0.0", - "@types/react-dom": "^19.0.0", + "@types/react": "19.2.14", + "@types/react-dom": "19.2.3", "cypress": "15.15.0", "start-server-and-test": "3.0.5", - "typescript": "^6.0.0" + "typescript": "6.0.3" }, "bob": false, "browserslist": { diff --git a/examples/vue/apollo-composable/package.json b/examples/vue/apollo-composable/package.json index 15337b06bd4..9dd5caaad76 100644 --- a/examples/vue/apollo-composable/package.json +++ b/examples/vue/apollo-composable/package.json @@ -11,19 +11,19 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@apollo/client": "^3.7.10", + "@apollo/client": "3.14.1", "@vue/apollo-composable": "4.2.2", - "graphql": "^16.6.0", - "vue": "^3.2.37" + "graphql": "16.14.0", + "vue": "3.5.34" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "6.0.7", "cypress": "15.15.0", "serve": "14.2.6", "start-server-and-test": "3.0.5", - "typescript": "^6.0.0", - "vite": "^8.0.0", - "vue-tsc": "^3.0.0" + "typescript": "6.0.3", + "vite": "8.0.13", + "vue-tsc": "3.2.9" } } diff --git a/examples/vue/urql/package.json b/examples/vue/urql/package.json index 16e40f4be44..82bd5986cd4 100644 --- a/examples/vue/urql/package.json +++ b/examples/vue/urql/package.json @@ -11,18 +11,18 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "@urql/vue": "^2.0.0", - "graphql": "^16.6.0", - "vue": "^3.2.45" + "@urql/vue": "2.1.0", + "graphql": "16.14.0", + "vue": "3.5.34" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "6.0.7", "cypress": "15.15.0", "serve": "14.2.6", "start-server-and-test": "3.0.5", - "typescript": "^6.0.0", - "vite": "^8.0.0", - "vue-tsc": "^3.0.0" + "typescript": "6.0.3", + "vite": "8.0.13", + "vue-tsc": "3.2.9" } } diff --git a/examples/vue/villus/package.json b/examples/vue/villus/package.json index 23d83929a51..1228c765622 100644 --- a/examples/vue/villus/package.json +++ b/examples/vue/villus/package.json @@ -11,18 +11,18 @@ "test:end2end": "start-server-and-test start http://localhost:3000 test" }, "dependencies": { - "graphql": "^16.6.0", - "villus": "^3.0.0", - "vue": "^3.2.37" + "graphql": "16.14.0", + "villus": "3.5.2", + "vue": "3.5.34" }, "devDependencies": { "@graphql-codegen/cli": "workspace:*", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "6.0.7", "cypress": "15.15.0", "serve": "14.2.6", "start-server-and-test": "3.0.5", - "typescript": "^6.0.0", - "vite": "^8.0.0", - "vue-tsc": "^3.0.0" + "typescript": "6.0.3", + "vite": "8.0.13", + "vue-tsc": "3.2.9" } } diff --git a/package.json b/package.json index e395748f101..2d55da3e12d 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "@babel/preset-typescript": "7.28.5", "@changesets/changelog-github": "0.7.0", "@changesets/cli": "2.31.0", - "@eslint/eslintrc": "^3.3.5", - "@eslint/js": "^10.0.1", + "@eslint/eslintrc": "3.3.5", + "@eslint/js": "10.0.1", "@graphql-codegen/add": "workspace:*", "@graphql-codegen/cli": "workspace:*", "@graphql-codegen/client-preset": "workspace:*", @@ -69,18 +69,13 @@ "jest-diff": "30.4.1", "js-yaml": "4.1.1", "lint-staged": "17.0.4", - "memfs": "4.57.2", - "patch-package": "8.0.1", "prettier": "3.8.3", "prettier-plugin-pkg": "0.22.1", "prettier-plugin-sh": "0.18.1", "prettier-plugin-svelte": "3.5.2", "prettier-plugin-tailwindcss": "0.8.0", "rimraf": "6.1.3", - "svelte": "5.55.7", - "ts-node": "10.9.2", "tslib": "2.8.1", - "tsx": "4.22.0", "typescript": "6.0.3", "vitest": "4.1.6", "wrangler": "4.92.0" diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 7cb00dcd527..70b1e5ab837 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -120,6 +120,7 @@ "change-case-all": "2.1.0", "js-yaml": "4.1.1", "make-dir": "5.1.0", + "memfs": "4.57.2", "prettier": "3.8.3" }, "publishConfig": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 80fb67c99d2..1d336eebcfe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,10 +35,10 @@ importers: specifier: 2.31.0 version: 2.31.0(@types/node@24.12.4) '@eslint/eslintrc': - specifier: ^3.3.5 + specifier: 3.3.5 version: 3.3.5 '@eslint/js': - specifier: ^10.0.1 + specifier: 10.0.1 version: 10.0.1(eslint@10.4.0(jiti@2.7.0)) '@graphql-codegen/add': specifier: workspace:* @@ -124,12 +124,6 @@ importers: lint-staged: specifier: 17.0.4 version: 17.0.4 - memfs: - specifier: 4.57.2 - version: 4.57.2(tslib@2.8.1) - patch-package: - specifier: 8.0.1 - version: 8.0.1 prettier: specifier: 3.8.3 version: 3.8.3 @@ -148,18 +142,9 @@ importers: rimraf: specifier: 6.1.3 version: 6.1.3 - svelte: - specifier: 5.55.7 - version: 5.55.7(@typescript-eslint/types@8.59.3) - ts-node: - specifier: 10.9.2 - version: 10.9.2(@swc/core@1.15.33(@swc/helpers@0.5.21))(@types/node@24.12.4)(typescript@6.0.3) tslib: specifier: 2.8.1 version: 2.8.1 - tsx: - specifier: 4.22.0 - version: 4.22.0 typescript: specifier: 6.0.3 version: 6.0.3 @@ -275,8 +260,8 @@ importers: specifier: workspace:* version: link:../../packages/plugins/typescript/resolvers/dist '@graphql-tools/graphql-file-loader': - specifier: ^8.1.12 - version: 8.1.14(graphql@16.14.0) + specifier: 8.1.12 + version: 8.1.12(graphql@16.14.0) '@graphql-tools/load': specifier: 8.1.10 version: 8.1.10(graphql@16.14.0) @@ -303,32 +288,32 @@ importers: examples/react/apollo-client: dependencies: '@apollo/client': - specifier: ^3.7.10 + specifier: 3.14.1 version: 3.14.1(@types/react@19.2.14)(graphql-ws@6.0.8(graphql@16.14.0)(ws@8.20.1))(graphql@16.14.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) graphql: - specifier: ^16.6.0 + specifier: 16.14.0 version: 16.14.0 react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@types/node': - specifier: ^24.0.0 + specifier: 24.12.4 version: 24.12.4 '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^6.0.0 + specifier: 6.0.2 version: 6.0.2(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) cypress: specifier: 15.15.0 @@ -343,44 +328,44 @@ importers: specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) examples/react/apollo-client-defer: dependencies: '@apollo/client': - specifier: ^3.7.10 + specifier: 3.14.1 version: 3.14.1(@types/react@19.2.14)(graphql-ws@6.0.8(graphql@16.14.0)(ws@8.20.1))(graphql@16.14.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@graphql-yoga/plugin-defer-stream': - specifier: ^3.0.0 + specifier: 3.21.0 version: 3.21.0(graphql-yoga@5.21.0(graphql@16.14.0))(graphql@16.14.0) graphql: - specifier: ^16.6.0 + specifier: 16.14.0 version: 16.14.0 graphql-yoga: specifier: 5.21.0 version: 5.21.0(graphql@16.14.0) react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@types/node': - specifier: ^24.0.0 + specifier: 24.12.4 version: 24.12.4 '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^6.0.0 + specifier: 6.0.2 version: 6.0.2(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) cypress: specifier: 15.15.0 @@ -395,13 +380,13 @@ importers: specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) examples/react/apollo-client-swc-plugin: dependencies: '@apollo/client': - specifier: ^3.7.10 + specifier: 3.14.1 version: 3.14.1(@types/react@19.2.14)(graphql-ws@6.0.8(graphql@16.14.0)(ws@8.20.1))(graphql@16.14.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) react: specifier: 19.2.6 @@ -423,41 +408,41 @@ importers: specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react-swc': - specifier: ^4.0.0 + specifier: 4.3.1 version: 4.3.1(@swc/helpers@0.5.21)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) typescript: specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) examples/react/http-executor: dependencies: '@graphql-tools/executor-http': - specifier: ^3.0.0 + specifier: 3.3.0 version: 3.3.0(@types/node@24.12.4)(graphql@16.14.0) react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@types/node': - specifier: ^24.0.0 + specifier: 24.12.4 version: 24.12.4 '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^6.0.0 + specifier: 6.0.2 version: 6.0.2(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) cypress: specifier: 15.15.0 @@ -472,25 +457,25 @@ importers: specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) examples/react/nextjs-swr: dependencies: '@graphql-tools/executor-http': - specifier: ^3.0.0 + specifier: 3.3.0 version: 3.3.0(@types/node@24.12.4)(graphql@16.14.0) next: specifier: 15.5.18 version: 15.5.18(@babel/core@7.29.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) swr: - specifier: ^2.0.0 + specifier: 2.4.1 version: 2.4.1(react@19.2.6) devDependencies: '@graphql-codegen/cli': @@ -503,20 +488,20 @@ importers: specifier: workspace:* version: link:../../../packages/plugins/other/schema-ast/dist '@types/node': - specifier: ^24.0.0 + specifier: 24.12.4 version: 24.12.4 '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) eslint: - specifier: ^10.0.0 + specifier: 10.4.0 version: 10.4.0(jiti@2.7.0) eslint-config-next: - specifier: ^13.0.0 - version: 13.5.11(eslint@10.4.0(jiti@2.7.0))(typescript@6.0.3) + specifier: 13.5.1 + version: 13.5.1(eslint@10.4.0(jiti@2.7.0))(typescript@6.0.3) typescript: specifier: 6.0.3 version: 6.0.3 @@ -527,26 +512,26 @@ importers: specifier: 4.44.0 version: 4.44.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6) react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@types/node': - specifier: ^24.0.0 + specifier: 24.12.4 version: 24.12.4 '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^6.0.0 + specifier: 6.0.2 version: 6.0.2(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) cypress: specifier: 15.15.0 @@ -561,32 +546,32 @@ importers: specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) examples/react/urql: dependencies: react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) urql: - specifier: ^3.0.0 + specifier: 3.0.4 version: 3.0.4(graphql@16.14.0)(react@19.2.6) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) '@vitejs/plugin-react': - specifier: ^6.0.0 + specifier: 6.0.2 version: 6.0.2(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) cypress: specifier: 15.15.0 @@ -601,7 +586,7 @@ importers: specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) examples/typescript-esm: @@ -635,6 +620,9 @@ importers: '@graphql-codegen/cli': specifier: workspace:* version: link:../../packages/graphql-codegen-cli/dist + tsx: + specifier: 4.22.0 + version: 4.22.0 examples/typescript-resolvers: dependencies: @@ -654,39 +642,42 @@ importers: '@graphql-codegen/typescript-resolvers': specifier: workspace:* version: link:../../packages/plugins/typescript/resolvers/dist + tsx: + specifier: 4.22.0 + version: 4.22.0 examples/vite/vite-react-cts: dependencies: '@apollo/client': - specifier: ^3.7.10 + specifier: 3.14.1 version: 3.14.1(@types/react@19.2.14)(graphql-ws@6.0.8(graphql@16.14.0)(ws@8.20.1))(graphql@16.14.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@graphql-typed-document-node/core': specifier: 3.2.0 version: 3.2.0(graphql@16.14.0) '@vitejs/plugin-react-swc': - specifier: ^4.0.0 + specifier: 4.3.1 version: 4.3.1(@swc/helpers@0.5.21)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) graphql: specifier: 16.14.0 version: 16.14.0 react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) cypress: specifier: 15.15.0 @@ -695,41 +686,41 @@ importers: specifier: 3.0.5 version: 3.0.5 typescript: - specifier: ^6.0.0 + specifier: 6.0.3 version: 6.0.3 examples/vite/vite-react-mts: dependencies: '@apollo/client': - specifier: ^3.7.10 + specifier: 3.14.1 version: 3.14.1(@types/react@19.2.14)(graphql-ws@6.0.8(graphql@16.14.0)(ws@8.20.1))(graphql@16.14.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@graphql-typed-document-node/core': specifier: 3.2.0 version: 3.2.0(graphql@16.14.0) '@vitejs/plugin-react-swc': - specifier: ^4.0.0 + specifier: 4.3.1 version: 4.3.1(@swc/helpers@0.5.21)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) graphql: specifier: 16.14.0 version: 16.14.0 react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) cypress: specifier: 15.15.0 @@ -738,41 +729,41 @@ importers: specifier: 3.0.5 version: 3.0.5 typescript: - specifier: ^6.0.0 + specifier: 6.0.3 version: 6.0.3 examples/vite/vite-react-ts: dependencies: '@apollo/client': - specifier: ^3.7.10 + specifier: 3.14.1 version: 3.14.1(@types/react@19.2.14)(graphql-ws@6.0.8(graphql@16.14.0)(ws@8.20.1))(graphql@16.14.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@graphql-typed-document-node/core': specifier: 3.2.0 version: 3.2.0(graphql@16.14.0) '@vitejs/plugin-react-swc': - specifier: ^4.0.0 + specifier: 4.3.1 version: 4.3.1(@swc/helpers@0.5.21)(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0)) graphql: specifier: 16.14.0 version: 16.14.0 react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@types/react': - specifier: ^19.0.0 + specifier: 19.2.14 version: 19.2.14 '@types/react-dom': - specifier: ^19.0.0 + specifier: 19.2.3 version: 19.2.3(@types/react@19.2.14) cypress: specifier: 15.15.0 @@ -781,29 +772,29 @@ importers: specifier: 3.0.5 version: 3.0.5 typescript: - specifier: ^6.0.0 + specifier: 6.0.3 version: 6.0.3 examples/vue/apollo-composable: dependencies: '@apollo/client': - specifier: ^3.7.10 + specifier: 3.14.1 version: 3.14.1(@types/react@19.2.14)(graphql-ws@6.0.8(graphql@16.14.0)(ws@8.20.1))(graphql@16.14.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@vue/apollo-composable': specifier: 4.2.2 version: 4.2.2(@apollo/client@3.14.1(@types/react@19.2.14)(graphql-ws@6.0.8(graphql@16.14.0)(ws@8.20.1))(graphql@16.14.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6))(graphql@16.14.0)(typescript@6.0.3)(vue@3.5.34(typescript@6.0.3)) graphql: - specifier: ^16.6.0 + specifier: 16.14.0 version: 16.14.0 vue: - specifier: ^3.2.37 + specifier: 3.5.34 version: 3.5.34(typescript@6.0.3) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@vitejs/plugin-vue': - specifier: ^6.0.0 + specifier: 6.0.7 version: 6.0.7(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0))(vue@3.5.34(typescript@6.0.3)) cypress: specifier: 15.15.0 @@ -815,32 +806,32 @@ importers: specifier: 3.0.5 version: 3.0.5 typescript: - specifier: ^6.0.0 + specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) vue-tsc: - specifier: ^3.0.0 + specifier: 3.2.9 version: 3.2.9(typescript@6.0.3) examples/vue/urql: dependencies: '@urql/vue': - specifier: ^2.0.0 + specifier: 2.1.0 version: 2.1.0(@urql/core@3.2.2(graphql@16.14.0))(vue@3.5.34(typescript@6.0.3)) graphql: - specifier: ^16.6.0 + specifier: 16.14.0 version: 16.14.0 vue: - specifier: ^3.2.45 + specifier: 3.5.34 version: 3.5.34(typescript@6.0.3) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@vitejs/plugin-vue': - specifier: ^6.0.0 + specifier: 6.0.7 version: 6.0.7(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0))(vue@3.5.34(typescript@6.0.3)) cypress: specifier: 15.15.0 @@ -852,32 +843,32 @@ importers: specifier: 3.0.5 version: 3.0.5 typescript: - specifier: ^6.0.0 + specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) vue-tsc: - specifier: ^3.0.0 + specifier: 3.2.9 version: 3.2.9(typescript@6.0.3) examples/vue/villus: dependencies: graphql: - specifier: ^16.6.0 + specifier: 16.14.0 version: 16.14.0 villus: - specifier: ^3.0.0 + specifier: 3.5.2 version: 3.5.2(graphql@16.14.0)(vue@3.5.34(typescript@6.0.3)) vue: - specifier: ^3.2.37 + specifier: 3.5.34 version: 3.5.34(typescript@6.0.3) devDependencies: '@graphql-codegen/cli': specifier: workspace:* version: link:../../../packages/graphql-codegen-cli/dist '@vitejs/plugin-vue': - specifier: ^6.0.0 + specifier: 6.0.7 version: 6.0.7(vite@8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0))(vue@3.5.34(typescript@6.0.3)) cypress: specifier: 15.15.0 @@ -889,13 +880,13 @@ importers: specifier: 3.0.5 version: 3.0.5 typescript: - specifier: ^6.0.0 + specifier: 6.0.3 version: 6.0.3 vite: - specifier: ^8.0.0 + specifier: 8.0.13 version: 8.0.13(@types/node@24.12.4)(esbuild@0.28.0)(jiti@2.7.0)(tsx@4.22.0)(yaml@2.9.0) vue-tsc: - specifier: ^3.0.0 + specifier: 3.2.9 version: 3.2.9(typescript@6.0.3) examples/yoga-tests: @@ -954,7 +945,7 @@ importers: version: 9.1.2(@types/node@24.12.4)(graphql@16.14.0) '@graphql-tools/graphql-file-loader': specifier: ^8.1.11 - version: 8.1.14(graphql@16.14.0) + version: 8.1.12(graphql@16.14.0) '@graphql-tools/json-file-loader': specifier: ^8.0.26 version: 8.0.28(graphql@16.14.0) @@ -1058,6 +1049,9 @@ importers: make-dir: specifier: 5.1.0 version: 5.1.0 + memfs: + specifier: 4.57.2 + version: 4.57.2(tslib@2.8.1) prettier: specifier: 3.8.3 version: 3.8.3 @@ -1528,7 +1522,7 @@ importers: specifier: 3.0.2 version: 3.0.2(graphql@16.14.0) '@graphql-codegen/flutter-freezed': - specifier: ^5.0.0 + specifier: 5.0.1 version: 5.0.1(graphql@16.14.0) '@graphql-codegen/fragment-matcher': specifier: 7.0.0 @@ -1636,16 +1630,16 @@ importers: specifier: 4.0.1 version: 4.0.1(graphql@16.14.0) '@mizdra/graphql-codegen-typescript-fabbrica': - specifier: ^0.6.0 + specifier: 0.6.1 version: 0.6.1(graphql@16.14.0) '@monaco-editor/react': specifier: 4.7.0 version: 4.7.0(monaco-editor@0.55.1)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@radix-ui/react-accordion': - specifier: ^1.2.1 + specifier: 1.2.12 version: 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.6(react@19.2.6))(react@19.2.6) '@radix-ui/react-icons': - specifier: ^1.3.0 + specifier: 1.3.2 version: 1.3.2(react@19.2.6) '@theguild/components': specifier: 7.6.5 @@ -1675,13 +1669,13 @@ importers: specifier: 4.2.3 version: 4.2.3(next@15.5.18(@babel/core@7.29.0)(babel-plugin-macros@3.1.0)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)) postcss-nesting: - specifier: ^14.0.0 + specifier: 14.0.0 version: 14.0.0(postcss@8.5.14) react: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6 react-dom: - specifier: ^19.0.0 + specifier: 19.2.6 version: 19.2.6(react@19.2.6) react-markdown: specifier: 10.1.0 @@ -1718,10 +1712,10 @@ importers: specifier: 1.3.0 version: 1.3.0 postcss-import: - specifier: ^16.1.0 + specifier: 16.1.1 version: 16.1.1(postcss@8.5.14) postcss-lightningcss: - specifier: ^1.0.1 + specifier: 1.1.0 version: 1.1.0(postcss@8.5.14) prettier-plugin-tailwindcss: specifier: 0.8.0 @@ -1730,8 +1724,11 @@ importers: specifier: 7.8.0 version: 7.8.0 tailwindcss: - specifier: ^3.4.14 + specifier: 3.4.19 version: 3.4.19(tsx@4.22.0)(yaml@2.9.0) + tsx: + specifier: 4.22.0 + version: 4.22.0 packages: @@ -3581,8 +3578,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/graphql-file-loader@8.1.14': - resolution: {integrity: sha512-CfAcsSEVkkHfEXLFzrd5rUYpcQEGWNV8lfc1Tb1p5m9HnYICzDDH08I5V33iMrEDza3GuujjjRBYqplBkqwIow==} + '@graphql-tools/graphql-file-loader@8.1.12': + resolution: {integrity: sha512-Nma7gBgJoUbqXWTmdHjouo36tjzewA8MptVcHoH7widzkciaUVzBhriHzqICFB/dVxig//g9MX8s1XawZo7UAg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -4472,8 +4469,8 @@ packages: '@next/env@15.5.18': resolution: {integrity: sha512-hAV85Ckd9QR6RvH04MEKwsfLTksvFpO47j9xwtoIuvuPnlwecpSi+uZTtm8HirVbtlI2Fnz//xpcSTjFdyJk+g==} - '@next/eslint-plugin-next@13.5.11': - resolution: {integrity: sha512-0qjDhes9UTSxirt/dYzrv20hs8SUhcIOvlEioj5+XucVrBHihnAk6Om7Vzk+VZ2nRE7tcShm/6lH1xSkJ3XMpg==} + '@next/eslint-plugin-next@13.5.1': + resolution: {integrity: sha512-LBlI3iQvlzRE7Y6AfIyHKuM4T6REGmFgweN2tBqEUVEfgxERBLOutV2xckXEp3Y3VbfJBBXKZNfDzs20gHimSg==} '@next/swc-darwin-arm64@15.5.18': resolution: {integrity: sha512-w0WvQf1n+txiwns/9pwIQteCJpZTbxzO2SE0FLcwuD4v0WEh1JPOjdyxWL21XwJsdpx8cFRjyzxzCS/siP7HcQ==} @@ -6163,9 +6160,6 @@ packages: '@xtuc/long@4.2.2': resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - '@yarnpkg/lockfile@1.1.0': - resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} - '@zeit/schemas@2.36.0': resolution: {integrity: sha512-7kjMwcChYEzMKjeex9ZFXkt1AyNov9R5HZtjBKVsmVpw7pa7ZtlCGvCBC2vnnXctaYN+aRI61HjIqeetZW5ROg==} @@ -6764,10 +6758,6 @@ packages: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} - ci-info@3.9.0: - resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} - engines: {node: '>=8'} - ci-info@4.4.0: resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==} engines: {node: '>=8'} @@ -7566,8 +7556,8 @@ packages: peerDependencies: eslint: '>=6.0.0' - eslint-config-next@13.5.11: - resolution: {integrity: sha512-jImZvfc4htMMsiW3nCY/UOxXrI4DbEI4JrdWOEfSNkMipi4j3ZukUhvv4TGQnP6d6lvPTh6uHisQbMl3Ozga1w==} + eslint-config-next@13.5.1: + resolution: {integrity: sha512-+8xIIWtD+iFwHfXgmXRGn05BuNIu/RAGcz6kI4wsJTPrE/1WtWKv2o0l+GbQ6wRaC+cbBV8+QnFAOf18aJiWrg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -7821,8 +7811,8 @@ packages: resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==} engines: {node: '>=0.10'} - esrap@2.2.8: - resolution: {integrity: sha512-MPweq2EvEGj8jwOI7Hgycw/QIHzqA1EbAM8lG7p+FBfZbZq/hQ6h3AMsqnu/djzisH1KVWNzbb7LSgIVtMlPSg==} + esrap@2.2.9: + resolution: {integrity: sha512-4KijP+NxCWthMCUC3qHbE6n4vCjqgJS1uAYKhuT/GWfFTf1Qyive2TgOjep+gzbSzRfnNyaN/UU9YmdOt8Eg0A==} peerDependencies: '@typescript-eslint/types': 8.59.3 peerDependenciesMeta: @@ -8051,9 +8041,6 @@ packages: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} - find-yarn-workspace-root@2.0.0: - resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==} - fix-dts-default-cjs-exports@1.0.1: resolution: {integrity: sha512-pVIECanWFC61Hzl2+oOCtoJ3F17kglZC/6N94eRWycFgBH35hHx0Li604ZIzhseh97mf2p0cv7vVrOZGoqhlEg==} @@ -8113,10 +8100,6 @@ packages: from2@2.3.0: resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} - fs-extra@10.1.0: - resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} - engines: {node: '>=12'} - fs-extra@11.3.5: resolution: {integrity: sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==} engines: {node: '>=14.14'} @@ -9044,10 +9027,6 @@ packages: json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} - json-stable-stringify@1.3.0: - resolution: {integrity: sha512-qtYiSSFlwot9XHtF9bD9c7rwKjr+RecWT//ZnPvSmEjpV5mmPOCN4j8UjY5hbjNkOwZ/jQv3J6R1/pL7RwgMsg==} - engines: {node: '>= 0.4'} - json-stringify-safe@5.0.1: resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} @@ -9074,9 +9053,6 @@ packages: jsonfile@6.2.1: resolution: {integrity: sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==} - jsonify@0.0.1: - resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} - jsonpath@1.3.0: resolution: {integrity: sha512-0kjkYHJBkAy50Z5QzArZ7udmvxrJzkpKYW27fiF//BrMY7TQibYLl+FYIXN2BiYmwMIVzSfD8aDRj6IzgBX2/w==} @@ -9110,9 +9086,6 @@ packages: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} - klaw-sync@6.0.0: - resolution: {integrity: sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==} - kleur@4.1.5: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} @@ -9999,10 +9972,6 @@ packages: oniguruma-to-es@2.3.0: resolution: {integrity: sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==} - open@7.4.2: - resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==} - engines: {node: '>=8'} - opener@1.5.2: resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true @@ -10131,11 +10100,6 @@ packages: resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} engines: {node: '>=0.10.0'} - patch-package@8.0.1: - resolution: {integrity: sha512-VsKRIA8f5uqHQ7NGhwIna6Bx6D9s/1iXlA1hthBVBEbkq+t4kXD0HHt+rJhf/Z+Ci0F/HCB2hvn0qLdLG+Qxlw==} - engines: {node: '>=14', npm: '>5'} - hasBin: true - path-browserify@0.0.1: resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} @@ -11111,10 +11075,6 @@ packages: resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} engines: {node: '>= 10'} - slash@2.0.0: - resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} - engines: {node: '>=6'} - slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} @@ -13980,7 +13940,7 @@ snapshots: '@graphql-tools/code-file-loader': 8.1.32(graphql@16.14.0) '@graphql-tools/git-loader': 8.0.36(graphql@16.14.0) '@graphql-tools/github-loader': 9.1.2(@types/node@24.12.4)(graphql@16.14.0) - '@graphql-tools/graphql-file-loader': 8.1.14(graphql@16.14.0) + '@graphql-tools/graphql-file-loader': 8.1.12(graphql@16.14.0) '@graphql-tools/json-file-loader': 8.0.28(graphql@16.14.0) '@graphql-tools/load': 8.1.10(graphql@16.14.0) '@graphql-tools/merge': 9.1.9(graphql@16.14.0) @@ -14723,7 +14683,7 @@ snapshots: - '@types/node' - supports-color - '@graphql-tools/graphql-file-loader@8.1.14(graphql@16.14.0)': + '@graphql-tools/graphql-file-loader@8.1.12(graphql@16.14.0)': dependencies: '@graphql-tools/import': 7.1.14(graphql@16.14.0) '@graphql-tools/utils': 11.1.0(graphql@16.14.0) @@ -15580,7 +15540,7 @@ snapshots: '@next/env@15.5.18': {} - '@next/eslint-plugin-next@13.5.11': + '@next/eslint-plugin-next@13.5.1': dependencies: glob: 7.1.7 @@ -17177,8 +17137,6 @@ snapshots: '@xtuc/long@4.2.2': {} - '@yarnpkg/lockfile@1.1.0': {} - '@zeit/schemas@2.36.0': {} abbrev@2.0.0: {} @@ -17923,8 +17881,6 @@ snapshots: chrome-trace-event@1.0.4: {} - ci-info@3.9.0: {} - ci-info@4.4.0: {} cipher-base@1.0.7: @@ -18924,9 +18880,9 @@ snapshots: eslint: 10.4.0(jiti@2.7.0) semver: 7.8.0 - eslint-config-next@13.5.11(eslint@10.4.0(jiti@2.7.0))(typescript@6.0.3): + eslint-config-next@13.5.1(eslint@10.4.0(jiti@2.7.0))(typescript@6.0.3): dependencies: - '@next/eslint-plugin-next': 13.5.11 + '@next/eslint-plugin-next': 13.5.1 '@rushstack/eslint-patch': 1.16.1 '@typescript-eslint/parser': 8.59.3(eslint@10.4.0(jiti@2.7.0))(typescript@6.0.3) eslint: 10.4.0(jiti@2.7.0) @@ -19364,7 +19320,7 @@ snapshots: dependencies: estraverse: 5.3.0 - esrap@2.2.8(@typescript-eslint/types@8.59.3): + esrap@2.2.9(@typescript-eslint/types@8.59.3): dependencies: '@jridgewell/sourcemap-codec': 1.5.5 optionalDependencies: @@ -19662,10 +19618,6 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - find-yarn-workspace-root@2.0.0: - dependencies: - micromatch: 4.0.8 - fix-dts-default-cjs-exports@1.0.1: dependencies: magic-string: 0.30.21 @@ -19726,12 +19678,6 @@ snapshots: inherits: 2.0.4 readable-stream: 2.3.8 - fs-extra@10.1.0: - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.2.1 - universalify: 2.0.1 - fs-extra@11.3.5: dependencies: graceful-fs: 4.2.11 @@ -19939,7 +19885,7 @@ snapshots: graphql-config@5.1.6(@types/node@24.12.4)(graphql@16.14.0)(typescript@6.0.3): dependencies: - '@graphql-tools/graphql-file-loader': 8.1.14(graphql@16.14.0) + '@graphql-tools/graphql-file-loader': 8.1.12(graphql@16.14.0) '@graphql-tools/json-file-loader': 8.0.28(graphql@16.14.0) '@graphql-tools/load': 8.1.10(graphql@16.14.0) '@graphql-tools/merge': 9.1.9(graphql@16.14.0) @@ -20725,14 +20671,6 @@ snapshots: json-stable-stringify-without-jsonify@1.0.1: {} - json-stable-stringify@1.3.0: - dependencies: - call-bind: 1.0.9 - call-bound: 1.0.4 - isarray: 2.0.5 - jsonify: 0.0.1 - object-keys: 1.1.1 - json-stringify-safe@5.0.1: {} json-to-pretty-yaml@1.2.2: @@ -20763,8 +20701,6 @@ snapshots: optionalDependencies: graceful-fs: 4.2.11 - jsonify@0.0.1: {} - jsonpath@1.3.0: dependencies: esprima: 1.2.5 @@ -20805,10 +20741,6 @@ snapshots: kind-of@6.0.3: {} - klaw-sync@6.0.0: - dependencies: - graceful-fs: 4.2.11 - kleur@4.1.5: {} language-subtag-registry@0.3.23: {} @@ -22116,11 +22048,6 @@ snapshots: regex: 5.1.1 regex-recursion: 5.1.1 - open@7.4.2: - dependencies: - is-docker: 2.2.1 - is-wsl: 2.2.0 - opener@1.5.2: {} optimism@0.18.1: @@ -22281,23 +22208,6 @@ snapshots: pascalcase@0.1.1: {} - patch-package@8.0.1: - dependencies: - '@yarnpkg/lockfile': 1.1.0 - chalk: 4.1.2 - ci-info: 3.9.0 - cross-spawn: 7.0.6 - find-yarn-workspace-root: 2.0.0 - fs-extra: 10.1.0 - json-stable-stringify: 1.3.0 - klaw-sync: 6.0.0 - minimist: 1.2.8 - open: 7.4.2 - semver: 7.8.0 - slash: 2.0.0 - tmp: 0.2.5 - yaml: 2.9.0 - path-browserify@0.0.1: {} path-browserify@1.0.1: {} @@ -23472,8 +23382,6 @@ snapshots: mrmime: 2.0.1 totalist: 3.0.1 - slash@2.0.0: {} - slash@3.0.0: {} slash@4.0.0: {} @@ -23841,7 +23749,7 @@ snapshots: clsx: 2.1.1 devalue: 5.8.1 esm-env: 1.2.2 - esrap: 2.2.8(@typescript-eslint/types@8.59.3) + esrap: 2.2.9(@typescript-eslint/types@8.59.3) is-reference: 3.0.3 locate-character: 3.0.0 magic-string: 0.30.21 @@ -24104,26 +24012,6 @@ snapshots: optionalDependencies: '@swc/core': 1.15.33(@swc/helpers@0.5.21) - ts-node@10.9.2(@swc/core@1.15.33(@swc/helpers@0.5.21))(@types/node@24.12.4)(typescript@6.0.3): - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.12 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 24.12.4 - acorn: 8.16.0 - acorn-walk: 8.3.5 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.4 - make-error: 1.3.6 - typescript: 6.0.3 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - optionalDependencies: - '@swc/core': 1.15.33(@swc/helpers@0.5.21) - tsconfig-paths@3.15.0: dependencies: '@types/json5': 0.0.29 diff --git a/website/package.json b/website/package.json index 2727f3dd420..95386e29a26 100644 --- a/website/package.json +++ b/website/package.json @@ -20,7 +20,7 @@ "@graphql-codegen/flow": "3.0.1", "@graphql-codegen/flow-operations": "3.0.2", "@graphql-codegen/flow-resolvers": "3.0.2", - "@graphql-codegen/flutter-freezed": "^5.0.0", + "@graphql-codegen/flutter-freezed": "5.0.1", "@graphql-codegen/fragment-matcher": "7.0.0", "@graphql-codegen/hasura-allow-list": "4.0.1", "@graphql-codegen/import-types-preset": "4.0.1", @@ -56,10 +56,10 @@ "@graphql-codegen/typescript-vue-apollo-smart-ops": "4.0.1", "@graphql-codegen/typescript-vue-urql": "4.0.1", "@graphql-codegen/urql-introspection": "4.0.1", - "@mizdra/graphql-codegen-typescript-fabbrica": "^0.6.0", + "@mizdra/graphql-codegen-typescript-fabbrica": "0.6.1", "@monaco-editor/react": "4.7.0", - "@radix-ui/react-accordion": "^1.2.1", - "@radix-ui/react-icons": "^1.3.0", + "@radix-ui/react-accordion": "1.2.12", + "@radix-ui/react-icons": "1.3.2", "@theguild/components": "7.6.5", "classnames": "2.5.1", "date-fns": "4.1.0", @@ -69,9 +69,9 @@ "next": "15.5.18", "next-mdx-remote": "6.0.0", "next-sitemap": "4.2.3", - "postcss-nesting": "^14.0.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "postcss-nesting": "14.0.0", + "react": "19.2.6", + "react-dom": "19.2.6", "react-markdown": "10.1.0", "react-select": "5.10.2", "typescript-json-schema": "0.67.2" @@ -85,11 +85,12 @@ "@types/semver": "7.7.1", "fast-xml-parser": "5.8.0", "jsonpath": "1.3.0", - "postcss-import": "^16.1.0", - "postcss-lightningcss": "^1.0.1", + "postcss-import": "16.1.1", + "postcss-lightningcss": "1.1.0", "prettier-plugin-tailwindcss": "0.8.0", "semver": "7.8.0", - "tailwindcss": "^3.4.14" + "tailwindcss": "3.4.19", + "tsx": "4.22.0" }, "browserslist": { "production": [