diff --git a/.changeset/tough-bananas-sing.md b/.changeset/tough-bananas-sing.md deleted file mode 100644 index 73fe0fee544..00000000000 --- a/.changeset/tough-bananas-sing.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@graphql-codegen/cli': patch -'@graphql-codegen/visitor-plugin-common': patch -'@graphql-codegen/typescript-operations': patch -'@graphql-codegen/client-preset': patch -'@graphql-codegen/core': patch -'@graphql-codegen/add': patch -'@graphql-codegen/fragment-matcher': patch -'@graphql-codegen/introspection': patch -'@graphql-codegen/schema-ast': patch -'@graphql-codegen/typescript-document-nodes': patch -'@graphql-codegen/gql-tag-operations': patch -'@graphql-codegen/typescript-resolvers': patch -'@graphql-codegen/typed-document-node': patch -'@graphql-codegen/typescript': patch -'@graphql-codegen/graphql-modules-preset': patch -'@graphql-codegen/testing': patch -'@graphql-codegen/plugin-helpers': patch ---- - -bumping for a release diff --git a/examples/persisted-documents-string-mode/package.json b/examples/persisted-documents-string-mode/package.json index ade3ade4e11..e6f71c7d7b4 100644 --- a/examples/persisted-documents-string-mode/package.json +++ b/examples/persisted-documents-string-mode/package.json @@ -10,7 +10,7 @@ "@graphql-typed-document-node/core": "3.2.0", "jest": "28.1.3", "babel-jest": "29.6.4", - "@graphql-codegen/cli": "5.0.1", + "@graphql-codegen/cli": "5.0.2", "@babel/core": "7.22.11", "@babel/preset-env": "7.22.10", "@babel/preset-typescript": "7.22.11" diff --git a/examples/persisted-documents/package.json b/examples/persisted-documents/package.json index b4561d46688..68c6e5dfe9d 100644 --- a/examples/persisted-documents/package.json +++ b/examples/persisted-documents/package.json @@ -10,7 +10,7 @@ "@graphql-typed-document-node/core": "3.2.0", "jest": "28.1.3", "babel-jest": "29.6.4", - "@graphql-codegen/cli": "5.0.1", + "@graphql-codegen/cli": "5.0.2", "@babel/core": "7.22.11", "@babel/preset-env": "7.22.10", "@babel/preset-typescript": "7.22.11" diff --git a/examples/programmatic-typescript/package.json b/examples/programmatic-typescript/package.json index a14b98df995..a59560b67be 100644 --- a/examples/programmatic-typescript/package.json +++ b/examples/programmatic-typescript/package.json @@ -10,12 +10,12 @@ "test:end2end": "exit 0" }, "dependencies": { - "@graphql-codegen/core": "4.0.1", - "@graphql-codegen/plugin-helpers": "5.0.2", - "@graphql-codegen/typed-document-node": "5.0.3", - "@graphql-codegen/typescript": "4.0.3", - "@graphql-codegen/typescript-operations": "4.1.1", - "@graphql-codegen/typescript-resolvers": "4.0.3", + "@graphql-codegen/core": "4.0.2", + "@graphql-codegen/plugin-helpers": "5.0.3", + "@graphql-codegen/typed-document-node": "5.0.4", + "@graphql-codegen/typescript": "4.0.4", + "@graphql-codegen/typescript-operations": "4.1.2", + "@graphql-codegen/typescript-resolvers": "4.0.4", "@graphql-tools/graphql-file-loader": "8.0.0", "@graphql-tools/load": "8.0.0", "@graphql-tools/schema": "10.0.0", diff --git a/examples/react/apollo-client-defer/package.json b/examples/react/apollo-client-defer/package.json index b91721986ef..ca93e443139 100644 --- a/examples/react/apollo-client-defer/package.json +++ b/examples/react/apollo-client-defer/package.json @@ -11,7 +11,7 @@ "graphql-yoga": "4.0.4" }, "devDependencies": { - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@types/jest": "^27.5.2", "@types/node": "^18.11.18", "@types/react": "^18.0.15", diff --git a/examples/react/apollo-client-swc-plugin/package.json b/examples/react/apollo-client-swc-plugin/package.json index 986f1937c54..14e56d34bac 100644 --- a/examples/react/apollo-client-swc-plugin/package.json +++ b/examples/react/apollo-client-swc-plugin/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@graphql-codegen/client-preset-swc-plugin": "0.2.0", - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@vitejs/plugin-react-swc": "^3.3.0", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", diff --git a/examples/react/apollo-client/package.json b/examples/react/apollo-client/package.json index c314cc0ba6a..3b9095d0998 100644 --- a/examples/react/apollo-client/package.json +++ b/examples/react/apollo-client/package.json @@ -9,7 +9,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@vitejs/plugin-react": "^3.1.0", "@types/jest": "^27.5.2", "@types/node": "^18.11.18", diff --git a/examples/react/http-executor/package.json b/examples/react/http-executor/package.json index 651c84bb5f8..e1f1040d021 100644 --- a/examples/react/http-executor/package.json +++ b/examples/react/http-executor/package.json @@ -8,7 +8,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@vitejs/plugin-react": "^3.1.0", "@types/jest": "^27.5.2", "@types/node": "^18.11.18", diff --git a/examples/react/nextjs-swr/package.json b/examples/react/nextjs-swr/package.json index 80f439798e3..fa542ba9e18 100644 --- a/examples/react/nextjs-swr/package.json +++ b/examples/react/nextjs-swr/package.json @@ -19,8 +19,8 @@ "swr": "^2.0.0" }, "devDependencies": { - "@graphql-codegen/cli": "^5.0.1", - "@graphql-codegen/schema-ast": "4.0.1", + "@graphql-codegen/cli": "^5.0.2", + "@graphql-codegen/schema-ast": "4.0.2", "@graphql-codegen/client-preset-swc-plugin": "0.2.0", "@types/node": "^18.11.18", "@types/react": "^18.0.17", diff --git a/examples/react/tanstack-react-query/package.json b/examples/react/tanstack-react-query/package.json index e3e5111bac9..56dfa773001 100644 --- a/examples/react/tanstack-react-query/package.json +++ b/examples/react/tanstack-react-query/package.json @@ -8,7 +8,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@vitejs/plugin-react": "^3.1.0", "@types/jest": "^27.5.2", "@types/node": "^18.11.18", diff --git a/examples/react/urql/package.json b/examples/react/urql/package.json index 8412c99e4be..355812ae127 100644 --- a/examples/react/urql/package.json +++ b/examples/react/urql/package.json @@ -10,7 +10,7 @@ "devDependencies": { "@types/react": "^18.0.17", "@types/react-dom": "^18.0.10", - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@vitejs/plugin-react": "^3.1.0", "typescript": "5.2.2", "serve": "14.2.1", diff --git a/examples/typescript-esm/package.json b/examples/typescript-esm/package.json index b2a1b6ab7da..e88d345eb3a 100644 --- a/examples/typescript-esm/package.json +++ b/examples/typescript-esm/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "devDependencies": { - "@graphql-codegen/cli": "5.0.1" + "@graphql-codegen/cli": "5.0.2" }, "dependencies": { "@graphql-typed-document-node/core": "3.2.0", diff --git a/examples/typescript-graphql-request/package.json b/examples/typescript-graphql-request/package.json index dfd02bf2fba..0a53a0fe033 100644 --- a/examples/typescript-graphql-request/package.json +++ b/examples/typescript-graphql-request/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "devDependencies": { - "@graphql-codegen/cli": "5.0.1", + "@graphql-codegen/cli": "5.0.2", "babel-jest": "29.6.4", "jest": "28.1.3" }, diff --git a/examples/typescript-resolvers/package.json b/examples/typescript-resolvers/package.json index bb5f7bee68b..e302685d2b6 100644 --- a/examples/typescript-resolvers/package.json +++ b/examples/typescript-resolvers/package.json @@ -3,9 +3,9 @@ "version": "0.0.0", "private": true, "devDependencies": { - "@graphql-codegen/cli": "5.0.1", - "@graphql-codegen/typescript": "4.0.3", - "@graphql-codegen/typescript-resolvers": "4.0.3" + "@graphql-codegen/cli": "5.0.2", + "@graphql-codegen/typescript": "4.0.4", + "@graphql-codegen/typescript-resolvers": "4.0.4" }, "dependencies": { "graphql": "16.8.0", diff --git a/examples/vite/vite-react-cts/package.json b/examples/vite/vite-react-cts/package.json index 29cf8c655c0..24c51f209cf 100644 --- a/examples/vite/vite-react-cts/package.json +++ b/examples/vite/vite-react-cts/package.json @@ -21,7 +21,7 @@ "vite": "^4.1.0" }, "devDependencies": { - "@graphql-codegen/cli": "5.0.1", + "@graphql-codegen/cli": "5.0.2", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "cypress": "12.17.4", diff --git a/examples/vite/vite-react-mts/package.json b/examples/vite/vite-react-mts/package.json index f9855d6ce46..106647453aa 100644 --- a/examples/vite/vite-react-mts/package.json +++ b/examples/vite/vite-react-mts/package.json @@ -21,7 +21,7 @@ "vite": "^4.1.0" }, "devDependencies": { - "@graphql-codegen/cli": "5.0.1", + "@graphql-codegen/cli": "5.0.2", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "cypress": "12.17.4", diff --git a/examples/vite/vite-react-ts/package.json b/examples/vite/vite-react-ts/package.json index 40313ff9787..d4a37cfe20d 100644 --- a/examples/vite/vite-react-ts/package.json +++ b/examples/vite/vite-react-ts/package.json @@ -21,7 +21,7 @@ "vite": "^4.1.0" }, "devDependencies": { - "@graphql-codegen/cli": "5.0.1", + "@graphql-codegen/cli": "5.0.2", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "cypress": "12.17.4", diff --git a/examples/vue/apollo-composable/package.json b/examples/vue/apollo-composable/package.json index 4c88eac29c4..81469ff797d 100644 --- a/examples/vue/apollo-composable/package.json +++ b/examples/vue/apollo-composable/package.json @@ -17,7 +17,7 @@ "vue": "^3.2.37" }, "devDependencies": { - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@vitejs/plugin-vue": "^4.0.0", "typescript": "^5.0.0", "vite": "^4.1.0", diff --git a/examples/vue/urql/package.json b/examples/vue/urql/package.json index da9c1411fb4..4056ffc46f7 100644 --- a/examples/vue/urql/package.json +++ b/examples/vue/urql/package.json @@ -16,7 +16,7 @@ "vue": "^3.2.45" }, "devDependencies": { - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@vitejs/plugin-vue": "^4.0.0", "typescript": "^5.0.0", "vite": "^4.1.0", diff --git a/examples/vue/villus/package.json b/examples/vue/villus/package.json index 1c6590015d5..d7f3c275d1c 100644 --- a/examples/vue/villus/package.json +++ b/examples/vue/villus/package.json @@ -16,7 +16,7 @@ "vue": "^3.2.37" }, "devDependencies": { - "@graphql-codegen/cli": "^5.0.1", + "@graphql-codegen/cli": "^5.0.2", "@vitejs/plugin-vue": "^4.0.0", "typescript": "^5.0.0", "vite": "^4.1.0", diff --git a/examples/yoga-tests/package.json b/examples/yoga-tests/package.json index 872d9d6d538..8a9ecd9db96 100644 --- a/examples/yoga-tests/package.json +++ b/examples/yoga-tests/package.json @@ -9,7 +9,7 @@ "@graphql-typed-document-node/core": "3.2.0", "jest": "28.1.3", "babel-jest": "29.6.4", - "@graphql-codegen/cli": "5.0.1", + "@graphql-codegen/cli": "5.0.2", "@babel/core": "7.22.11", "@babel/preset-env": "7.22.10", "@babel/preset-typescript": "7.22.11" diff --git a/packages/graphql-codegen-cli/CHANGELOG.md b/packages/graphql-codegen-cli/CHANGELOG.md index 350ebd1a6bb..5cf2e5a6acb 100644 --- a/packages/graphql-codegen-cli/CHANGELOG.md +++ b/packages/graphql-codegen-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-codegen/cli +## 5.0.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/client-preset@4.2.2 + - @graphql-codegen/core@4.0.2 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 5.0.1 ### Patch Changes diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 344b45f3594..6eb31eb340c 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/cli", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "bin": { "gql-gen": "dist/cjs/bin.js", @@ -43,9 +43,9 @@ "@babel/generator": "^7.18.13", "@babel/template": "^7.18.10", "@babel/types": "^7.18.13", - "@graphql-codegen/client-preset": "^4.2.0", - "@graphql-codegen/core": "^4.0.1", - "@graphql-codegen/plugin-helpers": "^5.0.2", + "@graphql-codegen/client-preset": "^4.2.2", + "@graphql-codegen/core": "^4.0.2", + "@graphql-codegen/plugin-helpers": "^5.0.3", "@graphql-tools/apollo-engine-loader": "^8.0.0", "@graphql-tools/code-file-loader": "^8.0.0", "@graphql-tools/git-loader": "^8.0.0", diff --git a/packages/graphql-codegen-core/CHANGELOG.md b/packages/graphql-codegen-core/CHANGELOG.md index af21198c5f8..f60fc689f29 100644 --- a/packages/graphql-codegen-core/CHANGELOG.md +++ b/packages/graphql-codegen-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/core +## 4.0.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.0.1 ### Patch Changes diff --git a/packages/graphql-codegen-core/package.json b/packages/graphql-codegen-core/package.json index d02cedae073..4b32038113b 100644 --- a/packages/graphql-codegen-core/package.json +++ b/packages/graphql-codegen-core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/core", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "repository": { "type": "git", @@ -37,7 +37,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" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", + "@graphql-codegen/plugin-helpers": "^5.0.3", "@graphql-tools/schema": "^10.0.0", "@graphql-tools/utils": "^10.0.0", "tslib": "~2.6.0" diff --git a/packages/plugins/other/add/CHANGELOG.md b/packages/plugins/other/add/CHANGELOG.md index 4ade59025c3..84461ab9483 100644 --- a/packages/plugins/other/add/CHANGELOG.md +++ b/packages/plugins/other/add/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/add +## 5.0.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/plugin-helpers@5.0.3 + ## 5.0.1 ### Patch Changes diff --git a/packages/plugins/other/add/package.json b/packages/plugins/other/add/package.json index 3107151052c..d0808aa6363 100644 --- a/packages/plugins/other/add/package.json +++ b/packages/plugins/other/add/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/add", - "version": "5.0.1", + "version": "5.0.2", "description": "GraphQL Code Generator plugin for adding custom content to your output file", "repository": { "type": "git", @@ -12,7 +12,7 @@ "lint": "eslint **/*.ts" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", + "@graphql-codegen/plugin-helpers": "^5.0.3", "tslib": "~2.6.0" }, "peerDependencies": { diff --git a/packages/plugins/other/fragment-matcher/CHANGELOG.md b/packages/plugins/other/fragment-matcher/CHANGELOG.md index f33e080ed73..62c9b22ced8 100644 --- a/packages/plugins/other/fragment-matcher/CHANGELOG.md +++ b/packages/plugins/other/fragment-matcher/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/fragment-matcher +## 5.0.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/plugin-helpers@5.0.3 + ## 5.0.1 ### Patch Changes diff --git a/packages/plugins/other/fragment-matcher/package.json b/packages/plugins/other/fragment-matcher/package.json index 58c93fd2b73..7f63f0d9e9f 100644 --- a/packages/plugins/other/fragment-matcher/package.json +++ b/packages/plugins/other/fragment-matcher/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/fragment-matcher", - "version": "5.0.1", + "version": "5.0.2", "description": "graphql-code-generate plugin for generating fragments matcher introspection file", "repository": { "type": "git", @@ -13,7 +13,7 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", + "@graphql-codegen/plugin-helpers": "^5.0.3", "tslib": "~2.6.0" }, "peerDependencies": { diff --git a/packages/plugins/other/introspection/CHANGELOG.md b/packages/plugins/other/introspection/CHANGELOG.md index 96333d7a6b9..d95570d9638 100644 --- a/packages/plugins/other/introspection/CHANGELOG.md +++ b/packages/plugins/other/introspection/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-codegen/introspection +## 4.0.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.0.1 ### Patch Changes diff --git a/packages/plugins/other/introspection/package.json b/packages/plugins/other/introspection/package.json index 0f719a517e6..7bde42014f2 100644 --- a/packages/plugins/other/introspection/package.json +++ b/packages/plugins/other/introspection/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/introspection", - "version": "4.0.1", + "version": "4.0.2", "description": "GraphQL Code Generator plugin for generating an introspection JSON file for a GraphQLSchema", "repository": { "type": "git", @@ -13,8 +13,8 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/visitor-plugin-common": "^4.1.0", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/visitor-plugin-common": "^4.1.2", "tslib": "~2.6.0" }, "peerDependencies": { diff --git a/packages/plugins/other/schema-ast/CHANGELOG.md b/packages/plugins/other/schema-ast/CHANGELOG.md index eb09de40d9e..06bedddccf3 100644 --- a/packages/plugins/other/schema-ast/CHANGELOG.md +++ b/packages/plugins/other/schema-ast/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/schema-ast +## 4.0.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.0.1 ### Patch Changes diff --git a/packages/plugins/other/schema-ast/package.json b/packages/plugins/other/schema-ast/package.json index 234c9693d65..e07bbc50c34 100644 --- a/packages/plugins/other/schema-ast/package.json +++ b/packages/plugins/other/schema-ast/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/schema-ast", - "version": "4.0.1", + "version": "4.0.2", "description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema", "repository": { "type": "git", @@ -13,7 +13,7 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", + "@graphql-codegen/plugin-helpers": "^5.0.3", "@graphql-tools/utils": "^10.0.0", "tslib": "~2.6.0" }, diff --git a/packages/plugins/other/visitor-plugin-common/CHANGELOG.md b/packages/plugins/other/visitor-plugin-common/CHANGELOG.md index dee921939e4..0bc6f4d5da1 100644 --- a/packages/plugins/other/visitor-plugin-common/CHANGELOG.md +++ b/packages/plugins/other/visitor-plugin-common/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/visitor-plugin-common +## 4.1.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/plugins/other/visitor-plugin-common/package.json b/packages/plugins/other/visitor-plugin-common/package.json index 8eaf85246de..b176e7d0c2f 100644 --- a/packages/plugins/other/visitor-plugin-common/package.json +++ b/packages/plugins/other/visitor-plugin-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/visitor-plugin-common", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "repository": { "type": "git", @@ -13,7 +13,7 @@ }, "dependencies": { "@graphql-tools/optimize": "^2.0.0", - "@graphql-codegen/plugin-helpers": "^5.0.2", + "@graphql-codegen/plugin-helpers": "^5.0.3", "@graphql-tools/relay-operation-optimizer": "^7.0.0", "@graphql-tools/utils": "^10.0.0", "auto-bind": "~4.0.0", diff --git a/packages/plugins/typescript/document-nodes/CHANGELOG.md b/packages/plugins/typescript/document-nodes/CHANGELOG.md index 7aef3db9deb..b514c62f5ca 100644 --- a/packages/plugins/typescript/document-nodes/CHANGELOG.md +++ b/packages/plugins/typescript/document-nodes/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-codegen/typescript-document-nodes +## 4.0.4 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.0.3 ### Patch Changes diff --git a/packages/plugins/typescript/document-nodes/package.json b/packages/plugins/typescript/document-nodes/package.json index 112de419e3f..8cea1b77252 100644 --- a/packages/plugins/typescript/document-nodes/package.json +++ b/packages/plugins/typescript/document-nodes/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-document-nodes", - "version": "4.0.3", + "version": "4.0.4", "description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes", "repository": { "type": "git", @@ -13,8 +13,8 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/visitor-plugin-common": "4.1.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, diff --git a/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md b/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md index d95d6f1d4df..b9cdee95bc6 100644 --- a/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md +++ b/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-codegen/gql-tag-operations +## 4.0.4 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.0.3 ### Patch Changes diff --git a/packages/plugins/typescript/gql-tag-operations/package.json b/packages/plugins/typescript/gql-tag-operations/package.json index cd51ad99158..d17b64426c2 100644 --- a/packages/plugins/typescript/gql-tag-operations/package.json +++ b/packages/plugins/typescript/gql-tag-operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/gql-tag-operations", - "version": "4.0.3", + "version": "4.0.4", "description": "GraphQL Code Generator plugin for generating a typed gql tag function", "repository": { "type": "git", @@ -17,8 +17,8 @@ }, "dependencies": { "@graphql-tools/utils": "^10.0.0", - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/visitor-plugin-common": "4.1.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, diff --git a/packages/plugins/typescript/operations/CHANGELOG.md b/packages/plugins/typescript/operations/CHANGELOG.md index 2d290a4b428..c761ae91370 100644 --- a/packages/plugins/typescript/operations/CHANGELOG.md +++ b/packages/plugins/typescript/operations/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-codegen/typescript-operations +## 4.1.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/typescript@4.0.4 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.1.1 ### Patch Changes diff --git a/packages/plugins/typescript/operations/package.json b/packages/plugins/typescript/operations/package.json index 7fb3353dae3..46dab486113 100644 --- a/packages/plugins/typescript/operations/package.json +++ b/packages/plugins/typescript/operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-operations", - "version": "4.1.1", + "version": "4.1.2", "description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments", "repository": { "type": "git", @@ -13,9 +13,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/typescript": "^4.0.3", - "@graphql-codegen/visitor-plugin-common": "4.1.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/typescript": "^4.0.4", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, diff --git a/packages/plugins/typescript/resolvers/CHANGELOG.md b/packages/plugins/typescript/resolvers/CHANGELOG.md index 0e0192226f2..9b3c20ec50b 100644 --- a/packages/plugins/typescript/resolvers/CHANGELOG.md +++ b/packages/plugins/typescript/resolvers/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-codegen/typescript-resolvers +## 4.0.4 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/typescript@4.0.4 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.0.3 ### Patch Changes diff --git a/packages/plugins/typescript/resolvers/package.json b/packages/plugins/typescript/resolvers/package.json index 0c055dd6fbf..58b60897ecd 100644 --- a/packages/plugins/typescript/resolvers/package.json +++ b/packages/plugins/typescript/resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-resolvers", - "version": "4.0.3", + "version": "4.0.4", "description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature", "repository": { "type": "git", @@ -13,9 +13,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/typescript": "^4.0.3", - "@graphql-codegen/visitor-plugin-common": "4.1.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/typescript": "^4.0.4", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "@graphql-tools/utils": "^10.0.0", "auto-bind": "~4.0.0", "tslib": "~2.6.0" diff --git a/packages/plugins/typescript/typed-document-node/CHANGELOG.md b/packages/plugins/typescript/typed-document-node/CHANGELOG.md index f6eceb222e9..94e89bde3bf 100644 --- a/packages/plugins/typescript/typed-document-node/CHANGELOG.md +++ b/packages/plugins/typescript/typed-document-node/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-codegen/typed-document-node +## 5.0.4 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 5.0.3 ### Patch Changes diff --git a/packages/plugins/typescript/typed-document-node/package.json b/packages/plugins/typescript/typed-document-node/package.json index b94de4c3aca..283406c2254 100644 --- a/packages/plugins/typescript/typed-document-node/package.json +++ b/packages/plugins/typescript/typed-document-node/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typed-document-node", - "version": "5.0.3", + "version": "5.0.4", "description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations", "repository": { "type": "git", @@ -17,8 +17,8 @@ }, "dependencies": { "change-case-all": "1.0.15", - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/visitor-plugin-common": "4.1.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, diff --git a/packages/plugins/typescript/typescript/CHANGELOG.md b/packages/plugins/typescript/typescript/CHANGELOG.md index a78ec05d4d8..50f15d75c80 100644 --- a/packages/plugins/typescript/typescript/CHANGELOG.md +++ b/packages/plugins/typescript/typescript/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-codegen/typescript +## 4.0.4 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/schema-ast@4.0.2 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.0.3 ### Patch Changes diff --git a/packages/plugins/typescript/typescript/package.json b/packages/plugins/typescript/typescript/package.json index ddca99dc18e..770df13f1d1 100644 --- a/packages/plugins/typescript/typescript/package.json +++ b/packages/plugins/typescript/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript", - "version": "4.0.3", + "version": "4.0.4", "description": "GraphQL Code Generator plugin for generating TypeScript types", "repository": { "type": "git", @@ -13,9 +13,9 @@ "test": "jest --no-watchman --config ../../../../jest.config.js" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/schema-ast": "^4.0.1", - "@graphql-codegen/visitor-plugin-common": "4.1.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/schema-ast": "^4.0.2", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "auto-bind": "~4.0.0", "tslib": "~2.6.0" }, diff --git a/packages/presets/client/CHANGELOG.md b/packages/presets/client/CHANGELOG.md index 3f5323d8bdc..0bb65f702f6 100644 --- a/packages/presets/client/CHANGELOG.md +++ b/packages/presets/client/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-codegen/client-preset +## 4.2.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/typescript-operations@4.1.2 + - @graphql-codegen/add@5.0.2 + - @graphql-codegen/gql-tag-operations@4.0.4 + - @graphql-codegen/typed-document-node@5.0.4 + - @graphql-codegen/typescript@4.0.4 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.2.1 ### Patch Changes diff --git a/packages/presets/client/package.json b/packages/presets/client/package.json index 8cbbd81fa83..60f1f461abb 100644 --- a/packages/presets/client/package.json +++ b/packages/presets/client/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/client-preset", - "version": "4.2.1", + "version": "4.2.2", "description": "GraphQL Code Generator preset for client.", "repository": { "type": "git", @@ -19,13 +19,13 @@ "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/template": "^7.20.7", - "@graphql-codegen/add": "^5.0.1", - "@graphql-codegen/typed-document-node": "^5.0.3", - "@graphql-codegen/typescript": "^4.0.3", - "@graphql-codegen/typescript-operations": "^4.1.1", - "@graphql-codegen/gql-tag-operations": "4.0.3", - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/visitor-plugin-common": "^4.1.1", + "@graphql-codegen/add": "^5.0.2", + "@graphql-codegen/typed-document-node": "^5.0.4", + "@graphql-codegen/typescript": "^4.0.4", + "@graphql-codegen/typescript-operations": "^4.1.2", + "@graphql-codegen/gql-tag-operations": "4.0.4", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/visitor-plugin-common": "^4.1.2", "@graphql-typed-document-node/core": "3.2.0", "@graphql-tools/documents": "^1.0.0", "@graphql-tools/utils": "^10.0.0", diff --git a/packages/presets/graphql-modules/CHANGELOG.md b/packages/presets/graphql-modules/CHANGELOG.md index 72173ac3290..5b08f6ef17c 100644 --- a/packages/presets/graphql-modules/CHANGELOG.md +++ b/packages/presets/graphql-modules/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-codegen/graphql-modules-preset +## 4.0.4 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/visitor-plugin-common@4.1.2 + - @graphql-codegen/plugin-helpers@5.0.3 + ## 4.0.3 ### Patch Changes diff --git a/packages/presets/graphql-modules/package.json b/packages/presets/graphql-modules/package.json index feda5afdcb1..ceefd509026 100644 --- a/packages/presets/graphql-modules/package.json +++ b/packages/presets/graphql-modules/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/graphql-modules-preset", - "version": "4.0.3", + "version": "4.0.4", "description": "GraphQL Code Generator preset for modularized schema", "repository": { "type": "git", @@ -15,8 +15,8 @@ "@types/parse-filepath": "1.0.1" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", - "@graphql-codegen/visitor-plugin-common": "4.1.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "@graphql-tools/utils": "^10.0.0", "parse-filepath": "^1.0.2", "change-case-all": "1.0.15", diff --git a/packages/utils/graphql-codegen-testing/CHANGELOG.md b/packages/utils/graphql-codegen-testing/CHANGELOG.md index bf6bcbfe986..67af89a3d4a 100644 --- a/packages/utils/graphql-codegen-testing/CHANGELOG.md +++ b/packages/utils/graphql-codegen-testing/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/testing +## 3.0.2 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + +- Updated dependencies [[`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653)]: + - @graphql-codegen/plugin-helpers@5.0.3 + ## 3.0.1 ### Patch Changes diff --git a/packages/utils/graphql-codegen-testing/package.json b/packages/utils/graphql-codegen-testing/package.json index 30012b36f25..42852123e3f 100644 --- a/packages/utils/graphql-codegen-testing/package.json +++ b/packages/utils/graphql-codegen-testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/testing", - "version": "3.0.1", + "version": "3.0.2", "description": "GraphQL Codegen Testing Utils", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -40,7 +40,7 @@ "typescript": ">=3.0.0" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.2", + "@graphql-codegen/plugin-helpers": "^5.0.3", "common-tags": "^1.8.0", "lz-string": "^1.4.4", "graphql-helix": "1.13.0", diff --git a/packages/utils/plugins-helpers/CHANGELOG.md b/packages/utils/plugins-helpers/CHANGELOG.md index 52e366db8b9..3593cb09809 100644 --- a/packages/utils/plugins-helpers/CHANGELOG.md +++ b/packages/utils/plugins-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/plugin-helpers +## 5.0.3 + +### Patch Changes + +- [#9813](https://github.com/dotansimha/graphql-code-generator/pull/9813) [`4e69568`](https://github.com/dotansimha/graphql-code-generator/commit/4e6956899c96f8954cea8d5bbe32aa35a70cc653) Thanks [@saihaj](https://github.com/saihaj)! - bumping for a release + ## 5.0.2 ### Patch Changes diff --git a/packages/utils/plugins-helpers/package.json b/packages/utils/plugins-helpers/package.json index 22646941e17..aa2baacbfe9 100644 --- a/packages/utils/plugins-helpers/package.json +++ b/packages/utils/plugins-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/plugin-helpers", - "version": "5.0.2", + "version": "5.0.3", "description": "GraphQL Code Generator common utils and types", "repository": { "type": "git", diff --git a/website/package.json b/website/package.json index 9c99dfa7b93..51da45cae50 100644 --- a/website/package.json +++ b/website/package.json @@ -21,20 +21,20 @@ "prettier-plugin-tailwindcss": "0.2.8" }, "dependencies": { - "@graphql-codegen/add": "5.0.1", + "@graphql-codegen/add": "5.0.2", "@graphql-codegen/c-sharp": "4.3.1", "@graphql-codegen/c-sharp-operations": "2.3.1", - "@graphql-codegen/cli": "5.0.1", - "@graphql-codegen/client-preset": "4.2.1", - "@graphql-codegen/core": "4.0.1", + "@graphql-codegen/cli": "5.0.2", + "@graphql-codegen/client-preset": "4.2.2", + "@graphql-codegen/core": "4.0.2", "@graphql-codegen/flow": "2.3.6", "@graphql-codegen/flow-operations": "2.3.6", "@graphql-codegen/flow-resolvers": "2.4.4", "@graphql-codegen/flutter-freezed": "^3.0.1", - "@graphql-codegen/fragment-matcher": "5.0.1", + "@graphql-codegen/fragment-matcher": "5.0.2", "@graphql-codegen/hasura-allow-list": "2.0.0", "@graphql-codegen/import-types-preset": "2.2.6", - "@graphql-codegen/introspection": "4.0.1", + "@graphql-codegen/introspection": "4.0.2", "@graphql-codegen/java": "3.3.6", "@graphql-codegen/java-apollo-android": "2.3.6", "@graphql-codegen/java-resolvers": "2.3.6", @@ -42,10 +42,10 @@ "@graphql-codegen/kotlin": "2.3.6", "@graphql-codegen/named-operations-object": "2.3.1", "@graphql-codegen/near-operation-file-preset": "2.5.0", - "@graphql-codegen/schema-ast": "4.0.1", + "@graphql-codegen/schema-ast": "4.0.2", "@graphql-codegen/time": "5.0.0", - "@graphql-codegen/typed-document-node": "5.0.3", - "@graphql-codegen/typescript": "4.0.3", + "@graphql-codegen/typed-document-node": "5.0.4", + "@graphql-codegen/typescript": "4.0.4", "@graphql-codegen/typescript-apollo-angular": "3.5.6", "@graphql-codegen/typescript-apollo-client-helpers": "2.2.6", "@graphql-codegen/typescript-generic-sdk": "3.1.0", @@ -54,10 +54,10 @@ "@graphql-codegen/typescript-mongodb": "2.4.6", "@graphql-codegen/typescript-msw": "3.0.0", "@graphql-codegen/typescript-nhost": "0.0.2", - "@graphql-codegen/typescript-operations": "4.1.1", + "@graphql-codegen/typescript-operations": "4.1.2", "@graphql-codegen/typescript-react-apollo": "3.3.7", "@graphql-codegen/typescript-react-query": "4.1.0", - "@graphql-codegen/typescript-resolvers": "4.0.3", + "@graphql-codegen/typescript-resolvers": "4.0.4", "@graphql-codegen/typescript-rtk-query": "2.4.1", "@graphql-codegen/typescript-stencil-apollo": "2.3.6", "@graphql-codegen/typescript-type-graphql": "2.3.6",