Skip to content

Commit 1158e0d

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

File tree

2 files changed

+83
-52
lines changed

2 files changed

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

yarn.lock

Lines changed: 81 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,18 @@
209209
resolved "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.9.tgz"
210210
integrity sha512-O+NfmkfRrb3uSsTa4jE3WApidSe3N5++fyOVGP1SmMZi4A3BZELkhUUvj5hwmMuNdlpzAZ8iAPz2vmcR7DCFQA==
211211

212+
"@eslint-community/eslint-utils@^4.2.0":
213+
version "4.4.0"
214+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
215+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
216+
dependencies:
217+
eslint-visitor-keys "^3.3.0"
218+
219+
"@eslint-community/regexpp@^4.4.0":
220+
version "4.5.1"
221+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
222+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
223+
212224
"@eslint/eslintrc@^1.3.2":
213225
version "1.3.2"
214226
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz"
@@ -432,84 +444,93 @@
432444
dependencies:
433445
"@types/node" "*"
434446

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==
447+
"@types/semver@^7.3.12":
448+
version "7.5.0"
449+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
450+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
451+
452+
"@typescript-eslint/[email protected]":
453+
version "5.61.0"
454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223"
455+
integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g==
439456
dependencies:
440-
"@typescript-eslint/scope-manager" "5.38.0"
441-
"@typescript-eslint/type-utils" "5.38.0"
442-
"@typescript-eslint/utils" "5.38.0"
457+
"@eslint-community/regexpp" "^4.4.0"
458+
"@typescript-eslint/scope-manager" "5.61.0"
459+
"@typescript-eslint/type-utils" "5.61.0"
460+
"@typescript-eslint/utils" "5.61.0"
443461
debug "^4.3.4"
462+
graphemer "^1.4.0"
444463
ignore "^5.2.0"
445-
regexpp "^3.2.0"
464+
natural-compare-lite "^1.4.0"
446465
semver "^7.3.7"
447466
tsutils "^3.21.0"
448467

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==
468+
"@typescript-eslint/parser@5.61.0":
469+
version "5.61.0"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
471+
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
453472
dependencies:
454-
"@typescript-eslint/scope-manager" "5.38.0"
455-
"@typescript-eslint/types" "5.38.0"
456-
"@typescript-eslint/typescript-estree" "5.38.0"
473+
"@typescript-eslint/scope-manager" "5.61.0"
474+
"@typescript-eslint/types" "5.61.0"
475+
"@typescript-eslint/typescript-estree" "5.61.0"
457476
debug "^4.3.4"
458477

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==
478+
"@typescript-eslint/scope-manager@5.61.0":
479+
version "5.61.0"
480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
481+
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
463482
dependencies:
464-
"@typescript-eslint/types" "5.38.0"
465-
"@typescript-eslint/visitor-keys" "5.38.0"
483+
"@typescript-eslint/types" "5.61.0"
484+
"@typescript-eslint/visitor-keys" "5.61.0"
466485

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==
486+
"@typescript-eslint/type-utils@5.61.0":
487+
version "5.61.0"
488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
489+
integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg==
471490
dependencies:
472-
"@typescript-eslint/typescript-estree" "5.38.0"
473-
"@typescript-eslint/utils" "5.38.0"
491+
"@typescript-eslint/typescript-estree" "5.61.0"
492+
"@typescript-eslint/utils" "5.61.0"
474493
debug "^4.3.4"
475494
tsutils "^3.21.0"
476495

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==
496+
"@typescript-eslint/types@5.61.0":
497+
version "5.61.0"
498+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
499+
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
481500

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==
501+
"@typescript-eslint/typescript-estree@5.61.0":
502+
version "5.61.0"
503+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
504+
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
486505
dependencies:
487-
"@typescript-eslint/types" "5.38.0"
488-
"@typescript-eslint/visitor-keys" "5.38.0"
506+
"@typescript-eslint/types" "5.61.0"
507+
"@typescript-eslint/visitor-keys" "5.61.0"
489508
debug "^4.3.4"
490509
globby "^11.1.0"
491510
is-glob "^4.0.3"
492511
semver "^7.3.7"
493512
tsutils "^3.21.0"
494513

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==
514+
"@typescript-eslint/utils@5.61.0":
515+
version "5.61.0"
516+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
517+
integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ==
499518
dependencies:
519+
"@eslint-community/eslint-utils" "^4.2.0"
500520
"@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"
521+
"@types/semver" "^7.3.12"
522+
"@typescript-eslint/scope-manager" "5.61.0"
523+
"@typescript-eslint/types" "5.61.0"
524+
"@typescript-eslint/typescript-estree" "5.61.0"
504525
eslint-scope "^5.1.1"
505-
eslint-utils "^3.0.0"
526+
semver "^7.3.7"
506527

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==
528+
"@typescript-eslint/visitor-keys@5.61.0":
529+
version "5.61.0"
530+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
531+
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
511532
dependencies:
512-
"@typescript-eslint/types" "5.38.0"
533+
"@typescript-eslint/types" "5.61.0"
513534
eslint-visitor-keys "^3.3.0"
514535

515536
JSONStream@^1.0.4:
@@ -1941,6 +1962,11 @@ grapheme-splitter@^1.0.4:
19411962
resolved "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz"
19421963
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
19431964

1965+
graphemer@^1.4.0:
1966+
version "1.4.0"
1967+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1968+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1969+
19441970
handlebars@^4.7.7:
19451971
version "4.7.7"
19461972
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz"
@@ -2587,6 +2613,11 @@ nanoid@^3.3.4:
25872613
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz"
25882614
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
25892615

2616+
natural-compare-lite@^1.4.0:
2617+
version "1.4.0"
2618+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2619+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2620+
25902621
natural-compare@^1.4.0:
25912622
version "1.4.0"
25922623
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"

0 commit comments

Comments
 (0)