Skip to content

Commit f9a24ab

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

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"esdoc-standard-plugin": "1.0.0",
9191
"fixpack": "4.0.0",
9292
"husky": "9.1.7",
93-
"lint-staged": "15.5.2",
93+
"lint-staged": "16.0.0",
9494
"microbundle": "0.15.1",
9595
"np": "10.2.0",
9696
"pinst": "3.0.0",

yarn.lock

+20-15
Original file line numberDiff line numberDiff line change
@@ -7556,21 +7556,21 @@ lines-and-columns@^1.1.6:
75567556
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
75577557
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
75587558

7559-
lint-staged@15.5.2:
7560-
version "15.5.2"
7561-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.2.tgz#beff028fd0681f7db26ffbb67050a21ed4d059a3"
7562-
integrity sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==
7559+
lint-staged@16.0.0:
7560+
version "16.0.0"
7561+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.0.0.tgz#31826709bde6a62542431da3055f038e386a20db"
7562+
integrity sha512-sUCprePs6/rbx4vKC60Hez6X10HPkpDJaGcy3D1NdwR7g1RcNkWL8q9mJMreOqmHBTs+1sNFp+wOiX9fr+hoOQ==
75637563
dependencies:
75647564
chalk "^5.4.1"
75657565
commander "^13.1.0"
75667566
debug "^4.4.0"
7567-
execa "^8.0.1"
75687567
lilconfig "^3.1.3"
7569-
listr2 "^8.2.5"
7568+
listr2 "^8.3.3"
75707569
micromatch "^4.0.8"
7570+
nano-spawn "^1.0.0"
75717571
pidtree "^0.6.0"
75727572
string-argv "^0.3.2"
7573-
yaml "^2.7.0"
7573+
yaml "^2.7.1"
75747574

75757575
listr-input@^0.2.1:
75767576
version "0.2.1"
@@ -7611,10 +7611,10 @@ listr-verbose-renderer@^0.5.0:
76117611
date-fns "^1.27.2"
76127612
figures "^2.0.0"
76137613

7614-
listr2@^8.2.5:
7615-
version "8.2.5"
7616-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.5.tgz#5c9db996e1afeb05db0448196d3d5f64fec2593d"
7617-
integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==
7614+
listr2@^8.3.3:
7615+
version "8.3.3"
7616+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf"
7617+
integrity sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==
76187618
dependencies:
76197619
cli-truncate "^4.0.0"
76207620
colorette "^2.0.20"
@@ -8221,6 +8221,11 @@ mute-stream@^2.0.0:
82218221
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b"
82228222
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
82238223

8224+
nano-spawn@^1.0.0:
8225+
version "1.0.1"
8226+
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.1.tgz#c8e4c1e133e567e3efba44041dcfb12113d861b6"
8227+
integrity sha512-BfcvzBlUTxSDWfT+oH7vd6CbUV+rThLLHCIym/QO6GGLBsyVXleZs00fto2i2jzC/wPiBYk5jyOmpXWg4YopiA==
8228+
82248229
nanoid@^3.1.30:
82258230
version "3.1.30"
82268231
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
@@ -11489,10 +11494,10 @@ yaml@^1.10.0, yaml@^1.10.2:
1148911494
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1149011495
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1149111496

11492-
yaml@^2.7.0:
11493-
version "2.7.0"
11494-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
11495-
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
11497+
yaml@^2.7.1:
11498+
version "2.7.1"
11499+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.1.tgz#44a247d1b88523855679ac7fa7cda6ed7e135cf6"
11500+
integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==
1149611501

1149711502
yargs-parser@^21.0.0:
1149811503
version "21.0.0"

0 commit comments

Comments
 (0)