@commitlint/parse
Advanced tools
Comparing version 17.2.0 to 17.4.0
@@ -7,3 +7,3 @@ "use strict"; | ||
const defaultOpts = (await defaultChangelogOpts).parserOpts; | ||
const opts = Object.assign(Object.assign({}, defaultOpts), (parserOpts || {})); | ||
const opts = Object.assign(Object.assign(Object.assign({}, defaultOpts), (parserOpts || {})), { fieldPattern: null }); | ||
const parsed = parser(message, opts); | ||
@@ -10,0 +10,0 @@ parsed.raw = message; |
{ | ||
"name": "@commitlint/parse", | ||
"version": "17.2.0", | ||
"version": "17.4.0", | ||
"description": "Lint your commit messages", | ||
@@ -38,11 +38,11 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@commitlint/test": "^17.2.0", | ||
"@commitlint/utils": "^17.0.0" | ||
"@commitlint/test": "^17.4.0", | ||
"@commitlint/utils": "^17.4.0" | ||
}, | ||
"dependencies": { | ||
"@commitlint/types": "^17.0.0", | ||
"@commitlint/types": "^17.4.0", | ||
"conventional-changelog-angular": "^5.0.11", | ||
"conventional-commits-parser": "^3.2.2" | ||
}, | ||
"gitHead": "a2fab85ec0668b112f43073c766a2a8545a55497" | ||
"gitHead": "7b0f7e805818944ab9fa42c52b6858211bbf2a66" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4404
Updated@commitlint/types@^17.4.0