Skip to content

Commit b0e3e56

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (#8513)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.61.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:development 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 0902bc0 commit b0e3e56

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/eslint-parser": "^7.22.15",
99
"@types/node": "^18.15.11",
1010
"@typescript-eslint/eslint-plugin": "^5.58.0",
11-
"@typescript-eslint/parser": "^5.57.1",
11+
"@typescript-eslint/parser": "^5.62.0",
1212
"eslint": "^8.42.0",
1313
"eslint-plugin-security": "^1.4.0",
1414
"eslint-plugin-svelte3": "^4.0.0",

yarn.lock

+42-8
Original file line numberDiff line numberDiff line change
@@ -2003,14 +2003,14 @@
20032003
semver "^7.3.7"
20042004
tsutils "^3.21.0"
20052005

2006-
"@typescript-eslint/parser@^5.57.1":
2007-
version "5.61.0"
2008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
2009-
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
2010-
dependencies:
2011-
"@typescript-eslint/scope-manager" "5.61.0"
2012-
"@typescript-eslint/types" "5.61.0"
2013-
"@typescript-eslint/typescript-estree" "5.61.0"
2006+
"@typescript-eslint/parser@^5.62.0":
2007+
version "5.62.0"
2008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2009+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2010+
dependencies:
2011+
"@typescript-eslint/scope-manager" "5.62.0"
2012+
"@typescript-eslint/types" "5.62.0"
2013+
"@typescript-eslint/typescript-estree" "5.62.0"
20142014
debug "^4.3.4"
20152015

20162016
"@typescript-eslint/[email protected]":
@@ -2021,6 +2021,14 @@
20212021
"@typescript-eslint/types" "5.61.0"
20222022
"@typescript-eslint/visitor-keys" "5.61.0"
20232023

2024+
"@typescript-eslint/[email protected]":
2025+
version "5.62.0"
2026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
2027+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
2028+
dependencies:
2029+
"@typescript-eslint/types" "5.62.0"
2030+
"@typescript-eslint/visitor-keys" "5.62.0"
2031+
20242032
"@typescript-eslint/[email protected]":
20252033
version "5.61.0"
20262034
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
@@ -2036,6 +2044,11 @@
20362044
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
20372045
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
20382046

2047+
"@typescript-eslint/[email protected]":
2048+
version "5.62.0"
2049+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2050+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
2051+
20392052
"@typescript-eslint/[email protected]":
20402053
version "5.61.0"
20412054
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
@@ -2049,6 +2062,19 @@
20492062
semver "^7.3.7"
20502063
tsutils "^3.21.0"
20512064

2065+
"@typescript-eslint/[email protected]":
2066+
version "5.62.0"
2067+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2068+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
2069+
dependencies:
2070+
"@typescript-eslint/types" "5.62.0"
2071+
"@typescript-eslint/visitor-keys" "5.62.0"
2072+
debug "^4.3.4"
2073+
globby "^11.1.0"
2074+
is-glob "^4.0.3"
2075+
semver "^7.3.7"
2076+
tsutils "^3.21.0"
2077+
20522078
"@typescript-eslint/[email protected]":
20532079
version "5.61.0"
20542080
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
@@ -2071,6 +2097,14 @@
20712097
"@typescript-eslint/types" "5.61.0"
20722098
eslint-visitor-keys "^3.3.0"
20732099

2100+
"@typescript-eslint/[email protected]":
2101+
version "5.62.0"
2102+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2103+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
2104+
dependencies:
2105+
"@typescript-eslint/types" "5.62.0"
2106+
eslint-visitor-keys "^3.3.0"
2107+
20742108
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
20752109
version "1.11.6"
20762110
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"

0 commit comments

Comments
 (0)