diff --git a/.changeset/bright-taxis-smell.md b/.changeset/bright-taxis-smell.md deleted file mode 100644 index be8ed24efe..0000000000 --- a/.changeset/bright-taxis-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": minor ---- - -Allow incorrect file path in extraneous deps check diff --git a/.changeset/grumpy-games-shake.md b/.changeset/grumpy-games-shake.md deleted file mode 100644 index e87ea98d7a..0000000000 --- a/.changeset/grumpy-games-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -feat: webpack comment regex support `webpackFetchPriority` diff --git a/.changeset/short-bees-sell.md b/.changeset/short-bees-sell.md deleted file mode 100644 index 3953586338..0000000000 --- a/.changeset/short-bees-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -add languageOptions to ChildContext diff --git a/.changeset/sixty-avocados-stare.md b/.changeset/sixty-avocados-stare.md deleted file mode 100644 index e722d569de..0000000000 --- a/.changeset/sixty-avocados-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"eslint-plugin-import-x": patch ---- - -Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode diff --git a/CHANGELOG.md b/CHANGELOG.md index 97048b8641..dbfdc14a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # eslint-plugin-import-x +## 0.6.0 + +### Minor Changes + +- [#101](https://github.com/un-ts/eslint-plugin-import-x/pull/101) [`c0cea7b`](https://github.com/un-ts/eslint-plugin-import-x/commit/c0cea7bd361c02197a9ddfc6cfcf787248df4eda) Thanks [@SukkaW](https://github.com/SukkaW)! - Allow incorrect file path in extraneous deps check + +### Patch Changes + +- [#100](https://github.com/un-ts/eslint-plugin-import-x/pull/100) [`293fcf4`](https://github.com/un-ts/eslint-plugin-import-x/commit/293fcf43f30b11b51a6ad320abed23d2139659ba) Thanks [@SukkaW](https://github.com/SukkaW)! - feat: webpack comment regex support `webpackFetchPriority` + +- [#85](https://github.com/un-ts/eslint-plugin-import-x/pull/85) [`ded3e80`](https://github.com/un-ts/eslint-plugin-import-x/commit/ded3e80fbf6eb2b4d0211a33c46b63496ddaca07) Thanks [@kosmotema](https://github.com/kosmotema)! - add languageOptions to ChildContext + +- [#100](https://github.com/un-ts/eslint-plugin-import-x/pull/100) [`293fcf4`](https://github.com/un-ts/eslint-plugin-import-x/commit/293fcf43f30b11b51a6ad320abed23d2139659ba) Thanks [@SukkaW](https://github.com/SukkaW)! - Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode + ## 0.5.2 ### Patch Changes diff --git a/package.json b/package.json index ea59218658..a2b1731ae1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import-x", - "version": "0.5.2", + "version": "0.6.0", "description": "Import with sanity.", "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", "author": "JounQin (https://www.1stG.me)",