chore(deps): update dependency @commitlint/cli to v17.4.1
This commit is contained in:
parent
9e0cd2f7ac
commit
28a8fb89ac
2 changed files with 19 additions and 11 deletions
|
@ -34,7 +34,7 @@
|
|||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "17.4.0",
|
||||
"@commitlint/cli": "17.4.1",
|
||||
"@commitlint/config-conventional": "17.4.0",
|
||||
"@guanghechen/rollup-plugin-copy": "3.0.0",
|
||||
"@swc/core": "1.3.25",
|
||||
|
|
28
yarn.lock
28
yarn.lock
|
@ -32,13 +32,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@commitlint/cli@npm:17.4.0":
|
||||
version: 17.4.0
|
||||
resolution: "@commitlint/cli@npm:17.4.0"
|
||||
"@commitlint/cli@npm:17.4.1":
|
||||
version: 17.4.1
|
||||
resolution: "@commitlint/cli@npm:17.4.1"
|
||||
dependencies:
|
||||
"@commitlint/format": ^17.4.0
|
||||
"@commitlint/lint": ^17.4.0
|
||||
"@commitlint/load": ^17.4.0
|
||||
"@commitlint/load": ^17.4.1
|
||||
"@commitlint/read": ^17.4.0
|
||||
"@commitlint/types": ^17.4.0
|
||||
execa: ^5.0.0
|
||||
|
@ -48,7 +48,7 @@ __metadata:
|
|||
yargs: ^17.0.0
|
||||
bin:
|
||||
commitlint: cli.js
|
||||
checksum: ca4eea3264f2c1481378e1c9a70c6d0f499b7a0e49e22668bb0b61f808cc0277bae15555bb73fa9f9600618da453c94e6feb29020af6488ff2571e474f999b72
|
||||
checksum: a0f3d26f06fa751be6009f76b76fee83e2394f6b528b38f375b3119be41a39c851a053e9dd93385a5274feff471bd0984e626bb23624d72e231f66125e222fd5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -124,14 +124,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@commitlint/load@npm:^17.4.0":
|
||||
version: 17.4.0
|
||||
resolution: "@commitlint/load@npm:17.4.0"
|
||||
"@commitlint/load@npm:^17.4.1":
|
||||
version: 17.4.1
|
||||
resolution: "@commitlint/load@npm:17.4.1"
|
||||
dependencies:
|
||||
"@commitlint/config-validator": ^17.4.0
|
||||
"@commitlint/execute-rule": ^17.4.0
|
||||
"@commitlint/resolve-extends": ^17.4.0
|
||||
"@commitlint/types": ^17.4.0
|
||||
"@types/node": "*"
|
||||
chalk: ^4.1.0
|
||||
cosmiconfig: ^8.0.0
|
||||
cosmiconfig-typescript-loader: ^4.0.0
|
||||
|
@ -141,7 +142,7 @@ __metadata:
|
|||
resolve-from: ^5.0.0
|
||||
ts-node: ^10.8.1
|
||||
typescript: ^4.6.4
|
||||
checksum: 2225030e2261c111bec1bd17a4e01e5466129bd4d12701019dd422f0b9ca8bab4d7c5b524aa13095115d3981acfc74ea5b9c7c2f7ddb8661ecefcb1406843ab6
|
||||
checksum: 17bc9f2e339da480740138bb1f56d6a5c36ec6d70844a605f09b5ffcbe0bb18fd3ab0ad09d40ba3cfd095f26b0b3cf78a02d7b73d5980d9e58dbdcdfaeb252a2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -565,6 +566,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*":
|
||||
version: 18.11.18
|
||||
resolution: "@types/node@npm:18.11.18"
|
||||
checksum: 03f17f9480f8d775c8a72da5ea7e9383db5f6d85aa5fefde90dd953a1449bd5e4ffde376f139da4f3744b4c83942166d2a7603969a6f8ea826edfb16e6e3b49d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/normalize-package-data@npm:^2.4.0":
|
||||
version: 2.4.1
|
||||
resolution: "@types/normalize-package-data@npm:2.4.1"
|
||||
|
@ -5103,7 +5111,7 @@ __metadata:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "tickwerk@workspace:."
|
||||
dependencies:
|
||||
"@commitlint/cli": 17.4.0
|
||||
"@commitlint/cli": 17.4.1
|
||||
"@commitlint/config-conventional": 17.4.0
|
||||
"@guanghechen/rollup-plugin-copy": 3.0.0
|
||||
"@swc/core": 1.3.25
|
||||
|
|
Loading…
Reference in a new issue