Skip to content

Commit 9312905

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

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
@@ -100,7 +100,7 @@
100100
"esdoc-standard-plugin": "1.0.0",
101101
"fixpack": "4.0.0",
102102
"husky": "9.1.7",
103-
"lint-staged": "15.5.2",
103+
"lint-staged": "16.0.0",
104104
"microbundle": "0.15.1",
105105
"np": "10.2.0",
106106
"pinst": "3.0.0",

yarn.lock

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

7417-
lint-staged@15.5.2:
7418-
version "15.5.2"
7419-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.2.tgz#beff028fd0681f7db26ffbb67050a21ed4d059a3"
7420-
integrity sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==
7417+
lint-staged@16.0.0:
7418+
version "16.0.0"
7419+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.0.0.tgz#31826709bde6a62542431da3055f038e386a20db"
7420+
integrity sha512-sUCprePs6/rbx4vKC60Hez6X10HPkpDJaGcy3D1NdwR7g1RcNkWL8q9mJMreOqmHBTs+1sNFp+wOiX9fr+hoOQ==
74217421
dependencies:
74227422
chalk "^5.4.1"
74237423
commander "^13.1.0"
74247424
debug "^4.4.0"
7425-
execa "^8.0.1"
74267425
lilconfig "^3.1.3"
7427-
listr2 "^8.2.5"
7426+
listr2 "^8.3.3"
74287427
micromatch "^4.0.8"
7428+
nano-spawn "^1.0.0"
74297429
pidtree "^0.6.0"
74307430
string-argv "^0.3.2"
7431-
yaml "^2.7.0"
7431+
yaml "^2.7.1"
74327432

74337433
listr-input@^0.2.1:
74347434
version "0.2.1"
@@ -7469,10 +7469,10 @@ listr-verbose-renderer@^0.5.0:
74697469
date-fns "^1.27.2"
74707470
figures "^2.0.0"
74717471

7472-
listr2@^8.2.5:
7473-
version "8.2.5"
7474-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.2.5.tgz#5c9db996e1afeb05db0448196d3d5f64fec2593d"
7475-
integrity sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==
7472+
listr2@^8.3.3:
7473+
version "8.3.3"
7474+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf"
7475+
integrity sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==
74767476
dependencies:
74777477
cli-truncate "^4.0.0"
74787478
colorette "^2.0.20"
@@ -8070,6 +8070,11 @@ mute-stream@^2.0.0:
80708070
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b"
80718071
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
80728072

8073+
nano-spawn@^1.0.0:
8074+
version "1.0.1"
8075+
resolved "https://registry.yarnpkg.com/nano-spawn/-/nano-spawn-1.0.1.tgz#c8e4c1e133e567e3efba44041dcfb12113d861b6"
8076+
integrity sha512-BfcvzBlUTxSDWfT+oH7vd6CbUV+rThLLHCIym/QO6GGLBsyVXleZs00fto2i2jzC/wPiBYk5jyOmpXWg4YopiA==
8077+
80738078
nanoid@^3.3.4:
80748079
version "3.3.4"
80758080
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
@@ -11237,10 +11242,10 @@ yaml@^1.10.0, yaml@^1.10.2:
1123711242
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
1123811243
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1123911244

11240-
yaml@^2.7.0:
11241-
version "2.7.0"
11242-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
11243-
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
11245+
yaml@^2.7.1:
11246+
version "2.7.1"
11247+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.1.tgz#44a247d1b88523855679ac7fa7cda6ed7e135cf6"
11248+
integrity sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==
1124411249

1124511250
yargs-parser@^21.1.1:
1124611251
version "21.1.1"

0 commit comments

Comments
 (0)