Skip to content

Commit e2a42f3

Browse files
chore(deps): update typescript-eslint monorepo to v5.4.0 (#300)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a3d53bc commit e2a42f3

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
@@ -37,8 +37,8 @@
3737
"@types/node": "16.11.7",
3838
"@types/react": "17.0.34",
3939
"@types/react-dom": "17.0.11",
40-
"@typescript-eslint/eslint-plugin": "5.3.1",
41-
"@typescript-eslint/parser": "5.3.1",
40+
"@typescript-eslint/eslint-plugin": "5.4.0",
41+
"@typescript-eslint/parser": "5.4.0",
4242
"commitizen": "4.2.4",
4343
"cz-conventional-changelog": "3.3.0",
4444
"eslint": "7.32.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -496,40 +496,40 @@
496496
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
497497
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
498498

499-
"@typescript-eslint/eslint-plugin@5.3.1":
500-
version "5.3.1"
501-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.3.1.tgz#d8ff412f10f54f6364e7fd7c1e70eb6767f434c3"
502-
integrity sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==
499+
"@typescript-eslint/eslint-plugin@5.4.0":
500+
version "5.4.0"
501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.4.0.tgz#05e711a2e7b68342661fde61bccbd1531c19521a"
502+
integrity sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==
503503
dependencies:
504-
"@typescript-eslint/experimental-utils" "5.3.1"
505-
"@typescript-eslint/scope-manager" "5.3.1"
504+
"@typescript-eslint/experimental-utils" "5.4.0"
505+
"@typescript-eslint/scope-manager" "5.4.0"
506506
debug "^4.3.2"
507507
functional-red-black-tree "^1.0.1"
508508
ignore "^5.1.8"
509509
regexpp "^3.2.0"
510510
semver "^7.3.5"
511511
tsutils "^3.21.0"
512512

513-
"@typescript-eslint/experimental-utils@5.3.1":
514-
version "5.3.1"
515-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.1.tgz#bbd8f9b67b4d5fdcb9d2f90297d8fcda22561e05"
516-
integrity sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==
513+
"@typescript-eslint/experimental-utils@5.4.0":
514+
version "5.4.0"
515+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
516+
integrity sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==
517517
dependencies:
518518
"@types/json-schema" "^7.0.9"
519-
"@typescript-eslint/scope-manager" "5.3.1"
520-
"@typescript-eslint/types" "5.3.1"
521-
"@typescript-eslint/typescript-estree" "5.3.1"
519+
"@typescript-eslint/scope-manager" "5.4.0"
520+
"@typescript-eslint/types" "5.4.0"
521+
"@typescript-eslint/typescript-estree" "5.4.0"
522522
eslint-scope "^5.1.1"
523523
eslint-utils "^3.0.0"
524524

525-
"@typescript-eslint/parser@5.3.1":
526-
version "5.3.1"
527-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.3.1.tgz#8ff1977c3d3200c217b3e4628d43ef92f89e5261"
528-
integrity sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==
525+
"@typescript-eslint/parser@5.4.0":
526+
version "5.4.0"
527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.4.0.tgz#3aa83ce349d66e39b84151f6d5464928044ca9e3"
528+
integrity sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==
529529
dependencies:
530-
"@typescript-eslint/scope-manager" "5.3.1"
531-
"@typescript-eslint/types" "5.3.1"
532-
"@typescript-eslint/typescript-estree" "5.3.1"
530+
"@typescript-eslint/scope-manager" "5.4.0"
531+
"@typescript-eslint/types" "5.4.0"
532+
"@typescript-eslint/typescript-estree" "5.4.0"
533533
debug "^4.3.2"
534534

535535
"@typescript-eslint/parser@^4.20.0":
@@ -550,23 +550,23 @@
550550
"@typescript-eslint/types" "4.33.0"
551551
"@typescript-eslint/visitor-keys" "4.33.0"
552552

553-
"@typescript-eslint/scope-manager@5.3.1":
554-
version "5.3.1"
555-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.3.1.tgz#3cfbfbcf5488fb2a9a6fbbe97963ee1e8d419269"
556-
integrity sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==
553+
"@typescript-eslint/scope-manager@5.4.0":
554+
version "5.4.0"
555+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
556+
integrity sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==
557557
dependencies:
558-
"@typescript-eslint/types" "5.3.1"
559-
"@typescript-eslint/visitor-keys" "5.3.1"
558+
"@typescript-eslint/types" "5.4.0"
559+
"@typescript-eslint/visitor-keys" "5.4.0"
560560

561561
"@typescript-eslint/[email protected]":
562562
version "4.33.0"
563563
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
564564
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
565565

566-
"@typescript-eslint/types@5.3.1":
567-
version "5.3.1"
568-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.3.1.tgz#afaa715b69ebfcfde3af8b0403bf27527912f9b7"
569-
integrity sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==
566+
"@typescript-eslint/types@5.4.0":
567+
version "5.4.0"
568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
569+
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
570570

571571
"@typescript-eslint/[email protected]":
572572
version "4.33.0"
@@ -581,13 +581,13 @@
581581
semver "^7.3.5"
582582
tsutils "^3.21.0"
583583

584-
"@typescript-eslint/typescript-estree@5.3.1":
585-
version "5.3.1"
586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.1.tgz#50cc4bfb93dc31bc75e08ae52e29fcb786d606ec"
587-
integrity sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==
584+
"@typescript-eslint/typescript-estree@5.4.0":
585+
version "5.4.0"
586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.4.0.tgz#fe524fb308973c68ebeb7428f3b64499a6ba5fc0"
587+
integrity sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==
588588
dependencies:
589-
"@typescript-eslint/types" "5.3.1"
590-
"@typescript-eslint/visitor-keys" "5.3.1"
589+
"@typescript-eslint/types" "5.4.0"
590+
"@typescript-eslint/visitor-keys" "5.4.0"
591591
debug "^4.3.2"
592592
globby "^11.0.4"
593593
is-glob "^4.0.3"
@@ -602,12 +602,12 @@
602602
"@typescript-eslint/types" "4.33.0"
603603
eslint-visitor-keys "^2.0.0"
604604

605-
"@typescript-eslint/visitor-keys@5.3.1":
606-
version "5.3.1"
607-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.1.tgz#c2860ff22939352db4f3806f34b21d8ad00588ba"
608-
integrity sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==
605+
"@typescript-eslint/visitor-keys@5.4.0":
606+
version "5.4.0"
607+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.4.0.tgz#09bc28efd3621f292fe88c86eef3bf4893364c8c"
608+
integrity sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==
609609
dependencies:
610-
"@typescript-eslint/types" "5.3.1"
610+
"@typescript-eslint/types" "5.4.0"
611611
eslint-visitor-keys "^3.0.0"
612612

613613
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)