Skip to content

Commit a0b4956

Browse files
fix(deps): update eslint monorepo to ~9.37.0
1 parent da55238 commit a0b4956

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"license": "MIT",
1414
"dependencies": {
15-
"@eslint/js": "~9.35.0",
15+
"@eslint/js": "~9.37.0",
1616
"@eslint/json": "0.13.2",
1717
"@next/eslint-plugin-next": "~15.4.0 || ~15.5.0",
1818
"@stylistic/eslint-plugin": "5.4.0",
@@ -40,7 +40,7 @@
4040
"@types/node": "^24.1.0",
4141
"@types/semver": "^7.5.8",
4242
"commit-and-tag-version": "^12.5.0",
43-
"eslint": "~9.35.0",
43+
"eslint": "~9.37.0",
4444
"exit-code": "^1.0.2",
4545
"jiti": "^2.4.2",
4646
"rimraf": "^6.0.1",

yarn.lock

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,12 @@
242242
debug "^4.3.1"
243243
minimatch "^3.1.2"
244244

245-
"@eslint/config-helpers@^0.3.1":
246-
version "0.3.1"
247-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
248-
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
245+
"@eslint/config-helpers@^0.4.0":
246+
version "0.4.0"
247+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.0.tgz#e9f94ba3b5b875e32205cb83fece18e64486e9e6"
248+
integrity sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==
249+
dependencies:
250+
"@eslint/core" "^0.16.0"
249251

250252
"@eslint/core@^0.15.2":
251253
version "0.15.2"
@@ -254,6 +256,13 @@
254256
dependencies:
255257
"@types/json-schema" "^7.0.15"
256258

259+
"@eslint/core@^0.16.0":
260+
version "0.16.0"
261+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
262+
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
263+
dependencies:
264+
"@types/json-schema" "^7.0.15"
265+
257266
"@eslint/eslintrc@^3.3.1":
258267
version "3.3.1"
259268
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
@@ -269,10 +278,10 @@
269278
minimatch "^3.1.2"
270279
strip-json-comments "^3.1.1"
271280

272-
"@eslint/js@9.35.0", "@eslint/js@~9.35.0":
273-
version "9.35.0"
274-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.35.0.tgz#ffbc7e13cf1204db18552e9cd9d4a8e17c692d07"
275-
integrity sha512-30iXE9whjlILfWobBkNerJo+TXYsgVM5ERQwMcMKCHckHflCmf7wXDAHlARoWnh0s1U72WqlbeyE7iAcCzuCPw==
281+
"@eslint/js@9.37.0", "@eslint/js@~9.37.0":
282+
version "9.37.0"
283+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.37.0.tgz#0cfd5aa763fe5d1ee60bedf84cd14f54bcf9e21b"
284+
integrity sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==
276285

277286
278287
version "0.13.2"
@@ -297,6 +306,14 @@
297306
"@eslint/core" "^0.15.2"
298307
levn "^0.4.1"
299308

309+
"@eslint/plugin-kit@^0.4.0":
310+
version "0.4.0"
311+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
312+
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
313+
dependencies:
314+
"@eslint/core" "^0.16.0"
315+
levn "^0.4.1"
316+
300317
"@humanfs/core@^0.19.1":
301318
version "0.19.1"
302319
resolved "https://registry.yarnpkg.com/@humanfs/core/-/core-0.19.1.tgz#17c55ca7d426733fe3c561906b8173c336b40a77"
@@ -2023,19 +2040,19 @@ eslint-visitor-keys@^4.2.1:
20232040
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
20242041
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
20252042

2026-
eslint@~9.35.0:
2027-
version "9.35.0"
2028-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.35.0.tgz#7a89054b7b9ee1dfd1b62035d8ce75547773f47e"
2029-
integrity sha512-QePbBFMJFjgmlE+cXAlbHZbHpdFVS2E/6vzCy7aKlebddvl1vadiC4JFV5u/wqTkNUwEV8WrQi257jf5f06hrg==
2043+
eslint@~9.37.0:
2044+
version "9.37.0"
2045+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.37.0.tgz#ac0222127f76b09c0db63036f4fe289562072d74"
2046+
integrity sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==
20302047
dependencies:
20312048
"@eslint-community/eslint-utils" "^4.8.0"
20322049
"@eslint-community/regexpp" "^4.12.1"
20332050
"@eslint/config-array" "^0.21.0"
2034-
"@eslint/config-helpers" "^0.3.1"
2035-
"@eslint/core" "^0.15.2"
2051+
"@eslint/config-helpers" "^0.4.0"
2052+
"@eslint/core" "^0.16.0"
20362053
"@eslint/eslintrc" "^3.3.1"
2037-
"@eslint/js" "9.35.0"
2038-
"@eslint/plugin-kit" "^0.3.5"
2054+
"@eslint/js" "9.37.0"
2055+
"@eslint/plugin-kit" "^0.4.0"
20392056
"@humanfs/node" "^0.16.6"
20402057
"@humanwhocodes/module-importer" "^1.0.1"
20412058
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)