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 ^18.4.1 #258

Merged
merged 1 commit into from
Nov 12, 2023
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 @@ -30,7 +30,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"@commitlint/cli": "^18.4.0",
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@favware/cliff-jumper": "^2.2.1",
"@sapphire/eslint-config": "^5.0.2",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:^18.4.0":
version: 18.4.0
resolution: "@commitlint/cli@npm:18.4.0"
"@commitlint/cli@npm:^18.4.1":
version: 18.4.1
resolution: "@commitlint/cli@npm:18.4.1"
dependencies:
"@commitlint/format": "npm:^18.4.0"
"@commitlint/lint": "npm:^18.4.0"
"@commitlint/load": "npm:^18.4.0"
"@commitlint/load": "npm:^18.4.1"
"@commitlint/read": "npm:^18.4.0"
"@commitlint/types": "npm:^18.4.0"
execa: "npm:^5.0.0"
Expand All @@ -56,7 +56,7 @@ __metadata:
yargs: "npm:^17.0.0"
bin:
commitlint: cli.js
checksum: e23220a58f95948e6b235ee5c7cfaffced8e92f76a242ca45cb061cf21f246adefa79de920eae647ee552877b75f2796cf3e597b571192cdad267772d8ea17e5
checksum: 08354788971437ef6b4693564d1a0476b0f89ce89f9d0257f7885af525904c1ba2a0dafa7321d635bc7a034ea4dbef978f5b662ef524d545ec8e8db98888b54b
languageName: node
linkType: hard

Expand Down Expand Up @@ -132,23 +132,23 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^18.4.0":
version: 18.4.0
resolution: "@commitlint/load@npm:18.4.0"
"@commitlint/load@npm:>6.1.1, @commitlint/load@npm:^18.4.1":
version: 18.4.1
resolution: "@commitlint/load@npm:18.4.1"
dependencies:
"@commitlint/config-validator": "npm:^18.4.0"
"@commitlint/execute-rule": "npm:^18.4.0"
"@commitlint/resolve-extends": "npm:^18.4.0"
"@commitlint/types": "npm:^18.4.0"
"@types/node": "npm:^18.11.9"
chalk: "npm:^4.1.0"
cosmiconfig: "npm:^8.0.0"
cosmiconfig: "npm:^8.3.6"
cosmiconfig-typescript-loader: "npm:^5.0.0"
lodash.isplainobject: "npm:^4.0.6"
lodash.merge: "npm:^4.6.2"
lodash.uniq: "npm:^4.5.0"
resolve-from: "npm:^5.0.0"
checksum: c84655f211aad44d52e2e9e08a6a760b47a412433b026be7751b43fbb838f98e240f670783c39058ebb9e4e854f4edb06e4c55facc1cf7bf22a049e7786211f7
checksum: 77cb8b02c39fd0a28214cea898811100b1b0c33047914a9294df862ad0c75965b3000ddb1806a5e89054141ce5217419b419d5d3d9bcf757e904f34b530d7474
languageName: node
linkType: hard

Expand Down Expand Up @@ -737,7 +737,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@skyra/editable-commands@workspace:."
dependencies:
"@commitlint/cli": "npm:^18.4.0"
"@commitlint/cli": "npm:^18.4.1"
"@commitlint/config-conventional": "npm:^18.4.0"
"@favware/cliff-jumper": "npm:^2.2.1"
"@sapphire/eslint-config": "npm:^5.0.2"
Expand Down Expand Up @@ -1668,9 +1668,9 @@ __metadata:
languageName: node
linkType: hard

"cosmiconfig@npm:^8.0.0":
version: 8.3.3
resolution: "cosmiconfig@npm:8.3.3"
"cosmiconfig@npm:^8.3.6":
version: 8.3.6
resolution: "cosmiconfig@npm:8.3.6"
dependencies:
import-fresh: "npm:^3.3.0"
js-yaml: "npm:^4.1.0"
Expand All @@ -1681,7 +1681,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 21e684066e678accaab40bd25a7245bf40ab258d2e41541d6b45c9d015c4ed593c9f5786e1cf925334d04abf1380b2c76fbcdf45fcc998fc5a127679583a5d23
checksum: 91d082baca0f33b1c085bf010f9ded4af43cbedacba8821da0fb5667184d0a848addc52c31fadd080007f904a555319c238cf5f4c03e6d58ece2e4876b2e73d6
languageName: node
linkType: hard

Expand Down
Loading