Skip to content

Commit 56dca52

Browse files
committed
Update typescript-eslint monorepo to v5.11.0
1 parent 789bab0 commit 56dca52

File tree

2 files changed

+58
-48
lines changed

2 files changed

+58
-48
lines changed

package.json

+2-2
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.11.0",
76+
"@typescript-eslint/parser": "5.11.0",
7777
"chokidar-cli": "3.0.0",
7878
"concurrently": "6.4.0",
7979
"cypress": "9.1.1",

yarn.lock

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

462-
"@typescript-eslint/[email protected]":
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/[email protected]":
463+
version "5.11.0"
464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.11.0.tgz#3b866371d8d75c70f9b81535e7f7d3aa26527c7a"
465+
integrity sha512-HJh33bgzXe6jGRocOj4FmefD7hRY4itgjzOrSs3JPrTNXsX7j5+nQPciAUj/1nZtwo2kAc3C75jZO+T23gzSGw==
466+
dependencies:
467+
"@typescript-eslint/scope-manager" "5.11.0"
468+
"@typescript-eslint/type-utils" "5.11.0"
469+
"@typescript-eslint/utils" "5.11.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.11.0":
478+
version "5.11.0"
479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.11.0.tgz#b4fcaf65513f9b34bdcbffdda055724a5efb7e04"
480+
integrity sha512-x0DCjetHZYBRovJdr3U0zG9OOdNXUaFLJ82ehr1AlkArljJuwEsgnud+Q7umlGDFLFrs8tU8ybQDFocp/eX8mQ==
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.11.0"
483+
"@typescript-eslint/types" "5.11.0"
484+
"@typescript-eslint/typescript-estree" "5.11.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.11.0":
488+
version "5.11.0"
489+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.11.0.tgz#f5aef83ff253f457ecbee5f46f762298f0101e4b"
490+
integrity sha512-z+K4LlahDFVMww20t/0zcA7gq/NgOawaLuxgqGRVKS0PiZlCTIUtX0EJbC0BK1JtR4CelmkPK67zuCgpdlF4EA==
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.11.0"
493+
"@typescript-eslint/visitor-keys" "5.11.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.11.0":
496+
version "5.11.0"
497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz#58be0ba73d1f6ef8983d79f7f0bc2209b253fefe"
498+
integrity sha512-wDqdsYO6ofLaD4DsGZ0jGwxp4HrzD2YKulpEZXmgN3xo4BHJwf7kq49JTRpV0Gx6bxkSUmc9s0EIK1xPbFFpIA==
502499
dependencies:
503-
"@typescript-eslint/types" "5.5.0"
504-
"@typescript-eslint/visitor-keys" "5.5.0"
500+
"@typescript-eslint/utils" "5.11.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.11.0":
505+
version "5.11.0"
506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.11.0.tgz#ba345818a2540fdf2755c804dc2158517ab61188"
507+
integrity sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ==
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.11.0":
510+
version "5.11.0"
511+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz#53f9e09b88368191e52020af77c312a4777ffa43"
512+
integrity sha512-yVH9hKIv3ZN3lw8m/Jy5I4oXO4ZBMqijcXCdA4mY8ull6TPTAoQnKKrcZ0HDXg7Bsl0Unwwx7jcXMuNZc0m4lg==
515513
dependencies:
516-
"@typescript-eslint/types" "5.5.0"
517-
"@typescript-eslint/visitor-keys" "5.5.0"
514+
"@typescript-eslint/types" "5.11.0"
515+
"@typescript-eslint/visitor-keys" "5.11.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/[email protected]":
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/[email protected]":
523+
version "5.11.0"
524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.11.0.tgz#d91548ef180d74c95d417950336d9260fdbe1dc5"
525+
integrity sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw==
526+
dependencies:
527+
"@types/json-schema" "^7.0.9"
528+
"@typescript-eslint/scope-manager" "5.11.0"
529+
"@typescript-eslint/types" "5.11.0"
530+
"@typescript-eslint/typescript-estree" "5.11.0"
531+
eslint-scope "^5.1.1"
532+
eslint-utils "^3.0.0"
533+
534+
"@typescript-eslint/[email protected]":
535+
version "5.11.0"
536+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.11.0.tgz#888542381f1a2ac745b06d110c83c0b261487ebb"
537+
integrity sha512-E8w/vJReMGuloGxJDkpPlGwhxocxOpSVgSvjiLO5IxZPmxZF30weOeJYyPSEACwM+X4NziYS9q+WkN/2DHYQwA==
528538
dependencies:
529-
"@typescript-eslint/types" "5.5.0"
539+
"@typescript-eslint/types" "5.11.0"
530540
eslint-visitor-keys "^3.0.0"
531541

532542
abbrev@1:

0 commit comments

Comments
 (0)