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-dev): Bump @commitlint/cli from 19.3.0 to 19.4.0 #3049

Closed
Closed
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
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4831,19 +4831,19 @@ __metadata:
linkType: hard

"@commitlint/cli@npm:^19.3.0":
version: 19.3.0
resolution: "@commitlint/cli@npm:19.3.0"
version: 19.4.0
resolution: "@commitlint/cli@npm:19.4.0"
dependencies:
"@commitlint/format": ^19.3.0
"@commitlint/lint": ^19.2.2
"@commitlint/load": ^19.2.0
"@commitlint/read": ^19.2.1
"@commitlint/load": ^19.4.0
"@commitlint/read": ^19.4.0
"@commitlint/types": ^19.0.3
execa: ^8.0.1
yargs: ^17.0.0
bin:
commitlint: cli.js
checksum: 2329756f6e3313948aafac378b2cf2fe3b436c8dd0260e517b68dd7e7c52e944d280e562f93c91308c13d60461af469641c031bae09131aa34a953e2f7074c29
checksum: fa433a633eef67905dc7f8e3a5e1a2b97eb54d829e7c0919592f3d8707ef8155e3e32970675e6022997cf2b521460cc4ca3d4babfb79aa1e69655fb71ebda3a6
languageName: node
linkType: hard

Expand Down Expand Up @@ -4927,9 +4927,9 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/load@npm:^19.2.0":
version: 19.2.0
resolution: "@commitlint/load@npm:19.2.0"
"@commitlint/load@npm:^19.4.0":
version: 19.4.0
resolution: "@commitlint/load@npm:19.4.0"
dependencies:
"@commitlint/config-validator": ^19.0.3
"@commitlint/execute-rule": ^19.0.0
Expand All @@ -4941,7 +4941,7 @@ __metadata:
lodash.isplainobject: ^4.0.6
lodash.merge: ^4.6.2
lodash.uniq: ^4.5.0
checksum: 5cd35a0a60064c70c06ab6bd8b1ae02cf6ecc1d0520b76c68cdc7c12094338f04c19e2df5d7ae30d681e858871c4f1963ae39e4969ed61139959cf4b300030fc
checksum: ebf3c8f4567cef9b4099d740f145eea6dc8335059ebfbda18d9c65701b810c46634aeeea721a6c7ebbef6cf8d11ccf1402891fee89ca90652f723987ee5c410c
languageName: node
linkType: hard

Expand All @@ -4963,16 +4963,16 @@ __metadata:
languageName: node
linkType: hard

"@commitlint/read@npm:^19.2.1":
version: 19.2.1
resolution: "@commitlint/read@npm:19.2.1"
"@commitlint/read@npm:^19.4.0":
version: 19.4.0
resolution: "@commitlint/read@npm:19.4.0"
dependencies:
"@commitlint/top-level": ^19.0.0
"@commitlint/types": ^19.0.3
execa: ^8.0.1
git-raw-commits: ^4.0.0
minimist: ^1.2.8
checksum: 840ebd183b2fe36dea03701552d825a9a1770d300b9416ab2a731fdeed66cf8c9dd8be133d92ac017cb9bf29e2ef5aee91a641f2b643bb5b33005f7b392ec953
checksum: 732ab482c3acc7cf00d28db02d45701f38c381712a46e2d5f5f7faabc14b87d849c64184df80b7d197083a71fbd7ec05cc5ae6a1814c1590543f9489e46f9d28
languageName: node
linkType: hard

Expand Down
Loading