From 1f55d17288be3496c27fee3b206dbda5c38927c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:16:07 +0000 Subject: [PATCH] chore: release eslint-plugin-import-x --- .changeset/eleven-jobs-matter.md | 10 ---------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 .changeset/eleven-jobs-matter.md diff --git a/.changeset/eleven-jobs-matter.md b/.changeset/eleven-jobs-matter.md deleted file mode 100644 index 599feb7b..00000000 --- a/.changeset/eleven-jobs-matter.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"eslint-plugin-import-x": minor ---- - -feat: port all `order` rule new options from upstream - -- [`newlines-between-types`](https://github.com/import-js/eslint-plugin-import/pull/3127) -- [`named`](https://github.com/import-js/eslint-plugin-import/pull/3043) -- [`consolidateIslands`](https://github.com/import-js/eslint-plugin-import/pull/3129) -- [`sortTypesGroup`](https://github.com/import-js/eslint-plugin-import/pull/3104) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3a7527..44844022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # eslint-plugin-import-x +## 4.9.0 + +### Minor Changes + +- [#248](https://github.com/un-ts/eslint-plugin-import-x/pull/248) [`6940b14`](https://github.com/un-ts/eslint-plugin-import-x/commit/6940b14426e75f0b0b860c1dddfe6a928510b974) Thanks [@TrevorBurnham](https://github.com/TrevorBurnham)! - feat: port all `order` rule new options from upstream + + - [`newlines-between-types`](https://github.com/import-js/eslint-plugin-import/pull/3127) + - [`named`](https://github.com/import-js/eslint-plugin-import/pull/3043) + - [`consolidateIslands`](https://github.com/import-js/eslint-plugin-import/pull/3129) + - [`sortTypesGroup`](https://github.com/import-js/eslint-plugin-import/pull/3104) + ## 4.8.1 ### Patch Changes diff --git a/package.json b/package.json index 3998e3dd..5df7a5b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.8.1", + "version": "4.9.0", "type": "commonjs", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x",