Skip to content

Commit 04b4c85

Browse files
Update typescript-eslint monorepo to v5.56.0
1 parent 566a4b8 commit 04b4c85

1 file changed

Lines changed: 93 additions & 62 deletions

File tree

yarn.lock

Lines changed: 93 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
dependencies:
3131
regenerator-runtime "^0.13.4"
3232

33+
"@eslint-community/eslint-utils@^4.2.0":
34+
version "4.4.0"
35+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
36+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
37+
dependencies:
38+
eslint-visitor-keys "^3.3.0"
39+
40+
"@eslint-community/regexpp@^4.4.0":
41+
version "4.4.1"
42+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.1.tgz#087cb8d9d757bb22e9c9946c9c0c2bf8806830f1"
43+
integrity sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==
44+
3345
"@eslint/eslintrc@^1.3.0":
3446
version "1.3.0"
3547
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
@@ -406,6 +418,11 @@
406418
dependencies:
407419
"@types/node" "*"
408420

421+
"@types/semver@^7.3.12":
422+
version "7.3.13"
423+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
424+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
425+
409426
"@types/ws@^7.4.4":
410427
version "7.4.7"
411428
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.7.tgz#f7c390a36f7a0679aa69de2d501319f4f8d9b702"
@@ -414,83 +431,87 @@
414431
"@types/node" "*"
415432

416433
"@typescript-eslint/eslint-plugin@^5.27.1":
417-
version "5.27.1"
418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.1.tgz#fdf59c905354139046b41b3ed95d1609913d0758"
419-
integrity sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==
420-
dependencies:
421-
"@typescript-eslint/scope-manager" "5.27.1"
422-
"@typescript-eslint/type-utils" "5.27.1"
423-
"@typescript-eslint/utils" "5.27.1"
434+
version "5.56.0"
435+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.56.0.tgz#e4fbb4d6dd8dab3e733485c1a44a02189ae75364"
436+
integrity sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==
437+
dependencies:
438+
"@eslint-community/regexpp" "^4.4.0"
439+
"@typescript-eslint/scope-manager" "5.56.0"
440+
"@typescript-eslint/type-utils" "5.56.0"
441+
"@typescript-eslint/utils" "5.56.0"
424442
debug "^4.3.4"
425-
functional-red-black-tree "^1.0.1"
443+
grapheme-splitter "^1.0.4"
426444
ignore "^5.2.0"
427-
regexpp "^3.2.0"
445+
natural-compare-lite "^1.4.0"
428446
semver "^7.3.7"
429447
tsutils "^3.21.0"
430448

431449
"@typescript-eslint/parser@^5.27.1":
432-
version "5.27.1"
433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.1.tgz#3a4dcaa67e45e0427b6ca7bb7165122c8b569639"
434-
integrity sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==
450+
version "5.56.0"
451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.56.0.tgz#42eafb44b639ef1dbd54a3dbe628c446ca753ea6"
452+
integrity sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==
435453
dependencies:
436-
"@typescript-eslint/scope-manager" "5.27.1"
437-
"@typescript-eslint/types" "5.27.1"
438-
"@typescript-eslint/typescript-estree" "5.27.1"
454+
"@typescript-eslint/scope-manager" "5.56.0"
455+
"@typescript-eslint/types" "5.56.0"
456+
"@typescript-eslint/typescript-estree" "5.56.0"
439457
debug "^4.3.4"
440458

441-
"@typescript-eslint/scope-manager@5.27.1":
442-
version "5.27.1"
443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d"
444-
integrity sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==
459+
"@typescript-eslint/scope-manager@5.56.0":
460+
version "5.56.0"
461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.56.0.tgz#62b4055088903b5254fa20403010e1c16d6ab725"
462+
integrity sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==
445463
dependencies:
446-
"@typescript-eslint/types" "5.27.1"
447-
"@typescript-eslint/visitor-keys" "5.27.1"
464+
"@typescript-eslint/types" "5.56.0"
465+
"@typescript-eslint/visitor-keys" "5.56.0"
448466

449-
"@typescript-eslint/type-utils@5.27.1":
450-
version "5.27.1"
451-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz#369f695199f74c1876e395ebea202582eb1d4166"
452-
integrity sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==
467+
"@typescript-eslint/type-utils@5.56.0":
468+
version "5.56.0"
469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.56.0.tgz#e6f004a072f09c42e263dc50e98c70b41a509685"
470+
integrity sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==
453471
dependencies:
454-
"@typescript-eslint/utils" "5.27.1"
472+
"@typescript-eslint/typescript-estree" "5.56.0"
473+
"@typescript-eslint/utils" "5.56.0"
455474
debug "^4.3.4"
456475
tsutils "^3.21.0"
457476

458-
"@typescript-eslint/types@5.27.1":
459-
version "5.27.1"
460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
461-
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
477+
"@typescript-eslint/types@5.56.0":
478+
version "5.56.0"
479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.56.0.tgz#b03f0bfd6fa2afff4e67c5795930aff398cbd834"
480+
integrity sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==
462481

463-
"@typescript-eslint/typescript-estree@5.27.1":
464-
version "5.27.1"
465-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808"
466-
integrity sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==
482+
"@typescript-eslint/typescript-estree@5.56.0":
483+
version "5.56.0"
484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.56.0.tgz#48342aa2344649a03321e74cab9ccecb9af086c3"
485+
integrity sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==
467486
dependencies:
468-
"@typescript-eslint/types" "5.27.1"
469-
"@typescript-eslint/visitor-keys" "5.27.1"
487+
"@typescript-eslint/types" "5.56.0"
488+
"@typescript-eslint/visitor-keys" "5.56.0"
470489
debug "^4.3.4"
471490
globby "^11.1.0"
472491
is-glob "^4.0.3"
473492
semver "^7.3.7"
474493
tsutils "^3.21.0"
475494

476-
"@typescript-eslint/utils@5.27.1":
477-
version "5.27.1"
478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.1.tgz#b4678b68a94bc3b85bf08f243812a6868ac5128f"
479-
integrity sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==
495+
"@typescript-eslint/utils@5.56.0":
496+
version "5.56.0"
497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.56.0.tgz#db64705409b9a15546053fb4deb2888b37df1f41"
498+
integrity sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==
480499
dependencies:
500+
"@eslint-community/eslint-utils" "^4.2.0"
481501
"@types/json-schema" "^7.0.9"
482-
"@typescript-eslint/scope-manager" "5.27.1"
483-
"@typescript-eslint/types" "5.27.1"
484-
"@typescript-eslint/typescript-estree" "5.27.1"
502+
"@types/semver" "^7.3.12"
503+
"@typescript-eslint/scope-manager" "5.56.0"
504+
"@typescript-eslint/types" "5.56.0"
505+
"@typescript-eslint/typescript-estree" "5.56.0"
485506
eslint-scope "^5.1.1"
486-
eslint-utils "^3.0.0"
507+
semver "^7.3.7"
487508

488-
"@typescript-eslint/visitor-keys@5.27.1":
489-
version "5.27.1"
490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af"
491-
integrity sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==
509+
"@typescript-eslint/visitor-keys@5.56.0":
510+
version "5.56.0"
511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.56.0.tgz#f19eb297d972417eb13cb69b35b3213e13cc214f"
512+
integrity sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==
492513
dependencies:
493-
"@typescript-eslint/types" "5.27.1"
514+
"@typescript-eslint/types" "5.56.0"
494515
eslint-visitor-keys "^3.3.0"
495516

496517
JSONStream@1.3.2:
@@ -1600,9 +1621,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
16001621
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
16011622

16021623
fast-glob@^3.2.9:
1603-
version "3.2.11"
1604-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
1605-
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
1624+
version "3.2.12"
1625+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
1626+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
16061627
dependencies:
16071628
"@nodelib/fs.stat" "^2.0.2"
16081629
"@nodelib/fs.walk" "^1.2.3"
@@ -1621,9 +1642,9 @@ fast-levenshtein@^2.0.6:
16211642
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
16221643

16231644
fastq@^1.6.0:
1624-
version "1.13.0"
1625-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
1626-
integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
1645+
version "1.15.0"
1646+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a"
1647+
integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==
16271648
dependencies:
16281649
reusify "^1.0.4"
16291650

@@ -1869,6 +1890,11 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0:
18691890
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
18701891
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
18711892

1893+
grapheme-splitter@^1.0.4:
1894+
version "1.0.4"
1895+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
1896+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
1897+
18721898
graphql-import-node@^0.0.5:
18731899
version "0.0.5"
18741900
resolved "https://registry.yarnpkg.com/graphql-import-node/-/graphql-import-node-0.0.5.tgz#caf76a6cece10858b14f27cce935655398fc1bf0"
@@ -1992,9 +2018,9 @@ ieee754@^1.1.13, ieee754@^1.2.1:
19922018
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
19932019

19942020
ignore@^5.2.0:
1995-
version "5.2.0"
1996-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
1997-
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
2021+
version "5.2.4"
2022+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
2023+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
19982024

19992025
immutable@3.8.2:
20002026
version "3.8.2"
@@ -2183,7 +2209,7 @@ is-electron@^2.2.0:
21832209
is-extglob@^2.1.1:
21842210
version "2.1.1"
21852211
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
2186-
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
2212+
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
21872213

21882214
is-fullwidth-code-point@^2.0.0:
21892215
version "2.0.0"
@@ -2903,6 +2929,11 @@ nan@^2.14.0, nan@^2.14.2:
29032929
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
29042930
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
29052931

2932+
natural-compare-lite@^1.4.0:
2933+
version "1.4.0"
2934+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2935+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2936+
29062937
natural-compare@^1.4.0:
29072938
version "1.4.0"
29082939
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -3484,9 +3515,9 @@ semver@^7.0.0:
34843515
lru-cache "^7.4.0"
34853516

34863517
semver@^7.3.7:
3487-
version "7.3.7"
3488-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
3489-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
3518+
version "7.3.8"
3519+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3520+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
34903521
dependencies:
34913522
lru-cache "^6.0.0"
34923523

0 commit comments

Comments
 (0)