@automattic/eslint-changed
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -8,2 +8,6 @@ # Changelog | ||
## [2.0.6] - 2023-06-06 | ||
### Changed | ||
- Updated package dependencies. | ||
## [2.0.5] - 2023-02-07 | ||
@@ -71,2 +75,3 @@ ### Fixed | ||
[2.0.6]: https://github.com/Automattic/eslint-changed/compare/2.0.5...2.0.6 | ||
[2.0.5]: https://github.com/Automattic/eslint-changed/compare/2.0.4...2.0.5 | ||
@@ -73,0 +78,0 @@ [2.0.4]: https://github.com/Automattic/eslint-changed/compare/2.0.3...2.0.4 |
{ | ||
"name": "@automattic/eslint-changed", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Run eslint on files, but only report warnings and errors from lines that were changed.", | ||
@@ -21,4 +21,3 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/eslint-changed/#readme", | ||
"scripts": { | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --config=tests/jest.config.cjs", | ||
"test-coverage": "NODE_OPTIONS=--experimental-vm-modules jest --config=tests/jest.config.cjs --coverage --coverageDirectory=\"$COVERAGE_DIR\" --coverageReporters=clover" | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --config=tests/jest.config.cjs" | ||
}, | ||
@@ -31,3 +30,3 @@ "dependencies": { | ||
"devDependencies": { | ||
"jest": "29.3.1" | ||
"jest": "29.4.3" | ||
}, | ||
@@ -34,0 +33,0 @@ "peerDependencies": { |
@@ -9,3 +9,3 @@ import { spawnSync } from 'child_process'; | ||
const APP_VERSION = '2.0.5'; | ||
const APP_VERSION = '2.0.6'; | ||
@@ -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
38473