Skip to content

Commit 92eb0ee

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint to v9.22.0
1 parent 61db439 commit 92eb0ee

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "19.8.0",
5151
"@commitlint/config-angular": "19.8.0",
52-
"eslint": "9.21.0",
52+
"eslint": "9.22.0",
5353
"eslint-config-airbnb-base": "15.0.0",
5454
"eslint-plugin-import": "2.31.0",
5555
"husky": "9.1.7",

yarn.lock

+20-14
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@
208208
debug "^4.3.1"
209209
minimatch "^3.1.2"
210210

211+
"@eslint/config-helpers@^0.1.0":
212+
version "0.1.0"
213+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
214+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
215+
211216
"@eslint/core@^0.12.0":
212217
version "0.12.0"
213218
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -230,10 +235,10 @@
230235
minimatch "^3.1.2"
231236
strip-json-comments "^3.1.1"
232237

233-
"@eslint/js@9.21.0":
234-
version "9.21.0"
235-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
236-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
238+
"@eslint/js@9.22.0":
239+
version "9.22.0"
240+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
241+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
237242

238243
"@eslint/object-schema@^2.1.6":
239244
version "2.1.6"
@@ -1220,10 +1225,10 @@ [email protected]:
12201225
string.prototype.trimend "^1.0.8"
12211226
tsconfig-paths "^3.15.0"
12221227

1223-
eslint-scope@^8.2.0:
1224-
version "8.2.0"
1225-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
1226-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
1228+
eslint-scope@^8.3.0:
1229+
version "8.3.0"
1230+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
1231+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
12271232
dependencies:
12281233
esrecurse "^4.3.0"
12291234
estraverse "^5.2.0"
@@ -1243,17 +1248,18 @@ eslint-visitor-keys@^4.2.0:
12431248
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
12441249
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
12451250

1246-
eslint@9.21.0:
1247-
version "9.21.0"
1248-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
1249-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
1251+
eslint@9.22.0:
1252+
version "9.22.0"
1253+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
1254+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
12501255
dependencies:
12511256
"@eslint-community/eslint-utils" "^4.2.0"
12521257
"@eslint-community/regexpp" "^4.12.1"
12531258
"@eslint/config-array" "^0.19.2"
1259+
"@eslint/config-helpers" "^0.1.0"
12541260
"@eslint/core" "^0.12.0"
12551261
"@eslint/eslintrc" "^3.3.0"
1256-
"@eslint/js" "9.21.0"
1262+
"@eslint/js" "9.22.0"
12571263
"@eslint/plugin-kit" "^0.2.7"
12581264
"@humanfs/node" "^0.16.6"
12591265
"@humanwhocodes/module-importer" "^1.0.1"
@@ -1265,7 +1271,7 @@ [email protected]:
12651271
cross-spawn "^7.0.6"
12661272
debug "^4.3.2"
12671273
escape-string-regexp "^4.0.0"
1268-
eslint-scope "^8.2.0"
1274+
eslint-scope "^8.3.0"
12691275
eslint-visitor-keys "^4.2.0"
12701276
espree "^10.3.0"
12711277
esquery "^1.5.0"

0 commit comments

Comments
 (0)