Skip to content

Commit fe0d862

Browse files
Bump eslint from 8.57.0 to 9.8.0 in /demos/moderator (#1180)
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.8.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce93d19 commit fe0d862

File tree

2 files changed

+153
-10
lines changed

2 files changed

+153
-10
lines changed

demos/moderator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"autoprefixer": "9.8.8",
3030
"babel-preset-env": "1.7.0",
3131
"babel-preset-preact": "2.0.0",
32-
"eslint": "8.57.0",
32+
"eslint": "9.8.0",
3333
"eslint-config-airbnb-base": "15.0.0",
3434
"eslint-config-prettier": "9.1.0",
3535
"eslint-plugin-import": "2.29.1",

demos/moderator/yarn.lock

Lines changed: 152 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,10 +1179,19 @@
11791179
dependencies:
11801180
eslint-visitor-keys "^3.3.0"
11811181

1182-
"@eslint-community/regexpp@^4.6.1":
1183-
version "4.6.2"
1184-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
1185-
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
1182+
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.6.1":
1183+
version "4.11.0"
1184+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
1185+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
1186+
1187+
"@eslint/config-array@^0.17.1":
1188+
version "0.17.1"
1189+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.17.1.tgz#d9b8b8b6b946f47388f32bedfd3adf29ca8f8910"
1190+
integrity sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==
1191+
dependencies:
1192+
"@eslint/object-schema" "^2.1.4"
1193+
debug "^4.3.1"
1194+
minimatch "^3.1.2"
11861195

11871196
"@eslint/eslintrc@^2.1.4":
11881197
version "2.1.4"
@@ -1199,11 +1208,36 @@
11991208
minimatch "^3.1.2"
12001209
strip-json-comments "^3.1.1"
12011210

1211+
"@eslint/eslintrc@^3.1.0":
1212+
version "3.1.0"
1213+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
1214+
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
1215+
dependencies:
1216+
ajv "^6.12.4"
1217+
debug "^4.3.2"
1218+
espree "^10.0.1"
1219+
globals "^14.0.0"
1220+
ignore "^5.2.0"
1221+
import-fresh "^3.2.1"
1222+
js-yaml "^4.1.0"
1223+
minimatch "^3.1.2"
1224+
strip-json-comments "^3.1.1"
1225+
12021226
12031227
version "8.57.0"
12041228
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
12051229
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
12061230

1231+
1232+
version "9.8.0"
1233+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.8.0.tgz#ae9bc14bb839713c5056f5018bcefa955556d3a4"
1234+
integrity sha512-MfluB7EUfxXtv3i/++oh89uzAr4PDI4nn201hsp+qaXqsjAWzinlZEHEfPgAX4doIlKvPG/i0A9dpKxOLII8yA==
1235+
1236+
"@eslint/object-schema@^2.1.4":
1237+
version "2.1.4"
1238+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
1239+
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
1240+
12071241
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
12081242
version "1.1.3"
12091243
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
@@ -1228,6 +1262,11 @@
12281262
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
12291263
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
12301264

1265+
"@humanwhocodes/retry@^0.3.0":
1266+
version "0.3.0"
1267+
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
1268+
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==
1269+
12311270
"@iarna/toml@^2.2.0":
12321271
version "2.2.5"
12331272
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -2924,6 +2963,11 @@ acorn@^7.1.1:
29242963
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
29252964
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
29262965

2966+
acorn@^8.12.0:
2967+
version "8.12.1"
2968+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
2969+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
2970+
29272971
acorn@^8.5.0:
29282972
version "8.8.1"
29292973
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
@@ -5924,12 +5968,65 @@ eslint-scope@^7.1.1, eslint-scope@^7.2.2:
59245968
esrecurse "^4.3.0"
59255969
estraverse "^5.2.0"
59265970

5971+
eslint-scope@^8.0.2:
5972+
version "8.0.2"
5973+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.2.tgz#5cbb33d4384c9136083a71190d548158fe128f94"
5974+
integrity sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==
5975+
dependencies:
5976+
esrecurse "^4.3.0"
5977+
estraverse "^5.2.0"
5978+
59275979
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
59285980
version "3.4.3"
59295981
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
59305982
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
59315983

5932-
[email protected], eslint@^8.7.0:
5984+
eslint-visitor-keys@^4.0.0:
5985+
version "4.0.0"
5986+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
5987+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
5988+
5989+
5990+
version "9.8.0"
5991+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.8.0.tgz#a4f4a090c8ea2d10864d89a6603e02ce9f649f0f"
5992+
integrity sha512-K8qnZ/QJzT2dLKdZJVX6W4XOwBzutMYmt0lqUS+JdXgd+HTYFlonFgkJ8s44d/zMPPCnOOk0kMWCApCPhiOy9A==
5993+
dependencies:
5994+
"@eslint-community/eslint-utils" "^4.2.0"
5995+
"@eslint-community/regexpp" "^4.11.0"
5996+
"@eslint/config-array" "^0.17.1"
5997+
"@eslint/eslintrc" "^3.1.0"
5998+
"@eslint/js" "9.8.0"
5999+
"@humanwhocodes/module-importer" "^1.0.1"
6000+
"@humanwhocodes/retry" "^0.3.0"
6001+
"@nodelib/fs.walk" "^1.2.8"
6002+
ajv "^6.12.4"
6003+
chalk "^4.0.0"
6004+
cross-spawn "^7.0.2"
6005+
debug "^4.3.2"
6006+
escape-string-regexp "^4.0.0"
6007+
eslint-scope "^8.0.2"
6008+
eslint-visitor-keys "^4.0.0"
6009+
espree "^10.1.0"
6010+
esquery "^1.5.0"
6011+
esutils "^2.0.2"
6012+
fast-deep-equal "^3.1.3"
6013+
file-entry-cache "^8.0.0"
6014+
find-up "^5.0.0"
6015+
glob-parent "^6.0.2"
6016+
ignore "^5.2.0"
6017+
imurmurhash "^0.1.4"
6018+
is-glob "^4.0.0"
6019+
is-path-inside "^3.0.3"
6020+
json-stable-stringify-without-jsonify "^1.0.1"
6021+
levn "^0.4.1"
6022+
lodash.merge "^4.6.2"
6023+
minimatch "^3.1.2"
6024+
natural-compare "^1.4.0"
6025+
optionator "^0.9.3"
6026+
strip-ansi "^6.0.1"
6027+
text-table "^0.2.0"
6028+
6029+
eslint@^8.7.0:
59336030
version "8.57.0"
59346031
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
59356032
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
@@ -5973,6 +6070,15 @@ [email protected], eslint@^8.7.0:
59736070
strip-ansi "^6.0.1"
59746071
text-table "^0.2.0"
59756072

6073+
espree@^10.0.1, espree@^10.1.0:
6074+
version "10.1.0"
6075+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
6076+
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
6077+
dependencies:
6078+
acorn "^8.12.0"
6079+
acorn-jsx "^5.3.2"
6080+
eslint-visitor-keys "^4.0.0"
6081+
59766082
espree@^9.3.1, espree@^9.6.0, espree@^9.6.1:
59776083
version "9.6.1"
59786084
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
@@ -5992,10 +6098,10 @@ esprima@^4.0.0, esprima@^4.0.1:
59926098
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
59936099
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
59946100

5995-
esquery@^1.4.0, esquery@^1.4.2:
5996-
version "1.4.2"
5997-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
5998-
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
6101+
esquery@^1.4.0, esquery@^1.4.2, esquery@^1.5.0:
6102+
version "1.6.0"
6103+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7"
6104+
integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==
59996105
dependencies:
60006106
estraverse "^5.1.0"
60016107

@@ -6224,6 +6330,13 @@ file-entry-cache@^6.0.1:
62246330
dependencies:
62256331
flat-cache "^3.0.4"
62266332

6333+
file-entry-cache@^8.0.0:
6334+
version "8.0.0"
6335+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
6336+
integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==
6337+
dependencies:
6338+
flat-cache "^4.0.0"
6339+
62276340
62286341
version "1.0.0"
62296342
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
@@ -6275,11 +6388,24 @@ flat-cache@^3.0.4:
62756388
flatted "^3.1.0"
62766389
rimraf "^3.0.2"
62776390

6391+
flat-cache@^4.0.0:
6392+
version "4.0.1"
6393+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c"
6394+
integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==
6395+
dependencies:
6396+
flatted "^3.2.9"
6397+
keyv "^4.5.4"
6398+
62786399
flatted@^3.1.0:
62796400
version "3.2.7"
62806401
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
62816402
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
62826403

6404+
flatted@^3.2.9:
6405+
version "3.3.1"
6406+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
6407+
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
6408+
62836409
for-each@^0.3.3:
62846410
version "0.3.3"
62856411
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -6681,6 +6807,11 @@ globals@^13.19.0, globals@^13.2.0:
66816807
dependencies:
66826808
type-fest "^0.20.2"
66836809

6810+
globals@^14.0.0:
6811+
version "14.0.0"
6812+
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
6813+
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
6814+
66846815
globals@^9.18.0:
66856816
version "9.18.0"
66866817
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -8296,6 +8427,11 @@ jsesc@~0.5.0:
82968427
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
82978428
integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=
82988429

8430+
8431+
version "3.0.1"
8432+
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
8433+
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
8434+
82998435
json-parse-better-errors@^1.0.1:
83008436
version "1.0.2"
83018437
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
@@ -8386,6 +8522,13 @@ just-diff@^6.0.0:
83868522
resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-6.0.2.tgz#03b65908543ac0521caf6d8eb85035f7d27ea285"
83878523
integrity sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA==
83888524

8525+
keyv@^4.5.4:
8526+
version "4.5.4"
8527+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
8528+
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
8529+
dependencies:
8530+
json-buffer "3.0.1"
8531+
83898532
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
83908533
version "3.2.2"
83918534
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"

0 commit comments

Comments
 (0)