Skip to content

Commit 3264549

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

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
@@ -93,7 +93,7 @@
9393
"esdoc-standard-plugin": "1.0.0",
9494
"fixpack": "4.0.0",
9595
"husky": "9.1.7",
96-
"lint-staged": "15.5.2",
96+
"lint-staged": "16.0.0",
9797
"microbundle": "0.15.1",
9898
"np": "10.2.0",
9999
"pinst": "3.0.0",

yarn.lock

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

7592-
lint-staged@15.5.2:
7593-
version "15.5.2"
7594-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.2.tgz#beff028fd0681f7db26ffbb67050a21ed4d059a3"
7595-
integrity sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==
7592+
lint-staged@16.0.0:
7593+
version "16.0.0"
7594+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.0.0.tgz#31826709bde6a62542431da3055f038e386a20db"
7595+
integrity sha512-sUCprePs6/rbx4vKC60Hez6X10HPkpDJaGcy3D1NdwR7g1RcNkWL8q9mJMreOqmHBTs+1sNFp+wOiX9fr+hoOQ==
75967596
dependencies:
75977597
chalk "^5.4.1"
75987598
commander "^13.1.0"
75997599
debug "^4.4.0"
7600-
execa "^8.0.1"
76017600
lilconfig "^3.1.3"
7602-
listr2 "^8.2.5"
7601+
listr2 "^8.3.3"
76037602
micromatch "^4.0.8"
7603+
nano-spawn "^1.0.0"
76047604
pidtree "^0.6.0"
76057605
string-argv "^0.3.2"
7606-
yaml "^2.7.0"
7606+
yaml "^2.7.1"
76077607

76087608
listr-input@^0.2.1:
76097609
version "0.2.1"
@@ -7644,10 +7644,10 @@ listr-verbose-renderer@^0.5.0:
76447644
date-fns "^1.27.2"
76457645
figures "^2.0.0"
76467646

7647-
listr2@^8.2.5:
7648-
version "8.2.5"
7649-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.5.tgz#5c9db996e1afeb05db0448196d3d5f64fec2593d"
7650-
integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==
7647+
listr2@^8.3.3:
7648+
version "8.3.3"
7649+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf"
7650+
integrity sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==
76517651
dependencies:
76527652
cli-truncate "^4.0.0"
76537653
colorette "^2.0.20"
@@ -8254,6 +8254,11 @@ mute-stream@^2.0.0:
82548254
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b"
82558255
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
82568256

8257+
nano-spawn@^1.0.0:
8258+
version "1.0.1"
8259+
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.1.tgz#c8e4c1e133e567e3efba44041dcfb12113d861b6"
8260+
integrity sha512-BfcvzBlUTxSDWfT+oH7vd6CbUV+rThLLHCIym/QO6GGLBsyVXleZs00fto2i2jzC/wPiBYk5jyOmpXWg4YopiA==
8261+
82578262
nanoid@^3.1.30:
82588263
version "3.1.30"
82598264
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
@@ -11522,10 +11527,10 @@ yaml@^1.10.0, yaml@^1.10.2:
1152211527
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1152311528
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1152411529

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

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

0 commit comments

Comments
 (0)