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 lint-staged to v15.4.2 #4401

Merged
merged 1 commit into from
Jan 25, 2025
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 @@ -38,7 +38,7 @@
"eslint-plugin-json": "4.0.1",
"eslint-plugin-yml": "1.16.0",
"husky": "9.1.7",
"lint-staged": "15.4.1",
"lint-staged": "15.4.2",
"oxlint": "0.15.6",
"prettier": "3.4.2",
"prettier-plugin-java": "2.6.6",
Expand Down
66 changes: 41 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ __metadata:
eslint-plugin-json: "npm:4.0.1"
eslint-plugin-yml: "npm:1.16.0"
husky: "npm:9.1.7"
lint-staged: "npm:15.4.1"
lint-staged: "npm:15.4.2"
oxlint: "npm:0.15.6"
prettier: "npm:3.4.2"
prettier-plugin-java: "npm:2.6.6"
Expand Down Expand Up @@ -2883,7 +2883,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.4.1, chalk@npm:~5.4.1":
"chalk@npm:5.4.1, chalk@npm:^5.4.1":
version: 5.4.1
resolution: "chalk@npm:5.4.1"
checksum: 10/29df3ffcdf25656fed6e95962e2ef86d14dfe03cd50e7074b06bad9ffbbf6089adbb40f75c00744d843685c8d008adaf3aed31476780312553caf07fa86e5bc7
Expand Down Expand Up @@ -3113,7 +3113,7 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:12.1.0, commander@npm:~12.1.0":
"commander@npm:12.1.0":
version: 12.1.0
resolution: "commander@npm:12.1.0"
checksum: 10/cdaeb672d979816853a4eed7f1310a9319e8b976172485c2a6b437ed0db0a389a44cfb222bfbde772781efa9f215bdd1b936f80d6b249485b465c6cb906e1f93
Expand All @@ -3127,6 +3127,13 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^13.1.0":
version: 13.1.0
resolution: "commander@npm:13.1.0"
checksum: 10/d3b4b79e6be8471ddadacbb8cd441fe82154d7da7393b50e76165a9e29ccdb74fa911a186437b9a211d0fc071db6051915c94fb8ef16d77511d898e9dbabc6af
languageName: node
linkType: hard

"commander@npm:^4.1.1":
version: 4.1.1
resolution: "commander@npm:4.1.1"
Expand Down Expand Up @@ -3383,7 +3390,7 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:4.4.0, debug@npm:^4.4.0, debug@npm:~4.4.0":
"debug@npm:4.4.0, debug@npm:^4.4.0":
version: 4.4.0
resolution: "debug@npm:4.4.0"
dependencies:
Expand Down Expand Up @@ -4261,7 +4268,7 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:~8.0.1":
"execa@npm:^8.0.1":
version: 8.0.1
resolution: "execa@npm:8.0.1"
dependencies:
Expand Down Expand Up @@ -5924,34 +5931,34 @@ __metadata:
languageName: node
linkType: hard

"lilconfig@npm:~3.1.3":
"lilconfig@npm:^3.1.3":
version: 3.1.3
resolution: "lilconfig@npm:3.1.3"
checksum: 10/b932ce1af94985f0efbe8896e57b1f814a48c8dbd7fc0ef8469785c6303ed29d0090af3ccad7e36b626bfca3a4dc56cc262697e9a8dd867623cf09a39d54e4c3
languageName: node
linkType: hard

"lint-staged@npm:15.4.1":
version: 15.4.1
resolution: "lint-staged@npm:15.4.1"
"lint-staged@npm:15.4.2":
version: 15.4.2
resolution: "lint-staged@npm:15.4.2"
dependencies:
chalk: "npm:~5.4.1"
commander: "npm:~12.1.0"
debug: "npm:~4.4.0"
execa: "npm:~8.0.1"
lilconfig: "npm:~3.1.3"
listr2: "npm:~8.2.5"
micromatch: "npm:~4.0.8"
pidtree: "npm:~0.6.0"
string-argv: "npm:~0.3.2"
yaml: "npm:~2.6.1"
chalk: "npm:^5.4.1"
commander: "npm:^13.1.0"
debug: "npm:^4.4.0"
execa: "npm:^8.0.1"
lilconfig: "npm:^3.1.3"
listr2: "npm:^8.2.5"
micromatch: "npm:^4.0.8"
pidtree: "npm:^0.6.0"
string-argv: "npm:^0.3.2"
yaml: "npm:^2.7.0"
bin:
lint-staged: bin/lint-staged.js
checksum: 10/615a1f0a66c6cb35fda928745fec9864498853d5aab49785840b12643e40c6518daf01218b5255a727d32ef9a3738e3766103679cfdcd6f1b320e272920f3b68
checksum: 10/19f85db74d002b46901b8d1acf8af195e116eab53a1c3790be89d6d175b2fdf62098df86d6b5d0db2822ce4e0ccae8dc954f2dd2a79b656b7837d2f5af65c563
languageName: node
linkType: hard

"listr2@npm:~8.2.5":
"listr2@npm:^8.2.5":
version: 8.2.5
resolution: "listr2@npm:8.2.5"
dependencies:
Expand Down Expand Up @@ -6160,7 +6167,7 @@ __metadata:
languageName: node
linkType: hard

"micromatch@npm:4.0.8, micromatch@npm:^4.0.4, micromatch@npm:^4.0.8, micromatch@npm:~4.0.8":
"micromatch@npm:4.0.8, micromatch@npm:^4.0.4, micromatch@npm:^4.0.8":
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
Expand Down Expand Up @@ -7050,7 +7057,7 @@ __metadata:
languageName: node
linkType: hard

"pidtree@npm:~0.6.0":
"pidtree@npm:^0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
bin:
Expand Down Expand Up @@ -8235,7 +8242,7 @@ __metadata:
languageName: node
linkType: hard

"string-argv@npm:~0.3.2":
"string-argv@npm:^0.3.2":
version: 0.3.2
resolution: "string-argv@npm:0.3.2"
checksum: 10/f9d3addf887026b4b5f997a271149e93bf71efc8692e7dc0816e8807f960b18bcb9787b45beedf0f97ff459575ee389af3f189d8b649834cac602f2e857e75af
Expand Down Expand Up @@ -9448,7 +9455,7 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.0.0, yaml@npm:~2.6.1":
"yaml@npm:^2.0.0":
version: 2.6.1
resolution: "yaml@npm:2.6.1"
bin:
Expand All @@ -9457,6 +9464,15 @@ __metadata:
languageName: node
linkType: hard

"yaml@npm:^2.7.0":
version: 2.7.0
resolution: "yaml@npm:2.7.0"
bin:
yaml: bin.mjs
checksum: 10/c8c314c62fbd49244a6a51b06482f6d495b37ab10fa685fcafa1bbaae7841b7233ee7d12cab087bcca5a0b28adc92868b6e437322276430c28d00f1c1732eeec
languageName: node
linkType: hard

"yargs-parser@npm:^20.2.2":
version: 20.2.9
resolution: "yargs-parser@npm:20.2.9"
Expand Down