Skip to content

Commit 660e1bf

Browse files
chore(deps): update typescript-eslint monorepo to v5.41.0
1 parent 5f7856a commit 660e1bf

File tree

2 files changed

+58
-51
lines changed

2 files changed

+58
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"devDependencies": {
5050
"@babel/types": "7.19.0",
5151
"@types/node": "17.0.17",
52-
"@typescript-eslint/eslint-plugin": "5.38.0",
53-
"@typescript-eslint/parser": "5.38.0",
52+
"@typescript-eslint/eslint-plugin": "5.41.0",
53+
"@typescript-eslint/parser": "5.41.0",
5454
"eslint": "8.23.1",
5555
"eslint-config-prettier": "8.5.0",
5656
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 56 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -432,84 +432,91 @@
432432
dependencies:
433433
"@types/node" "*"
434434

435-
"@typescript-eslint/[email protected]":
436-
version "5.38.0"
437-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz#ac919a199548861012e8c1fb2ec4899ac2bc22ae"
438-
integrity sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==
439-
dependencies:
440-
"@typescript-eslint/scope-manager" "5.38.0"
441-
"@typescript-eslint/type-utils" "5.38.0"
442-
"@typescript-eslint/utils" "5.38.0"
435+
"@types/semver@^7.3.12":
436+
version "7.3.12"
437+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
438+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
439+
440+
"@typescript-eslint/[email protected]":
441+
version "5.41.0"
442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
443+
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
444+
dependencies:
445+
"@typescript-eslint/scope-manager" "5.41.0"
446+
"@typescript-eslint/type-utils" "5.41.0"
447+
"@typescript-eslint/utils" "5.41.0"
443448
debug "^4.3.4"
444449
ignore "^5.2.0"
445450
regexpp "^3.2.0"
446451
semver "^7.3.7"
447452
tsutils "^3.21.0"
448453

449-
"@typescript-eslint/parser@5.38.0":
450-
version "5.38.0"
451-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
452-
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
454+
"@typescript-eslint/parser@5.41.0":
455+
version "5.41.0"
456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
457+
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
453458
dependencies:
454-
"@typescript-eslint/scope-manager" "5.38.0"
455-
"@typescript-eslint/types" "5.38.0"
456-
"@typescript-eslint/typescript-estree" "5.38.0"
459+
"@typescript-eslint/scope-manager" "5.41.0"
460+
"@typescript-eslint/types" "5.41.0"
461+
"@typescript-eslint/typescript-estree" "5.41.0"
457462
debug "^4.3.4"
458463

459-
"@typescript-eslint/scope-manager@5.38.0":
460-
version "5.38.0"
461-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
462-
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
464+
"@typescript-eslint/scope-manager@5.41.0":
465+
version "5.41.0"
466+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
467+
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
463468
dependencies:
464-
"@typescript-eslint/types" "5.38.0"
465-
"@typescript-eslint/visitor-keys" "5.38.0"
469+
"@typescript-eslint/types" "5.41.0"
470+
"@typescript-eslint/visitor-keys" "5.41.0"
466471

467-
"@typescript-eslint/type-utils@5.38.0":
468-
version "5.38.0"
469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
470-
integrity sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==
472+
"@typescript-eslint/type-utils@5.41.0":
473+
version "5.41.0"
474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
475+
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
471476
dependencies:
472-
"@typescript-eslint/typescript-estree" "5.38.0"
473-
"@typescript-eslint/utils" "5.38.0"
477+
"@typescript-eslint/typescript-estree" "5.41.0"
478+
"@typescript-eslint/utils" "5.41.0"
474479
debug "^4.3.4"
475480
tsutils "^3.21.0"
476481

477-
"@typescript-eslint/types@5.38.0":
478-
version "5.38.0"
479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
480-
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
482+
"@typescript-eslint/types@5.41.0":
483+
version "5.41.0"
484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
485+
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
481486

482-
"@typescript-eslint/typescript-estree@5.38.0":
483-
version "5.38.0"
484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
485-
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
487+
"@typescript-eslint/typescript-estree@5.41.0":
488+
version "5.41.0"
489+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
490+
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
486491
dependencies:
487-
"@typescript-eslint/types" "5.38.0"
488-
"@typescript-eslint/visitor-keys" "5.38.0"
492+
"@typescript-eslint/types" "5.41.0"
493+
"@typescript-eslint/visitor-keys" "5.41.0"
489494
debug "^4.3.4"
490495
globby "^11.1.0"
491496
is-glob "^4.0.3"
492497
semver "^7.3.7"
493498
tsutils "^3.21.0"
494499

495-
"@typescript-eslint/utils@5.38.0":
496-
version "5.38.0"
497-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
498-
integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
500+
"@typescript-eslint/utils@5.41.0":
501+
version "5.41.0"
502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
503+
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
499504
dependencies:
500505
"@types/json-schema" "^7.0.9"
501-
"@typescript-eslint/scope-manager" "5.38.0"
502-
"@typescript-eslint/types" "5.38.0"
503-
"@typescript-eslint/typescript-estree" "5.38.0"
506+
"@types/semver" "^7.3.12"
507+
"@typescript-eslint/scope-manager" "5.41.0"
508+
"@typescript-eslint/types" "5.41.0"
509+
"@typescript-eslint/typescript-estree" "5.41.0"
504510
eslint-scope "^5.1.1"
505511
eslint-utils "^3.0.0"
512+
semver "^7.3.7"
506513

507-
"@typescript-eslint/visitor-keys@5.38.0":
508-
version "5.38.0"
509-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
510-
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
514+
"@typescript-eslint/visitor-keys@5.41.0":
515+
version "5.41.0"
516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
517+
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
511518
dependencies:
512-
"@typescript-eslint/types" "5.38.0"
519+
"@typescript-eslint/types" "5.41.0"
513520
eslint-visitor-keys "^3.3.0"
514521

515522
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)