eslint-config-logdna
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -0,1 +1,15 @@ | ||
## Changelog | ||
## [4.2.1](https://github.com/logdna/eslint-config-logdna/compare/v4.2.0...v4.2.1) (2021-04-16) | ||
### Chores | ||
* **deps**: eslint-plugin-sensible@2.3.1 [93fd2a4](https://github.com/logdna/eslint-config-logdna/commit/93fd2a4b7f7c153e78689e8adda794d91805b340) - Eric Satterwhite | ||
### Continuous Integration | ||
* use semantic-release [1518b41](https://github.com/logdna/eslint-config-logdna/commit/1518b41fbad59c4047cedf3271693c0687049f2b) - Mike Del Tito | ||
# 2021-03-23, Version 4.2.0 (Stable) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "eslint-config-logdna", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "LogDNA's preferred eslint config to be used across all projects", | ||
@@ -10,7 +10,6 @@ "main": "index.js", | ||
"pretest": "npm run lint", | ||
"test": "tools/test.sh" | ||
"test": "tools/test.sh", | ||
"release": "semantic-release", | ||
"release:dry": "npm run release -- --dry-run --no-ci --branches ${BRANCH_NAME:-main}" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
@@ -32,4 +31,12 @@ "type": "git", | ||
"homepage": "https://github.com/logdna/eslint-config-logdna#readme", | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"extends": "semantic-release-config-logdna" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.19.0", | ||
"semantic-release": "^17.4.2", | ||
"semantic-release-config-logdna": "^1.1.1", | ||
"tap": "^14.10.7", | ||
@@ -41,4 +48,4 @@ "tap-xunit": "^2.4.1" | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-sensible": "^2.2.1" | ||
"eslint-plugin-sensible": "^2.3.1" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32606
0
5