@commitlint/resolve-extends
Advanced tools
Comparing version 16.2.1 to 17.0.0
@@ -6,2 +6,20 @@ # Change Log | ||
# [17.0.0](https://github.com/conventional-changelog/commitlint/compare/v16.3.0...v17.0.0) (2022-05-16) | ||
* chore!: minimum node version v14 (#3128) ([ac5f9b4](https://github.com/conventional-changelog/commitlint/commit/ac5f9b47a9e3cd5c9d58b14da0feb426f06b1ef9)), closes [#3128](https://github.com/conventional-changelog/commitlint/issues/3128) | ||
### BREAKING CHANGES | ||
* drop node v12 support | ||
* chore: rename circleci windows job | ||
node version is not defned by the name anyways (i think) | ||
## [16.2.1](https://github.com/conventional-changelog/commitlint/compare/v16.2.0...v16.2.1) (2022-02-13) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@commitlint/resolve-extends", | ||
"version": "16.2.1", | ||
"version": "17.0.0", | ||
"description": "Lint your commit messages", | ||
@@ -15,3 +15,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=v12" | ||
"node": ">=v14" | ||
}, | ||
@@ -39,8 +39,8 @@ "repository": { | ||
"devDependencies": { | ||
"@commitlint/utils": "^16.2.1", | ||
"@commitlint/utils": "^17.0.0", | ||
"@types/lodash": "^4.14.161" | ||
}, | ||
"dependencies": { | ||
"@commitlint/config-validator": "^16.2.1", | ||
"@commitlint/types": "^16.2.1", | ||
"@commitlint/config-validator": "^17.0.0", | ||
"@commitlint/types": "^17.0.0", | ||
"import-fresh": "^3.0.0", | ||
@@ -51,3 +51,3 @@ "lodash": "^4.17.19", | ||
}, | ||
"gitHead": "071cce297f207ebcaf9cfa00e23542b7e0a550e8" | ||
"gitHead": "ed437d29464ab1b239deecb84ce4d1f2a5e471c6" | ||
} |
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
22968
+ Added@commitlint/config-validator@17.8.1(transitive)
+ Added@commitlint/types@17.8.1(transitive)
+ Addedajv@8.17.1(transitive)
+ Addedfast-uri@3.0.3(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
- Removed@commitlint/config-validator@16.2.1(transitive)
- Removed@commitlint/types@16.2.1(transitive)
- Removedajv@6.12.6(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)
Updated@commitlint/types@^17.0.0