From baa085e7c0a826d7d51dea8380be42268bb10b94 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sat, 6 Jul 2024 16:29:05 +0800 Subject: [PATCH] chore: an attempt to bump `eslint-plugin-import-x` into 3.x --- .changeset/shiny-birds-design.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .changeset/shiny-birds-design.md diff --git a/.changeset/shiny-birds-design.md b/.changeset/shiny-birds-design.md new file mode 100644 index 000000000..0acea1190 --- /dev/null +++ b/.changeset/shiny-birds-design.md @@ -0,0 +1,12 @@ +--- +"eslint-plugin-import-x": major +--- + +`eslint-plugin-import-x` is a fork of `eslint-plugin-import` that aims to provide a more performant and more lightweight version of the original plugin. + +Due to the nature of the fork, all `eslint-plugin-import`'s git tags and releases have been copied over to `eslint-plugin-import-x`. This causes version conflicts when publishing new versions of `eslint-plugin-import-x`. + +To prevent this, we have decided to publish a new major version of `eslint-plugin-import-x` that will not conflict with the original `eslint-plugin-import`'s versions. + +See also https://github.com/un-ts/eslint-plugin-import-x/issues/76 + diff --git a/package.json b/package.json index a19ae7370..5333623c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "0.5.3", + "version": "2.0.0", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",