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

build(deps-dev): Bump @commitlint/cli from 17.5.1 to 17.6.1 #111

Merged
merged 1 commit into from
Apr 25, 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 @@ -84,7 +84,7 @@
"@flex-development/tutils": "6.0.0-alpha.10"
},
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@commitlint/cli": "17.6.1",
"@flex-development/commitlint-config": "1.0.1",
"@flex-development/decorator-regex": "1.0.0",
"@flex-development/esm-types": "1.0.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/cli@npm:17.5.1":
version: 17.5.1
resolution: "@commitlint/cli@npm:17.5.1"
"@commitlint/cli@npm:17.6.1":
version: 17.6.1
resolution: "@commitlint/cli@npm:17.6.1"
dependencies:
"@commitlint/format": "npm:^17.4.4"
"@commitlint/lint": "npm:^17.4.4"
"@commitlint/lint": "npm:^17.6.1"
"@commitlint/load": "npm:^17.5.0"
"@commitlint/read": "npm:^17.5.1"
"@commitlint/types": "npm:^17.4.4"
Expand All @@ -204,7 +204,7 @@ __metadata:
yargs: "npm:^17.0.0"
bin:
commitlint: cli.js
checksum: b5806776b8a36f7b4d4ab4c2a9f71afaaa27b6506e1b91bf5e816e63d34a8d9c2198d0842759a89ef8677fe324aa5961cb74938660a18233b60adeb01d3c19e6
checksum: 25f6593db6236bda0f747bea4cfb2fd28ecc187ca4bb94174044f0c6d2ff8fb38afa364833ca7c83eeebabe8f4be59a03184c7d74ff91b538acbde069e1ce7bc
languageName: node
linkType: hard

Expand Down Expand Up @@ -259,15 +259,15 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/lint@npm:^17.4.4":
version: 17.4.4
resolution: "@commitlint/lint@npm:17.4.4"
"@commitlint/lint@npm:^17.6.1":
version: 17.6.1
resolution: "@commitlint/lint@npm:17.6.1"
dependencies:
"@commitlint/is-ignored": "npm:^17.4.4"
"@commitlint/parse": "npm:^17.4.4"
"@commitlint/rules": "npm:^17.4.4"
"@commitlint/rules": "npm:^17.6.1"
"@commitlint/types": "npm:^17.4.4"
checksum: 03895636269249bee2d3dac7f825a2dfc7e400f49e14eec2cae35aa6056e479bd6a9ec788bccdb57561f7e76dfc6c9fcae0407939ab3013302b443f499103462
checksum: 03f3a32dc778459cc302925f1d97957b789ab197cf2db482b782ebad408fa97132230ab656dee754e75e8c5b170eebb3105ef43d08efc79a4ce7c6d41069e310
languageName: node
linkType: hard

Expand Down Expand Up @@ -338,16 +338,16 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/rules@npm:^17.4.4":
version: 17.4.4
resolution: "@commitlint/rules@npm:17.4.4"
"@commitlint/rules@npm:^17.6.1":
version: 17.6.1
resolution: "@commitlint/rules@npm:17.6.1"
dependencies:
"@commitlint/ensure": "npm:^17.4.4"
"@commitlint/message": "npm:^17.4.2"
"@commitlint/to-lines": "npm:^17.4.0"
"@commitlint/types": "npm:^17.4.4"
execa: "npm:^5.0.0"
checksum: 49ea76836a4b66c882398c2d1f02d8657e156295ee290c285229794b4fb709950e7e7c3f90a4c464270226b78f789982aa3a712594dae773b9795a0b4ad10e83
checksum: 7e7c552fa925d39144ec48c4cd5f32580d23cb3bbac92d0776d5096a48bb26c3a956e99f1088b7d026a61e61c76cbb5fb3ce97d6367bad501401f716c0fd24ed
languageName: node
linkType: hard

Expand Down Expand Up @@ -1220,7 +1220,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@flex-development/toggle-pkg-type@workspace:."
dependencies:
"@commitlint/cli": "npm:17.5.1"
"@commitlint/cli": "npm:17.6.1"
"@flex-development/commitlint-config": "npm:1.0.1"
"@flex-development/decorator-regex": "npm:1.0.0"
"@flex-development/esm-types": "npm:1.0.0"
Expand Down
Loading