Skip to content

Commit 28d595e

Browse files
Bump @typescript-eslint/parser from 5.21.0 to 5.30.6
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.21.0 to 5.30.6. - [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.30.6/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 b2986c1 commit 28d595e

File tree

2 files changed

+12
-46
lines changed

2 files changed

+12
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
"@types/which": "^2.0.1",
539539
"@types/yauzl": "^2.9.1",
540540
"@typescript-eslint/eslint-plugin": "^5.30.6",
541-
"@typescript-eslint/parser": "^5.12.1",
541+
"@typescript-eslint/parser": "^5.30.6",
542542
"@vscode/test-electron": "^2.1.3",
543543
"eslint": "^8.19.0",
544544
"glob": "^7.1.4",

yarn.lock

Lines changed: 11 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -200,23 +200,15 @@
200200
semver "^7.3.7"
201201
tsutils "^3.21.0"
202202

203-
"@typescript-eslint/parser@^5.12.1":
204-
version "5.21.0"
205-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.21.0.tgz#6cb72673dbf3e1905b9c432175a3c86cdaf2071f"
206-
integrity sha512-8RUwTO77hstXUr3pZoWZbRQUxXcSXafZ8/5gpnQCfXvgmP9gpNlRGlWzvfbEQ14TLjmtU8eGnONkff8U2ui2Eg==
207-
dependencies:
208-
"@typescript-eslint/scope-manager" "5.21.0"
209-
"@typescript-eslint/types" "5.21.0"
210-
"@typescript-eslint/typescript-estree" "5.21.0"
211-
debug "^4.3.2"
212-
213-
"@typescript-eslint/scope-manager@5.21.0":
214-
version "5.21.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.21.0.tgz#a4b7ed1618f09f95e3d17d1c0ff7a341dac7862e"
216-
integrity sha512-XTX0g0IhvzcH/e3393SvjRCfYQxgxtYzL3UREteUneo72EFlt7UNoiYnikUtmGVobTbhUDByhJ4xRBNe+34kOQ==
203+
"@typescript-eslint/parser@^5.30.6":
204+
version "5.30.6"
205+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.6.tgz#add440db038fa9d777e4ebdaf66da9e7fb7abe92"
206+
integrity sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==
217207
dependencies:
218-
"@typescript-eslint/types" "5.21.0"
219-
"@typescript-eslint/visitor-keys" "5.21.0"
208+
"@typescript-eslint/scope-manager" "5.30.6"
209+
"@typescript-eslint/types" "5.30.6"
210+
"@typescript-eslint/typescript-estree" "5.30.6"
211+
debug "^4.3.4"
220212

221213
"@typescript-eslint/scope-manager@5.30.6":
222214
version "5.30.6"
@@ -235,29 +227,11 @@
235227
debug "^4.3.4"
236228
tsutils "^3.21.0"
237229

238-
"@typescript-eslint/types@5.21.0":
239-
version "5.21.0"
240-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.21.0.tgz#8cdb9253c0dfce3f2ab655b9d36c03f72e684017"
241-
integrity sha512-XnOOo5Wc2cBlq8Lh5WNvAgHzpjnEzxn4CJBwGkcau7b/tZ556qrWXQz4DJyChYg8JZAD06kczrdgFPpEQZfDsA==
242-
243230
"@typescript-eslint/types@5.30.6":
244231
version "5.30.6"
245232
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
246233
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
247234

248-
"@typescript-eslint/typescript-estree@5.21.0":
249-
version "5.21.0"
250-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.21.0.tgz#9f0c233e28be2540eaed3df050f0d54fb5aa52de"
251-
integrity sha512-Y8Y2T2FNvm08qlcoSMoNchh9y2Uj3QmjtwNMdRQkcFG7Muz//wfJBGBxh8R7HAGQFpgYpdHqUpEoPQk+q9Kjfg==
252-
dependencies:
253-
"@typescript-eslint/types" "5.21.0"
254-
"@typescript-eslint/visitor-keys" "5.21.0"
255-
debug "^4.3.2"
256-
globby "^11.0.4"
257-
is-glob "^4.0.3"
258-
semver "^7.3.5"
259-
tsutils "^3.21.0"
260-
261235
"@typescript-eslint/typescript-estree@5.30.6":
262236
version "5.30.6"
263237
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
@@ -283,14 +257,6 @@
283257
eslint-scope "^5.1.1"
284258
eslint-utils "^3.0.0"
285259

286-
"@typescript-eslint/visitor-keys@5.21.0":
287-
version "5.21.0"
288-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.21.0.tgz#453fb3662409abaf2f8b1f65d515699c888dd8ae"
289-
integrity sha512-SX8jNN+iHqAF0riZQMkm7e8+POXa/fXw5cxL+gjpyP+FI+JVNhii53EmQgDAfDcBpFekYSlO0fGytMQwRiMQCA==
290-
dependencies:
291-
"@typescript-eslint/types" "5.21.0"
292-
eslint-visitor-keys "^3.0.0"
293-
294260
"@typescript-eslint/visitor-keys@5.30.6":
295261
version "5.30.6"
296262
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.6.tgz#94dd10bb481c8083378d24de1742a14b38a2678c"
@@ -1027,7 +993,7 @@ eslint-visitor-keys@^2.0.0:
1027993
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
1028994
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
1029995

1030-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
996+
eslint-visitor-keys@^3.3.0:
1031997
version "3.3.0"
1032998
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
1033999
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -1314,7 +1280,7 @@ globals@^13.15.0:
13141280
dependencies:
13151281
type-fest "^0.20.2"
13161282

1317-
globby@^11.0.4, globby@^11.1.0:
1283+
globby@^11.1.0:
13181284
version "11.1.0"
13191285
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
13201286
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -2100,7 +2066,7 @@ semver@^5.3.0:
21002066
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
21012067
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
21022068

2103-
semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
2069+
semver@^7.3.4, semver@^7.3.7:
21042070
version "7.3.7"
21052071
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
21062072
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==

0 commit comments

Comments
 (0)