Skip to content

Commit ae8e54f

Browse files
chore(deps): update dependency eslint to v8.57.1 (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19e3634 commit ae8e54f

2 files changed

Lines changed: 7 additions & 155 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/ws": "8.18.1",
6161
"@typescript-eslint/eslint-plugin": "5.59.0",
6262
"@typescript-eslint/parser": "5.59.0",
63-
"eslint": "8.38.0",
63+
"eslint": "8.57.1",
6464
"eslint-config-prettier": "8.8.0",
6565
"eslint-plugin-prettier": "4.2.5",
6666
"husky": "8.0.3",

yarn.lock

Lines changed: 6 additions & 154 deletions
Original file line numberDiff line numberDiff line change
@@ -480,23 +480,6 @@ __metadata:
480480
languageName: node
481481
linkType: hard
482482

483-
"@eslint/eslintrc@npm:^2.0.2":
484-
version: 2.0.2
485-
resolution: "@eslint/eslintrc@npm:2.0.2"
486-
dependencies:
487-
ajv: ^6.12.4
488-
debug: ^4.3.2
489-
espree: ^9.5.1
490-
globals: ^13.19.0
491-
ignore: ^5.2.0
492-
import-fresh: ^3.2.1
493-
js-yaml: ^4.1.0
494-
minimatch: ^3.1.2
495-
strip-json-comments: ^3.1.1
496-
checksum: cfcf5e12c7b2c4476482e7f12434e76eae16fcd163ee627309adb10b761e5caa4a4e52ed7be464423320ff3d11eca5b50de5bf8be3e25834222470835dd5c801
497-
languageName: node
498-
linkType: hard
499-
500483
"@eslint/eslintrc@npm:^2.1.4":
501484
version: 2.1.4
502485
resolution: "@eslint/eslintrc@npm:2.1.4"
@@ -514,13 +497,6 @@ __metadata:
514497
languageName: node
515498
linkType: hard
516499

517-
"@eslint/js@npm:8.38.0":
518-
version: 8.38.0
519-
resolution: "@eslint/js@npm:8.38.0"
520-
checksum: 1f28987aa8c9cd93e23384e16c7220863b39b5dc4b66e46d7cdbccce868040f455a98d24cd8b567a884f26545a0555b761f7328d4a00c051e7ef689cbea5fce1
521-
languageName: node
522-
linkType: hard
523-
524500
"@eslint/js@npm:8.57.1":
525501
version: 8.57.1
526502
resolution: "@eslint/js@npm:8.57.1"
@@ -535,17 +511,6 @@ __metadata:
535511
languageName: node
536512
linkType: hard
537513

538-
"@humanwhocodes/config-array@npm:^0.11.8":
539-
version: 0.11.8
540-
resolution: "@humanwhocodes/config-array@npm:0.11.8"
541-
dependencies:
542-
"@humanwhocodes/object-schema": ^1.2.1
543-
debug: ^4.1.1
544-
minimatch: ^3.0.5
545-
checksum: 0fd6b3c54f1674ce0a224df09b9c2f9846d20b9e54fabae1281ecfc04f2e6ad69bf19e1d6af6a28f88e8aa3990168b6cb9e1ef755868c3256a630605ec2cb1d3
546-
languageName: node
547-
linkType: hard
548-
549514
"@humanwhocodes/config-array@npm:^0.13.0":
550515
version: 0.13.0
551516
resolution: "@humanwhocodes/config-array@npm:0.13.0"
@@ -564,13 +529,6 @@ __metadata:
564529
languageName: node
565530
linkType: hard
566531

567-
"@humanwhocodes/object-schema@npm:^1.2.1":
568-
version: 1.2.1
569-
resolution: "@humanwhocodes/object-schema@npm:1.2.1"
570-
checksum: a824a1ec31591231e4bad5787641f59e9633827d0a2eaae131a288d33c9ef0290bd16fda8da6f7c0fcb014147865d12118df10db57f27f41e20da92369fcb3f1
571-
languageName: node
572-
linkType: hard
573-
574532
"@humanwhocodes/object-schema@npm:^2.0.3":
575533
version: 2.0.3
576534
resolution: "@humanwhocodes/object-schema@npm:2.0.3"
@@ -1596,7 +1554,7 @@ __metadata:
15961554
discord-api-types: ^0.37.26
15971555
discord.js: ^14.7.1
15981556
dotenv-cra: ^3.0.2
1599-
eslint: 8.38.0
1557+
eslint: 8.57.1
16001558
eslint-config-prettier: 8.8.0
16011559
eslint-plugin-prettier: 4.2.5
16021560
husky: 8.0.3
@@ -1638,7 +1596,7 @@ __metadata:
16381596
languageName: node
16391597
linkType: hard
16401598

1641-
"acorn@npm:^8.4.1, acorn@npm:^8.8.0":
1599+
"acorn@npm:^8.4.1":
16421600
version: 8.8.0
16431601
resolution: "acorn@npm:8.8.0"
16441602
bin:
@@ -1686,7 +1644,7 @@ __metadata:
16861644
languageName: node
16871645
linkType: hard
16881646

1689-
"ajv@npm:^6.10.0, ajv@npm:^6.12.4":
1647+
"ajv@npm:^6.12.4":
16901648
version: 6.12.6
16911649
resolution: "ajv@npm:6.12.6"
16921650
dependencies:
@@ -2336,7 +2294,7 @@ __metadata:
23362294
languageName: node
23372295
linkType: hard
23382296

2339-
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
2297+
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4":
23402298
version: 4.3.4
23412299
resolution: "debug@npm:4.3.4"
23422300
dependencies:
@@ -2790,16 +2748,6 @@ __metadata:
27902748
languageName: node
27912749
linkType: hard
27922750

2793-
"eslint-scope@npm:^7.1.1":
2794-
version: 7.1.1
2795-
resolution: "eslint-scope@npm:7.1.1"
2796-
dependencies:
2797-
esrecurse: ^4.3.0
2798-
estraverse: ^5.2.0
2799-
checksum: 9f6e974ab2db641ca8ab13508c405b7b859e72afe9f254e8131ff154d2f40c99ad4545ce326fd9fde3212ff29707102562a4834f1c48617b35d98c71a97fbf3e
2800-
languageName: node
2801-
linkType: hard
2802-
28032751
"eslint-scope@npm:^7.2.2":
28042752
version: 7.2.2
28052753
resolution: "eslint-scope@npm:7.2.2"
@@ -2817,71 +2765,14 @@ __metadata:
28172765
languageName: node
28182766
linkType: hard
28192767

2820-
"eslint-visitor-keys@npm:^3.4.0":
2821-
version: 3.4.0
2822-
resolution: "eslint-visitor-keys@npm:3.4.0"
2823-
checksum: 33159169462d3989321a1ec1e9aaaf6a24cc403d5d347e9886d1b5bfe18ffa1be73bdc6203143a28a606b142b1af49787f33cff0d6d0813eb5f2e8d2e1a6043c
2824-
languageName: node
2825-
linkType: hard
2826-
28272768
"eslint-visitor-keys@npm:^3.4.1, eslint-visitor-keys@npm:^3.4.3":
28282769
version: 3.4.3
28292770
resolution: "eslint-visitor-keys@npm:3.4.3"
28302771
checksum: 36e9ef87fca698b6fd7ca5ca35d7b2b6eeaaf106572e2f7fd31c12d3bfdaccdb587bba6d3621067e5aece31c8c3a348b93922ab8f7b2cbc6aaab5e1d89040c60
28312772
languageName: node
28322773
linkType: hard
28332774

2834-
"eslint@npm:8.38.0":
2835-
version: 8.38.0
2836-
resolution: "eslint@npm:8.38.0"
2837-
dependencies:
2838-
"@eslint-community/eslint-utils": ^4.2.0
2839-
"@eslint-community/regexpp": ^4.4.0
2840-
"@eslint/eslintrc": ^2.0.2
2841-
"@eslint/js": 8.38.0
2842-
"@humanwhocodes/config-array": ^0.11.8
2843-
"@humanwhocodes/module-importer": ^1.0.1
2844-
"@nodelib/fs.walk": ^1.2.8
2845-
ajv: ^6.10.0
2846-
chalk: ^4.0.0
2847-
cross-spawn: ^7.0.2
2848-
debug: ^4.3.2
2849-
doctrine: ^3.0.0
2850-
escape-string-regexp: ^4.0.0
2851-
eslint-scope: ^7.1.1
2852-
eslint-visitor-keys: ^3.4.0
2853-
espree: ^9.5.1
2854-
esquery: ^1.4.2
2855-
esutils: ^2.0.2
2856-
fast-deep-equal: ^3.1.3
2857-
file-entry-cache: ^6.0.1
2858-
find-up: ^5.0.0
2859-
glob-parent: ^6.0.2
2860-
globals: ^13.19.0
2861-
grapheme-splitter: ^1.0.4
2862-
ignore: ^5.2.0
2863-
import-fresh: ^3.0.0
2864-
imurmurhash: ^0.1.4
2865-
is-glob: ^4.0.0
2866-
is-path-inside: ^3.0.3
2867-
js-sdsl: ^4.1.4
2868-
js-yaml: ^4.1.0
2869-
json-stable-stringify-without-jsonify: ^1.0.1
2870-
levn: ^0.4.1
2871-
lodash.merge: ^4.6.2
2872-
minimatch: ^3.1.2
2873-
natural-compare: ^1.4.0
2874-
optionator: ^0.9.1
2875-
strip-ansi: ^6.0.1
2876-
strip-json-comments: ^3.1.0
2877-
text-table: ^0.2.0
2878-
bin:
2879-
eslint: bin/eslint.js
2880-
checksum: 73b6d9b650d0434aa7c07d0a1802f099b086ee70a8d8ba7be730439a26572a5eb71def12125c82942be2ec8ee5be38a6f1b42a13e40d4b67f11a148ec9e263eb
2881-
languageName: node
2882-
linkType: hard
2883-
2884-
"eslint@npm:^8.44.0":
2775+
"eslint@npm:8.57.1, eslint@npm:^8.44.0":
28852776
version: 8.57.1
28862777
resolution: "eslint@npm:8.57.1"
28872778
dependencies:
@@ -2929,17 +2820,6 @@ __metadata:
29292820
languageName: node
29302821
linkType: hard
29312822

2932-
"espree@npm:^9.5.1":
2933-
version: 9.5.1
2934-
resolution: "espree@npm:9.5.1"
2935-
dependencies:
2936-
acorn: ^8.8.0
2937-
acorn-jsx: ^5.3.2
2938-
eslint-visitor-keys: ^3.4.0
2939-
checksum: cdf6e43540433d917c4f2ee087c6e987b2063baa85a1d9cdaf51533d78275ebd5910c42154e7baf8e3e89804b386da0a2f7fad2264d8f04420e7506bf87b3b88
2940-
languageName: node
2941-
linkType: hard
2942-
29432823
"espree@npm:^9.6.0, espree@npm:^9.6.1":
29442824
version: 9.6.1
29452825
resolution: "espree@npm:9.6.1"
@@ -3968,13 +3848,6 @@ __metadata:
39683848
languageName: node
39693849
linkType: hard
39703850

3971-
"js-sdsl@npm:^4.1.4":
3972-
version: 4.1.4
3973-
resolution: "js-sdsl@npm:4.1.4"
3974-
checksum: 1977cea4ab18e0e03e28bdf0371d8b443fad65ca0988e0faa216406faf6bb943714fe8f7cc7a5bfe5f35ba3d94ddae399f4d10200f547f2c3320688b0670d726
3975-
languageName: node
3976-
linkType: hard
3977-
39783851
"js-tokens@npm:^4.0.0":
39793852
version: 4.0.0
39803853
resolution: "js-tokens@npm:4.0.0"
@@ -4903,20 +4776,6 @@ __metadata:
49034776
languageName: node
49044777
linkType: hard
49054778

4906-
"optionator@npm:^0.9.1":
4907-
version: 0.9.1
4908-
resolution: "optionator@npm:0.9.1"
4909-
dependencies:
4910-
deep-is: ^0.1.3
4911-
fast-levenshtein: ^2.0.6
4912-
levn: ^0.4.1
4913-
prelude-ls: ^1.2.1
4914-
type-check: ^0.4.0
4915-
word-wrap: ^1.2.3
4916-
checksum: dbc6fa065604b24ea57d734261914e697bd73b69eff7f18e967e8912aa2a40a19a9f599a507fa805be6c13c24c4eae8c71306c239d517d42d4c041c942f508a0
4917-
languageName: node
4918-
linkType: hard
4919-
49204779
"optionator@npm:^0.9.3":
49214780
version: 0.9.4
49224781
resolution: "optionator@npm:0.9.4"
@@ -5918,7 +5777,7 @@ __metadata:
59185777
languageName: node
59195778
linkType: hard
59205779

5921-
"strip-json-comments@npm:^3.1.0, strip-json-comments@npm:^3.1.1":
5780+
"strip-json-comments@npm:^3.1.1":
59225781
version: 3.1.1
59235782
resolution: "strip-json-comments@npm:3.1.1"
59245783
checksum: 492f73e27268f9b1c122733f28ecb0e7e8d8a531a6662efbd08e22cccb3f9475e90a1b82cab06a392f6afae6d2de636f977e231296400d0ec5304ba70f166443
@@ -6558,13 +6417,6 @@ __metadata:
65586417
languageName: node
65596418
linkType: hard
65606419

6561-
"word-wrap@npm:^1.2.3":
6562-
version: 1.2.3
6563-
resolution: "word-wrap@npm:1.2.3"
6564-
checksum: 30b48f91fcf12106ed3186ae4fa86a6a1842416df425be7b60485de14bec665a54a68e4b5156647dec3a70f25e84d270ca8bc8cd23182ed095f5c7206a938c1f
6565-
languageName: node
6566-
linkType: hard
6567-
65686420
"word-wrap@npm:^1.2.5":
65696421
version: 1.2.5
65706422
resolution: "word-wrap@npm:1.2.5"

0 commit comments

Comments
 (0)