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 15.0.0 to 16.0.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [16.0.0](https://github.com/conventional-changelog/commitlint/compare/v15.0.0...v16.0.0) (2021-12-26)
### Bug Fixes
* **is-ignored:** ignore merge tag commit messages ([#2920](https://github.com/conventional-changelog/commitlint/issues/2920)) ([914782a](https://github.com/conventional-changelog/commitlint/commit/914782aad70d353baf4d9fbbf9824c0211241484))
# [15.0.0](https://github.com/conventional-changelog/commitlint/compare/v14.2.0...v15.0.0) (2021-11-17)

@@ -8,0 +19,0 @@

1

lib/defaults.js

@@ -35,2 +35,3 @@ "use strict";

test(/^((Merge pull request)|(Merge (.*?) into (.*?)|(Merge branch (.*?)))(?:\r?\n)*$)/m),
test(/^(Merge tag (.*?))(?:\r?\n)*$/m),
test(/^(R|r)evert (.*)/),

@@ -37,0 +38,0 @@ test(/^(fixup|squash)!/),

12

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

@@ -38,12 +38,12 @@ "main": "lib/index.js",

"devDependencies": {
"@commitlint/parse": "^15.0.0",
"@commitlint/test": "^15.0.0",
"@commitlint/utils": "^15.0.0",
"@commitlint/parse": "^16.0.0",
"@commitlint/test": "^16.0.0",
"@commitlint/utils": "^16.0.0",
"@types/semver": "7.3.9"
},
"dependencies": {
"@commitlint/types": "^15.0.0",
"@commitlint/types": "^16.0.0",
"semver": "7.3.5"
},
"gitHead": "399a0289356c670a87524387cc96d8fb0a33fdca"
"gitHead": "a6bacf60d7dccf969677cdef48fd22f8a92b5f08"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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