mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
chore(deps): upgrade commitlint-plugin-function-rules
This commit is contained in:
parent
f1eac798f3
commit
c13f233eb8
2 changed files with 10 additions and 10 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
|
@ -19,7 +19,7 @@
|
||||||
"@commitlint/lint": "^13.2.0",
|
"@commitlint/lint": "^13.2.0",
|
||||||
"@commitlint/load": "^13.2.1",
|
"@commitlint/load": "^13.2.1",
|
||||||
"commitlint-config-jira": "^1.5.1",
|
"commitlint-config-jira": "^1.5.1",
|
||||||
"commitlint-plugin-function-rules": "^1.3.2",
|
"commitlint-plugin-function-rules": "^1.4.0",
|
||||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||||
"dargs": "^8.1.0",
|
"dargs": "^8.1.0",
|
||||||
|
|
@ -5175,14 +5175,14 @@
|
||||||
"integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g=="
|
"integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g=="
|
||||||
},
|
},
|
||||||
"node_modules/commitlint-plugin-function-rules": {
|
"node_modules/commitlint-plugin-function-rules": {
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz",
|
||||||
"integrity": "sha512-Gwch0ZFWBcWwrYA/44or+y2Re7woSe8c8ItqZKCWoLCTTlN6eyG3chWY2fRN6c3NMsjsXmyoZ27JTTfWt95axQ==",
|
"integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.22.1"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x"
|
"@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x || 13.x"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/commitlint-plugin-jira-rules": {
|
"node_modules/commitlint-plugin-jira-rules": {
|
||||||
|
|
@ -18710,9 +18710,9 @@
|
||||||
"integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g=="
|
"integrity": "sha512-g0AgJ+x1Sf4ppFu9H521iHa2JNYos/4W2dZKlkwEql4/xgAZA7FU5UbZ/Cl1Q2PP1TTa6d4RhjHEwfkCgfGZ2g=="
|
||||||
},
|
},
|
||||||
"commitlint-plugin-function-rules": {
|
"commitlint-plugin-function-rules": {
|
||||||
"version": "1.3.2",
|
"version": "1.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/commitlint-plugin-function-rules/-/commitlint-plugin-function-rules-1.4.0.tgz",
|
||||||
"integrity": "sha512-Gwch0ZFWBcWwrYA/44or+y2Re7woSe8c8ItqZKCWoLCTTlN6eyG3chWY2fRN6c3NMsjsXmyoZ27JTTfWt95axQ==",
|
"integrity": "sha512-ioXm4wG3Ro4oQZshP2IvUpWK8raCQ3V2zDYie0GqPcVG2jyUh4MLGSiSDyWqRbEYymT0K6eXagZYBLz955ebmQ==",
|
||||||
"requires": {}
|
"requires": {}
|
||||||
},
|
},
|
||||||
"commitlint-plugin-jira-rules": {
|
"commitlint-plugin-jira-rules": {
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"@commitlint/lint": "^13.2.0",
|
"@commitlint/lint": "^13.2.0",
|
||||||
"@commitlint/load": "^13.2.1",
|
"@commitlint/load": "^13.2.1",
|
||||||
"commitlint-config-jira": "^1.5.1",
|
"commitlint-config-jira": "^1.5.1",
|
||||||
"commitlint-plugin-function-rules": "^1.3.2",
|
"commitlint-plugin-function-rules": "^1.4.0",
|
||||||
"commitlint-plugin-jira-rules": "^1.5.1",
|
"commitlint-plugin-jira-rules": "^1.5.1",
|
||||||
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
"conventional-changelog-lint-config-canonical": "^1.0.0",
|
||||||
"dargs": "^8.1.0",
|
"dargs": "^8.1.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue