Commit 7190c3e 1 parent a60e5c6 commit 7190c3e Copy full SHA for 7190c3e
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ package-lock = false
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## v2.5.0 - 2019-12-07
9
+
10
+ ### Added
11
+ - support ` parseForESLint ` from custom parser ([ #1435 ] , thanks [ @JounQin ] )
12
+
8
13
### Changed
9
14
- Avoid superfluous calls and code ([ #1551 ] , thanks [ @brettz9 ] )
10
15
@@ -56,6 +61,7 @@ Yanked due to critical issue with cache key resulting from #839.
56
61
57
62
58
63
[ #1551 ] : https://github.com/benmosher/eslint-plugin-import/pull/1551
64
+ [ #1435 ] : https://github.com/benmosher/eslint-plugin-import/pull/1435
59
65
[ #1409 ] : https://github.com/benmosher/eslint-plugin-import/pull/1409
60
66
[ #1356 ] : https://github.com/benmosher/eslint-plugin-import/pull/1356
61
67
[ #1290 ] : https://github.com/benmosher/eslint-plugin-import/pull/1290
@@ -70,3 +76,4 @@ Yanked due to critical issue with cache key resulting from #839.
70
76
[ @bradzacher ] : https://github.com/bradzacher
71
77
[ @christophercurrie ] : https://github.com/christophercurrie
72
78
[ @brettz9 ] : https://github.com/brettz9
79
+ [ @JounQin ] : https://github.com/JounQin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-module-utils" ,
3
- "version" : " 2.4.1 " ,
3
+ "version" : " 2.5.0 " ,
4
4
"description" : " Core utilities to support eslint-plugin-import and other module-related plugins." ,
5
5
"engines" : {
6
6
"node" : " >=4"
25
25
},
26
26
"homepage" : " https://github.com/benmosher/eslint-plugin-import#readme" ,
27
27
"dependencies" : {
28
- "debug" : " ^2.6.8 " ,
28
+ "debug" : " ^2.6.9 " ,
29
29
"pkg-dir" : " ^2.0.0"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments