Skip to content

Commit 280a7ff

Browse files
committed
Update typescript-eslint monorepo to v5.10.2
1 parent 789bab0 commit 280a7ff

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.10.2",
76+
"@typescript-eslint/parser": "5.10.2",
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.10.2":
463+
version "5.10.2"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
465+
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
466+
dependencies:
467+
"@typescript-eslint/scope-manager" "5.10.2"
468+
"@typescript-eslint/type-utils" "5.10.2"
469+
"@typescript-eslint/utils" "5.10.2"
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.10.2":
478+
version "5.10.2"
479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.2.tgz#b6076d27cc5499ce3f2c625f5ccde946ecb7db9a"
480+
integrity sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==
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.10.2"
483+
"@typescript-eslint/types" "5.10.2"
484+
"@typescript-eslint/typescript-estree" "5.10.2"
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.10.2":
488+
version "5.10.2"
489+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz#92c0bc935ec00f3d8638cdffb3d0e70c9b879639"
490+
integrity sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==
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.10.2"
493+
"@typescript-eslint/visitor-keys" "5.10.2"
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.10.2":
496+
version "5.10.2"
497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
498+
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
502499
dependencies:
503-
"@typescript-eslint/types" "5.5.0"
504-
"@typescript-eslint/visitor-keys" "5.5.0"
500+
"@typescript-eslint/utils" "5.10.2"
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.10.2":
505+
version "5.10.2"
506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
507+
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
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.10.2":
510+
version "5.10.2"
511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
512+
integrity sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==
515513
dependencies:
516-
"@typescript-eslint/types" "5.5.0"
517-
"@typescript-eslint/visitor-keys" "5.5.0"
514+
"@typescript-eslint/types" "5.10.2"
515+
"@typescript-eslint/visitor-keys" "5.10.2"
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.10.2":
523+
version "5.10.2"
524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
525+
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
526+
dependencies:
527+
"@types/json-schema" "^7.0.9"
528+
"@typescript-eslint/scope-manager" "5.10.2"
529+
"@typescript-eslint/types" "5.10.2"
530+
"@typescript-eslint/typescript-estree" "5.10.2"
531+
eslint-scope "^5.1.1"
532+
eslint-utils "^3.0.0"
533+
534+
"@typescript-eslint/visitor-keys@5.10.2":
535+
version "5.10.2"
536+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz#fdbf272d8e61c045d865bd6c8b41bea73d222f3d"
537+
integrity sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==
528538
dependencies:
529-
"@typescript-eslint/types" "5.5.0"
539+
"@typescript-eslint/types" "5.10.2"
530540
eslint-visitor-keys "^3.0.0"
531541

532542
abbrev@1:

0 commit comments

Comments
 (0)