@@ -10,6 +10,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
10
10
- ` importType ` : avoid crashing on a non-string' ([ #2305 ] , thanks [ @ljharb ] )
11
11
- [ ` first ` ] : prevent crash when parsing angular templates ([ #2210 ] , thanks [ @ljharb ] )
12
12
- ` importType ` : properly resolve ` @/* ` -aliased imports as internal ([ #2334 ] , thanks [ @ombene ] )
13
+ - [ ` dynamic-import-chunkname ` ] : prevent false report on a valid webpack magic comment ([ #2330 ] , thanks [ @mhmadhamster ] )
13
14
14
15
### Changed
15
16
- [ ` no-default-import ` ] : report on the token "default" instead of the entire node ([ #2299 ] , thanks [ @pmcelhaney ] )
@@ -951,6 +952,7 @@ for info on changes for earlier releases.
951
952
952
953
[ `memo-parser` ] : ./memo-parser/README.md
953
954
955
+ [ #2330 ] : https://github.com/import-js/eslint-plugin-import/pull/2330
954
956
[ #2334 ] : https://github.com/import-js/eslint-plugin-import/pull/2334
955
957
[ #2305 ] : https://github.com/import-js/eslint-plugin-import/pull/2305
956
958
[ #2299 ] : https://github.com/import-js/eslint-plugin-import/pull/2299
@@ -1564,6 +1566,7 @@ for info on changes for earlier releases.
1564
1566
[ @maxkomarychev ] : https://github.com/maxkomarychev
1565
1567
[ @maxmalov ] : https://github.com/maxmalov
1566
1568
[ @mgwalker ] : https://github.com/mgwalker
1569
+ [ @mhmadhamster ] : https://github.com/MhMadHamster
1567
1570
[ @MikeyBeLike ] : https://github.com/MikeyBeLike
1568
1571
[ @mplewis ] : https://github.com/mplewis
1569
1572
[ @mrmckeb ] : https://github.com/mrmckeb
0 commit comments