Skip to content

Commit

Permalink
bump utils to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 8, 2019
1 parent a60e5c6 commit 7190c3e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions utils/.npmrc
@@ -0,0 +1 @@
package-lock=false
7 changes: 7 additions & 0 deletions utils/CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## Unreleased

## v2.5.0 - 2019-12-07

### Added
- support `parseForESLint` from custom parser ([#1435], thanks [@JounQin])

### Changed
- Avoid superfluous calls and code ([#1551], thanks [@brettz9])

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


[#1551]: https://github.com/benmosher/eslint-plugin-import/pull/1551
[#1435]: https://github.com/benmosher/eslint-plugin-import/pull/1435
[#1409]: https://github.com/benmosher/eslint-plugin-import/pull/1409
[#1356]: https://github.com/benmosher/eslint-plugin-import/pull/1356
[#1290]: https://github.com/benmosher/eslint-plugin-import/pull/1290
Expand All @@ -70,3 +76,4 @@ Yanked due to critical issue with cache key resulting from #839.
[@bradzacher]: https://github.com/bradzacher
[@christophercurrie]: https://github.com/christophercurrie
[@brettz9]: https://github.com/brettz9
[@JounQin]: https://github.com/JounQin
4 changes: 2 additions & 2 deletions utils/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-module-utils",
"version": "2.4.1",
"version": "2.5.0",
"description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
"engines": {
"node": ">=4"
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
"dependencies": {
"debug": "^2.6.8",
"debug": "^2.6.9",
"pkg-dir": "^2.0.0"
}
}

0 comments on commit 7190c3e

Please sign in to comment.