Skip to content

Commit 6337463

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

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

yarn.lock

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,11 @@
598598
debug "^4.3.1"
599599
minimatch "^3.1.2"
600600

601+
"@eslint/config-helpers@^0.1.0":
602+
version "0.1.0"
603+
resolved "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
604+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
605+
601606
"@eslint/core@^0.12.0":
602607
version "0.12.0"
603608
resolved "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -620,10 +625,10 @@
620625
minimatch "^3.1.2"
621626
strip-json-comments "^3.1.1"
622627

623-
"@eslint/js@9.21.0", "@eslint/js@^9.16.0":
624-
version "9.21.0"
625-
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
626-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
628+
"@eslint/js@9.22.0", "@eslint/js@^9.16.0":
629+
version "9.22.0"
630+
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
631+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
627632

628633
"@eslint/object-schema@^2.1.6":
629634
version "2.1.6"
@@ -2252,9 +2257,9 @@ acorn-jsx@^5.3.2:
22522257
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
22532258

22542259
acorn@^8.14.0:
2255-
version "8.14.0"
2256-
resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
2257-
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
2260+
version "8.14.1"
2261+
resolved "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz#721d5dc10f7d5b5609a891773d47731796935dfb"
2262+
integrity sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==
22582263

22592264
add-stream@^1.0.0:
22602265
version "1.0.0"
@@ -3706,10 +3711,10 @@ eslint-plugin-jest@^28.8.2:
37063711
dependencies:
37073712
"@typescript-eslint/utils" "^6.0.0 || ^7.0.0 || ^8.0.0"
37083713

3709-
eslint-scope@^8.2.0:
3710-
version "8.2.0"
3711-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
3712-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
3714+
eslint-scope@^8.3.0:
3715+
version "8.3.0"
3716+
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
3717+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
37133718
dependencies:
37143719
esrecurse "^4.3.0"
37153720
estraverse "^5.2.0"
@@ -3725,16 +3730,17 @@ eslint-visitor-keys@^4.2.0:
37253730
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
37263731

37273732
eslint@^9.16.0:
3728-
version "9.21.0"
3729-
resolved "https://registry.npmjs.org/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
3730-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
3733+
version "9.22.0"
3734+
resolved "https://registry.npmjs.org/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
3735+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
37313736
dependencies:
37323737
"@eslint-community/eslint-utils" "^4.2.0"
37333738
"@eslint-community/regexpp" "^4.12.1"
37343739
"@eslint/config-array" "^0.19.2"
3740+
"@eslint/config-helpers" "^0.1.0"
37353741
"@eslint/core" "^0.12.0"
37363742
"@eslint/eslintrc" "^3.3.0"
3737-
"@eslint/js" "9.21.0"
3743+
"@eslint/js" "9.22.0"
37383744
"@eslint/plugin-kit" "^0.2.7"
37393745
"@humanfs/node" "^0.16.6"
37403746
"@humanwhocodes/module-importer" "^1.0.1"
@@ -3746,7 +3752,7 @@ eslint@^9.16.0:
37463752
cross-spawn "^7.0.6"
37473753
debug "^4.3.2"
37483754
escape-string-regexp "^4.0.0"
3749-
eslint-scope "^8.2.0"
3755+
eslint-scope "^8.3.0"
37503756
eslint-visitor-keys "^4.2.0"
37513757
espree "^10.3.0"
37523758
esquery "^1.5.0"

0 commit comments

Comments
 (0)