Skip to content

Commit ad070fe

Browse files
Update typescript-eslint monorepo to v7
1 parent 9247d91 commit ad070fe

File tree

2 files changed

+81
-88
lines changed

2 files changed

+81
-88
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"@types/node": "20.14.0",
7474
"@types/tape": "5.6.4",
7575
"@types/yargs": "17.0.32",
76-
"@typescript-eslint/eslint-plugin": "6.21.0",
77-
"@typescript-eslint/parser": "6.21.0",
76+
"@typescript-eslint/eslint-plugin": "7.12.0",
77+
"@typescript-eslint/parser": "7.12.0",
7878
"eslint": "8.57.0",
7979
"eslint-config-prettier": "9.1.0",
8080
"image-size": "1.1.1",

yarn.lock

Lines changed: 79 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@
4343
dependencies:
4444
eslint-visitor-keys "^3.3.0"
4545

46-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
46+
"@eslint-community/regexpp@^4.10.0":
47+
version "4.10.1"
48+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0"
49+
integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==
50+
51+
"@eslint-community/regexpp@^4.6.1":
4752
version "4.9.0"
4853
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.0.tgz#7ccb5f58703fa61ffdcbf39e2c604a109e781162"
4954
integrity sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==
@@ -243,11 +248,6 @@
243248
dependencies:
244249
"@types/node" "*"
245250

246-
"@types/json-schema@^7.0.12":
247-
version "7.0.13"
248-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
249-
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
250-
251251
"@types/minimatch@^5.1.2":
252252
version "5.1.2"
253253
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
@@ -265,11 +265,6 @@
265265
dependencies:
266266
undici-types "~5.26.4"
267267

268-
"@types/semver@^7.5.0":
269-
version "7.5.3"
270-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
271-
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
272-
273268
"@types/svgo@2":
274269
version "2.6.4"
275270
resolved "https://registry.yarnpkg.com/@types/svgo/-/svgo-2.6.4.tgz#b7298fc1dd687539fd63fc818b00146d96e68836"
@@ -304,91 +299,86 @@
304299
dependencies:
305300
"@types/yargs-parser" "*"
306301

307-
"@typescript-eslint/eslint-plugin@6.21.0":
308-
version "6.21.0"
309-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
310-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
302+
"@typescript-eslint/eslint-plugin@7.12.0":
303+
version "7.12.0"
304+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41"
305+
integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q==
311306
dependencies:
312-
"@eslint-community/regexpp" "^4.5.1"
313-
"@typescript-eslint/scope-manager" "6.21.0"
314-
"@typescript-eslint/type-utils" "6.21.0"
315-
"@typescript-eslint/utils" "6.21.0"
316-
"@typescript-eslint/visitor-keys" "6.21.0"
317-
debug "^4.3.4"
307+
"@eslint-community/regexpp" "^4.10.0"
308+
"@typescript-eslint/scope-manager" "7.12.0"
309+
"@typescript-eslint/type-utils" "7.12.0"
310+
"@typescript-eslint/utils" "7.12.0"
311+
"@typescript-eslint/visitor-keys" "7.12.0"
318312
graphemer "^1.4.0"
319-
ignore "^5.2.4"
313+
ignore "^5.3.1"
320314
natural-compare "^1.4.0"
321-
semver "^7.5.4"
322-
ts-api-utils "^1.0.1"
315+
ts-api-utils "^1.3.0"
323316

324-
"@typescript-eslint/parser@6.21.0":
325-
version "6.21.0"
326-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
327-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
317+
"@typescript-eslint/parser@7.12.0":
318+
version "7.12.0"
319+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3"
320+
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==
328321
dependencies:
329-
"@typescript-eslint/scope-manager" "6.21.0"
330-
"@typescript-eslint/types" "6.21.0"
331-
"@typescript-eslint/typescript-estree" "6.21.0"
332-
"@typescript-eslint/visitor-keys" "6.21.0"
322+
"@typescript-eslint/scope-manager" "7.12.0"
323+
"@typescript-eslint/types" "7.12.0"
324+
"@typescript-eslint/typescript-estree" "7.12.0"
325+
"@typescript-eslint/visitor-keys" "7.12.0"
333326
debug "^4.3.4"
334327

335-
"@typescript-eslint/scope-manager@6.21.0":
336-
version "6.21.0"
337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
338-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
328+
"@typescript-eslint/scope-manager@7.12.0":
329+
version "7.12.0"
330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
331+
integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==
339332
dependencies:
340-
"@typescript-eslint/types" "6.21.0"
341-
"@typescript-eslint/visitor-keys" "6.21.0"
333+
"@typescript-eslint/types" "7.12.0"
334+
"@typescript-eslint/visitor-keys" "7.12.0"
342335

343-
"@typescript-eslint/type-utils@6.21.0":
344-
version "6.21.0"
345-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
346-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
336+
"@typescript-eslint/type-utils@7.12.0":
337+
version "7.12.0"
338+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908"
339+
integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA==
347340
dependencies:
348-
"@typescript-eslint/typescript-estree" "6.21.0"
349-
"@typescript-eslint/utils" "6.21.0"
341+
"@typescript-eslint/typescript-estree" "7.12.0"
342+
"@typescript-eslint/utils" "7.12.0"
350343
debug "^4.3.4"
351-
ts-api-utils "^1.0.1"
344+
ts-api-utils "^1.3.0"
352345

353-
"@typescript-eslint/types@6.21.0":
354-
version "6.21.0"
355-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
356-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
346+
"@typescript-eslint/types@7.12.0":
347+
version "7.12.0"
348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
349+
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
357350

358-
"@typescript-eslint/typescript-estree@6.21.0":
359-
version "6.21.0"
360-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
361-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
351+
"@typescript-eslint/typescript-estree@7.12.0":
352+
version "7.12.0"
353+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
354+
integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==
362355
dependencies:
363-
"@typescript-eslint/types" "6.21.0"
364-
"@typescript-eslint/visitor-keys" "6.21.0"
356+
"@typescript-eslint/types" "7.12.0"
357+
"@typescript-eslint/visitor-keys" "7.12.0"
365358
debug "^4.3.4"
366359
globby "^11.1.0"
367360
is-glob "^4.0.3"
368-
minimatch "9.0.3"
369-
semver "^7.5.4"
370-
ts-api-utils "^1.0.1"
361+
minimatch "^9.0.4"
362+
semver "^7.6.0"
363+
ts-api-utils "^1.3.0"
371364

372-
"@typescript-eslint/utils@6.21.0":
373-
version "6.21.0"
374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
375-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
365+
"@typescript-eslint/utils@7.12.0":
366+
version "7.12.0"
367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0"
368+
integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ==
376369
dependencies:
377370
"@eslint-community/eslint-utils" "^4.4.0"
378-
"@types/json-schema" "^7.0.12"
379-
"@types/semver" "^7.5.0"
380-
"@typescript-eslint/scope-manager" "6.21.0"
381-
"@typescript-eslint/types" "6.21.0"
382-
"@typescript-eslint/typescript-estree" "6.21.0"
383-
semver "^7.5.4"
371+
"@typescript-eslint/scope-manager" "7.12.0"
372+
"@typescript-eslint/types" "7.12.0"
373+
"@typescript-eslint/typescript-estree" "7.12.0"
384374

385-
"@typescript-eslint/visitor-keys@6.21.0":
386-
version "6.21.0"
387-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
388-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
375+
"@typescript-eslint/visitor-keys@7.12.0":
376+
version "7.12.0"
377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3"
378+
integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==
389379
dependencies:
390-
"@typescript-eslint/types" "6.21.0"
391-
eslint-visitor-keys "^3.4.1"
380+
"@typescript-eslint/types" "7.12.0"
381+
eslint-visitor-keys "^3.4.3"
392382

393383
"@ungap/structured-clone@^1.2.0":
394384
version "1.2.0"
@@ -2087,11 +2077,16 @@ ieee754@^1.1.13, ieee754@^1.2.1:
20872077
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
20882078
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
20892079

2090-
ignore@^5.1.9, ignore@^5.2.0, ignore@^5.2.4:
2080+
ignore@^5.1.9, ignore@^5.2.0:
20912081
version "5.2.4"
20922082
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
20932083
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
20942084

2085+
ignore@^5.3.1:
2086+
version "5.3.1"
2087+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2088+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2089+
20952090
20962091
version "1.1.1"
20972092
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.1.1.tgz#ddd67d4dc340e52ac29ce5f546a09f4e29e840ac"
@@ -2669,13 +2664,6 @@ mimic-response@^3.1.0:
26692664
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
26702665
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
26712666

2672-
2673-
version "9.0.3"
2674-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2675-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2676-
dependencies:
2677-
brace-expansion "^2.0.1"
2678-
26792667
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
26802668
version "3.1.2"
26812669
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3372,6 +3360,11 @@ semver@^7.3.5, semver@^7.5.4:
33723360
dependencies:
33733361
lru-cache "^6.0.0"
33743362

3363+
semver@^7.6.0:
3364+
version "7.6.2"
3365+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
3366+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
3367+
33753368
set-function-length@^1.1.1:
33763369
version "1.1.1"
33773370
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.1.1.tgz#4bc39fafb0307224a33e106a7d35ca1218d659ed"
@@ -3857,10 +3850,10 @@ trim-repeated@^1.0.0:
38573850
dependencies:
38583851
escape-string-regexp "^1.0.2"
38593852

3860-
ts-api-utils@^1.0.1:
3861-
version "1.0.3"
3862-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
3863-
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
3853+
ts-api-utils@^1.3.0:
3854+
version "1.3.0"
3855+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3856+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
38643857

38653858
38663859
version "10.9.2"

0 commit comments

Comments
 (0)