diff --git a/.changeset/clean-scissors-happen.md b/.changeset/clean-scissors-happen.md deleted file mode 100644 index 8e37daa329c..00000000000 --- a/.changeset/clean-scissors-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/near-operation-file-preset': patch ---- - -dedupeFragments deep fragment import fix diff --git a/.changeset/quiet-horses-grin.md b/.changeset/quiet-horses-grin.md deleted file mode 100644 index e58146c1070..00000000000 --- a/.changeset/quiet-horses-grin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-codegen/cli': patch ---- - -Fix exception `loader.loaderId is not a function` caused by conflict with an internal dependency of Codegen. - diff --git a/.changeset/violet-pens-juggle.md b/.changeset/violet-pens-juggle.md deleted file mode 100644 index c5af486bbc7..00000000000 --- a/.changeset/violet-pens-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/near-operation-file-preset': patch ---- - -Further fragments import on dedupeFragments edge cases fix diff --git a/packages/graphql-cli-codegen-plugin/CHANGELOG.md b/packages/graphql-cli-codegen-plugin/CHANGELOG.md index 9350657f55c..42a9e0488a9 100644 --- a/packages/graphql-cli-codegen-plugin/CHANGELOG.md +++ b/packages/graphql-cli-codegen-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-cli/codegen +## 1.17.27 + +### Patch Changes + +- Updated dependencies [e1643e6d4] + - @graphql-codegen/cli@1.21.8 + ## 1.17.26 ### Patch Changes diff --git a/packages/graphql-cli-codegen-plugin/package.json b/packages/graphql-cli-codegen-plugin/package.json index 607ac548260..a017b901375 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": "1.17.26", + "version": "1.17.27", "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": [ @@ -26,7 +26,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" }, "dependencies": { - "@graphql-codegen/cli": "1.21.7", + "@graphql-codegen/cli": "1.21.8", "@graphql-cli/common": "4.1.0" }, "main": "dist/index.cjs.js", diff --git a/packages/graphql-codegen-cli/CHANGELOG.md b/packages/graphql-codegen-cli/CHANGELOG.md index ce3e2d6b437..b136c812802 100644 --- a/packages/graphql-codegen-cli/CHANGELOG.md +++ b/packages/graphql-codegen-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/cli +## 1.21.8 + +### Patch Changes + +- e1643e6d4: Fix exception `loader.loaderId is not a function` caused by conflict with an internal dependency of Codegen. + ## 1.21.7 ### Patch Changes diff --git a/packages/graphql-codegen-cli/package.json b/packages/graphql-codegen-cli/package.json index 0bca2d2b148..3e3fcc22b62 100644 --- a/packages/graphql-codegen-cli/package.json +++ b/packages/graphql-codegen-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/cli", - "version": "1.21.7", + "version": "1.21.8", "license": "MIT", "bin": { "gql-gen": "dist/bin.js", diff --git a/packages/presets/near-operation-file/CHANGELOG.md b/packages/presets/near-operation-file/CHANGELOG.md index 1a3fb439913..5a55ec3a7b1 100644 --- a/packages/presets/near-operation-file/CHANGELOG.md +++ b/packages/presets/near-operation-file/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-codegen/near-operation-file-preset +## 1.18.6 + +### Patch Changes + +- 53d212896: dedupeFragments deep fragment import fix +- 841426e5d: Further fragments import on dedupeFragments edge cases fix + ## 1.18.5 ### Patch Changes diff --git a/packages/presets/near-operation-file/package.json b/packages/presets/near-operation-file/package.json index 7cc490bb6fb..2ba09e691fc 100644 --- a/packages/presets/near-operation-file/package.json +++ b/packages/presets/near-operation-file/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/near-operation-file-preset", - "version": "1.18.5", + "version": "1.18.6", "description": "GraphQL Code Generator preset for generating operation code near the operation file", "repository": { "type": "git", diff --git a/website/package.json b/website/package.json index 460e6e4ea56..5e48591d4a6 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ "@graphql-codegen/add": "2.0.2", "@graphql-codegen/c-sharp": "3.0.2", "@graphql-codegen/c-sharp-operations": "1.19.5", - "@graphql-codegen/cli": "1.21.7", + "@graphql-codegen/cli": "1.21.8", "@graphql-codegen/flow": "1.19.5", "@graphql-codegen/flow-operations": "1.18.13", "@graphql-codegen/flow-resolvers": "1.17.18", @@ -41,7 +41,7 @@ "@graphql-codegen/java-apollo-android": "1.17.17", "@graphql-codegen/java-resolvers": "1.18.5", "@graphql-codegen/jsdoc": "1.17.14", - "@graphql-codegen/near-operation-file-preset": "1.18.5", + "@graphql-codegen/near-operation-file-preset": "1.18.6", "@graphql-codegen/schema-ast": "1.18.3", "@graphql-codegen/time": "2.0.2", "js-yaml": "4.1.0",