Skip to content

Commit b89930a

Browse files
chore: update eslint monorepo to v9.31.0 (#4513)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6745f7 commit b89930a

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

yarn.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -473,14 +473,7 @@
473473
resolved "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.3.0.tgz#3e09a90dfb87e0005c7694791e58e97077271286"
474474
integrity sha512-ViuymvFmcJi04qdZeDc2whTHryouGcDlaxPqarTD0ZE10ISpxGUVZGZDx4w01upyIynL3iu6IXH2bS1NhclQMw==
475475

476-
"@eslint/core@^0.14.0":
477-
version "0.14.0"
478-
resolved "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
479-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
480-
dependencies:
481-
"@types/json-schema" "^7.0.15"
482-
483-
"@eslint/core@^0.15.1":
476+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
484477
version "0.15.1"
485478
resolved "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
486479
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
@@ -502,10 +495,10 @@
502495
minimatch "^3.1.2"
503496
strip-json-comments "^3.1.1"
504497

505-
"@eslint/js@9.30.1", "@eslint/js@^9.16.0":
506-
version "9.30.1"
507-
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
508-
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
498+
"@eslint/js@9.31.0", "@eslint/js@^9.16.0":
499+
version "9.31.0"
500+
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8"
501+
integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==
509502

510503
"@eslint/object-schema@^2.1.6":
511504
version "2.1.6"
@@ -3494,17 +3487,17 @@ eslint-visitor-keys@^4.2.1:
34943487
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
34953488

34963489
eslint@^9.16.0:
3497-
version "9.30.1"
3498-
resolved "https://registry.npmjs.org/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211"
3499-
integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==
3490+
version "9.31.0"
3491+
resolved "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz#9a488e6da75bbe05785cd62e43c5ea99356d21ba"
3492+
integrity sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==
35003493
dependencies:
35013494
"@eslint-community/eslint-utils" "^4.2.0"
35023495
"@eslint-community/regexpp" "^4.12.1"
35033496
"@eslint/config-array" "^0.21.0"
35043497
"@eslint/config-helpers" "^0.3.0"
3505-
"@eslint/core" "^0.14.0"
3498+
"@eslint/core" "^0.15.0"
35063499
"@eslint/eslintrc" "^3.3.1"
3507-
"@eslint/js" "9.30.1"
3500+
"@eslint/js" "9.31.0"
35083501
"@eslint/plugin-kit" "^0.3.1"
35093502
"@humanfs/node" "^0.16.6"
35103503
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)