Skip to content

Commit 7190c3e

Browse files
committed
bump utils to v2.5.0
1 parent a60e5c6 commit 7190c3e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

utils/.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## v2.5.0 - 2019-12-07
9+
10+
### Added
11+
- support `parseForESLint` from custom parser ([#1435], thanks [@JounQin])
12+
813
### Changed
914
- Avoid superfluous calls and code ([#1551], thanks [@brettz9])
1015

@@ -56,6 +61,7 @@ Yanked due to critical issue with cache key resulting from #839.
5661

5762

5863
[#1551]: https://github.com/benmosher/eslint-plugin-import/pull/1551
64+
[#1435]: https://github.com/benmosher/eslint-plugin-import/pull/1435
5965
[#1409]: https://github.com/benmosher/eslint-plugin-import/pull/1409
6066
[#1356]: https://github.com/benmosher/eslint-plugin-import/pull/1356
6167
[#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.
7076
[@bradzacher]: https://github.com/bradzacher
7177
[@christophercurrie]: https://github.com/christophercurrie
7278
[@brettz9]: https://github.com/brettz9
79+
[@JounQin]: https://github.com/JounQin

utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-module-utils",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
55
"engines": {
66
"node": ">=4"
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
2727
"dependencies": {
28-
"debug": "^2.6.8",
28+
"debug": "^2.6.9",
2929
"pkg-dir": "^2.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)