Skip to content

Commit 7875727

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

File tree

2 files changed

+64
-51
lines changed

2 files changed

+64
-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.42.0",
53+
"@typescript-eslint/parser": "5.42.0",
5454
"eslint": "8.23.1",
5555
"eslint-config-prettier": "8.5.0",
5656
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 62 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -432,84 +432,92 @@
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.13"
437+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
438+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
439+
440+
"@typescript-eslint/[email protected]":
441+
version "5.42.0"
442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
443+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
444+
dependencies:
445+
"@typescript-eslint/scope-manager" "5.42.0"
446+
"@typescript-eslint/type-utils" "5.42.0"
447+
"@typescript-eslint/utils" "5.42.0"
443448
debug "^4.3.4"
444449
ignore "^5.2.0"
450+
natural-compare-lite "^1.4.0"
445451
regexpp "^3.2.0"
446452
semver "^7.3.7"
447453
tsutils "^3.21.0"
448454

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==
455+
"@typescript-eslint/parser@5.42.0":
456+
version "5.42.0"
457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
458+
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
453459
dependencies:
454-
"@typescript-eslint/scope-manager" "5.38.0"
455-
"@typescript-eslint/types" "5.38.0"
456-
"@typescript-eslint/typescript-estree" "5.38.0"
460+
"@typescript-eslint/scope-manager" "5.42.0"
461+
"@typescript-eslint/types" "5.42.0"
462+
"@typescript-eslint/typescript-estree" "5.42.0"
457463
debug "^4.3.4"
458464

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==
465+
"@typescript-eslint/scope-manager@5.42.0":
466+
version "5.42.0"
467+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
468+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
463469
dependencies:
464-
"@typescript-eslint/types" "5.38.0"
465-
"@typescript-eslint/visitor-keys" "5.38.0"
470+
"@typescript-eslint/types" "5.42.0"
471+
"@typescript-eslint/visitor-keys" "5.42.0"
466472

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==
473+
"@typescript-eslint/type-utils@5.42.0":
474+
version "5.42.0"
475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
476+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
471477
dependencies:
472-
"@typescript-eslint/typescript-estree" "5.38.0"
473-
"@typescript-eslint/utils" "5.38.0"
478+
"@typescript-eslint/typescript-estree" "5.42.0"
479+
"@typescript-eslint/utils" "5.42.0"
474480
debug "^4.3.4"
475481
tsutils "^3.21.0"
476482

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==
483+
"@typescript-eslint/types@5.42.0":
484+
version "5.42.0"
485+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
486+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
481487

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==
488+
"@typescript-eslint/typescript-estree@5.42.0":
489+
version "5.42.0"
490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
491+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
486492
dependencies:
487-
"@typescript-eslint/types" "5.38.0"
488-
"@typescript-eslint/visitor-keys" "5.38.0"
493+
"@typescript-eslint/types" "5.42.0"
494+
"@typescript-eslint/visitor-keys" "5.42.0"
489495
debug "^4.3.4"
490496
globby "^11.1.0"
491497
is-glob "^4.0.3"
492498
semver "^7.3.7"
493499
tsutils "^3.21.0"
494500

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==
501+
"@typescript-eslint/utils@5.42.0":
502+
version "5.42.0"
503+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
504+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
499505
dependencies:
500506
"@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"
507+
"@types/semver" "^7.3.12"
508+
"@typescript-eslint/scope-manager" "5.42.0"
509+
"@typescript-eslint/types" "5.42.0"
510+
"@typescript-eslint/typescript-estree" "5.42.0"
504511
eslint-scope "^5.1.1"
505512
eslint-utils "^3.0.0"
513+
semver "^7.3.7"
506514

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==
515+
"@typescript-eslint/visitor-keys@5.42.0":
516+
version "5.42.0"
517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
518+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
511519
dependencies:
512-
"@typescript-eslint/types" "5.38.0"
520+
"@typescript-eslint/types" "5.42.0"
513521
eslint-visitor-keys "^3.3.0"
514522

515523
JSONStream@^1.0.4:
@@ -2587,6 +2595,11 @@ nanoid@^3.3.4:
25872595
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz"
25882596
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
25892597

2598+
natural-compare-lite@^1.4.0:
2599+
version "1.4.0"
2600+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2601+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2602+
25902603
natural-compare@^1.4.0:
25912604
version "1.4.0"
25922605
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"

0 commit comments

Comments
 (0)