Skip to content

Commit 86674a9

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

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
@@ -96,7 +96,7 @@
9696
"esdoc-standard-plugin": "1.0.0",
9797
"fixpack": "4.0.0",
9898
"husky": "9.1.7",
99-
"lint-staged": "15.5.2",
99+
"lint-staged": "16.0.0",
100100
"microbundle": "0.15.1",
101101
"np": "10.2.0",
102102
"pinst": "3.0.0",

yarn.lock

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

7616-
lint-staged@15.5.2:
7617-
version "15.5.2"
7618-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.2.tgz#beff028fd0681f7db26ffbb67050a21ed4d059a3"
7619-
integrity sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==
7616+
lint-staged@16.0.0:
7617+
version "16.0.0"
7618+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.0.0.tgz#31826709bde6a62542431da3055f038e386a20db"
7619+
integrity sha512-sUCprePs6/rbx4vKC60Hez6X10HPkpDJaGcy3D1NdwR7g1RcNkWL8q9mJMreOqmHBTs+1sNFp+wOiX9fr+hoOQ==
76207620
dependencies:
76217621
chalk "^5.4.1"
76227622
commander "^13.1.0"
76237623
debug "^4.4.0"
7624-
execa "^8.0.1"
76257624
lilconfig "^3.1.3"
7626-
listr2 "^8.2.5"
7625+
listr2 "^8.3.3"
76277626
micromatch "^4.0.8"
7627+
nano-spawn "^1.0.0"
76287628
pidtree "^0.6.0"
76297629
string-argv "^0.3.2"
7630-
yaml "^2.7.0"
7630+
yaml "^2.7.1"
76317631

76327632
listr-input@^0.2.1:
76337633
version "0.2.1"
@@ -7668,10 +7668,10 @@ listr-verbose-renderer@^0.5.0:
76687668
date-fns "^1.27.2"
76697669
figures "^2.0.0"
76707670

7671-
listr2@^8.2.5:
7672-
version "8.2.5"
7673-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.5.tgz#5c9db996e1afeb05db0448196d3d5f64fec2593d"
7674-
integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==
7671+
listr2@^8.3.3:
7672+
version "8.3.3"
7673+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf"
7674+
integrity sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==
76757675
dependencies:
76767676
cli-truncate "^4.0.0"
76777677
colorette "^2.0.20"
@@ -8274,6 +8274,11 @@ mute-stream@^2.0.0:
82748274
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b"
82758275
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
82768276

8277+
nano-spawn@^1.0.0:
8278+
version "1.0.1"
8279+
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.1.tgz#c8e4c1e133e567e3efba44041dcfb12113d861b6"
8280+
integrity sha512-BfcvzBlUTxSDWfT+oH7vd6CbUV+rThLLHCIym/QO6GGLBsyVXleZs00fto2i2jzC/wPiBYk5jyOmpXWg4YopiA==
8281+
82778282
nanoid@^3.1.30:
82788283
version "3.1.30"
82798284
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
@@ -11492,10 +11497,10 @@ yaml@^1.10.0, yaml@^1.10.2:
1149211497
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1149311498
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1149411499

11495-
yaml@^2.7.0:
11496-
version "2.7.0"
11497-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
11498-
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
11500+
yaml@^2.7.1:
11501+
version "2.7.1"
11502+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.1.tgz#44a247d1b88523855679ac7fa7cda6ed7e135cf6"
11503+
integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==
1149911504

1150011505
yargs-parser@^21.0.0:
1150111506
version "21.0.0"

0 commit comments

Comments
 (0)