From 4e31408875cc81a3757c4ee7266616abc4d7f4e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 7 Dec 2022 20:01:50 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .../@graphql-codegen_cli-8673-dependencies.md | 5 ---- .../@graphql-codegen_cli-8706-dependencies.md | 5 ---- ...raphql-modules-preset-8686-dependencies.md | 5 ---- ...odegen_plugin-helpers-8686-dependencies.md | 5 ---- ...n_typed-document-node-8686-dependencies.md | 5 ---- ...visitor-plugin-common-8686-dependencies.md | 5 ---- .changeset/curvy-pens-watch.md | 6 ----- .changeset/perfect-dolphins-fix.md | 6 ----- .changeset/perfect-mails-allow.md | 5 ---- .changeset/plenty-bottles-prove.md | 6 ----- examples/typescript-esm/package.json | 4 ++-- .../typescript-graphql-request/package.json | 4 ++-- examples/typescript-resolvers/package.json | 6 ++--- .../graphql-cli-codegen-plugin/CHANGELOG.md | 7 ++++++ .../graphql-cli-codegen-plugin/package.json | 4 ++-- packages/graphql-codegen-cli/CHANGELOG.md | 24 +++++++++++++++++++ packages/graphql-codegen-cli/package.json | 6 ++--- packages/graphql-codegen-core/CHANGELOG.md | 7 ++++++ packages/graphql-codegen-core/package.json | 4 ++-- packages/plugins/other/add/CHANGELOG.md | 7 ++++++ packages/plugins/other/add/package.json | 4 ++-- .../other/fragment-matcher/CHANGELOG.md | 7 ++++++ .../other/fragment-matcher/package.json | 4 ++-- .../plugins/other/introspection/CHANGELOG.md | 8 +++++++ .../plugins/other/introspection/package.json | 6 ++--- .../plugins/other/schema-ast/CHANGELOG.md | 7 ++++++ .../plugins/other/schema-ast/package.json | 4 ++-- packages/plugins/other/time/CHANGELOG.md | 7 ++++++ packages/plugins/other/time/package.json | 4 ++-- .../other/visitor-plugin-common/CHANGELOG.md | 9 +++++++ .../other/visitor-plugin-common/package.json | 4 ++-- .../typescript/document-nodes/CHANGELOG.md | 8 +++++++ .../typescript/document-nodes/package.json | 6 ++--- .../gql-tag-operations/CHANGELOG.md | 8 +++++++ .../gql-tag-operations/package.json | 6 ++--- .../typescript/operations/CHANGELOG.md | 9 +++++++ .../typescript/operations/package.json | 8 +++---- .../plugins/typescript/resolvers/CHANGELOG.md | 9 +++++++ .../plugins/typescript/resolvers/package.json | 8 +++---- .../typed-document-node/CHANGELOG.md | 10 ++++++++ .../typed-document-node/package.json | 6 ++--- .../typescript/typescript/CHANGELOG.md | 9 +++++++ .../typescript/typescript/package.json | 8 +++---- packages/presets/client/CHANGELOG.md | 15 ++++++++++++ packages/presets/client/package.json | 16 ++++++------- .../presets/gql-tag-operations/CHANGELOG.md | 13 ++++++++++ .../presets/gql-tag-operations/package.json | 16 ++++++------- packages/presets/graphql-modules/CHANGELOG.md | 10 ++++++++ packages/presets/graphql-modules/package.json | 6 ++--- .../graphql-codegen-testing/CHANGELOG.md | 7 ++++++ .../graphql-codegen-testing/package.json | 4 ++-- packages/utils/plugins-helpers/CHANGELOG.md | 18 ++++++++++++++ packages/utils/plugins-helpers/package.json | 2 +- website/package.json | 22 ++++++++--------- 54 files changed, 280 insertions(+), 134 deletions(-) delete mode 100644 .changeset/@graphql-codegen_cli-8673-dependencies.md delete mode 100644 .changeset/@graphql-codegen_cli-8706-dependencies.md delete mode 100644 .changeset/@graphql-codegen_graphql-modules-preset-8686-dependencies.md delete mode 100644 .changeset/@graphql-codegen_plugin-helpers-8686-dependencies.md delete mode 100644 .changeset/@graphql-codegen_typed-document-node-8686-dependencies.md delete mode 100644 .changeset/@graphql-codegen_visitor-plugin-common-8686-dependencies.md delete mode 100644 .changeset/curvy-pens-watch.md delete mode 100644 .changeset/perfect-dolphins-fix.md delete mode 100644 .changeset/perfect-mails-allow.md delete mode 100644 .changeset/plenty-bottles-prove.md diff --git a/.changeset/@graphql-codegen_cli-8673-dependencies.md b/.changeset/@graphql-codegen_cli-8673-dependencies.md deleted file mode 100644 index 0ea7ea553afa..000000000000 --- a/.changeset/@graphql-codegen_cli-8673-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/cli": patch ---- -dependencies updates: - - Removed dependency [`ansi-escapes@^4.3.1` ↗︎](https://www.npmjs.com/package/ansi-escapes/v/4.3.1) (from `dependencies`) diff --git a/.changeset/@graphql-codegen_cli-8706-dependencies.md b/.changeset/@graphql-codegen_cli-8706-dependencies.md deleted file mode 100644 index 451bb2214d02..000000000000 --- a/.changeset/@graphql-codegen_cli-8706-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/cli": patch ---- -dependencies updates: - - Updated dependency [`@whatwg-node/fetch@^0.5.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.5.0) (from `^0.3.0`, in `dependencies`) diff --git a/.changeset/@graphql-codegen_graphql-modules-preset-8686-dependencies.md b/.changeset/@graphql-codegen_graphql-modules-preset-8686-dependencies.md deleted file mode 100644 index 95afd8cc760e..000000000000 --- a/.changeset/@graphql-codegen_graphql-modules-preset-8686-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/graphql-modules-preset": patch ---- -dependencies updates: - - Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`) diff --git a/.changeset/@graphql-codegen_plugin-helpers-8686-dependencies.md b/.changeset/@graphql-codegen_plugin-helpers-8686-dependencies.md deleted file mode 100644 index d05c81205a46..000000000000 --- a/.changeset/@graphql-codegen_plugin-helpers-8686-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/plugin-helpers": patch ---- -dependencies updates: - - Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`) diff --git a/.changeset/@graphql-codegen_typed-document-node-8686-dependencies.md b/.changeset/@graphql-codegen_typed-document-node-8686-dependencies.md deleted file mode 100644 index 29b67831580a..000000000000 --- a/.changeset/@graphql-codegen_typed-document-node-8686-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/typed-document-node": patch ---- -dependencies updates: - - Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`) diff --git a/.changeset/@graphql-codegen_visitor-plugin-common-8686-dependencies.md b/.changeset/@graphql-codegen_visitor-plugin-common-8686-dependencies.md deleted file mode 100644 index c1fc16af9422..000000000000 --- a/.changeset/@graphql-codegen_visitor-plugin-common-8686-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-codegen/visitor-plugin-common": patch ---- -dependencies updates: - - Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`) diff --git a/.changeset/curvy-pens-watch.md b/.changeset/curvy-pens-watch.md deleted file mode 100644 index 6f332db0a231..000000000000 --- a/.changeset/curvy-pens-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-codegen/cli': minor -'@graphql-codegen/plugin-helpers': minor ---- - -the life cycle hook beforeOneFileWrite is now able to modify the generated content diff --git a/.changeset/perfect-dolphins-fix.md b/.changeset/perfect-dolphins-fix.md deleted file mode 100644 index 0242a7ac952d..000000000000 --- a/.changeset/perfect-dolphins-fix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-codegen/cli': patch -'@graphql-codegen/plugin-helpers': patch ---- - -refactor hook execution diff --git a/.changeset/perfect-mails-allow.md b/.changeset/perfect-mails-allow.md deleted file mode 100644 index eeeee3fff59a..000000000000 --- a/.changeset/perfect-mails-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/client-preset': patch ---- - -add config for nonOptionalTypename diff --git a/.changeset/plenty-bottles-prove.md b/.changeset/plenty-bottles-prove.md deleted file mode 100644 index d68850499dea..000000000000 --- a/.changeset/plenty-bottles-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-codegen/cli': patch -'@graphql-codegen/plugin-helpers': major ---- - -improve typings for life cycle hooks diff --git a/examples/typescript-esm/package.json b/examples/typescript-esm/package.json index 87e2e6f41119..03651405c5bb 100644 --- a/examples/typescript-esm/package.json +++ b/examples/typescript-esm/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "private": true, "devDependencies": { - "@graphql-codegen/cli": "2.15.0", - "@graphql-codegen/gql-tag-operations-preset": "1.7.0" + "@graphql-codegen/cli": "2.16.0", + "@graphql-codegen/gql-tag-operations-preset": "1.7.1" }, "dependencies": { "@graphql-typed-document-node/core": "3.1.1", diff --git a/examples/typescript-graphql-request/package.json b/examples/typescript-graphql-request/package.json index 0b8d1d995fe0..69786412b6ec 100644 --- a/examples/typescript-graphql-request/package.json +++ b/examples/typescript-graphql-request/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "private": true, "devDependencies": { - "@graphql-codegen/cli": "2.15.0", - "@graphql-codegen/gql-tag-operations-preset": "1.7.0" + "@graphql-codegen/cli": "2.16.0", + "@graphql-codegen/gql-tag-operations-preset": "1.7.1" }, "dependencies": { "graphql": "16.6.0", diff --git a/examples/typescript-resolvers/package.json b/examples/typescript-resolvers/package.json index 022a8163f182..531f3d1e69f9 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": "2.15.0", - "@graphql-codegen/typescript": "2.8.3", - "@graphql-codegen/typescript-resolvers": "2.7.8" + "@graphql-codegen/cli": "2.16.0", + "@graphql-codegen/typescript": "2.8.4", + "@graphql-codegen/typescript-resolvers": "2.7.9" }, "dependencies": { "graphql": "16.6.0", diff --git a/packages/graphql-cli-codegen-plugin/CHANGELOG.md b/packages/graphql-cli-codegen-plugin/CHANGELOG.md index 761332a0dd5b..39ae46df361b 100644 --- a/packages/graphql-cli-codegen-plugin/CHANGELOG.md +++ b/packages/graphql-cli-codegen-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-cli/codegen +## 2.4.19 + +### Patch Changes + +- Updated dependencies [[`a07b6d6c1`](https://github.com/dotansimha/graphql-code-generator/commit/a07b6d6c1b05b2f77efb398b05d29130bae429e9), [`8ff9b41bd`](https://github.com/dotansimha/graphql-code-generator/commit/8ff9b41bd9323b6f3dde2014fecc4fd39c6a26fc), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/cli@2.16.0 + ## 2.4.18 ### Patch Changes diff --git a/packages/graphql-cli-codegen-plugin/package.json b/packages/graphql-cli-codegen-plugin/package.json index 86640e2e3ff6..9753e27cea59 100644 --- a/packages/graphql-cli-codegen-plugin/package.json +++ b/packages/graphql-cli-codegen-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-cli/codegen", - "version": "2.4.18", + "version": "2.4.19", "description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.", "license": "MIT", "keywords": [ @@ -25,7 +25,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/cli": "2.15.0", + "@graphql-codegen/cli": "2.16.0", "@graphql-cli/common": "4.1.0" }, "main": "dist/cjs/index.js", diff --git a/packages/graphql-codegen-cli/CHANGELOG.md b/packages/graphql-codegen-cli/CHANGELOG.md index 4b8ac1a7469f..b76804bf8ed7 100644 --- a/packages/graphql-codegen-cli/CHANGELOG.md +++ b/packages/graphql-codegen-cli/CHANGELOG.md @@ -1,5 +1,29 @@ # @graphql-codegen/cli +## 2.16.0 + +### Minor Changes + +- [#8662](https://github.com/dotansimha/graphql-code-generator/pull/8662) [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e) Thanks [@jantimon](https://github.com/jantimon)! - the life cycle hook beforeOneFileWrite is now able to modify the generated content + +### Patch Changes + +- [#8673](https://github.com/dotansimha/graphql-code-generator/pull/8673) [`a07b6d6c1`](https://github.com/dotansimha/graphql-code-generator/commit/a07b6d6c1b05b2f77efb398b05d29130bae429e9) Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates: + + - Removed dependency [`ansi-escapes@^4.3.1` ↗︎](https://www.npmjs.com/package/ansi-escapes/v/4.3.1) (from `dependencies`) + +- [#8706](https://github.com/dotansimha/graphql-code-generator/pull/8706) [`8ff9b41bd`](https://github.com/dotansimha/graphql-code-generator/commit/8ff9b41bd9323b6f3dde2014fecc4fd39c6a26fc) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`@whatwg-node/fetch@^0.5.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.5.0) (from `^0.3.0`, in `dependencies`) + +- [#8661](https://github.com/dotansimha/graphql-code-generator/pull/8661) [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482) Thanks [@jantimon](https://github.com/jantimon)! - refactor hook execution + +- [#8652](https://github.com/dotansimha/graphql-code-generator/pull/8652) [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84) Thanks [@jantimon](https://github.com/jantimon)! - improve typings for life cycle hooks + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/core@2.6.7 + ## 2.15.0 ### Minor Changes diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 8a4a86106cf6..6c6b75ab0eb6 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/cli", - "version": "2.15.0", + "version": "2.16.0", "license": "MIT", "bin": { "gql-gen": "dist/cjs/bin.js", @@ -43,8 +43,8 @@ "@babel/generator": "^7.18.13", "@babel/template": "^7.18.10", "@babel/types": "^7.18.13", - "@graphql-codegen/core": "2.6.6", - "@graphql-codegen/plugin-helpers": "^2.7.2", + "@graphql-codegen/core": "2.6.7", + "@graphql-codegen/plugin-helpers": "^3.0.0", "@graphql-tools/apollo-engine-loader": "^7.3.6", "@graphql-tools/code-file-loader": "^7.3.13", "@graphql-tools/git-loader": "^7.2.13", diff --git a/packages/graphql-codegen-core/CHANGELOG.md b/packages/graphql-codegen-core/CHANGELOG.md index fa98e338f556..9058b999f30a 100644 --- a/packages/graphql-codegen-core/CHANGELOG.md +++ b/packages/graphql-codegen-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-codegen/core +## 2.6.7 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + ## 2.6.6 ### Patch Changes diff --git a/packages/graphql-codegen-core/package.json b/packages/graphql-codegen-core/package.json index f658cab8a530..b5c2140095bd 100644 --- a/packages/graphql-codegen-core/package.json +++ b/packages/graphql-codegen-core/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/core", - "version": "2.6.6", + "version": "2.6.7", "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": "^2.7.2", + "@graphql-codegen/plugin-helpers": "^3.0.0", "@graphql-tools/schema": "^9.0.0", "@graphql-tools/utils": "^9.1.1", "tslib": "~2.4.0" diff --git a/packages/plugins/other/add/CHANGELOG.md b/packages/plugins/other/add/CHANGELOG.md index 0833640fd5f2..0e800da56325 100644 --- a/packages/plugins/other/add/CHANGELOG.md +++ b/packages/plugins/other/add/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-codegen/add +## 3.2.2 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + ## 3.2.1 ### Patch Changes diff --git a/packages/plugins/other/add/package.json b/packages/plugins/other/add/package.json index 7dc5b258774e..4c039a18bdf3 100644 --- a/packages/plugins/other/add/package.json +++ b/packages/plugins/other/add/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/add", - "version": "3.2.1", + "version": "3.2.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": "^2.6.2", + "@graphql-codegen/plugin-helpers": "^3.0.0", "tslib": "~2.4.0" }, "peerDependencies": { diff --git a/packages/plugins/other/fragment-matcher/CHANGELOG.md b/packages/plugins/other/fragment-matcher/CHANGELOG.md index 76b4c1d24142..43720db97985 100644 --- a/packages/plugins/other/fragment-matcher/CHANGELOG.md +++ b/packages/plugins/other/fragment-matcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-codegen/fragment-matcher +## 3.3.2 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + ## 3.3.1 ### Patch Changes diff --git a/packages/plugins/other/fragment-matcher/package.json b/packages/plugins/other/fragment-matcher/package.json index 8adfd1e060e2..02a77d7b6ed0 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": "3.3.1", + "version": "3.3.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": "^2.6.2", + "@graphql-codegen/plugin-helpers": "^3.0.0", "tslib": "~2.4.0" }, "peerDependencies": { diff --git a/packages/plugins/other/introspection/CHANGELOG.md b/packages/plugins/other/introspection/CHANGELOG.md index b0130e2d8479..1621972a7ce5 100644 --- a/packages/plugins/other/introspection/CHANGELOG.md +++ b/packages/plugins/other/introspection/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-codegen/introspection +## 2.2.2 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/visitor-plugin-common@2.13.4 + ## 2.2.1 ### Patch Changes diff --git a/packages/plugins/other/introspection/package.json b/packages/plugins/other/introspection/package.json index 47b245d665e5..9fcc4d00aece 100644 --- a/packages/plugins/other/introspection/package.json +++ b/packages/plugins/other/introspection/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/introspection", - "version": "2.2.1", + "version": "2.2.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": "^2.6.2", - "@graphql-codegen/visitor-plugin-common": "^2.12.1", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/visitor-plugin-common": "^2.13.4", "tslib": "~2.4.0" }, "peerDependencies": { diff --git a/packages/plugins/other/schema-ast/CHANGELOG.md b/packages/plugins/other/schema-ast/CHANGELOG.md index cf1cd74006de..00d231122f9a 100644 --- a/packages/plugins/other/schema-ast/CHANGELOG.md +++ b/packages/plugins/other/schema-ast/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-codegen/schema-ast +## 2.5.2 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + ## 2.5.1 ### Patch Changes diff --git a/packages/plugins/other/schema-ast/package.json b/packages/plugins/other/schema-ast/package.json index 15cf765b18c0..2c54d4ab9a87 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": "2.5.1", + "version": "2.5.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": "^2.6.2", + "@graphql-codegen/plugin-helpers": "^3.0.0", "@graphql-tools/utils": "^8.8.0", "tslib": "~2.4.0" }, diff --git a/packages/plugins/other/time/CHANGELOG.md b/packages/plugins/other/time/CHANGELOG.md index bbf518c9bab8..db35248e9fb2 100644 --- a/packages/plugins/other/time/CHANGELOG.md +++ b/packages/plugins/other/time/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-codegen/time +## 3.2.2 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + ## 3.2.1 ### Patch Changes diff --git a/packages/plugins/other/time/package.json b/packages/plugins/other/time/package.json index a2c63b537be8..46950b554273 100644 --- a/packages/plugins/other/time/package.json +++ b/packages/plugins/other/time/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/time", - "version": "3.2.1", + "version": "3.2.2", "description": "GraphQL Code Generator plugin for adding the current time for an output file", "repository": { "type": "git", @@ -12,7 +12,7 @@ "lint": "eslint **/*.ts" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^2.6.2", + "@graphql-codegen/plugin-helpers": "^3.0.0", "moment": "~2.29.1" }, "devDependencies": { diff --git a/packages/plugins/other/visitor-plugin-common/CHANGELOG.md b/packages/plugins/other/visitor-plugin-common/CHANGELOG.md index 4f3bad1312c8..ea22eb85d6c0 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 +## 2.13.4 + +### Patch Changes + +- [#8686](https://github.com/dotansimha/graphql-code-generator/pull/8686) [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`) +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + ## 2.13.3 ### Patch Changes diff --git a/packages/plugins/other/visitor-plugin-common/package.json b/packages/plugins/other/visitor-plugin-common/package.json index 6a830f865c86..1d73e71fc7dd 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": "2.13.3", + "version": "2.13.4", "license": "MIT", "repository": { "type": "git", @@ -13,7 +13,7 @@ }, "dependencies": { "@graphql-tools/optimize": "^1.3.0", - "@graphql-codegen/plugin-helpers": "^2.7.2", + "@graphql-codegen/plugin-helpers": "^3.0.0", "@graphql-tools/relay-operation-optimizer": "^6.5.0", "@graphql-tools/utils": "^8.8.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 6bd86d43c969..962c60eba8a8 100644 --- a/packages/plugins/typescript/document-nodes/CHANGELOG.md +++ b/packages/plugins/typescript/document-nodes/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-codegen/typescript-document-nodes +## 2.3.9 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/visitor-plugin-common@2.13.4 + ## 2.3.8 ### Patch Changes diff --git a/packages/plugins/typescript/document-nodes/package.json b/packages/plugins/typescript/document-nodes/package.json index f1e1dfd78edf..1145c3794887 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": "2.3.8", + "version": "2.3.9", "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": "^2.7.2", - "@graphql-codegen/visitor-plugin-common": "2.13.3", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/visitor-plugin-common": "2.13.4", "auto-bind": "~4.0.0", "tslib": "~2.4.0" }, diff --git a/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md b/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md index cbb4f200d7c2..3f2153777b1d 100644 --- a/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md +++ b/packages/plugins/typescript/gql-tag-operations/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-codegen/gql-tag-operations +## 1.5.10 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/visitor-plugin-common@2.13.4 + ## 1.5.9 ### Patch Changes diff --git a/packages/plugins/typescript/gql-tag-operations/package.json b/packages/plugins/typescript/gql-tag-operations/package.json index a89a346b1993..aa9723b179ee 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": "1.5.9", + "version": "1.5.10", "description": "GraphQL Code Generator plugin for generating a typed gql tag function", "repository": { "type": "git", @@ -17,8 +17,8 @@ }, "dependencies": { "@graphql-tools/utils": "^8.8.0", - "@graphql-codegen/plugin-helpers": "^2.7.2", - "@graphql-codegen/visitor-plugin-common": "2.13.3", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/visitor-plugin-common": "2.13.4", "auto-bind": "~4.0.0", "tslib": "~2.4.0" }, diff --git a/packages/plugins/typescript/operations/CHANGELOG.md b/packages/plugins/typescript/operations/CHANGELOG.md index 7f7ec73e5a0e..37ab8c3c7c06 100644 --- a/packages/plugins/typescript/operations/CHANGELOG.md +++ b/packages/plugins/typescript/operations/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/typescript-operations +## 2.5.9 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/visitor-plugin-common@2.13.4 + - @graphql-codegen/typescript@2.8.4 + ## 2.5.8 ### Patch Changes diff --git a/packages/plugins/typescript/operations/package.json b/packages/plugins/typescript/operations/package.json index 22454566db78..ad29e93cc12b 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": "2.5.8", + "version": "2.5.9", "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": "^2.7.2", - "@graphql-codegen/typescript": "^2.8.3", - "@graphql-codegen/visitor-plugin-common": "2.13.3", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/typescript": "^2.8.4", + "@graphql-codegen/visitor-plugin-common": "2.13.4", "auto-bind": "~4.0.0", "tslib": "~2.4.0" }, diff --git a/packages/plugins/typescript/resolvers/CHANGELOG.md b/packages/plugins/typescript/resolvers/CHANGELOG.md index 7d756cc440ed..6883f844e113 100644 --- a/packages/plugins/typescript/resolvers/CHANGELOG.md +++ b/packages/plugins/typescript/resolvers/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/typescript-resolvers +## 2.7.9 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/visitor-plugin-common@2.13.4 + - @graphql-codegen/typescript@2.8.4 + ## 2.7.8 ### Patch Changes diff --git a/packages/plugins/typescript/resolvers/package.json b/packages/plugins/typescript/resolvers/package.json index 48734ed06a76..070fec008604 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": "2.7.8", + "version": "2.7.9", "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": "^2.7.2", - "@graphql-codegen/typescript": "^2.8.3", - "@graphql-codegen/visitor-plugin-common": "2.13.3", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/typescript": "^2.8.4", + "@graphql-codegen/visitor-plugin-common": "2.13.4", "@graphql-tools/utils": "^8.8.0", "auto-bind": "~4.0.0", "tslib": "~2.4.0" diff --git a/packages/plugins/typescript/typed-document-node/CHANGELOG.md b/packages/plugins/typescript/typed-document-node/CHANGELOG.md index 92ef7c892512..bd4dbbb4bdb6 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 +## 2.3.9 + +### Patch Changes + +- [#8686](https://github.com/dotansimha/graphql-code-generator/pull/8686) [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`) +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/visitor-plugin-common@2.13.4 + ## 2.3.8 ### Patch Changes diff --git a/packages/plugins/typescript/typed-document-node/package.json b/packages/plugins/typescript/typed-document-node/package.json index 1215ace10882..ad5c1b5c7e0c 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": "2.3.8", + "version": "2.3.9", "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": "^2.7.2", - "@graphql-codegen/visitor-plugin-common": "2.13.3", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/visitor-plugin-common": "2.13.4", "auto-bind": "~4.0.0", "tslib": "~2.4.0" }, diff --git a/packages/plugins/typescript/typescript/CHANGELOG.md b/packages/plugins/typescript/typescript/CHANGELOG.md index 28259615335d..e14a3583a8ed 100644 --- a/packages/plugins/typescript/typescript/CHANGELOG.md +++ b/packages/plugins/typescript/typescript/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/typescript +## 2.8.4 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/visitor-plugin-common@2.13.4 + - @graphql-codegen/schema-ast@2.5.2 + ## 2.8.3 ### Patch Changes diff --git a/packages/plugins/typescript/typescript/package.json b/packages/plugins/typescript/typescript/package.json index dc01b42efc79..990a29505fd2 100644 --- a/packages/plugins/typescript/typescript/package.json +++ b/packages/plugins/typescript/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript", - "version": "2.8.3", + "version": "2.8.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": "^2.7.2", - "@graphql-codegen/schema-ast": "^2.5.1", - "@graphql-codegen/visitor-plugin-common": "2.13.3", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/schema-ast": "^2.5.2", + "@graphql-codegen/visitor-plugin-common": "2.13.4", "auto-bind": "~4.0.0", "tslib": "~2.4.0" }, diff --git a/packages/presets/client/CHANGELOG.md b/packages/presets/client/CHANGELOG.md index b4f1572e423b..8e8f9f51ebe4 100644 --- a/packages/presets/client/CHANGELOG.md +++ b/packages/presets/client/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-codegen/client-preset +## 1.2.2 + +### Patch Changes + +- [#8702](https://github.com/dotansimha/graphql-code-generator/pull/8702) [`0eb0dde8a`](https://github.com/dotansimha/graphql-code-generator/commit/0eb0dde8a0eb89805711287798561a0b14b6dd59) Thanks [@ithinkdancan](https://github.com/ithinkdancan)! - add config for nonOptionalTypename + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/typed-document-node@2.3.9 + - @graphql-codegen/visitor-plugin-common@2.13.4 + - @graphql-codegen/add@3.2.2 + - @graphql-codegen/gql-tag-operations@1.5.10 + - @graphql-codegen/typescript-operations@2.5.9 + - @graphql-codegen/typescript@2.8.4 + ## 1.2.1 ### Patch Changes diff --git a/packages/presets/client/package.json b/packages/presets/client/package.json index 6d5f0a8299af..8ede6eef059d 100644 --- a/packages/presets/client/package.json +++ b/packages/presets/client/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/client-preset", - "version": "1.2.1", + "version": "1.2.2", "description": "GraphQL Code Generator preset for client.", "repository": { "type": "git", @@ -19,13 +19,13 @@ "dependencies": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/template": "^7.15.4", - "@graphql-codegen/add": "^3.2.1", - "@graphql-codegen/typed-document-node": "^2.3.8", - "@graphql-codegen/typescript": "^2.8.3", - "@graphql-codegen/typescript-operations": "^2.5.8", - "@graphql-codegen/gql-tag-operations": "1.5.9", - "@graphql-codegen/plugin-helpers": "^2.7.2", - "@graphql-codegen/visitor-plugin-common": "^2.13.3", + "@graphql-codegen/add": "^3.2.2", + "@graphql-codegen/typed-document-node": "^2.3.9", + "@graphql-codegen/typescript": "^2.8.4", + "@graphql-codegen/typescript-operations": "^2.5.9", + "@graphql-codegen/gql-tag-operations": "1.5.10", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/visitor-plugin-common": "^2.13.4", "@graphql-typed-document-node/core": "3.1.1", "@graphql-tools/utils": "^8.8.0", "tslib": "~2.4.0" diff --git a/packages/presets/gql-tag-operations/CHANGELOG.md b/packages/presets/gql-tag-operations/CHANGELOG.md index b47eb9451fd7..89e54e2eac49 100644 --- a/packages/presets/gql-tag-operations/CHANGELOG.md +++ b/packages/presets/gql-tag-operations/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-codegen/gql-tag-operations-preset +## 1.7.1 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/typed-document-node@2.3.9 + - @graphql-codegen/visitor-plugin-common@2.13.4 + - @graphql-codegen/add@3.2.2 + - @graphql-codegen/gql-tag-operations@1.5.10 + - @graphql-codegen/typescript-operations@2.5.9 + - @graphql-codegen/typescript@2.8.4 + ## 1.7.0 ### Minor Changes diff --git a/packages/presets/gql-tag-operations/package.json b/packages/presets/gql-tag-operations/package.json index c1a3395f6459..b1796f6ef60e 100644 --- a/packages/presets/gql-tag-operations/package.json +++ b/packages/presets/gql-tag-operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/gql-tag-operations-preset", - "version": "1.7.0", + "version": "1.7.1", "description": "GraphQL Code Generator preset for gql magic.", "repository": { "type": "git", @@ -19,13 +19,13 @@ "dependencies": { "@babel/helper-plugin-utils": "^7.14.5", "@babel/template": "^7.15.4", - "@graphql-codegen/add": "^3.2.1", - "@graphql-codegen/typed-document-node": "^2.3.5", - "@graphql-codegen/typescript": "^2.7.5", - "@graphql-codegen/typescript-operations": "^2.5.5", - "@graphql-codegen/gql-tag-operations": "^1.5.5", - "@graphql-codegen/plugin-helpers": "^2.6.2", - "@graphql-codegen/visitor-plugin-common": "^2.13.0", + "@graphql-codegen/add": "^3.2.2", + "@graphql-codegen/typed-document-node": "^2.3.9", + "@graphql-codegen/typescript": "^2.8.4", + "@graphql-codegen/typescript-operations": "^2.5.9", + "@graphql-codegen/gql-tag-operations": "^1.5.10", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/visitor-plugin-common": "^2.13.4", "@graphql-tools/utils": "^8.8.0", "tslib": "~2.4.0" }, diff --git a/packages/presets/graphql-modules/CHANGELOG.md b/packages/presets/graphql-modules/CHANGELOG.md index 48bd31bcb501..80fd3cb853ee 100644 --- a/packages/presets/graphql-modules/CHANGELOG.md +++ b/packages/presets/graphql-modules/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-codegen/graphql-modules-preset +## 2.5.8 + +### Patch Changes + +- [#8686](https://github.com/dotansimha/graphql-code-generator/pull/8686) [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`) +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + - @graphql-codegen/visitor-plugin-common@2.13.4 + ## 2.5.7 ### Patch Changes diff --git a/packages/presets/graphql-modules/package.json b/packages/presets/graphql-modules/package.json index 4f34c98c86f1..d18cec3694c5 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": "2.5.7", + "version": "2.5.8", "description": "GraphQL Code Generator preset for modularized schema", "repository": { "type": "git", @@ -15,8 +15,8 @@ "@types/parse-filepath": "1.0.0" }, "dependencies": { - "@graphql-codegen/plugin-helpers": "^2.7.2", - "@graphql-codegen/visitor-plugin-common": "2.13.3", + "@graphql-codegen/plugin-helpers": "^3.0.0", + "@graphql-codegen/visitor-plugin-common": "2.13.4", "@graphql-tools/utils": "^8.8.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 39d02da29c11..4b2df3b3dc98 100644 --- a/packages/utils/graphql-codegen-testing/CHANGELOG.md +++ b/packages/utils/graphql-codegen-testing/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-codegen/testing +## 1.18.1 + +### Patch Changes + +- Updated dependencies [[`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22), [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e), [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482), [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84)]: + - @graphql-codegen/plugin-helpers@3.0.0 + ## 1.18.0 ### Minor Changes diff --git a/packages/utils/graphql-codegen-testing/package.json b/packages/utils/graphql-codegen-testing/package.json index 72746edd411f..624edef7030d 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": "1.18.0", + "version": "1.18.1", "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": "^2.7.2", + "@graphql-codegen/plugin-helpers": "^3.0.0", "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 f46e2ebe1278..e7374b77b729 100644 --- a/packages/utils/plugins-helpers/CHANGELOG.md +++ b/packages/utils/plugins-helpers/CHANGELOG.md @@ -1,5 +1,23 @@ # @graphql-codegen/plugin-helpers +## 3.0.0 + +### Major Changes + +- [#8652](https://github.com/dotansimha/graphql-code-generator/pull/8652) [`c802a0c0b`](https://github.com/dotansimha/graphql-code-generator/commit/c802a0c0b775cfabc5ace3e7fb6655540c6c4d84) Thanks [@jantimon](https://github.com/jantimon)! - improve typings for life cycle hooks + +### Minor Changes + +- [#8662](https://github.com/dotansimha/graphql-code-generator/pull/8662) [`c0183810f`](https://github.com/dotansimha/graphql-code-generator/commit/c0183810f0178aec6f49ab8a6f35f7adc4d9f13e) Thanks [@jantimon](https://github.com/jantimon)! - the life cycle hook beforeOneFileWrite is now able to modify the generated content + +### Patch Changes + +- [#8686](https://github.com/dotansimha/graphql-code-generator/pull/8686) [`a6c2097f4`](https://github.com/dotansimha/graphql-code-generator/commit/a6c2097f4789c0cce4296ce349790ce29943ed22) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`change-case-all@1.0.15` ↗︎](https://www.npmjs.com/package/change-case-all/v/1.0.15) (from `1.0.14`, in `dependencies`) + +- [#8661](https://github.com/dotansimha/graphql-code-generator/pull/8661) [`f79a00e8a`](https://github.com/dotansimha/graphql-code-generator/commit/f79a00e8ae073eab426ca08795c924e716123482) Thanks [@jantimon](https://github.com/jantimon)! - refactor hook execution + ## 2.7.2 ### Patch Changes diff --git a/packages/utils/plugins-helpers/package.json b/packages/utils/plugins-helpers/package.json index 571021e6975c..b0c01e65caf7 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": "2.7.2", + "version": "3.0.0", "description": "GraphQL Code Generator common utils and types", "repository": { "type": "git", diff --git a/website/package.json b/website/package.json index 84b6ee5e2d2d..7946d1af80d4 100644 --- a/website/package.json +++ b/website/package.json @@ -23,27 +23,27 @@ "prettier-plugin-tailwindcss": "0.2.0" }, "dependencies": { - "@graphql-codegen/add": "3.2.1", + "@graphql-codegen/add": "3.2.2", "@graphql-codegen/c-sharp": "4.3.1", "@graphql-codegen/c-sharp-operations": "2.3.1", - "@graphql-codegen/cli": "2.15.0", - "@graphql-codegen/core": "2.6.6", + "@graphql-codegen/cli": "2.16.0", + "@graphql-codegen/core": "2.6.7", "@graphql-codegen/flow": "2.3.6", "@graphql-codegen/flow-operations": "2.3.6", "@graphql-codegen/flow-resolvers": "2.4.4", - "@graphql-codegen/fragment-matcher": "3.3.1", + "@graphql-codegen/fragment-matcher": "3.3.2", "@graphql-codegen/import-types-preset": "2.2.6", - "@graphql-codegen/introspection": "2.2.1", + "@graphql-codegen/introspection": "2.2.2", "@graphql-codegen/java": "3.3.6", "@graphql-codegen/java-apollo-android": "2.3.6", "@graphql-codegen/java-resolvers": "2.3.6", "@graphql-codegen/kotlin": "2.3.6", "@graphql-codegen/jsdoc": "2.3.6", "@graphql-codegen/near-operation-file-preset": "2.4.4", - "@graphql-codegen/schema-ast": "2.5.1", - "@graphql-codegen/time": "3.2.1", - "@graphql-codegen/typed-document-node": "2.3.8", - "@graphql-codegen/typescript": "2.8.3", + "@graphql-codegen/schema-ast": "2.5.2", + "@graphql-codegen/time": "3.2.2", + "@graphql-codegen/typed-document-node": "2.3.9", + "@graphql-codegen/typescript": "2.8.4", "@graphql-codegen/typescript-apollo-angular": "3.5.6", "@graphql-codegen/typescript-apollo-client-helpers": "2.2.6", "@graphql-codegen/typescript-generic-sdk": "3.0.4", @@ -51,10 +51,10 @@ "@graphql-codegen/typescript-graphql-request": "4.5.8", "@graphql-codegen/typescript-mongodb": "2.4.6", "@graphql-codegen/typescript-msw": "1.1.6", - "@graphql-codegen/typescript-operations": "2.5.8", + "@graphql-codegen/typescript-operations": "2.5.9", "@graphql-codegen/typescript-react-apollo": "3.3.7", "@graphql-codegen/typescript-react-query": "4.0.6", - "@graphql-codegen/typescript-resolvers": "2.7.8", + "@graphql-codegen/typescript-resolvers": "2.7.9", "@graphql-codegen/typescript-rtk-query": "2.3.7", "@graphql-codegen/typescript-stencil-apollo": "2.3.6", "@graphql-codegen/typescript-type-graphql": "2.3.6",