mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): bump commitlint-plugin-function-rules from 1.4.0 to 1.6.2
Bumps [commitlint-plugin-function-rules](https://github.com/vidavidorra/commitlint-plugin-function-rules) from 1.4.0 to 1.6.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.4.0...v1.6.2) --- updated-dependencies: - dependency-name: commitlint-plugin-function-rules dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
534ab208f0
commit
dff0a74545
2 changed files with 9 additions and 9 deletions
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -19,7 +19,7 @@
|
|||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
"commitlint-plugin-function-rules": "^1.4.0",
|
||||
"commitlint-plugin-function-rules": "^1.6.2",
|
||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||
"dargs": "^8.1.0",
|
||||
|
|
@ -5607,14 +5607,14 @@
|
|||
"integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g=="
|
||||
},
|
||||
"node_modules/commitlint-plugin-function-rules": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz",
|
||||
"integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==",
|
||||
"version": "1.6.2",
|
||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.6.2.tgz",
|
||||
"integrity": "sha512-vhUhYd/nxq0eBcdvvMq6PvNaBfsm3eK9qkjgT73oSMAqP4nWWpmf520SSudwfJZf6PyCjbtkp6xZ+nhyCS8B0g==",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x || 13.x"
|
||||
"@commitlint/lint": ">=9.1.2 <17"
|
||||
}
|
||||
},
|
||||
"node_modules/commitlint-plugin-jira-rules": {
|
||||
|
|
@ -19493,9 +19493,9 @@
|
|||
"integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g=="
|
||||
},
|
||||
"commitlint-plugin-function-rules": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz",
|
||||
"integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==",
|
||||
"version": "1.6.2",
|
||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.6.2.tgz",
|
||||
"integrity": "sha512-vhUhYd/nxq0eBcdvvMq6PvNaBfsm3eK9qkjgT73oSMAqP4nWWpmf520SSudwfJZf6PyCjbtkp6xZ+nhyCS8B0g==",
|
||||
"requires": {}
|
||||
},
|
||||
"commitlint-plugin-jira-rules": {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
"commitlint-plugin-function-rules": "^1.4.0",
|
||||
"commitlint-plugin-function-rules": "^1.6.2",
|
||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||
"dargs": "^8.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue