Skip to content

Commit 22c3394

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update typescript-eslint monorepo to v5.5.0
1 parent a3b5407 commit 22c3394

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
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.10",
4242
"@types/node-fetch": "3.0.2",
4343
"@types/sinon": "10.0.6",
44-
"@typescript-eslint/eslint-plugin": "5.4.0",
45-
"@typescript-eslint/parser": "5.4.0",
44+
"@typescript-eslint/eslint-plugin": "5.5.0",
45+
"@typescript-eslint/parser": "5.5.0",
4646
"eslint": "7.32.0",
4747
"eslint-config-prettier": "7.2.0",
4848
"eslint-plugin-functional": "3.7.2",

yarn.lock

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

444-
"@typescript-eslint/eslint-plugin@5.4.0":
445-
version "5.4.0"
446-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.4.0.tgz#05e711a2e7b68342661fde61bccbd1531c19521a"
447-
integrity sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==
444+
"@typescript-eslint/eslint-plugin@5.5.0":
445+
version "5.5.0"
446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.5.0.tgz#12d5f47f127af089b985f3a205c0e34a812f8fce"
447+
integrity sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==
448448
dependencies:
449-
"@typescript-eslint/experimental-utils" "5.4.0"
450-
"@typescript-eslint/scope-manager" "5.4.0"
449+
"@typescript-eslint/experimental-utils" "5.5.0"
450+
"@typescript-eslint/scope-manager" "5.5.0"
451451
debug "^4.3.2"
452452
functional-red-black-tree "^1.0.1"
453453
ignore "^5.1.8"
454454
regexpp "^3.2.0"
455455
semver "^7.3.5"
456456
tsutils "^3.21.0"
457457

458-
"@typescript-eslint/experimental-utils@5.4.0":
459-
version "5.4.0"
460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
461-
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
458+
"@typescript-eslint/experimental-utils@5.5.0":
459+
version "5.5.0"
460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.5.0.tgz#3fe2514dc2f3cd95562206e4058435ea51df609e"
461+
integrity sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==
462462
dependencies:
463463
"@types/json-schema" "^7.0.9"
464-
"@typescript-eslint/scope-manager" "5.4.0"
465-
"@typescript-eslint/types" "5.4.0"
466-
"@typescript-eslint/typescript-estree" "5.4.0"
464+
"@typescript-eslint/scope-manager" "5.5.0"
465+
"@typescript-eslint/types" "5.5.0"
466+
"@typescript-eslint/typescript-estree" "5.5.0"
467467
eslint-scope "^5.1.1"
468468
eslint-utils "^3.0.0"
469469

@@ -479,14 +479,14 @@
479479
eslint-scope "^5.0.0"
480480
eslint-utils "^2.0.0"
481481

482-
"@typescript-eslint/parser@5.4.0":
483-
version "5.4.0"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.4.0.tgz#3aa83ce349d66e39b84151f6d5464928044ca9e3"
485-
integrity sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==
482+
"@typescript-eslint/parser@5.5.0":
483+
version "5.5.0"
484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.5.0.tgz#a38070e225330b771074daa659118238793f7fcd"
485+
integrity sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==
486486
dependencies:
487-
"@typescript-eslint/scope-manager" "5.4.0"
488-
"@typescript-eslint/types" "5.4.0"
489-
"@typescript-eslint/typescript-estree" "5.4.0"
487+
"@typescript-eslint/scope-manager" "5.5.0"
488+
"@typescript-eslint/types" "5.5.0"
489+
"@typescript-eslint/typescript-estree" "5.5.0"
490490
debug "^4.3.2"
491491

492492
"@typescript-eslint/scope-manager@4.15.0":
@@ -497,23 +497,23 @@
497497
"@typescript-eslint/types" "4.15.0"
498498
"@typescript-eslint/visitor-keys" "4.15.0"
499499

500-
"@typescript-eslint/scope-manager@5.4.0":
501-
version "5.4.0"
502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
503-
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
500+
"@typescript-eslint/scope-manager@5.5.0":
501+
version "5.5.0"
502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.5.0.tgz#2b9f3672fa6cddcb4160e7e8b49ef1fd00f83c09"
503+
integrity sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==
504504
dependencies:
505-
"@typescript-eslint/types" "5.4.0"
506-
"@typescript-eslint/visitor-keys" "5.4.0"
505+
"@typescript-eslint/types" "5.5.0"
506+
"@typescript-eslint/visitor-keys" "5.5.0"
507507

508508
"@typescript-eslint/types@4.15.0":
509509
version "4.15.0"
510510
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
511511
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
512512

513-
"@typescript-eslint/types@5.4.0":
514-
version "5.4.0"
515-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
516-
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
513+
"@typescript-eslint/types@5.5.0":
514+
version "5.5.0"
515+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.5.0.tgz#fee61ae510e84ed950a53937a2b443e078107003"
516+
integrity sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==
517517

518518
"@typescript-eslint/typescript-estree@4.15.0":
519519
version "4.15.0"
@@ -528,13 +528,13 @@
528528
semver "^7.3.2"
529529
tsutils "^3.17.1"
530530

531-
"@typescript-eslint/typescript-estree@5.4.0":
532-
version "5.4.0"
533-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
534-
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
531+
"@typescript-eslint/typescript-estree@5.5.0":
532+
version "5.5.0"
533+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.5.0.tgz#12f422698c1636bd0206086bbec9844c54625ebc"
534+
integrity sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==
535535
dependencies:
536-
"@typescript-eslint/types" "5.4.0"
537-
"@typescript-eslint/visitor-keys" "5.4.0"
536+
"@typescript-eslint/types" "5.5.0"
537+
"@typescript-eslint/visitor-keys" "5.5.0"
538538
debug "^4.3.2"
539539
globby "^11.0.4"
540540
is-glob "^4.0.3"
@@ -549,12 +549,12 @@
549549
"@typescript-eslint/types" "4.15.0"
550550
eslint-visitor-keys "^2.0.0"
551551

552-
"@typescript-eslint/visitor-keys@5.4.0":
553-
version "5.4.0"
554-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
555-
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
552+
"@typescript-eslint/visitor-keys@5.5.0":
553+
version "5.5.0"
554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.5.0.tgz#4787586897b61f26068a3db5c50b3f5d254f9083"
555+
integrity sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==
556556
dependencies:
557-
"@typescript-eslint/types" "5.4.0"
557+
"@typescript-eslint/types" "5.5.0"
558558
eslint-visitor-keys "^3.0.0"
559559

560560
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)