@@ -6,23 +6,26 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Fixed
10
+ - ` importType ` : avoid crashing on a non-string' ([ #2305 ] , thanks [ @ljharb ] )
11
+
9
12
## [ 2.25.3] - 2021-11-09
10
13
11
14
### Fixed
12
- - [ ` extensions ` ] : ignore unresolveable type-only imports ([ #2270 ] , [ #2271 ] , [ @jablko ] )
13
- - ` importType ` : fix ` isExternalModule ` calculation ([ #2282 ] , [ @mx-bernhard ] )
14
- - [ ` no-import-module-exports ` ] : avoid false positives with a shadowed ` module ` or ` exports ` ([ #2297 ] , [ @ljharb ] )
15
+ - [ ` extensions ` ] : ignore unresolveable type-only imports ([ #2270 ] , [ #2271 ] , thanks [ @jablko ] )
16
+ - ` importType ` : fix ` isExternalModule ` calculation ([ #2282 ] , thanks [ @mx-bernhard ] )
17
+ - [ ` no-import-module-exports ` ] : avoid false positives with a shadowed ` module ` or ` exports ` ([ #2297 ] , thanks [ @ljharb ] )
15
18
16
19
### Changed
17
- - [ Docs] [ ` order ` ] : add type to the default groups ([ #2272 ] , [ @charpeni ] )
18
- - [ readme] Add note to TypeScript docs to install appropriate resolver ([ #2279 ] , [ @johnthagen ] )
19
- - [ Refactor] ` importType ` : combine redundant ` isScoped ` and ` isScopedModule ` ([ @ljharb ] )
20
- - [ Docs] HTTP => HTTPS ([ #2287 ] , [ @Schweinepriester ] )
20
+ - [ Docs] [ ` order ` ] : add type to the default groups ([ #2272 ] , thanks [ @charpeni ] )
21
+ - [ readme] Add note to TypeScript docs to install appropriate resolver ([ #2279 ] , thanks [ @johnthagen ] )
22
+ - [ Refactor] ` importType ` : combine redundant ` isScoped ` and ` isScopedModule ` (thanks [ @ljharb ] )
23
+ - [ Docs] HTTP => HTTPS ([ #2287 ] , thanks [ @Schweinepriester ] )
21
24
22
25
## [ 2.25.2] - 2021-10-12
23
26
24
27
### Fixed
25
- - [ Deps] update ` eslint-module-utils ` for real this time ([ #2255 ] )
28
+ - [ Deps] update ` eslint-module-utils ` for real this time ([ #2255 ] , thanks [ @ ljharb ] )
26
29
27
30
## [ 2.25.1] - 2021-10-11
28
31
@@ -942,6 +945,7 @@ for info on changes for earlier releases.
942
945
943
946
[ `memo-parser` ] : ./memo-parser/README.md
944
947
948
+ [ #2305 ] : https://github.com/import-js/eslint-plugin-import/pull/2305
945
949
[ #2297 ] : https://github.com/import-js/eslint-plugin-import/pull/2297
946
950
[ #2287 ] : https://github.com/import-js/eslint-plugin-import/pull/2287
947
951
[ #2282 ] : https://github.com/import-js/eslint-plugin-import/pull/2282
0 commit comments