Skip to content

Commit

Permalink
Merge branch 'master' into fix-cli-types
Browse files Browse the repository at this point in the history
  • Loading branch information
eddeee888 authored Jan 26, 2025
2 parents 9efc60b + e188578 commit 5558de2
Show file tree
Hide file tree
Showing 24 changed files with 1,289 additions and 1,638 deletions.
5 changes: 5 additions & 0 deletions .changeset/@graphql-codegen_cli-10248-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-codegen/cli": patch
---
dependencies updates:
- Updated dependency [`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0) (from `^0.9.20`, in `dependencies`)
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion examples/persisted-documents-string-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-codegen/cli": "5.0.3",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7"
"@babel/preset-typescript": "7.26.0"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-codegen/cli": "5.0.3",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7"
"@babel/preset-typescript": "7.26.0"
},
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "2.8.8"
},
"devDependencies": {
"@types/node": "20.16.1",
"@types/node": "22.10.7",
"tsup": "8.2.4"
}
}
6 changes: 3 additions & 3 deletions examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.3",
"@types/jest": "^27.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.0.0",
"cypress": "13.13.3",
"cypress": "14.0.0",
"serve": "14.2.3",
"start-server-and-test": "2.0.5",
"typescript": "5.5.4",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client-swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "5.5.4",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.10",
"typescript": "5.5.4",
"serve": "14.2.3",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/http-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"typescript": "5.5.4",
"serve": "14.2.3",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/schema-ast": "4.1.0",
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"eslint": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^20.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"typescript": "5.5.4",
"serve": "14.2.3",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@vitejs/plugin-react": "^4.0.0",
"typescript": "5.5.4",
"serve": "14.2.3",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-cts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"typescript": "^5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-mts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"typescript": "^5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"graphql": "16.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.0"
"vite": "^6.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5",
"typescript": "^5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0",
"serve": "14.2.3",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5"
}
}
4 changes: 2 additions & 2 deletions examples/vue/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0",
"serve": "14.2.3",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5"
}
}
4 changes: 2 additions & 2 deletions examples/vue/villus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@graphql-codegen/cli": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite": "^6.0.0",
"vue-tsc": "^2.0.0",
"serve": "14.2.3",
"cypress": "13.13.3",
"cypress": "14.0.0",
"start-server-and-test": "2.0.5"
}
}
2 changes: 1 addition & 1 deletion examples/yoga-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@graphql-codegen/cli": "5.0.3",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7"
"@babel/preset-typescript": "7.26.0"
},
"scripts": {
"test": "jest",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7",
"@babel/preset-typescript": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@theguild/eslint-config": "0.13.0",
"@changesets/cli": "2.27.11",
"@theguild/eslint-config": "0.13.2",
"@theguild/prettier-config": "0.1.1",
"@types/jest": "28.1.8",
"babel-jest": "29.7.0",
"bob-the-bundler": "7.0.1",
"cross-env": "7.0.3",
"eslint": "9.9.0",
"graphql": "16.9.0",
"husky": "8.0.3",
"husky": "9.1.7",
"jest": "28.1.3",
"jest-docblock": "29.7.0",
"jest-junit": "16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@graphql-tools/prisma-loader": "^8.0.0",
"@graphql-tools/url-loader": "^8.0.0",
"@graphql-tools/utils": "^10.0.0",
"@whatwg-node/fetch": "^0.9.20",
"@whatwg-node/fetch": "^0.10.0",
"chalk": "^4.1.0",
"cosmiconfig": "^8.1.3",
"debounce": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"graphql-subscriptions": "2.0.0"
"graphql-subscriptions": "3.0.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 5 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"generate-json-config": "tsx generate-config-json-schema.ts"
},
"devDependencies": {
"@theguild/tailwind-config": "0.6.0",
"@theguild/tailwind-config": "0.6.2",
"@types/dedent": "0.7.2",
"@types/jsonpath": "0.2.4",
"@types/node": "20.16.1",
"@types/node": "22.10.7",
"@types/react": "18.3.3",
"fast-xml-parser": "4.4.1",
"jsonpath": "1.1.1",
Expand Down Expand Up @@ -72,9 +72,9 @@
"@monaco-editor/react": "4.6.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-icons": "^1.3.0",
"@theguild/components": "7.6.0",
"@theguild/components": "7.6.1",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"date-fns": "4.1.0",
"dedent": "1.5.3",
"graphql": "16.9.0",
"js-yaml": "4.1.0",
Expand All @@ -84,7 +84,7 @@
"postcss-nesting": "^13.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "8.0.7",
"react-markdown": "9.0.3",
"react-select": "5.8.0",
"typescript-json-schema": "0.56.0"
},
Expand Down
Loading

0 comments on commit 5558de2

Please sign in to comment.