mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps-dev): bump commitlint-plugin-function-rules
Bumps [commitlint-plugin-function-rules](https://github.com/vidavidorra/commitlint-plugin-function-rules) from 1.1.20 to 1.3.2. - [Release notes](https://github.com/vidavidorra/commitlint-plugin-function-rules/releases) - [Changelog](https://github.com/vidavidorra/commitlint-plugin-function-rules/blob/main/CHANGELOG.md) - [Commits](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.20...v1.3.2) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51eac66567
commit
4ba39da66d
2 changed files with 5 additions and 16 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
|
@ -4925,21 +4925,10 @@
|
|||
"integrity": "sha512-vW1eGt7cSwtk9I/jOfvxJpDJoSixIn5lq9gI2UOFbidkL4eqAbWFOk/g0NuYVQIF2k/xPZ2yzDr2mXfSCkqAFA=="
|
||||
},
|
||||
"commitlint-plugin-function-rules": {
|
||||
"version": "1.1.20",
|
||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.1.20.tgz",
|
||||
"integrity": "sha512-uaWdKa1OI4s0upk0g/sCX2SOgggo+3FCQk7omZxfm0caMj0NgbgEcYulcslFhHRYLc/FjhJfnL2cxPXEldRFWQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "11.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/types": {
|
||||
"version": "11.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-11.0.0.tgz",
|
||||
"integrity": "sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==",
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.3.2.tgz",
|
||||
"integrity": "sha512-Gwch0ZFWBcWwrYA/44or+y2Re7woSe8c8ItqZKCWoLCTTlN6eyG3chWY2fRN6c3NMsjsXmyoZ27JTTfWt95axQ==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"commitlint-plugin-jira-rules": {
|
||||
"version": "1.4.0",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
"@commitlint/ensure": "^12.0.0",
|
||||
"@commitlint/test": "^9.0.1",
|
||||
"@commitlint/test-environment": "^9.0.1",
|
||||
"commitlint-plugin-function-rules": "^1.1.20",
|
||||
"commitlint-plugin-function-rules": "^1.3.2",
|
||||
"conventional-changelog-cli": "^2.1.1",
|
||||
"eslint": "^7.20.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue