Skip to content

Commit 8d3b56b

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update typescript-eslint monorepo to v5.9.1
1 parent 432889c commit 8d3b56b

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@types/node": "16.11.19",
4242
"@types/node-fetch": "3.0.2",
4343
"@types/sinon": "10.0.6",
44-
"@typescript-eslint/eslint-plugin": "5.9.0",
45-
"@typescript-eslint/parser": "5.9.0",
44+
"@typescript-eslint/eslint-plugin": "5.9.1",
45+
"@typescript-eslint/parser": "5.9.1",
4646
"eslint": "7.32.0",
4747
"eslint-config-prettier": "7.2.0",
4848
"eslint-plugin-functional": "3.7.2",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -441,30 +441,30 @@
441441
dependencies:
442442
"@sinonjs/fake-timers" "^7.1.0"
443443

444-
"@typescript-eslint/[email protected].0":
445-
version "5.9.0"
446-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006"
447-
integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==
448-
dependencies:
449-
"@typescript-eslint/experimental-utils" "5.9.0"
450-
"@typescript-eslint/scope-manager" "5.9.0"
451-
"@typescript-eslint/type-utils" "5.9.0"
444+
"@typescript-eslint/[email protected].1":
445+
version "5.9.1"
446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c"
447+
integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==
448+
dependencies:
449+
"@typescript-eslint/experimental-utils" "5.9.1"
450+
"@typescript-eslint/scope-manager" "5.9.1"
451+
"@typescript-eslint/type-utils" "5.9.1"
452452
debug "^4.3.2"
453453
functional-red-black-tree "^1.0.1"
454454
ignore "^5.1.8"
455455
regexpp "^3.2.0"
456456
semver "^7.3.5"
457457
tsutils "^3.21.0"
458458

459-
"@typescript-eslint/[email protected].0":
460-
version "5.9.0"
461-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827"
462-
integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==
459+
"@typescript-eslint/[email protected].1":
460+
version "5.9.1"
461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1"
462+
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==
463463
dependencies:
464464
"@types/json-schema" "^7.0.9"
465-
"@typescript-eslint/scope-manager" "5.9.0"
466-
"@typescript-eslint/types" "5.9.0"
467-
"@typescript-eslint/typescript-estree" "5.9.0"
465+
"@typescript-eslint/scope-manager" "5.9.1"
466+
"@typescript-eslint/types" "5.9.1"
467+
"@typescript-eslint/typescript-estree" "5.9.1"
468468
eslint-scope "^5.1.1"
469469
eslint-utils "^3.0.0"
470470

@@ -480,14 +480,14 @@
480480
eslint-scope "^5.0.0"
481481
eslint-utils "^2.0.0"
482482

483-
"@typescript-eslint/[email protected].0":
484-
version "5.9.0"
485-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97"
486-
integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==
483+
"@typescript-eslint/[email protected].1":
484+
version "5.9.1"
485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef"
486+
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==
487487
dependencies:
488-
"@typescript-eslint/scope-manager" "5.9.0"
489-
"@typescript-eslint/types" "5.9.0"
490-
"@typescript-eslint/typescript-estree" "5.9.0"
488+
"@typescript-eslint/scope-manager" "5.9.1"
489+
"@typescript-eslint/types" "5.9.1"
490+
"@typescript-eslint/typescript-estree" "5.9.1"
491491
debug "^4.3.2"
492492

493493
"@typescript-eslint/[email protected]":
@@ -498,20 +498,20 @@
498498
"@typescript-eslint/types" "4.15.0"
499499
"@typescript-eslint/visitor-keys" "4.15.0"
500500

501-
"@typescript-eslint/[email protected].0":
502-
version "5.9.0"
503-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117"
504-
integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==
501+
"@typescript-eslint/[email protected].1":
502+
version "5.9.1"
503+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
504+
integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==
505505
dependencies:
506-
"@typescript-eslint/types" "5.9.0"
507-
"@typescript-eslint/visitor-keys" "5.9.0"
506+
"@typescript-eslint/types" "5.9.1"
507+
"@typescript-eslint/visitor-keys" "5.9.1"
508508

509-
"@typescript-eslint/[email protected].0":
510-
version "5.9.0"
511-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93"
512-
integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==
509+
"@typescript-eslint/[email protected].1":
510+
version "5.9.1"
511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de"
512+
integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==
513513
dependencies:
514-
"@typescript-eslint/experimental-utils" "5.9.0"
514+
"@typescript-eslint/experimental-utils" "5.9.1"
515515
debug "^4.3.2"
516516
tsutils "^3.21.0"
517517

@@ -520,10 +520,10 @@
520520
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
521521
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
522522

523-
"@typescript-eslint/[email protected].0":
524-
version "5.9.0"
525-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
526-
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
523+
"@typescript-eslint/[email protected].1":
524+
version "5.9.1"
525+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
526+
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
527527

528528
"@typescript-eslint/[email protected]":
529529
version "4.15.0"
@@ -538,13 +538,13 @@
538538
semver "^7.3.2"
539539
tsutils "^3.17.1"
540540

541-
"@typescript-eslint/[email protected].0":
542-
version "5.9.0"
543-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
544-
integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==
541+
"@typescript-eslint/[email protected].1":
542+
version "5.9.1"
543+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
544+
integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==
545545
dependencies:
546-
"@typescript-eslint/types" "5.9.0"
547-
"@typescript-eslint/visitor-keys" "5.9.0"
546+
"@typescript-eslint/types" "5.9.1"
547+
"@typescript-eslint/visitor-keys" "5.9.1"
548548
debug "^4.3.2"
549549
globby "^11.0.4"
550550
is-glob "^4.0.3"
@@ -559,12 +559,12 @@
559559
"@typescript-eslint/types" "4.15.0"
560560
eslint-visitor-keys "^2.0.0"
561561

562-
"@typescript-eslint/[email protected].0":
563-
version "5.9.0"
564-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"
565-
integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==
562+
"@typescript-eslint/[email protected].1":
563+
version "5.9.1"
564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"
565+
integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==
566566
dependencies:
567-
"@typescript-eslint/types" "5.9.0"
567+
"@typescript-eslint/types" "5.9.1"
568568
eslint-visitor-keys "^3.0.0"
569569

570570

0 commit comments

Comments
 (0)