Skip to content

chore(deps): update dependency lint-staged to v16.1.5 #5232

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

Open
wants to merge 1 commit into
base: chore/renovateBaseBranch
Choose a base branch
from
Open
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.18.0",
"husky": "9.1.7",
"lint-staged": "16.1.4",
"lint-staged": "16.1.5",
"oxlint": "1.11.1",
"prettier": "3.6.2",
"prettier-plugin-java": "2.7.4",
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ __metadata:
eslint-plugin-json: "npm:4.0.1"
eslint-plugin-yml: "npm:1.18.0"
husky: "npm:9.1.7"
lint-staged: "npm:16.1.4"
lint-staged: "npm:16.1.5"
oxlint: "npm:1.11.1"
prettier: "npm:3.6.2"
prettier-plugin-java: "npm:2.7.4"
Expand Down Expand Up @@ -3237,7 +3237,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.5.0, chalk@npm:^5.4.1":
"chalk@npm:5.5.0, chalk@npm:^5.5.0":
version: 5.5.0
resolution: "chalk@npm:5.5.0"
checksum: 10/19f6905b47b628541976a534e2f39c3779f7f9276ff9693cb8f7cdb3e3e09ee5dee16e0c3768632fbb41c2a1f1653ee0041ea7730428b804068945eb0bab09c4
Expand Down Expand Up @@ -5793,11 +5793,11 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:16.1.4":
version: 16.1.4
resolution: "lint-staged@npm:16.1.4"
"lint-staged@npm:16.1.5":
version: 16.1.5
resolution: "lint-staged@npm:16.1.5"
dependencies:
chalk: "npm:^5.4.1"
chalk: "npm:^5.5.0"
commander: "npm:^14.0.0"
debug: "npm:^4.4.1"
lilconfig: "npm:^3.1.3"
Expand All @@ -5806,10 +5806,10 @@ __metadata:
nano-spawn: "npm:^1.0.2"
pidtree: "npm:^0.6.0"
string-argv: "npm:^0.3.2"
yaml: "npm:^2.8.0"
yaml: "npm:^2.8.1"
bin:
lint-staged: bin/lint-staged.js
checksum: 10/71330be72e1ca37715f4098eefdc634c6cb4948323ba1e88717b11376f18d8add9b851e5289f0814f10d25aa379aa77efba73ef0b717931632b8f6aae6c3f61d
checksum: 10/02b284f89d7b8118e1b27b1f2068017ed84407e57a1166463789caa65f3429f206372c483bc37304ce03dcb30bd1dd3e624f0502ae4973d440fe73cdd04e0747
languageName: node
linkType: hard

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

"yaml@npm:^2.0.0, yaml@npm:^2.8.0":
"yaml@npm:^2.0.0":
version: 2.8.0
resolution: "yaml@npm:2.8.0"
bin:
Expand All @@ -9048,6 +9048,15 @@ __metadata:
languageName: node
linkType: hard

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

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