Bump eslint-plugin-import from 2.22.1 to 2.24.2
Bumps eslint-plugin-import from 2.22.1 to 2.24.2.
Release notes
Sourced from eslint-plugin-import's releases.
v2.24.1
https://github.com/import-js/eslint-plugin-import/blob/v2.24.1/CHANGELOG.md#2241---2021-08-19
v2.24.0
https://github.com/import-js/eslint-plugin-import/blob/v2.24.0/CHANGELOG.md#2240---2021-08-08
v2.23.4
https://github.com/import-js/eslint-plugin-import/blob/v2.23.4/CHANGELOG.md#2234---2021-05-29
v2.23.3
https://github.com/import-js/eslint-plugin-import/blob/v2.23.3/CHANGELOG.md#2233---2021-05-21
v2.23.2
https://github.com/import-js/eslint-plugin-import/blob/v2.23.2/CHANGELOG.md#2232---2021-05-15
v2.23.1
v2.23.0
https://github.com/benmosher/eslint-plugin-import/blob/v2.23.0/CHANGELOG.md#2230---2021-05-13
Changelog
Sourced from eslint-plugin-import's changelog.
[2.24.2] - 2021-08-24
Fixed
[2.24.1] - 2021-08-19
Fixed
ExportMap
: Add default export when esModuleInterop is true and anything is exported (#2184, thanks [@Maxim-Mazurok
])- [
named
], [namespace
]: properly set reexports onexport * as … from
(#1998, #2161, thanks [@ljharb
])- [
no-duplicates
]: correctly handle case of mixed default/named type imports (#2149, thanks [@GoodForOneFare
], [@nwalters512
])- [
no-duplicates
]: avoid crash with emptyimport type {}
(#2201, thanks [@ljharb
])Changed
- [Docs]
max-dependencies
:📖 DocumentignoreTypeImports
option (#2196, thanks [@himynameisdave
])[2.24.0] - 2021-08-08
Added
- [
no-dynamic-require
]: add optionesmodule
(#1223, thanks [@vikr01
])- [
named
]: addcommonjs
option (#1222, thanks [@vikr01
])- [
no-namespace
]: Addignore
option (#2112, thanks [@aberezkin
])- [
max-dependencies
]: add optionignoreTypeImports
(#1847, thanks [@rfermann
])Fixed
- [
no-duplicates
]: ensure autofix avoids excessive newlines (#2028, thanks [@ertrzyiks
])- [
extensions
]: avoid crashing on partially typed import/export statements (#2118, thanks [@ljharb
])- [
no-extraneous-dependencies
]: add ESM intermediate package.json support (#2121, thanks [@paztis
])- Use
context.getPhysicalFilename()
when available (ESLint 7.28+) (#2160, thanks [@pmcelhaney
])- [
extensions
]/importType
: fix isScoped treating @/abc as scoped module (#2146, thanks [@rperello
])Changed
- [Docs] [
extensions
]: improved cases for using@/...
(#2140, thanks [@wenfangdu
])- [Docs] [
extensions
]: removed incorrect cases (#2138, thanks [@wenfangdu
])- [Tests] [
order
]: add tests forpathGroupsExcludedImportTypes: ['type']
(#2158, thanks [@atav32
])- [Docs] [
order
]: improve the documentation for thepathGroupsExcludedImportTypes
option (#2156, thanks [@liby
])- [Tests] [
no-cycle
]: Restructure test files (#1517, thanks [@soryy708
])- [Docs] add description how to use plugin with yarn berry (#2179, thanks [
@KostyaZgara
])[2.23.4] - 2021-05-29
Fixed
- [
no-import-module-exports
]: Don't crash if packages have no entrypoint (#2099, thanks [@eps1lon
])- [
no-extraneous-dependencies
]: fix package name algorithm (#2097, thanks [@paztis
])[2.23.3] - 2021-05-21
Fixed
- [
no-restricted-paths
]: fix false positive matches (#2090, thanks [@malykhinvi
])- [
no-cycle
]: ignore imports where imported file only imports types of importing file (#2083, thanks [@cherryblossom000
])
... (truncated)
Commits
-
924b435
Bump to v2.24.2 -
033ba64
[Fix]named
,namespace
: properly handle ExportAllDeclarations -
51d3973
[Deps] unpintsconfig-paths
-
75170fa
[Tests]named
: add passing tests -
4aff27c
[Tests] test on TS parser v2, v3, and v4 -
aa8d566
[Fix]no-duplicates
: avoid crash with emptyimport type {}
-
94d6739
[Tests]no-extraneous-dependencies
: add passing test case of webpack loader... -
9485c83
[meta] rename default branch -
6c957e7
[Deps] pintsconfig-paths
due to a breaking change in v3.10 -
6171a7a
Bump to v2.24.1 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts