@@ -20,6 +20,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
20
20
- [ ` order ` ] : require with member expression could not be fixed if alphabetize.order was used ([ #2490 ] , thanks [ @msvab ] )
21
21
- [ ` order ` ] : leave more space in rankings for consecutive path groups ([ #2506 ] , thanks [ @Pearce-Ropion ] )
22
22
- [ ` no-cycle ` ] : add ExportNamedDeclaration statements to dependencies ([ #2511 ] , thanks [ @BenoitZugmeyer ] )
23
+ - [ ` dynamic-import-chunkname ` ] : prevent false report on a valid webpack magic comment ([ #2330 ] , thanks [ @mhmadhamster ] )
23
24
24
25
### Changed
25
26
- [ Tests] ` named ` : Run all TypeScript test ([ #2427 ] , thanks [ @ProdigySim ] )
@@ -1027,6 +1028,7 @@ for info on changes for earlier releases.
1027
1028
[ #2358 ] : https://github.com/import-js/eslint-plugin-import/pull/2358
1028
1029
[ #2341 ] : https://github.com/import-js/eslint-plugin-import/pull/2341
1029
1030
[ #2334 ] : https://github.com/import-js/eslint-plugin-import/pull/2334
1031
+ [ #2330 ] : https://github.com/import-js/eslint-plugin-import/pull/2330
1030
1032
[ #2305 ] : https://github.com/import-js/eslint-plugin-import/pull/2305
1031
1033
[ #2299 ] : https://github.com/import-js/eslint-plugin-import/pull/2299
1032
1034
[ #2297 ] : https://github.com/import-js/eslint-plugin-import/pull/2297
@@ -1652,6 +1654,7 @@ for info on changes for earlier releases.
1652
1654
[ @maxkomarychev ] : https://github.com/maxkomarychev
1653
1655
[ @maxmalov ] : https://github.com/maxmalov
1654
1656
[ @mgwalker ] : https://github.com/mgwalker
1657
+ [ @mhmadhamster ] : https://github.com/MhMadHamster
1655
1658
[ @MikeyBeLike ] : https://github.com/MikeyBeLike
1656
1659
[ @mplewis ] : https://github.com/mplewis
1657
1660
[ @mrmckeb ] : https://github.com/mrmckeb
0 commit comments