Skip to content

Commit 26ffa45

Browse files
github-actions[bot]elastic-renovate-prod[bot]jsanz
authored
[7.17] chore(deps): update eslint monorepo to v9.22.0 (#656) (#659)
* chore(deps): update eslint monorepo to v9.22.0 (#656) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Jorge Sanz <jorge.sanz@elastic.co> (cherry picked from commit 4fc2109) # Conflicts: # package.json * Fix conflicts --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Jorge Sanz <jorge.sanz@elastic.co>
1 parent 2806d80 commit 26ffa45

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@babel/preset-env": "7.26.9",
5050
"@babel/preset-typescript": "7.26.0",
5151
"@eslint/core": "0.12.0",
52-
"@eslint/js": "9.21.0",
52+
"@eslint/js": "9.22.0",
5353
"@types/eslint__js": "8.42.3",
5454
"@types/jest": "29.5.14",
5555
"@types/lodash": "4.17.16",
@@ -60,7 +60,7 @@
6060
"@typescript-eslint/eslint-plugin": "8.26.0",
6161
"@typescript-eslint/parser": "8.26.0",
6262
"babel-jest": "29.7.0",
63-
"eslint": "9.21.0",
63+
"eslint": "9.22.0",
6464
"eslint-config-prettier": "10.1.1",
6565
"eslint-plugin-prettier": "5.2.3",
6666
"globals": "16.0.0",

yarn.lock

+17-11
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,11 @@
967967
debug "^4.3.1"
968968
minimatch "^3.1.2"
969969

970+
"@eslint/config-helpers@^0.1.0":
971+
version "0.1.0"
972+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
973+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
974+
970975
"@eslint/core@0.12.0", "@eslint/core@^0.12.0":
971976
version "0.12.0"
972977
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -989,10 +994,10 @@
989994
minimatch "^3.1.2"
990995
strip-json-comments "^3.1.1"
991996

992-
"@eslint/js@9.21.0":
993-
version "9.21.0"
994-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
995-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
997+
"@eslint/js@9.22.0":
998+
version "9.22.0"
999+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
1000+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
9961001

9971002
"@eslint/object-schema@^2.1.6":
9981003
version "2.1.6"
@@ -2001,7 +2006,7 @@ eslint-plugin-prettier@5.2.3:
20012006
prettier-linter-helpers "^1.0.0"
20022007
synckit "^0.9.1"
20032008

2004-
eslint-scope@^8.2.0:
2009+
eslint-scope@^8.3.0:
20052010
version "8.3.0"
20062011
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
20072012
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
@@ -2019,17 +2024,18 @@ eslint-visitor-keys@^4.2.0:
20192024
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
20202025
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
20212026

2022-
eslint@9.21.0:
2023-
version "9.21.0"
2024-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
2025-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
2027+
eslint@9.22.0:
2028+
version "9.22.0"
2029+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
2030+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
20262031
dependencies:
20272032
"@eslint-community/eslint-utils" "^4.2.0"
20282033
"@eslint-community/regexpp" "^4.12.1"
20292034
"@eslint/config-array" "^0.19.2"
2035+
"@eslint/config-helpers" "^0.1.0"
20302036
"@eslint/core" "^0.12.0"
20312037
"@eslint/eslintrc" "^3.3.0"
2032-
"@eslint/js" "9.21.0"
2038+
"@eslint/js" "9.22.0"
20332039
"@eslint/plugin-kit" "^0.2.7"
20342040
"@humanfs/node" "^0.16.6"
20352041
"@humanwhocodes/module-importer" "^1.0.1"
@@ -2041,7 +2047,7 @@ eslint@9.21.0:
20412047
cross-spawn "^7.0.6"
20422048
debug "^4.3.2"
20432049
escape-string-regexp "^4.0.0"
2044-
eslint-scope "^8.2.0"
2050+
eslint-scope "^8.3.0"
20452051
eslint-visitor-keys "^4.2.0"
20462052
espree "^10.3.0"
20472053
esquery "^1.5.0"

0 commit comments

Comments
 (0)