Skip to content

Commit 10b8f88

Browse files
Bump @typescript-eslint/parser from 5.57.1 to 5.58.0 (#121)
1 parent c955eca commit 10b8f88

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@remix-run/eslint-config": "1.15.0",
1616
"@typescript-eslint/eslint-plugin": "5.58.0",
17-
"@typescript-eslint/parser": "5.57.1",
17+
"@typescript-eslint/parser": "5.58.0",
1818
"eslint": "8.38.0",
1919
"eslint-plugin-import": "2.27.5",
2020
"eslint-plugin-react": "7.32.2",

yarn.lock

+8-42
Original file line numberDiff line numberDiff line change
@@ -516,23 +516,15 @@
516516
semver "^7.3.7"
517517
tsutils "^3.21.0"
518518

519-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^5.38.0":
520-
version "5.57.1"
521-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.1.tgz#af911234bd4401d09668c5faf708a0570a17a748"
522-
integrity sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==
523-
dependencies:
524-
"@typescript-eslint/scope-manager" "5.57.1"
525-
"@typescript-eslint/types" "5.57.1"
526-
"@typescript-eslint/typescript-estree" "5.57.1"
527-
debug "^4.3.4"
528-
529-
"@typescript-eslint/[email protected]":
530-
version "5.57.1"
531-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.1.tgz#5d28799c0fc8b501a29ba1749d827800ef22d710"
532-
integrity sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==
519+
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^5.38.0":
520+
version "5.58.0"
521+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.58.0.tgz#2ac4464cf48bef2e3234cb178ede5af352dddbc6"
522+
integrity sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==
533523
dependencies:
534-
"@typescript-eslint/types" "5.57.1"
535-
"@typescript-eslint/visitor-keys" "5.57.1"
524+
"@typescript-eslint/scope-manager" "5.58.0"
525+
"@typescript-eslint/types" "5.58.0"
526+
"@typescript-eslint/typescript-estree" "5.58.0"
527+
debug "^4.3.4"
536528

537529
"@typescript-eslint/[email protected]":
538530
version "5.58.0"
@@ -552,29 +544,11 @@
552544
debug "^4.3.4"
553545
tsutils "^3.21.0"
554546

555-
"@typescript-eslint/[email protected]":
556-
version "5.57.1"
557-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.1.tgz#d9989c7a9025897ea6f0550b7036027f69e8a603"
558-
integrity sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==
559-
560547
"@typescript-eslint/[email protected]":
561548
version "5.58.0"
562549
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.58.0.tgz#54c490b8522c18986004df7674c644ffe2ed77d8"
563550
integrity sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==
564551

565-
"@typescript-eslint/[email protected]":
566-
version "5.57.1"
567-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.1.tgz#10d9643e503afc1ca4f5553d9bbe672ea4050b71"
568-
integrity sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==
569-
dependencies:
570-
"@typescript-eslint/types" "5.57.1"
571-
"@typescript-eslint/visitor-keys" "5.57.1"
572-
debug "^4.3.4"
573-
globby "^11.1.0"
574-
is-glob "^4.0.3"
575-
semver "^7.3.7"
576-
tsutils "^3.21.0"
577-
578552
"@typescript-eslint/[email protected]":
579553
version "5.58.0"
580554
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz#4966e6ff57eaf6e0fce2586497edc097e2ab3e61"
@@ -602,14 +576,6 @@
602576
eslint-scope "^5.1.1"
603577
semver "^7.3.7"
604578

605-
"@typescript-eslint/[email protected]":
606-
version "5.57.1"
607-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.1.tgz#585e5fa42a9bbcd9065f334fd7c8a4ddfa7d905e"
608-
integrity sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==
609-
dependencies:
610-
"@typescript-eslint/types" "5.57.1"
611-
eslint-visitor-keys "^3.3.0"
612-
613579
"@typescript-eslint/[email protected]":
614580
version "5.58.0"
615581
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz#eb9de3a61d2331829e6761ce7fd13061781168b4"

0 commit comments

Comments
 (0)