Socket
Socket
Sign inDemoInstall

@commitlint/is-ignored

Package Overview
Dependencies
10
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.2.4 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.2.4](https://github.com/conventional-changelog/commitlint/compare/v16.2.3...v16.2.4) (2022-04-28)

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

14

package.json
{
"name": "@commitlint/is-ignored",
"version": "16.2.4",
"version": "17.0.0",
"description": "Lint your commit messages",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

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

@@ -39,12 +39,12 @@ "repository": {

"devDependencies": {
"@commitlint/parse": "^16.2.1",
"@commitlint/test": "^16.0.0",
"@commitlint/utils": "^16.2.1",
"@commitlint/parse": "^17.0.0",
"@commitlint/test": "^17.0.0",
"@commitlint/utils": "^17.0.0",
"@types/semver": "7.3.9"
},
"dependencies": {
"@commitlint/types": "^16.2.1",
"@commitlint/types": "^17.0.0",
"semver": "7.3.7"
},
"gitHead": "62dd082f8f40c9d64ab76ef72ca8c03a3e219426"
"gitHead": "ed437d29464ab1b239deecb84ce4d1f2a5e471c6"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc