@@ -5,7 +5,22 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 2.17.3] - 2019-05-23
9
+
10
+ ### Fixed
11
+ - [ ` no-common-js ` ] : Also throw an error when assigning ([ #1354 ] , thanks [ @charlessuh ] )
12
+ - [ ` no-unused-modules ` ] : don't crash when lint file outside src-folder ([ #1347 ] , thanks [ @rfermann ] )
13
+ - [ ` no-unused-modules ` ] : make ` import { name as otherName } ` work ([ #1340 ] , [ #1342 ] , thanks [ @rfermann ] )
14
+ - [ ` no-unused-modules ` ] : make appveyor tests passing ([ #1333 ] , thanks [ @rfermann ] )
8
15
- [ ` named ` ] : ignore Flow ` typeof ` imports and ` type ` exports ([ #1345 ] , thanks [ @loganfsmyth ] )
16
+ - [ refactor] fix eslint 6 compat by fixing imports (thank [ @ljharb ] )
17
+ - Improve support for Typescript declare structures ([ #1356 ] , thanks [ @christophercurrie ] )
18
+
19
+ ### Docs
20
+ - add missing ` no-unused-modules ` in README ([ #1358 ] , thanks [ @golopot ] )
21
+ - [ ` no-unused-modules ` ] : Indicates usage, plugin defaults to no-op, and add description to main README.md ([ #1352 ] , thanks [ @johndevedu ] )
22
+ [ @christophercurrie ] : https://github.com/christophercurrie
23
+ - Document ` env ` option for ` eslint-import-resolver-webpack ` ([ #1363 ] , thanks [ @kgregory ] )
9
24
10
25
## [ 2.17.2] - 2019-04-16
11
26
@@ -555,7 +570,16 @@ for info on changes for earlier releases.
555
570
556
571
[ `memo-parser` ] : ./memo-parser/README.md
557
572
573
+ [ #1363 ] : https://github.com/benmosher/eslint-plugin-import/pull/1363
574
+ [ #1358 ] : https://github.com/benmosher/eslint-plugin-import/pull/1358
575
+ [ #1356 ] : https://github.com/benmosher/eslint-plugin-import/pull/1356
576
+ [ #1354 ] : https://github.com/benmosher/eslint-plugin-import/pull/1354
577
+ [ #1352 ] : https://github.com/benmosher/eslint-plugin-import/pull/1352
578
+ [ #1347 ] : https://github.com/benmosher/eslint-plugin-import/pull/1347
558
579
[ #1345 ] : https://github.com/benmosher/eslint-plugin-import/pull/1345
580
+ [ #1342 ] : https://github.com/benmosher/eslint-plugin-import/pull/1342
581
+ [ #1340 ] : https://github.com/benmosher/eslint-plugin-import/pull/1340
582
+ [ #1333 ] : https://github.com/benmosher/eslint-plugin-import/pull/1333
559
583
[ #1331 ] : https://github.com/benmosher/eslint-plugin-import/pull/1331
560
584
[ #1330 ] : https://github.com/benmosher/eslint-plugin-import/pull/1330
561
585
[ #1320 ] : https://github.com/benmosher/eslint-plugin-import/pull/1320
@@ -891,3 +915,7 @@ for info on changes for earlier releases.
891
915
[ @feychenie ] : https://github.com/feychenie
892
916
[ @kiwka ] : https://github.com/kiwka
893
917
[ @loganfsmyth ] : https://github.com/loganfsmyth
918
+ [ @johndevedu ] : https://github.com/johndevedu
919
+ [ @charlessuh ] : https://github.com/charlessuh
920
+ [ @kgregory ] : https://github.com/kgregory
921
+ [ @christophercurrie ] : https://github.com/christophercurrie
0 commit comments