Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @commitlint/cli to v19.6.1 #209

Merged
merged 1 commit into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-syntax-import-assertions": "7.26.0",
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@eslint/js": "9.17.0",
"@types/babel__core": "7.20.5",
Expand Down
54 changes: 47 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,20 +222,20 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:19.6.0":
version: 19.6.0
resolution: "@commitlint/cli@npm:19.6.0"
"@commitlint/cli@npm:19.6.1":
version: 19.6.1
resolution: "@commitlint/cli@npm:19.6.1"
dependencies:
"@commitlint/format": "npm:^19.5.0"
"@commitlint/lint": "npm:^19.6.0"
"@commitlint/load": "npm:^19.5.0"
"@commitlint/load": "npm:^19.6.1"
"@commitlint/read": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
tinyexec: "npm:^0.3.0"
yargs: "npm:^17.0.0"
bin:
commitlint: cli.js
checksum: 10/12ed3ad48de1b838c6603f39970b6fde6fd0594f86402e40cccb72940b4c9b1b1321e11606caffdf46b54ce8730c38970bc08e56b8878b9709c44ceb2a520bfa
checksum: 10/b63b8a716d943419a0bb0542e752d380d62f2715266ae0bb53911f3fe749ae9c3bf0fd591abd87be6b863e522ca183c7bac6a82ef73255a5c5bbeceb620ecbb1
languageName: node
linkType: hard

Expand Down Expand Up @@ -312,7 +312,7 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^19.5.0":
"@commitlint/load@npm:>6.1.1":
version: 19.5.0
resolution: "@commitlint/load@npm:19.5.0"
dependencies:
Expand All @@ -330,6 +330,24 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/load@npm:^19.6.1":
version: 19.6.1
resolution: "@commitlint/load@npm:19.6.1"
dependencies:
"@commitlint/config-validator": "npm:^19.5.0"
"@commitlint/execute-rule": "npm:^19.5.0"
"@commitlint/resolve-extends": "npm:^19.5.0"
"@commitlint/types": "npm:^19.5.0"
chalk: "npm:^5.3.0"
cosmiconfig: "npm:^9.0.0"
cosmiconfig-typescript-loader: "npm:^6.1.0"
lodash.isplainobject: "npm:^4.0.6"
lodash.merge: "npm:^4.6.2"
lodash.uniq: "npm:^4.5.0"
checksum: 10/f340060751016de8e06f67137373f9ec51aff85ceb7ac8d5eec1bfb3693df38f7ad2c231fd1dd61acf58affb2f514761c12281328aacceaacef455d25d58c2ce
languageName: node
linkType: hard

"@commitlint/message@npm:^19.5.0":
version: 19.5.0
resolution: "@commitlint/message@npm:19.5.0"
Expand Down Expand Up @@ -2124,6 +2142,19 @@ __metadata:
languageName: node
linkType: hard

"cosmiconfig-typescript-loader@npm:^6.1.0":
version: 6.1.0
resolution: "cosmiconfig-typescript-loader@npm:6.1.0"
dependencies:
jiti: "npm:^2.4.1"
peerDependencies:
"@types/node": "*"
cosmiconfig: ">=9"
typescript: ">=5"
checksum: 10/e8b28b08759753c46a991e3d4db675480ea0081da9c098e426a89f4a12395e448c3090536d1ec1cb7adb5d7beb0ea266b7717053e3adbc283806a3b62339b68d
languageName: node
linkType: hard

"cosmiconfig@npm:^9.0.0":
version: 9.0.0
resolution: "cosmiconfig@npm:9.0.0"
Expand Down Expand Up @@ -3526,6 +3557,15 @@ __metadata:
languageName: node
linkType: hard

"jiti@npm:^2.4.1":
version: 2.4.1
resolution: "jiti@npm:2.4.1"
bin:
jiti: lib/jiti-cli.mjs
checksum: 10/c05d3645ff4a88f5c52e33757dbae18737f6b51aa46631ed18cbf7741f2d997eb91ffd4249f61b47779d8ac1931d6539ec48dfdab8e1ca761cc160aa240d09f2
languageName: node
linkType: hard

"js-tokens@npm:^4.0.0":
version: 4.0.0
resolution: "js-tokens@npm:4.0.0"
Expand Down Expand Up @@ -3640,7 +3680,7 @@ __metadata:
"@babel/core": "npm:7.26.0"
"@babel/eslint-parser": "npm:7.25.9"
"@babel/plugin-syntax-import-assertions": "npm:7.26.0"
"@commitlint/cli": "npm:19.6.0"
"@commitlint/cli": "npm:19.6.1"
"@commitlint/config-conventional": "npm:19.6.0"
"@eslint/js": "npm:9.17.0"
"@types/aws-lambda": "npm:8.10.146"
Expand Down
Loading