From 978ae882a2752ef823b597d5bee315b6e4ca6ecb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:14:40 +0800 Subject: [PATCH] chore: release eslint-plugin-import-x (#145) Co-authored-by: github-actions[bot] --- .changeset/light-apples-rhyme.md | 5 ----- .changeset/twenty-jars-fix.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/light-apples-rhyme.md delete mode 100644 .changeset/twenty-jars-fix.md diff --git a/.changeset/light-apples-rhyme.md b/.changeset/light-apples-rhyme.md deleted file mode 100644 index b6a135dda..000000000 --- a/.changeset/light-apples-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": minor ---- - -Add new option "whitelist" for rule "no-extraneous-dependencies" diff --git a/.changeset/twenty-jars-fix.md b/.changeset/twenty-jars-fix.md deleted file mode 100644 index b3a02b8f5..000000000 --- a/.changeset/twenty-jars-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -Fix https://github.com/nuxt/eslint/issues/494 by avoid importing from `@typescript-eslint/typescript-estree`. diff --git a/CHANGELOG.md b/CHANGELOG.md index bff551f3a..90f0551cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # eslint-plugin-import-x +## 4.2.0 + +### Minor Changes + +- [#142](https://github.com/un-ts/eslint-plugin-import-x/pull/142) [`f12447e`](https://github.com/un-ts/eslint-plugin-import-x/commit/f12447e72a1104305c852436577df2eadb4acd44) Thanks [@Zamiell](https://github.com/Zamiell)! - Add new option "whitelist" for rule "no-extraneous-dependencies" + +### Patch Changes + +- [#146](https://github.com/un-ts/eslint-plugin-import-x/pull/146) [`e5e4580`](https://github.com/un-ts/eslint-plugin-import-x/commit/e5e45805e64ebb49a0331b21785a5f9d03b5cc02) Thanks [@SukkaW](https://github.com/SukkaW)! - Fix https://github.com/nuxt/eslint/issues/494 by avoid importing from `@typescript-eslint/typescript-estree`. + ## 4.1.1 ### Patch Changes diff --git a/package.json b/package.json index e0ed83733..920e16d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "4.1.1", + "version": "4.2.0", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",