mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump @commitlint/config-patternplate from 12.0.0 to 12.1.1
Bumps [@commitlint/config-patternplate](https://github.com/conventional-changelog/commitlint) from 12.0.0 to 12.1.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v12.0.0...v12.1.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a23ae3cf6e
commit
20e9d7be41
2 changed files with 20 additions and 5 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
|
@ -650,13 +650,28 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/config-patternplate": {
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-12.0.0.tgz",
|
||||
"integrity": "sha512-k8NNVfmZLj909SydImNfHv5nBqQjGGFtOQMYwkoQLqHgtr0WnV9phQJj189yeQ4hAxCSEWIiRtNp6HlFjLb3XQ==",
|
||||
"version": "12.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-12.1.1.tgz",
|
||||
"integrity": "sha512-BgDJ0SYysdPDFCuu2hhh5Zo5dZdhSjMtcen7TpnLsoxVhtV+PYQEpRPtRgMEGbdXkVD4Xjdvl3NEj7gpGbzMdQ==",
|
||||
"requires": {
|
||||
"@commitlint/config-angular": "^12.0.0",
|
||||
"@commitlint/config-angular": "^12.1.1",
|
||||
"globby": "^11.0.0",
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/config-angular": {
|
||||
"version": "12.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.1.tgz",
|
||||
"integrity": "sha512-aOWhOXjqWhQ91LQPLNf+mupQdcF7P/5DSAz4jDURlR44O94kl80FzX0ygykhQk+xeKosVuApfSYiE1kGzTeSsw==",
|
||||
"requires": {
|
||||
"@commitlint/config-angular-type-enum": "^12.1.1"
|
||||
}
|
||||
},
|
||||
"@commitlint/config-angular-type-enum": {
|
||||
"version": "12.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.1.1.tgz",
|
||||
"integrity": "sha512-cOIRod65IOmjUyLTapGoqTKl8RtQnWZTGU+rNoTqx3dqd5LmTM+/w9CUehuflBbo9NWKa36iV6SJcbeMfvYH9A=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/ensure": {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"@commitlint/config-angular": "^12.0.0",
|
||||
"@commitlint/config-conventional": "^12.0.0",
|
||||
"@commitlint/config-lerna-scopes": "^12.0.0",
|
||||
"@commitlint/config-patternplate": "^12.0.0",
|
||||
"@commitlint/config-patternplate": "^12.1.1",
|
||||
"@commitlint/format": "^12.0.0",
|
||||
"@commitlint/lint": "^12.0.0",
|
||||
"@commitlint/load": "^12.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue