From adc31fe7258ab0f1b701db9d7d18ddc92230c246 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:39:24 +0700 Subject: [PATCH] Upcoming Release Changes (alpha) (#2705) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 4 +++- packages/plugin/CHANGELOG.md | 14 ++++++++++++++ packages/plugin/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index f019cf523bb..71cca0a1cac 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,6 +22,7 @@ "chilly-ants-exist", "curly-socks-boil", "dull-scissors-destroy", + "empty-singers-develop", "few-mails-sparkle", "friendly-singers-rush", "healthy-moose-kneel", @@ -31,6 +32,7 @@ "metal-wasps-type", "rare-planes-love", "real-coins-share", - "strong-needles-compare" + "strong-needles-compare", + "weak-readers-build" ] } diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index ac1323569f2..4a8005154a6 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-eslint/eslint-plugin +## 4.0.0-alpha.8 + +### Minor Changes + +- [#2385](https://github.com/dimaMachina/graphql-eslint/pull/2385) + [`afa8b8a`](https://github.com/dimaMachina/graphql-eslint/commit/afa8b8af92b8eb92595a1cc9b24c42c4e4705ed2) + Thanks [@deathemperor](https://github.com/deathemperor)! - feat: add a new option `{` for + alphabetize rule to sort fields `selection set` + +- [#2293](https://github.com/dimaMachina/graphql-eslint/pull/2293) + [`01f7087`](https://github.com/dimaMachina/graphql-eslint/commit/01f70879e5befc92acd9afffe7d2a56ee447f316) + Thanks [@yoavsion](https://github.com/yoavsion)! - Support the fragment spread group when defining + alphabetize rule's groups with new option `...` + ## 4.0.0-alpha.7 ### Major Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 0a1e250cc2c..dfbe7d17b8b 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.7", + "version": "4.0.0-alpha.8", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint",