Skip to content

Commit 47fa62f

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 9ddeb85 commit 47fa62f

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.10.0",
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
@@ -1985,14 +1985,14 @@
19851985
"@typescript-eslint/typescript-estree" "3.10.1"
19861986
eslint-visitor-keys "^1.1.0"
19871987

1988-
"@typescript-eslint/parser@^5.59.11":
1989-
version "5.59.11"
1990-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.11.tgz#af7d4b7110e3068ce0b97550736de455e4250103"
1991-
integrity sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
1992-
dependencies:
1993-
"@typescript-eslint/scope-manager" "5.59.11"
1994-
"@typescript-eslint/types" "5.59.11"
1995-
"@typescript-eslint/typescript-estree" "5.59.11"
1988+
"@typescript-eslint/parser@^5.62.0":
1989+
version "5.62.0"
1990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1991+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1992+
dependencies:
1993+
"@typescript-eslint/scope-manager" "5.62.0"
1994+
"@typescript-eslint/types" "5.62.0"
1995+
"@typescript-eslint/typescript-estree" "5.62.0"
19961996
debug "^4.3.4"
19971997

19981998
"@typescript-eslint/scope-manager@5.59.11":
@@ -2003,6 +2003,14 @@
20032003
"@typescript-eslint/types" "5.59.11"
20042004
"@typescript-eslint/visitor-keys" "5.59.11"
20052005

2006+
"@typescript-eslint/scope-manager@5.62.0":
2007+
version "5.62.0"
2008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
2009+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
2010+
dependencies:
2011+
"@typescript-eslint/types" "5.62.0"
2012+
"@typescript-eslint/visitor-keys" "5.62.0"
2013+
20062014
"@typescript-eslint/type-utils@5.59.11":
20072015
version "5.59.11"
20082016
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
@@ -2023,6 +2031,11 @@
20232031
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
20242032
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
20252033

2034+
"@typescript-eslint/types@5.62.0":
2035+
version "5.62.0"
2036+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2037+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
2038+
20262039
"@typescript-eslint/typescript-estree@3.10.1":
20272040
version "3.10.1"
20282041
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
@@ -2050,6 +2063,19 @@
20502063
semver "^7.3.7"
20512064
tsutils "^3.21.0"
20522065

2066+
"@typescript-eslint/typescript-estree@5.62.0":
2067+
version "5.62.0"
2068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2069+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
2070+
dependencies:
2071+
"@typescript-eslint/types" "5.62.0"
2072+
"@typescript-eslint/visitor-keys" "5.62.0"
2073+
debug "^4.3.4"
2074+
globby "^11.1.0"
2075+
is-glob "^4.0.3"
2076+
semver "^7.3.7"
2077+
tsutils "^3.21.0"
2078+
20532079
"@typescript-eslint/utils@5.59.11":
20542080
version "5.59.11"
20552081
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
@@ -2079,6 +2105,14 @@
20792105
"@typescript-eslint/types" "5.59.11"
20802106
eslint-visitor-keys "^3.3.0"
20812107

2108+
"@typescript-eslint/visitor-keys@5.62.0":
2109+
version "5.62.0"
2110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2111+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
2112+
dependencies:
2113+
"@typescript-eslint/types" "5.62.0"
2114+
eslint-visitor-keys "^3.3.0"
2115+
20822116
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
20832117
version "1.12.1"
20842118
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"

0 commit comments

Comments
 (0)