Skip to content

Commit 23769a9

Browse files
Bump @typescript-eslint/parser from 5.59.11 to 5.62.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.11 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] <support@github.com>
1 parent 6d1ecee commit 23769a9

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/webextension-polyfill": "^0.12.1",
6666
"@types/webpack": "^4.41.29",
6767
"@typescript-eslint/eslint-plugin": "^5.59.11",
68-
"@typescript-eslint/parser": "^5.59.11",
68+
"@typescript-eslint/parser": "^5.62.0",
6969
"autoprefixer": "^10.2.5",
7070
"babel-loader": "^8.3.0",
7171
"clean-webpack-plugin": "^3.0.0",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,14 +1975,14 @@
19751975
"@typescript-eslint/typescript-estree" "3.10.1"
19761976
eslint-visitor-keys "^1.1.0"
19771977

1978-
"@typescript-eslint/parser@^5.59.11":
1979-
version "5.59.11"
1980-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.11.tgz#af7d4b7110e3068ce0b97550736de455e4250103"
1981-
integrity sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
1982-
dependencies:
1983-
"@typescript-eslint/scope-manager" "5.59.11"
1984-
"@typescript-eslint/types" "5.59.11"
1985-
"@typescript-eslint/typescript-estree" "5.59.11"
1978+
"@typescript-eslint/parser@^5.62.0":
1979+
version "5.62.0"
1980+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1981+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1982+
dependencies:
1983+
"@typescript-eslint/scope-manager" "5.62.0"
1984+
"@typescript-eslint/types" "5.62.0"
1985+
"@typescript-eslint/typescript-estree" "5.62.0"
19861986
debug "^4.3.4"
19871987

19881988
"@typescript-eslint/scope-manager@5.59.11":
@@ -1993,6 +1993,14 @@
19931993
"@typescript-eslint/types" "5.59.11"
19941994
"@typescript-eslint/visitor-keys" "5.59.11"
19951995

1996+
"@typescript-eslint/scope-manager@5.62.0":
1997+
version "5.62.0"
1998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1999+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
2000+
dependencies:
2001+
"@typescript-eslint/types" "5.62.0"
2002+
"@typescript-eslint/visitor-keys" "5.62.0"
2003+
19962004
"@typescript-eslint/type-utils@5.59.11":
19972005
version "5.59.11"
19982006
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
@@ -2013,6 +2021,11 @@
20132021
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
20142022
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
20152023

2024+
"@typescript-eslint/types@5.62.0":
2025+
version "5.62.0"
2026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2027+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
2028+
20162029
"@typescript-eslint/typescript-estree@3.10.1":
20172030
version "3.10.1"
20182031
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
@@ -2040,6 +2053,19 @@
20402053
semver "^7.3.7"
20412054
tsutils "^3.21.0"
20422055

2056+
"@typescript-eslint/typescript-estree@5.62.0":
2057+
version "5.62.0"
2058+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2059+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
2060+
dependencies:
2061+
"@typescript-eslint/types" "5.62.0"
2062+
"@typescript-eslint/visitor-keys" "5.62.0"
2063+
debug "^4.3.4"
2064+
globby "^11.1.0"
2065+
is-glob "^4.0.3"
2066+
semver "^7.3.7"
2067+
tsutils "^3.21.0"
2068+
20432069
"@typescript-eslint/utils@5.59.11":
20442070
version "5.59.11"
20452071
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
@@ -2069,6 +2095,14 @@
20692095
"@typescript-eslint/types" "5.59.11"
20702096
eslint-visitor-keys "^3.3.0"
20712097

2098+
"@typescript-eslint/visitor-keys@5.62.0":
2099+
version "5.62.0"
2100+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2101+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
2102+
dependencies:
2103+
"@typescript-eslint/types" "5.62.0"
2104+
eslint-visitor-keys "^3.3.0"
2105+
20722106
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
20732107
version "1.12.1"
20742108
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"

0 commit comments

Comments
 (0)