Skip to content

Commit 3379813

Browse files
committed
Update typescript-eslint monorepo to v5.12.0
1 parent 789bab0 commit 3379813

File tree

2 files changed

+58
-48
lines changed

2 files changed

+58
-48
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"@types/passport-oauth2": "1.4.11",
7373
"@types/sanitize-html": "2.6.0",
7474
"@types/shelljs": "0.8.9",
75-
"@typescript-eslint/eslint-plugin": "5.5.0",
76-
"@typescript-eslint/parser": "5.5.0",
75+
"@typescript-eslint/eslint-plugin": "5.12.0",
76+
"@typescript-eslint/parser": "5.12.0",
7777
"chokidar-cli": "3.0.0",
7878
"concurrently": "6.4.0",
7979
"cypress": "9.1.1",

yarn.lock

Lines changed: 56 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -459,74 +459,84 @@
459459
dependencies:
460460
"@types/node" "*"
461461

462-
"@typescript-eslint/eslint-plugin@5.5.0":
463-
version "5.5.0"
464-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.5.0.tgz#12d5f47f127af089b985f3a205c0e34a812f8fce"
465-
integrity sha512-4bV6fulqbuaO9UMXU0Ia0o6z6if+kmMRW8rMRyfqXj/eGrZZRGedS4n0adeGNnjr8LKAM495hrQ7Tea52UWmQA==
466-
dependencies:
467-
"@typescript-eslint/experimental-utils" "5.5.0"
468-
"@typescript-eslint/scope-manager" "5.5.0"
462+
"@typescript-eslint/eslint-plugin@5.12.0":
463+
version "5.12.0"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.0.tgz#bb46dd7ce7015c0928b98af1e602118e97df6c70"
465+
integrity sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ==
466+
dependencies:
467+
"@typescript-eslint/scope-manager" "5.12.0"
468+
"@typescript-eslint/type-utils" "5.12.0"
469+
"@typescript-eslint/utils" "5.12.0"
469470
debug "^4.3.2"
470471
functional-red-black-tree "^1.0.1"
471472
ignore "^5.1.8"
472473
regexpp "^3.2.0"
473474
semver "^7.3.5"
474475
tsutils "^3.21.0"
475476

476-
"@typescript-eslint/experimental-utils@5.5.0":
477-
version "5.5.0"
478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.5.0.tgz#3fe2514dc2f3cd95562206e4058435ea51df609e"
479-
integrity sha512-kjWeeVU+4lQ1SLYErRKV5yDXbWDPkpbzTUUlfAUifPYvpX0qZlrcCZ96/6oWxt3QxtK5WVhXz+KsnwW9cIW+3A==
477+
"@typescript-eslint/parser@5.12.0":
478+
version "5.12.0"
479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.0.tgz#0ca669861813df99ce54916f66f524c625ed2434"
480+
integrity sha512-MfSwg9JMBojMUoGjUmX+D2stoQj1CBYTCP0qnnVtu9A+YQXVKNtLjasYh+jozOcrb/wau8TCfWOkQTiOAruBog==
480481
dependencies:
481-
"@types/json-schema" "^7.0.9"
482-
"@typescript-eslint/scope-manager" "5.5.0"
483-
"@typescript-eslint/types" "5.5.0"
484-
"@typescript-eslint/typescript-estree" "5.5.0"
485-
eslint-scope "^5.1.1"
486-
eslint-utils "^3.0.0"
482+
"@typescript-eslint/scope-manager" "5.12.0"
483+
"@typescript-eslint/types" "5.12.0"
484+
"@typescript-eslint/typescript-estree" "5.12.0"
485+
debug "^4.3.2"
487486

488-
"@typescript-eslint/parser@5.5.0":
489-
version "5.5.0"
490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.5.0.tgz#a38070e225330b771074daa659118238793f7fcd"
491-
integrity sha512-JsXBU+kgQOAgzUn2jPrLA+Rd0Y1dswOlX3hp8MuRO1hQDs6xgHtbCXEiAu7bz5hyVURxbXcA2draasMbNqrhmg==
487+
"@typescript-eslint/scope-manager@5.12.0":
488+
version "5.12.0"
489+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.0.tgz#59619e6e5e2b1ce6cb3948b56014d3a24da83f5e"
490+
integrity sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ==
492491
dependencies:
493-
"@typescript-eslint/scope-manager" "5.5.0"
494-
"@typescript-eslint/types" "5.5.0"
495-
"@typescript-eslint/typescript-estree" "5.5.0"
496-
debug "^4.3.2"
492+
"@typescript-eslint/types" "5.12.0"
493+
"@typescript-eslint/visitor-keys" "5.12.0"
497494

498-
"@typescript-eslint/scope-manager@5.5.0":
499-
version "5.5.0"
500-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.5.0.tgz#2b9f3672fa6cddcb4160e7e8b49ef1fd00f83c09"
501-
integrity sha512-0/r656RmRLo7CbN4Mdd+xZyPJ/fPCKhYdU6mnZx+8msAD8nJSP8EyCFkzbd6vNVZzZvWlMYrSNekqGrCBqFQhg==
495+
"@typescript-eslint/type-utils@5.12.0":
496+
version "5.12.0"
497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.0.tgz#aaf45765de71c6d9707c66ccff76ec2b9aa31bb6"
498+
integrity sha512-9j9rli3zEBV+ae7rlbBOotJcI6zfc6SHFMdKI9M3Nc0sy458LJ79Os+TPWeBBL96J9/e36rdJOfCuyRSgFAA0Q==
502499
dependencies:
503-
"@typescript-eslint/types" "5.5.0"
504-
"@typescript-eslint/visitor-keys" "5.5.0"
500+
"@typescript-eslint/utils" "5.12.0"
501+
debug "^4.3.2"
502+
tsutils "^3.21.0"
505503

506-
"@typescript-eslint/types@5.5.0":
507-
version "5.5.0"
508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.5.0.tgz#fee61ae510e84ed950a53937a2b443e078107003"
509-
integrity sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==
504+
"@typescript-eslint/types@5.12.0":
505+
version "5.12.0"
506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8"
507+
integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==
510508

511-
"@typescript-eslint/typescript-estree@5.5.0":
512-
version "5.5.0"
513-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.5.0.tgz#12f422698c1636bd0206086bbec9844c54625ebc"
514-
integrity sha512-pVn8btYUiYrjonhMAO0yG8lm7RApzy2L4RC7Td/mC/qFkyf6vRbGyZozoA94+w6D2Y2GRqpMoCWcwx/EUOzyoQ==
509+
"@typescript-eslint/typescript-estree@5.12.0":
510+
version "5.12.0"
511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.0.tgz#cabf545fd592722f0e2b4104711e63bf89525cd2"
512+
integrity sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ==
515513
dependencies:
516-
"@typescript-eslint/types" "5.5.0"
517-
"@typescript-eslint/visitor-keys" "5.5.0"
514+
"@typescript-eslint/types" "5.12.0"
515+
"@typescript-eslint/visitor-keys" "5.12.0"
518516
debug "^4.3.2"
519517
globby "^11.0.4"
520518
is-glob "^4.0.3"
521519
semver "^7.3.5"
522520
tsutils "^3.21.0"
523521

524-
"@typescript-eslint/visitor-keys@5.5.0":
525-
version "5.5.0"
526-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.5.0.tgz#4787586897b61f26068a3db5c50b3f5d254f9083"
527-
integrity sha512-4GzJ1kRtsWzHhdM40tv0ZKHNSbkDhF0Woi/TDwVJX6UICwJItvP7ZTXbjTkCdrors7ww0sYe0t+cIKDAJwZ7Kw==
522+
"@typescript-eslint/utils@5.12.0":
523+
version "5.12.0"
524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.0.tgz#92fd3193191621ab863add2f553a7b38b65646af"
525+
integrity sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw==
526+
dependencies:
527+
"@types/json-schema" "^7.0.9"
528+
"@typescript-eslint/scope-manager" "5.12.0"
529+
"@typescript-eslint/types" "5.12.0"
530+
"@typescript-eslint/typescript-estree" "5.12.0"
531+
eslint-scope "^5.1.1"
532+
eslint-utils "^3.0.0"
533+
534+
"@typescript-eslint/visitor-keys@5.12.0":
535+
version "5.12.0"
536+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.0.tgz#1ac9352ed140b07ba144ebf371b743fdf537ec16"
537+
integrity sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg==
528538
dependencies:
529-
"@typescript-eslint/types" "5.5.0"
539+
"@typescript-eslint/types" "5.12.0"
530540
eslint-visitor-keys "^3.0.0"
531541

532542
abbrev@1:

0 commit comments

Comments
 (0)