Skip to content

Commit f03f70b

Browse files
Bump @typescript-eslint/parser from 5.43.0 to 5.62.0 (#1527)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.43.0 to 5.62.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5412908 commit f03f70b

File tree

2 files changed

+45
-25
lines changed

2 files changed

+45
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/prettier": "^2.7.1",
4848
"@types/semver": "^7.5.0",
4949
"@typescript-eslint/eslint-plugin": "^5.43.0",
50-
"@typescript-eslint/parser": "^5.43.0",
50+
"@typescript-eslint/parser": "^5.62.0",
5151
"eslint": "^8.28.0",
5252
"eslint-config-prettier": "^8.5.0",
5353
"eslint-config-standard": "^17.1.0",

yarn.lock

Lines changed: 44 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,14 +2223,14 @@
22232223
semver "^7.3.7"
22242224
tsutils "^3.21.0"
22252225

2226-
"@typescript-eslint/parser@^5.43.0":
2227-
version "5.43.0"
2228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.43.0.tgz#9c86581234b88f2ba406f0b99a274a91c11630fd"
2229-
integrity sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==
2230-
dependencies:
2231-
"@typescript-eslint/scope-manager" "5.43.0"
2232-
"@typescript-eslint/types" "5.43.0"
2233-
"@typescript-eslint/typescript-estree" "5.43.0"
2226+
"@typescript-eslint/parser@^5.62.0":
2227+
version "5.62.0"
2228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2229+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2230+
dependencies:
2231+
"@typescript-eslint/scope-manager" "5.62.0"
2232+
"@typescript-eslint/types" "5.62.0"
2233+
"@typescript-eslint/typescript-estree" "5.62.0"
22342234
debug "^4.3.4"
22352235

22362236
"@typescript-eslint/[email protected]":
@@ -2241,6 +2241,14 @@
22412241
"@typescript-eslint/types" "5.43.0"
22422242
"@typescript-eslint/visitor-keys" "5.43.0"
22432243

2244+
"@typescript-eslint/[email protected]":
2245+
version "5.62.0"
2246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
2247+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
2248+
dependencies:
2249+
"@typescript-eslint/types" "5.62.0"
2250+
"@typescript-eslint/visitor-keys" "5.62.0"
2251+
22442252
"@typescript-eslint/[email protected]":
22452253
version "5.43.0"
22462254
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
@@ -2256,6 +2264,11 @@
22562264
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
22572265
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
22582266

2267+
"@typescript-eslint/[email protected]":
2268+
version "5.62.0"
2269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2270+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
2271+
22592272
"@typescript-eslint/[email protected]":
22602273
version "5.43.0"
22612274
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
@@ -2269,6 +2282,19 @@
22692282
semver "^7.3.7"
22702283
tsutils "^3.21.0"
22712284

2285+
"@typescript-eslint/[email protected]":
2286+
version "5.62.0"
2287+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2288+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
2289+
dependencies:
2290+
"@typescript-eslint/types" "5.62.0"
2291+
"@typescript-eslint/visitor-keys" "5.62.0"
2292+
debug "^4.3.4"
2293+
globby "^11.1.0"
2294+
is-glob "^4.0.3"
2295+
semver "^7.3.7"
2296+
tsutils "^3.21.0"
2297+
22722298
"@typescript-eslint/[email protected]":
22732299
version "5.43.0"
22742300
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
@@ -2291,6 +2317,14 @@
22912317
"@typescript-eslint/types" "5.43.0"
22922318
eslint-visitor-keys "^3.3.0"
22932319

2320+
"@typescript-eslint/[email protected]":
2321+
version "5.62.0"
2322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2323+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
2324+
dependencies:
2325+
"@typescript-eslint/types" "5.62.0"
2326+
eslint-visitor-keys "^3.3.0"
2327+
22942328
acorn-jsx@^5.3.2:
22952329
version "5.3.2"
22962330
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
@@ -2908,27 +2942,13 @@ debug@^3.2.7:
29082942
dependencies:
29092943
ms "^2.1.1"
29102944

2911-
debug@^4.1.0, debug@^4.1.1:
2912-
version "4.1.1"
2913-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
2914-
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
2915-
dependencies:
2916-
ms "^2.1.1"
2917-
2918-
debug@^4.3.1:
2945+
debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
29192946
version "4.3.7"
29202947
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
29212948
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
29222949
dependencies:
29232950
ms "^2.1.3"
29242951

2925-
debug@^4.3.2, debug@^4.3.4:
2926-
version "4.3.4"
2927-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2928-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2929-
dependencies:
2930-
ms "2.1.2"
2931-
29322952
decamelize-keys@^1.1.0:
29332953
version "1.1.0"
29342954
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -5062,7 +5082,7 @@ [email protected]:
50625082
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
50635083
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
50645084

5065-
ms@2.1.2, ms@^2.1.1, ms@^2.1.2:
5085+
ms@^2.1.1, ms@^2.1.2:
50665086
version "2.1.2"
50675087
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
50685088
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

0 commit comments

Comments
 (0)