diff --git a/.changeset/@graphql-eslint_eslint-plugin-2814-dependencies.md b/.changeset/@graphql-eslint_eslint-plugin-2814-dependencies.md deleted file mode 100644 index c165c3dcafb..00000000000 --- a/.changeset/@graphql-eslint_eslint-plugin-2814-dependencies.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphql-eslint/eslint-plugin": patch ---- -dependencies updates: - - Updated dependency [`@graphql-tools/graphql-tag-pluck@^8.3.4` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-tag-pluck/v/8.3.4) (from `8.3.4`, in `dependencies`) - - Added dependency [`@apollo/subgraph@^2` ↗︎](https://www.npmjs.com/package/@apollo/subgraph/v/2.0.0) (to `peerDependencies`) diff --git a/.changeset/fluffy-bottles-switch.md b/.changeset/fluffy-bottles-switch.md deleted file mode 100644 index ce3ef1836dd..00000000000 --- a/.changeset/fluffy-bottles-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -lint federation subgraphs schemas without parse errors diff --git a/.changeset/thick-candles-peel.md b/.changeset/thick-candles-peel.md deleted file mode 100644 index 961b9c35016..00000000000 --- a/.changeset/thick-candles-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -remove `truthy` helper function diff --git a/examples/graphql-config/package.json b/examples/graphql-config/package.json index cc70e11024c..6583be23428 100644 --- a/examples/graphql-config/package.json +++ b/examples/graphql-config/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@eslint/js": "9.16.0", - "@graphql-eslint/eslint-plugin": "4.2.1", + "@graphql-eslint/eslint-plugin": "4.3.0", "eslint": "9.16.0" } } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 9d93e4761e0..519e2ef02c3 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,31 @@ # @graphql-eslint/eslint-plugin +## 4.3.0 + +### Minor Changes + +- [#2814](https://github.com/dimaMachina/graphql-eslint/pull/2814) + [`ccc302d`](https://github.com/dimaMachina/graphql-eslint/commit/ccc302d3e43634f1010564a6522413f133aeb674) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - lint federation subgraphs schemas without + parse errors + +### Patch Changes + +- [#2814](https://github.com/dimaMachina/graphql-eslint/pull/2814) + [`ccc302d`](https://github.com/dimaMachina/graphql-eslint/commit/ccc302d3e43634f1010564a6522413f133aeb674) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - dependencies updates: + + - Updated dependency + [`@graphql-tools/graphql-tag-pluck@^8.3.4` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-tag-pluck/v/8.3.4) + (from `8.3.4`, in `dependencies`) + - Added dependency + [`@apollo/subgraph@^2` ↗︎](https://www.npmjs.com/package/@apollo/subgraph/v/2.0.0) (to + `peerDependencies`) + +- [#2797](https://github.com/dimaMachina/graphql-eslint/pull/2797) + [`b904515`](https://github.com/dimaMachina/graphql-eslint/commit/b9045158e181925cbf2eedbb9f6b9964f25fe613) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - remove `truthy` helper function + ## 4.2.1 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index f6af324f69f..f49ed923713 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "4.2.1", + "version": "4.3.0", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/dimaMachina/graphql-eslint",