Skip to content

Commit c47eff2

Browse files
authored
Merge pull request #67 from rrd108/renovate/eslint-monorepo
chore(deps): update dependency eslint to v9.32.0
2 parents 6792aa3 + e7439db commit c47eff2

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

yarn.lock

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -619,14 +619,7 @@
619619
dependencies:
620620
"@types/json-schema" "^7.0.15"
621621

622-
"@eslint/core@^0.14.0":
623-
version "0.14.0"
624-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
625-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
626-
dependencies:
627-
"@types/json-schema" "^7.0.15"
628-
629-
"@eslint/core@^0.15.1":
622+
"@eslint/core@^0.15.0", "@eslint/core@^0.15.1":
630623
version "0.15.1"
631624
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.1.tgz#d530d44209cbfe2f82ef86d6ba08760196dd3b60"
632625
integrity sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==
@@ -648,7 +641,12 @@
648641
minimatch "^3.1.2"
649642
strip-json-comments "^3.1.1"
650643

651-
"@eslint/[email protected]", "@eslint/js@^9.30.1":
644+
645+
version "9.32.0"
646+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
647+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
648+
649+
"@eslint/js@^9.30.1":
652650
version "9.30.1"
653651
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.30.1.tgz#ebe9dd52a38345784c486300175a28c6013c088d"
654652
integrity sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==
@@ -666,10 +664,10 @@
666664
"@eslint/core" "^0.13.0"
667665
levn "^0.4.1"
668666

669-
"@eslint/plugin-kit@^0.3.1":
670-
version "0.3.3"
671-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz#32926b59bd407d58d817941e48b2a7049359b1fd"
672-
integrity sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==
667+
"@eslint/plugin-kit@^0.3.4":
668+
version "0.3.4"
669+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
670+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
673671
dependencies:
674672
"@eslint/core" "^0.15.1"
675673
levn "^0.4.1"
@@ -3852,18 +3850,18 @@ eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
38523850
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
38533851

38543852
eslint@^9.10.0:
3855-
version "9.30.1"
3856-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.30.1.tgz#d4107b39964412acd9b5c0744f1c6df514fa1211"
3857-
integrity sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==
3853+
version "9.32.0"
3854+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
3855+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
38583856
dependencies:
38593857
"@eslint-community/eslint-utils" "^4.2.0"
38603858
"@eslint-community/regexpp" "^4.12.1"
38613859
"@eslint/config-array" "^0.21.0"
38623860
"@eslint/config-helpers" "^0.3.0"
3863-
"@eslint/core" "^0.14.0"
3861+
"@eslint/core" "^0.15.0"
38643862
"@eslint/eslintrc" "^3.3.1"
3865-
"@eslint/js" "9.30.1"
3866-
"@eslint/plugin-kit" "^0.3.1"
3863+
"@eslint/js" "9.32.0"
3864+
"@eslint/plugin-kit" "^0.3.4"
38673865
"@humanfs/node" "^0.16.6"
38683866
"@humanwhocodes/module-importer" "^1.0.1"
38693867
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)