Releases: un-ts/eslint-plugin-import-x
v4.2.1
Patch Changes
-
#148
d228129
Thanks @SukkaW! - Fixnewline-after-import
'sconsiderComments
options when lintingrequire
, backports import-js#2952 -
#147
eca73ed
Thanks @nchevsky! - Fix regression in ruleno-unused-modules
which would incorrectly initialize optionsrc
to[]
instead of[process.cwd()]
, breaking file discovery. -
#148
d228129
Thanks @SukkaW! - Fixno-duplicates
for TypeScript, backports import-js#3033
New Contributors
Full Changelog: v4.2.0...v4.2.1
v4.2.0
Minor Changes
Patch Changes
- #146
e5e4580
Thanks @SukkaW! - Fix nuxt/eslint#494 by avoid importing from@typescript-eslint/typescript-estree
.
New Contributors
Full Changelog: v4.1.1...v4.2.0
v4.1.1
v4.1.0
Minor Changes
-
#122
cd52e86
Thanks @michaelfaith! - Add ESLint flat configuration presets. You can access them with:import eslintPluginImportX from "eslint-plugin-import-x"; eslintPluginImportX.flatConfigs.recommended; eslintPluginImportX.flatConfigs.react; eslintPluginImportX.flatConfigs.typescript; eslintPluginImportX.flatConfigs.electron;
-
#132
9948c78
Thanks @SukkaW! - Addedno-rename-default
that forbid importing a default export by a different name. Originally created by @whitneyit, ported by @SukkaW
New Contributors
- @michaelfaith made their first contribution in #122
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Major Changes
- #112
4ba14da
Thanks @SukkaW! - Use typescript-eslint v8. The minimum supported ESLint version is now >= 8.57.0 and the minimum required Node.js version is now 18.18.0.
New Contributors
- @merrywhether made their first contribution in #127
Full Changelog: v3.1.0...v4.0.0
v3.1.0
Minor Changes
- #116
38aa4cb
Thanks @silverwind! - AddignoreUnusedTypeExports
option tono-unused-modules
Patch Changes
-
#118
0307ff2
Thanks @silverwind! - Reverts #111. The introduction of SCC causes extra overhead that overcomes the early return it introduced.A new
no-cycle-next
rule is being implemented using the graph. It won't be backward compatible with the current ruleno-cycle
. The currentno-cycle
rule will becomeno-cycle-legacy
in the next major version.
New Contributors
- @silverwind made their first contribution in #116
Full Changelog: v3.0.1...v3.1.0
v3.0.1
Patch Changes
-
#109
fe3121a
Thanks @SukkaW! - Makeeslint-plugin-import-x
overall faster by refactoring theExportMap
util -
#111
5cce946
Thanks @SukkaW! - Drastically improveno-cycle
's performance by skipping unnecessary BFSes using Tarjan's SCC.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Major Changes
-
#106
19f10aa
Thanks @SukkaW! -eslint-plugin-import-x
is a fork ofeslint-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 toeslint-plugin-import-x
. This causes version conflicts when publishing new versions ofeslint-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 originaleslint-plugin-import
's versions.See also #76
Patch Changes
New Contributors
Full Changelog: v0.5.3...v3.0.0
v0.5.3
Patch Changes
-
#101
c0cea7b
Thanks @SukkaW! - Allow incorrect file path in extraneous deps check -
#100
293fcf4
Thanks @SukkaW! - feat: webpack comment regex supportwebpackFetchPriority
-
#85
ded3e80
Thanks @kosmotema! - add languageOptions to ChildContext -
#100
293fcf4
Thanks @SukkaW! - Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode
New Contributors
- @antfu made their first contribution in #59
- @yukukotani made their first contribution in #83
- @unzico made their first contribution in #82
- @SunsetTechuila made their first contribution in #95
- @kosmotema made their first contribution in #85
Full Changelog: v0.3.1...v0.5.3
v0.3.1
Patch Changes
-
#51
f4ca4b5
Thanks @JounQin! - refactor: migrate all remaining rules -
#50
de896f4
Thanks @JounQin! - refactor: migrate several rules
New Contributors
- @danielrentz made their first contribution in #46
Full Changelog: v0.2.0...v0.3.1