Skip to content

Commit 66f57f0

Browse files
⬆️ deps: Upgrade dependency lint-staged to v16. (#415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 523148e commit 66f57f0

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"esdoc-standard-plugin": "1.0.0",
9393
"fixpack": "4.0.0",
9494
"husky": "9.1.7",
95-
"lint-staged": "15.5.2",
95+
"lint-staged": "16.0.0",
9696
"microbundle": "0.15.1",
9797
"np": "10.2.0",
9898
"pinst": "3.0.0",

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7633,21 +7633,21 @@ lines-and-columns@^1.1.6:
76337633
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
76347634
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
76357635

7636-
lint-staged@15.5.2:
7637-
version "15.5.2"
7638-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.2.tgz#beff028fd0681f7db26ffbb67050a21ed4d059a3"
7639-
integrity sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==
7636+
lint-staged@16.0.0:
7637+
version "16.0.0"
7638+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.0.0.tgz#31826709bde6a62542431da3055f038e386a20db"
7639+
integrity sha512-sUCprePs6/rbx4vKC60Hez6X10HPkpDJaGcy3D1NdwR7g1RcNkWL8q9mJMreOqmHBTs+1sNFp+wOiX9fr+hoOQ==
76407640
dependencies:
76417641
chalk "^5.4.1"
76427642
commander "^13.1.0"
76437643
debug "^4.4.0"
7644-
execa "^8.0.1"
76457644
lilconfig "^3.1.3"
7646-
listr2 "^8.2.5"
7645+
listr2 "^8.3.3"
76477646
micromatch "^4.0.8"
7647+
nano-spawn "^1.0.0"
76487648
pidtree "^0.6.0"
76497649
string-argv "^0.3.2"
7650-
yaml "^2.7.0"
7650+
yaml "^2.7.1"
76517651

76527652
listr-input@^0.2.1:
76537653
version "0.2.1"
@@ -7688,10 +7688,10 @@ listr-verbose-renderer@^0.5.0:
76887688
date-fns "^1.27.2"
76897689
figures "^2.0.0"
76907690

7691-
listr2@^8.2.5:
7692-
version "8.2.5"
7693-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.5.tgz#5c9db996e1afeb05db0448196d3d5f64fec2593d"
7694-
integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==
7691+
listr2@^8.3.3:
7692+
version "8.3.3"
7693+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf"
7694+
integrity sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==
76957695
dependencies:
76967696
cli-truncate "^4.0.0"
76977697
colorette "^2.0.20"
@@ -8298,6 +8298,11 @@ mute-stream@^2.0.0:
82988298
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b"
82998299
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
83008300

8301+
nano-spawn@^1.0.0:
8302+
version "1.0.1"
8303+
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.1.tgz#c8e4c1e133e567e3efba44041dcfb12113d861b6"
8304+
integrity sha512-BfcvzBlUTxSDWfT+oH7vd6CbUV+rThLLHCIym/QO6GGLBsyVXleZs00fto2i2jzC/wPiBYk5jyOmpXWg4YopiA==
8305+
83018306
nanoid@^3.1.30:
83028307
version "3.1.30"
83038308
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
@@ -11521,10 +11526,10 @@ yaml@^1.10.0, yaml@^1.10.2:
1152111526
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1152211527
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1152311528

11524-
yaml@^2.7.0:
11525-
version "2.7.0"
11526-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
11527-
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
11529+
yaml@^2.7.1:
11530+
version "2.7.1"
11531+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.1.tgz#44a247d1b88523855679ac7fa7cda6ed7e135cf6"
11532+
integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==
1152811533

1152911534
yargs-parser@^21.0.0:
1153011535
version "21.0.0"

0 commit comments

Comments
 (0)