mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-09 08:46:54 +00:00
chore(deps): bump @commitlint/lint from 13.2.0 to 15.0.0
Bumps [@commitlint/lint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/lint) from 13.2.0 to 15.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/lint/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v15.0.0/@commitlint/lint) --- updated-dependencies: - dependency-name: "@commitlint/lint" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
296247dfa6
commit
4fdf82a999
2 changed files with 300 additions and 59 deletions
357
package-lock.json
generated
357
package-lock.json
generated
|
|
@ -16,7 +16,7 @@
|
|||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^13.2.0",
|
||||
"@commitlint/format": "^13.2.0",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/lint": "^15.0.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
"commitlint-plugin-function-rules": "^1.4.0",
|
||||
|
|
@ -1807,6 +1807,82 @@
|
|||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/is-ignored": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz",
|
||||
"integrity": "sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"semver": "7.3.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/lint": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-13.2.0.tgz",
|
||||
"integrity": "sha512-5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^13.2.0",
|
||||
"@commitlint/parse": "^13.2.0",
|
||||
"@commitlint/rules": "^13.2.0",
|
||||
"@commitlint/types": "^13.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/message": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz",
|
||||
"integrity": "sha512-+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/parse": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-13.2.0.tgz",
|
||||
"integrity": "sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"conventional-changelog-angular": "^5.0.11",
|
||||
"conventional-commits-parser": "^3.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/rules": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-13.2.0.tgz",
|
||||
"integrity": "sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/ensure": "^13.2.0",
|
||||
"@commitlint/message": "^13.2.0",
|
||||
"@commitlint/to-lines": "^13.2.0",
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"execa": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/@commitlint/to-lines": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-13.2.0.tgz",
|
||||
"integrity": "sha512-ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/yargs": {
|
||||
"version": "17.1.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz",
|
||||
|
|
@ -1894,6 +1970,7 @@
|
|||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
|
||||
"integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"lodash": "^4.17.19"
|
||||
|
|
@ -1923,26 +2000,48 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/is-ignored": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz",
|
||||
"integrity": "sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz",
|
||||
"integrity": "sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"@commitlint/types": "^15.0.0",
|
||||
"semver": "7.3.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-13.2.0.tgz",
|
||||
"integrity": "sha512-5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw==",
|
||||
"node_modules/@commitlint/is-ignored/node_modules/@commitlint/types": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^13.2.0",
|
||||
"@commitlint/parse": "^13.2.0",
|
||||
"@commitlint/rules": "^13.2.0",
|
||||
"@commitlint/types": "^13.2.0"
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-15.0.0.tgz",
|
||||
"integrity": "sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==",
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": "^15.0.0",
|
||||
"@commitlint/parse": "^15.0.0",
|
||||
"@commitlint/rules": "^15.0.0",
|
||||
"@commitlint/types": "^15.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/lint/node_modules/@commitlint/types": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||
"dependencies": {
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
|
|
@ -1968,19 +2067,19 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/message": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz",
|
||||
"integrity": "sha512-+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-15.0.0.tgz",
|
||||
"integrity": "sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ==",
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/parse": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-13.2.0.tgz",
|
||||
"integrity": "sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz",
|
||||
"integrity": "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"@commitlint/types": "^15.0.0",
|
||||
"conventional-changelog-angular": "^5.0.11",
|
||||
"conventional-commits-parser": "^3.2.2"
|
||||
},
|
||||
|
|
@ -1988,6 +2087,17 @@
|
|||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/parse/node_modules/@commitlint/types": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||
"dependencies": {
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/read": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-13.2.0.tgz",
|
||||
|
|
@ -2032,20 +2142,43 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-13.2.0.tgz",
|
||||
"integrity": "sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-15.0.0.tgz",
|
||||
"integrity": "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==",
|
||||
"dependencies": {
|
||||
"@commitlint/ensure": "^13.2.0",
|
||||
"@commitlint/message": "^13.2.0",
|
||||
"@commitlint/to-lines": "^13.2.0",
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"@commitlint/ensure": "^15.0.0",
|
||||
"@commitlint/message": "^15.0.0",
|
||||
"@commitlint/to-lines": "^15.0.0",
|
||||
"@commitlint/types": "^15.0.0",
|
||||
"execa": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules/node_modules/@commitlint/ensure": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-15.0.0.tgz",
|
||||
"integrity": "sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==",
|
||||
"dependencies": {
|
||||
"@commitlint/types": "^15.0.0",
|
||||
"lodash": "^4.17.19"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules/node_modules/@commitlint/types": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||
"dependencies": {
|
||||
"chalk": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/test": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/test/-/test-9.0.1.tgz",
|
||||
|
|
@ -2164,9 +2297,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/to-lines": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-13.2.0.tgz",
|
||||
"integrity": "sha512-ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-15.0.0.tgz",
|
||||
"integrity": "sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw==",
|
||||
"engines": {
|
||||
"node": ">=v12"
|
||||
}
|
||||
|
|
@ -16031,6 +16164,64 @@
|
|||
"yargs": "^17.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/is-ignored": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz",
|
||||
"integrity": "sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"semver": "7.3.5"
|
||||
}
|
||||
},
|
||||
"@commitlint/lint": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-13.2.0.tgz",
|
||||
"integrity": "sha512-5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/is-ignored": "^13.2.0",
|
||||
"@commitlint/parse": "^13.2.0",
|
||||
"@commitlint/rules": "^13.2.0",
|
||||
"@commitlint/types": "^13.2.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/message": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz",
|
||||
"integrity": "sha512-+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA==",
|
||||
"dev": true
|
||||
},
|
||||
"@commitlint/parse": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-13.2.0.tgz",
|
||||
"integrity": "sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"conventional-changelog-angular": "^5.0.11",
|
||||
"conventional-commits-parser": "^3.2.2"
|
||||
}
|
||||
},
|
||||
"@commitlint/rules": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-13.2.0.tgz",
|
||||
"integrity": "sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/ensure": "^13.2.0",
|
||||
"@commitlint/message": "^13.2.0",
|
||||
"@commitlint/to-lines": "^13.2.0",
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"execa": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"@commitlint/to-lines": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-13.2.0.tgz",
|
||||
"integrity": "sha512-ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg==",
|
||||
"dev": true
|
||||
},
|
||||
"yargs": {
|
||||
"version": "17.1.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz",
|
||||
|
|
@ -16094,6 +16285,7 @@
|
|||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-13.2.0.tgz",
|
||||
"integrity": "sha512-rqhT62RehdLTRBu8OrPHnRCCd/7RmHEE4TiTlT4BLlr5ls5jlZhecOQWJ8np872uCNirrJ5NFjnjYYdbkNoW9Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"lodash": "^4.17.19"
|
||||
|
|
@ -16114,23 +16306,43 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/is-ignored": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-13.2.0.tgz",
|
||||
"integrity": "sha512-onnx4WctHFPPkHGFFAZBIWRSaNwuhixIIfbwPhcZ6IewwQX5n4jpjwM1GokA7vhlOnQ57W7AavbKUGjzIVtnRQ==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-15.0.0.tgz",
|
||||
"integrity": "sha512-edtnkf2QZ/7e/YCJDgn1WDw9wfF1WfOitW5YEoSOb4SxjJEb/oE87kxNPZ2j8mnDMuunspcMfGHeg6fRlwaEWg==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"@commitlint/types": "^15.0.0",
|
||||
"semver": "7.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/types": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||
"requires": {
|
||||
"chalk": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/lint": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-13.2.0.tgz",
|
||||
"integrity": "sha512-5XYkh0e9ehHjA7BxAHFpjPgr1qqbFY8OFG1wpBiAhycbYBtJnQmculA2wcwqTM40YCUBqEvWFdq86jTG8fbkMw==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-15.0.0.tgz",
|
||||
"integrity": "sha512-hUi2+Im/2dJ5FBvWnodypTkg+5haCgsDzB0fyMApWLUA1IucYUAqRCQCW5em1Mhk9Crw1pd5YzFNikhIclkqCw==",
|
||||
"requires": {
|
||||
"@commitlint/is-ignored": "^13.2.0",
|
||||
"@commitlint/parse": "^13.2.0",
|
||||
"@commitlint/rules": "^13.2.0",
|
||||
"@commitlint/types": "^13.2.0"
|
||||
"@commitlint/is-ignored": "^15.0.0",
|
||||
"@commitlint/parse": "^15.0.0",
|
||||
"@commitlint/rules": "^15.0.0",
|
||||
"@commitlint/types": "^15.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/types": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||
"requires": {
|
||||
"chalk": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/load": {
|
||||
|
|
@ -16150,18 +16362,28 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/message": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-13.2.0.tgz",
|
||||
"integrity": "sha512-+LlErJj2F2AC86xJb33VJIvSt25xqSF1I0b0GApSgoUtQBeJhx4SxIj1BLvGcLVmbRmbgTzAFq/QylwLId7EhA=="
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-15.0.0.tgz",
|
||||
"integrity": "sha512-L8euabzboKavPuDJsdIYAY2wx97LbiGEYsckMo6NmV8pOun50c8hQx6ouXFSAx4pp+mX9yUGmMiVqfrk2LKDJQ=="
|
||||
},
|
||||
"@commitlint/parse": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-13.2.0.tgz",
|
||||
"integrity": "sha512-AtfKSQJQADbDhW+kuC5PxOyBANsYCuuJlZRZ2PYslOz2rvWwZ93zt+nKjM4g7C9ETbz0uq4r7/EoOsTJ2nJqfQ==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-15.0.0.tgz",
|
||||
"integrity": "sha512-7fweM67tZfBNS7zw1KTuuT5K2u9nGytUJqFqT/1Ln3Na9cBCsoAqR47mfsNOTlRCgGwakm4xiQ7BpS2gN0OGuw==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"@commitlint/types": "^15.0.0",
|
||||
"conventional-changelog-angular": "^5.0.11",
|
||||
"conventional-commits-parser": "^3.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/types": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||
"requires": {
|
||||
"chalk": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/read": {
|
||||
|
|
@ -16201,15 +16423,34 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/rules": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-13.2.0.tgz",
|
||||
"integrity": "sha512-O3A9S7blOzvHfzrJrUQe9JxdtGy154ol/GXHwvd8WfMJ10y5ryBB4b6+0YZ1XhItWzrEASOfOKbD++EdLV90dQ==",
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-15.0.0.tgz",
|
||||
"integrity": "sha512-SqXfp6QUlwBS+0IZm4FEA/NmmAwcFQIkG3B05BtemOVWXQdZ8j1vV6hDwvA9oMPCmUSrrGpHOtZK7HaHhng2yA==",
|
||||
"requires": {
|
||||
"@commitlint/ensure": "^13.2.0",
|
||||
"@commitlint/message": "^13.2.0",
|
||||
"@commitlint/to-lines": "^13.2.0",
|
||||
"@commitlint/types": "^13.2.0",
|
||||
"@commitlint/ensure": "^15.0.0",
|
||||
"@commitlint/message": "^15.0.0",
|
||||
"@commitlint/to-lines": "^15.0.0",
|
||||
"@commitlint/types": "^15.0.0",
|
||||
"execa": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@commitlint/ensure": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-15.0.0.tgz",
|
||||
"integrity": "sha512-7DV4iNIald3vycwaWBNGk5FbonaNzOlU8nBe5m5AgU2dIeNKuXwLm+zzJzG27j0Ho56rgz//3F6RIvmsoxY9ZA==",
|
||||
"requires": {
|
||||
"@commitlint/types": "^15.0.0",
|
||||
"lodash": "^4.17.19"
|
||||
}
|
||||
},
|
||||
"@commitlint/types": {
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-15.0.0.tgz",
|
||||
"integrity": "sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==",
|
||||
"requires": {
|
||||
"chalk": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@commitlint/test": {
|
||||
|
|
@ -16305,9 +16546,9 @@
|
|||
}
|
||||
},
|
||||
"@commitlint/to-lines": {
|
||||
"version": "13.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-13.2.0.tgz",
|
||||
"integrity": "sha512-ZfWZix2y/CzewReCrj5g0nKOEfj5HW9eBMDrqjJJMPApve00CWv0tYrFCGXuGlv244lW4uvWJt6J/0HLRWsfyg=="
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-15.0.0.tgz",
|
||||
"integrity": "sha512-mY3MNA9ujPqVpiJjTYG9MDsYCobue5PJFO0MfcIzS1mCVvngH8ZFTPAh1fT5t+t1h876boS88+9WgqjRvbYItw=="
|
||||
},
|
||||
"@commitlint/top-level": {
|
||||
"version": "13.2.0",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"@commitlint/config-lerna-scopes": "^13.2.0",
|
||||
"@commitlint/config-patternplate": "^13.2.0",
|
||||
"@commitlint/format": "^13.2.0",
|
||||
"@commitlint/lint": "^13.2.0",
|
||||
"@commitlint/lint": "^15.0.0",
|
||||
"@commitlint/load": "^13.2.1",
|
||||
"commitlint-config-jira": "^1.5.1",
|
||||
"commitlint-plugin-function-rules": "^1.4.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue