Skip to content

Commit c78e82f

Browse files
chore(deps): update dependency lint-staged to v16
1 parent 7904338 commit c78e82f

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"ink": "^3.2.0",
7575
"jest": "^29.0.2",
7676
"jest-util": "^29.0.2",
77-
"lint-staged": "^15.0.0",
77+
"lint-staged": "^16.0.0",
7878
"prettier": "^3.0.0",
7979
"react": "^18.0.0",
8080
"semantic-release": "^24.0.0",

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3899,7 +3899,7 @@ __metadata:
38993899
languageName: node
39003900
linkType: hard
39013901

3902-
"execa@npm:^8.0.0, execa@npm:^8.0.1":
3902+
"execa@npm:^8.0.0":
39033903
version: 8.0.1
39043904
resolution: "execa@npm:8.0.1"
39053905
dependencies:
@@ -5747,7 +5747,7 @@ __metadata:
57475747
ink: "npm:^3.2.0"
57485748
jest: "npm:^29.0.2"
57495749
jest-util: "npm:^29.0.2"
5750-
lint-staged: "npm:^15.0.0"
5750+
lint-staged: "npm:^16.0.0"
57515751
prettier: "npm:^3.0.0"
57525752
react: "npm:^18.0.0"
57535753
semantic-release: "npm:^24.0.0"
@@ -6313,27 +6313,27 @@ __metadata:
63136313
languageName: node
63146314
linkType: hard
63156315

6316-
"lint-staged@npm:^15.0.0":
6317-
version: 15.5.2
6318-
resolution: "lint-staged@npm:15.5.2"
6316+
"lint-staged@npm:^16.0.0":
6317+
version: 16.0.0
6318+
resolution: "lint-staged@npm:16.0.0"
63196319
dependencies:
63206320
chalk: "npm:^5.4.1"
63216321
commander: "npm:^13.1.0"
63226322
debug: "npm:^4.4.0"
6323-
execa: "npm:^8.0.1"
63246323
lilconfig: "npm:^3.1.3"
6325-
listr2: "npm:^8.2.5"
6324+
listr2: "npm:^8.3.3"
63266325
micromatch: "npm:^4.0.8"
6326+
nano-spawn: "npm:^1.0.0"
63276327
pidtree: "npm:^0.6.0"
63286328
string-argv: "npm:^0.3.2"
6329-
yaml: "npm:^2.7.0"
6329+
yaml: "npm:^2.7.1"
63306330
bin:
63316331
lint-staged: bin/lint-staged.js
6332-
checksum: 10/523c332d6cb6e34972a6530a7a2487307555e784df9466c82f2b8d17c8090a3db561a6362065ae6b63048c25fcb85c9e32057cd0bfb756bf7ab185bea1dbb89c
6332+
checksum: 10/7d29934d5426520fe0d5ad4d5a14b71521411744cbddad47c2021e9957c7874c7b6280e7db1b4ca9d638d08c1a88f568f033cbe4d02276282c4707f0b4aefb67
63336333
languageName: node
63346334
linkType: hard
63356335

6336-
"listr2@npm:^8.2.5":
6336+
"listr2@npm:^8.3.3":
63376337
version: 8.3.3
63386338
resolution: "listr2@npm:8.3.3"
63396339
dependencies:
@@ -6872,6 +6872,13 @@ __metadata:
68726872
languageName: node
68736873
linkType: hard
68746874

6875+
"nano-spawn@npm:^1.0.0":
6876+
version: 1.0.1
6877+
resolution: "nano-spawn@npm:1.0.1"
6878+
checksum: 10/be4a26653e356eabf27c53bddc2205d38f4631523b08e7edc1c64d838320f191b96bd28a570dc939b29f7b036fc06f78f6b70f2341ba9221e2e677548220191b
6879+
languageName: node
6880+
linkType: hard
6881+
68756882
"natural-compare@npm:^1.4.0":
68766883
version: 1.4.0
68776884
resolution: "natural-compare@npm:1.4.0"
@@ -9811,7 +9818,7 @@ __metadata:
98119818
languageName: node
98129819
linkType: hard
98139820

9814-
"yaml@npm:^2.7.0":
9821+
"yaml@npm:^2.7.1":
98159822
version: 2.7.1
98169823
resolution: "yaml@npm:2.7.1"
98179824
bin:

0 commit comments

Comments
 (0)