diff --git a/.changeset/pre.json b/.changeset/pre.json index d7c1a3f101d..30701f6cad4 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,10 +20,12 @@ "breezy-seals-sparkle", "chilled-rivers-prove", "chilly-ants-exist", + "cool-spoons-explain", "curly-socks-boil", "dull-scissors-destroy", "empty-horses-relate", "empty-singers-develop", + "fast-fishes-shake", "few-mails-sparkle", "friendly-singers-rush", "healthy-moose-kneel", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 9bb32090b03..271d5dc26d7 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-eslint/eslint-plugin +## 4.0.0-alpha.15 + +### Patch Changes + +- [#2743](https://github.com/dimaMachina/graphql-eslint/pull/2743) + [`03ccb9d`](https://github.com/dimaMachina/graphql-eslint/commit/03ccb9dabcd70af92ae46a0807f6cd979317a38f) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix error from `no-deprecated` rule + `4.0.0-alpha.13: node.typeInfo(...).inputType.getFields is not a function` + +- [#2735](https://github.com/dimaMachina/graphql-eslint/pull/2735) + [`ccd9303`](https://github.com/dimaMachina/graphql-eslint/commit/ccd930309957896f5d22ed59d40a67803ee77868) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix reporting lint issues not on first + char of file for `.vue` and support ESLint fixes and suggestions for them. Use + [new official example](https://github.com/dimaMachina/graphql-eslint/blob/master/examples/vue-code-file/eslint.config.js) + ## 4.0.0-alpha.14 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 64abc79991d..c5b7153437d 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "4.0.0-alpha.14", + "version": "4.0.0-alpha.15", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint",