Skip to content

Commit f2e8cc1

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update typescript-eslint monorepo to v4.31.2
1 parent 70d7785 commit f2e8cc1

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": "14.17.17",
4242
"@types/node-fetch": "3.0.2",
4343
"@types/sinon": "10.0.2",
44-
"@typescript-eslint/eslint-plugin": "4.31.1",
45-
"@typescript-eslint/parser": "4.31.1",
44+
"@typescript-eslint/eslint-plugin": "4.31.2",
45+
"@typescript-eslint/parser": "4.31.2",
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
@@ -448,28 +448,28 @@
448448
dependencies:
449449
"@sinonjs/fake-timers" "^7.1.0"
450450

451-
"@typescript-eslint/[email protected].1":
452-
version "4.31.1"
453-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.1.tgz#e938603a136f01dcabeece069da5fb2e331d4498"
454-
integrity sha512-UDqhWmd5i0TvPLmbK5xY3UZB0zEGseF+DHPghZ37Sb83Qd3p8ujhvAtkU4OF46Ka5Pm5kWvFIx0cCTBFKo0alA==
451+
"@typescript-eslint/[email protected].2":
452+
version "4.31.2"
453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.2.tgz#9f41efaee32cdab7ace94b15bd19b756dd099b0a"
454+
integrity sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==
455455
dependencies:
456-
"@typescript-eslint/experimental-utils" "4.31.1"
457-
"@typescript-eslint/scope-manager" "4.31.1"
456+
"@typescript-eslint/experimental-utils" "4.31.2"
457+
"@typescript-eslint/scope-manager" "4.31.2"
458458
debug "^4.3.1"
459459
functional-red-black-tree "^1.0.1"
460460
regexpp "^3.1.0"
461461
semver "^7.3.5"
462462
tsutils "^3.21.0"
463463

464-
"@typescript-eslint/[email protected].1":
465-
version "4.31.1"
466-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.1.tgz#0c900f832f270b88e13e51753647b02d08371ce5"
467-
integrity sha512-NtoPsqmcSsWty0mcL5nTZXMf7Ei0Xr2MT8jWjXMVgRK0/1qeQ2jZzLFUh4QtyJ4+/lPUyMw5cSfeeME+Zrtp9Q==
464+
"@typescript-eslint/[email protected].2":
465+
version "4.31.2"
466+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.2.tgz#98727a9c1e977dd5d20c8705e69cd3c2a86553fa"
467+
integrity sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==
468468
dependencies:
469469
"@types/json-schema" "^7.0.7"
470-
"@typescript-eslint/scope-manager" "4.31.1"
471-
"@typescript-eslint/types" "4.31.1"
472-
"@typescript-eslint/typescript-estree" "4.31.1"
470+
"@typescript-eslint/scope-manager" "4.31.2"
471+
"@typescript-eslint/types" "4.31.2"
472+
"@typescript-eslint/typescript-estree" "4.31.2"
473473
eslint-scope "^5.1.1"
474474
eslint-utils "^3.0.0"
475475

@@ -485,14 +485,14 @@
485485
eslint-scope "^5.0.0"
486486
eslint-utils "^2.0.0"
487487

488-
"@typescript-eslint/[email protected].1":
489-
version "4.31.1"
490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.1.tgz#8f9a2672033e6f6d33b1c0260eebdc0ddf539064"
491-
integrity sha512-dnVZDB6FhpIby6yVbHkwTKkn2ypjVIfAR9nh+kYsA/ZL0JlTsd22BiDjouotisY3Irmd3OW1qlk9EI5R8GrvRQ==
488+
"@typescript-eslint/[email protected].2":
489+
version "4.31.2"
490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.2.tgz#54aa75986e3302d91eff2bbbaa6ecfa8084e9c34"
491+
integrity sha512-EcdO0E7M/sv23S/rLvenHkb58l3XhuSZzKf6DBvLgHqOYdL6YFMYVtreGFWirxaU2mS1GYDby3Lyxco7X5+Vjw==
492492
dependencies:
493-
"@typescript-eslint/scope-manager" "4.31.1"
494-
"@typescript-eslint/types" "4.31.1"
495-
"@typescript-eslint/typescript-estree" "4.31.1"
493+
"@typescript-eslint/scope-manager" "4.31.2"
494+
"@typescript-eslint/types" "4.31.2"
495+
"@typescript-eslint/typescript-estree" "4.31.2"
496496
debug "^4.3.1"
497497

498498
"@typescript-eslint/[email protected]":
@@ -503,23 +503,23 @@
503503
"@typescript-eslint/types" "4.15.0"
504504
"@typescript-eslint/visitor-keys" "4.15.0"
505505

506-
"@typescript-eslint/[email protected].1":
507-
version "4.31.1"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.1.tgz#0c21e8501f608d6a25c842fcf59541ef4f1ab561"
509-
integrity sha512-N1Uhn6SqNtU2XpFSkD4oA+F0PfKdWHyr4bTX0xTj8NRx1314gBDRL1LUuZd5+L3oP+wo6hCbZpaa1in6SwMcVQ==
506+
"@typescript-eslint/[email protected].2":
507+
version "4.31.2"
508+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.2.tgz#1d528cb3ed3bcd88019c20a57c18b897b073923a"
509+
integrity sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==
510510
dependencies:
511-
"@typescript-eslint/types" "4.31.1"
512-
"@typescript-eslint/visitor-keys" "4.31.1"
511+
"@typescript-eslint/types" "4.31.2"
512+
"@typescript-eslint/visitor-keys" "4.31.2"
513513

514514
"@typescript-eslint/[email protected]":
515515
version "4.15.0"
516516
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
517517
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
518518

519-
"@typescript-eslint/[email protected].1":
520-
version "4.31.1"
521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.1.tgz#5f255b695627a13401d2fdba5f7138bc79450d66"
522-
integrity sha512-kixltt51ZJGKENNW88IY5MYqTBA8FR0Md8QdGbJD2pKZ+D5IvxjTYDNtJPDxFBiXmka2aJsITdB1BtO1fsgmsQ==
519+
"@typescript-eslint/[email protected].2":
520+
version "4.31.2"
521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf"
522+
integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==
523523

524524
"@typescript-eslint/[email protected]":
525525
version "4.15.0"
@@ -534,13 +534,13 @@
534534
semver "^7.3.2"
535535
tsutils "^3.17.1"
536536

537-
"@typescript-eslint/[email protected].1":
538-
version "4.31.1"
539-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.1.tgz#4a04d5232cf1031232b7124a9c0310b577a62d17"
540-
integrity sha512-EGHkbsUvjFrvRnusk6yFGqrqMBTue5E5ROnS5puj3laGQPasVUgwhrxfcgkdHNFECHAewpvELE1Gjv0XO3mdWg==
537+
"@typescript-eslint/[email protected].2":
538+
version "4.31.2"
539+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz#abfd50594d8056b37e7428df3b2d185ef2d0060c"
540+
integrity sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==
541541
dependencies:
542-
"@typescript-eslint/types" "4.31.1"
543-
"@typescript-eslint/visitor-keys" "4.31.1"
542+
"@typescript-eslint/types" "4.31.2"
543+
"@typescript-eslint/visitor-keys" "4.31.2"
544544
debug "^4.3.1"
545545
globby "^11.0.3"
546546
is-glob "^4.0.1"
@@ -555,12 +555,12 @@
555555
"@typescript-eslint/types" "4.15.0"
556556
eslint-visitor-keys "^2.0.0"
557557

558-
"@typescript-eslint/[email protected].1":
559-
version "4.31.1"
560-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.1.tgz#f2e7a14c7f20c4ae07d7fc3c5878c4441a1da9cc"
561-
integrity sha512-PCncP8hEqKw6SOJY+3St4LVtoZpPPn+Zlpm7KW5xnviMhdqcsBty4Lsg4J/VECpJjw1CkROaZhH4B8M1OfnXTQ==
558+
"@typescript-eslint/[email protected].2":
559+
version "4.31.2"
560+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz#7d5b4a4705db7fe59ecffb273c1d082760f635cc"
561+
integrity sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==
562562
dependencies:
563-
"@typescript-eslint/types" "4.31.1"
563+
"@typescript-eslint/types" "4.31.2"
564564
eslint-visitor-keys "^2.0.0"
565565

566566

0 commit comments

Comments
 (0)