Skip to content

Commit 93a1290

Browse files
Bump @typescript-eslint/parser from 4.30.0 to 4.33.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.30.0 to 4.33.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/v4.33.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 8ddc8b0 commit 93a1290

2 files changed

Lines changed: 9 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/qunit": "^2.11.2",
4949
"@types/rsvp": "^4.0.4",
5050
"@typescript-eslint/eslint-plugin": "^4.33.0",
51-
"@typescript-eslint/parser": "^4.29.0",
51+
"@typescript-eslint/parser": "^4.33.0",
5252
"babel-eslint": "^10.1.0",
5353
"broccoli-asset-rev": "^3.0.0",
5454
"broccoli-babel-preset-typescript": "^1.0.1",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,23 +2113,15 @@
21132113
eslint-scope "^5.1.1"
21142114
eslint-utils "^3.0.0"
21152115

2116-
"@typescript-eslint/parser@^4.29.0":
2117-
version "4.30.0"
2118-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
2119-
integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
2120-
dependencies:
2121-
"@typescript-eslint/scope-manager" "4.30.0"
2122-
"@typescript-eslint/types" "4.30.0"
2123-
"@typescript-eslint/typescript-estree" "4.30.0"
2124-
debug "^4.3.1"
2125-
2126-
"@typescript-eslint/scope-manager@4.30.0":
2127-
version "4.30.0"
2128-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
2129-
integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
2116+
"@typescript-eslint/parser@^4.33.0":
2117+
version "4.33.0"
2118+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
2119+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
21302120
dependencies:
2131-
"@typescript-eslint/types" "4.30.0"
2132-
"@typescript-eslint/visitor-keys" "4.30.0"
2121+
"@typescript-eslint/scope-manager" "4.33.0"
2122+
"@typescript-eslint/types" "4.33.0"
2123+
"@typescript-eslint/typescript-estree" "4.33.0"
2124+
debug "^4.3.1"
21332125

21342126
"@typescript-eslint/scope-manager@4.33.0":
21352127
version "4.33.0"
@@ -2139,29 +2131,11 @@
21392131
"@typescript-eslint/types" "4.33.0"
21402132
"@typescript-eslint/visitor-keys" "4.33.0"
21412133

2142-
"@typescript-eslint/types@4.30.0":
2143-
version "4.30.0"
2144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
2145-
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
2146-
21472134
"@typescript-eslint/types@4.33.0":
21482135
version "4.33.0"
21492136
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
21502137
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
21512138

2152-
"@typescript-eslint/typescript-estree@4.30.0":
2153-
version "4.30.0"
2154-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
2155-
integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
2156-
dependencies:
2157-
"@typescript-eslint/types" "4.30.0"
2158-
"@typescript-eslint/visitor-keys" "4.30.0"
2159-
debug "^4.3.1"
2160-
globby "^11.0.3"
2161-
is-glob "^4.0.1"
2162-
semver "^7.3.5"
2163-
tsutils "^3.21.0"
2164-
21652139
"@typescript-eslint/typescript-estree@4.33.0":
21662140
version "4.33.0"
21672141
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -2175,14 +2149,6 @@
21752149
semver "^7.3.5"
21762150
tsutils "^3.21.0"
21772151

2178-
"@typescript-eslint/visitor-keys@4.30.0":
2179-
version "4.30.0"
2180-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
2181-
integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
2182-
dependencies:
2183-
"@typescript-eslint/types" "4.30.0"
2184-
eslint-visitor-keys "^2.0.0"
2185-
21862152
"@typescript-eslint/visitor-keys@4.33.0":
21872153
version "4.33.0"
21882154
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"

0 commit comments

Comments
 (0)