@automattic/eslint-changed
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -8,2 +8,6 @@ # Changelog | ||
## [2.0.5] - 2023-02-07 | ||
### Fixed | ||
- Clean up JavaScript eslint issues. | ||
## [2.0.4] - 2022-11-01 | ||
@@ -67,2 +71,3 @@ ### Changed | ||
[2.0.5]: https://github.com/Automattic/eslint-changed/compare/2.0.4...2.0.5 | ||
[2.0.4]: https://github.com/Automattic/eslint-changed/compare/2.0.3...2.0.4 | ||
@@ -69,0 +74,0 @@ [2.0.3]: https://github.com/Automattic/eslint-changed/compare/2.0.2...2.0.3 |
{ | ||
"name": "@automattic/eslint-changed", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Run eslint on files, but only report warnings and errors from lines that were changed.", | ||
@@ -30,3 +30,3 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/eslint-changed/#readme", | ||
"devDependencies": { | ||
"jest": "28.1.0" | ||
"jest": "29.3.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "peerDependencies": { |
@@ -9,3 +9,3 @@ import { spawnSync } from 'child_process'; | ||
const APP_VERSION = '2.0.4'; | ||
const APP_VERSION = '2.0.5'; | ||
@@ -12,0 +12,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38501