Socket
Socket
Sign inDemoInstall

@commitlint/cli

Package Overview
Dependencies
Maintainers
4
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/cli - npm Package Compare versions

Comparing version 16.3.0 to 17.0.0

18

CHANGELOG.md

@@ -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.3.0](https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0) (2022-05-14)

@@ -8,0 +26,0 @@

20

package.json
{
"name": "@commitlint/cli",
"version": "16.3.0",
"version": "17.0.0",
"description": "Lint your commit messages",

@@ -18,3 +18,3 @@ "files": [

"engines": {
"node": ">=v12"
"node": ">=v14"
},

@@ -41,4 +41,4 @@ "repository": {

"devDependencies": {
"@commitlint/test": "^16.0.0",
"@commitlint/utils": "^16.2.1",
"@commitlint/test": "^17.0.0",
"@commitlint/utils": "^17.0.0",
"@types/node": "12.20.52",

@@ -50,7 +50,7 @@ "@types/yargs": "^17.0.0",

"dependencies": {
"@commitlint/format": "^16.2.1",
"@commitlint/lint": "^16.2.4",
"@commitlint/load": "^16.3.0",
"@commitlint/read": "^16.2.1",
"@commitlint/types": "^16.2.1",
"@commitlint/format": "^17.0.0",
"@commitlint/lint": "^17.0.0",
"@commitlint/load": "^17.0.0",
"@commitlint/read": "^17.0.0",
"@commitlint/types": "^17.0.0",
"lodash": "^4.17.19",

@@ -61,3 +61,3 @@ "resolve-from": "5.0.0",

},
"gitHead": "211f5140ab20c0513478d04b83fbd78ff3f6da80"
"gitHead": "ed437d29464ab1b239deecb84ce4d1f2a5e471c6"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc