Skip to content

Commit 0cdd43e

Browse files
dependabot[bot]fendor
authored andcommitted
Bump @typescript-eslint/parser from 5.38.0 to 5.38.1 (#722)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.0 to 5.38.1. - [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.38.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f76529b commit 0cdd43e

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
"@types/which": "^2.0.1",
557557
"@types/yauzl": "^2.9.1",
558558
"@typescript-eslint/eslint-plugin": "^5.38.1",
559-
"@typescript-eslint/parser": "^5.38.0",
559+
"@typescript-eslint/parser": "^5.38.1",
560560
"@vscode/test-electron": "^2.1.5",
561561
"eslint": "^8.24.0",
562562
"glob": "^8.0.3",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -251,23 +251,15 @@
251251
semver "^7.3.7"
252252
tsutils "^3.21.0"
253253

254-
"@typescript-eslint/parser@^5.38.0":
255-
version "5.38.0"
256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
257-
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
258-
dependencies:
259-
"@typescript-eslint/scope-manager" "5.38.0"
260-
"@typescript-eslint/types" "5.38.0"
261-
"@typescript-eslint/typescript-estree" "5.38.0"
262-
debug "^4.3.4"
263-
264-
"@typescript-eslint/scope-manager@5.38.0":
265-
version "5.38.0"
266-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
267-
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
254+
"@typescript-eslint/parser@^5.38.1":
255+
version "5.38.1"
256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
257+
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
268258
dependencies:
269-
"@typescript-eslint/types" "5.38.0"
270-
"@typescript-eslint/visitor-keys" "5.38.0"
259+
"@typescript-eslint/scope-manager" "5.38.1"
260+
"@typescript-eslint/types" "5.38.1"
261+
"@typescript-eslint/typescript-estree" "5.38.1"
262+
debug "^4.3.4"
271263

272264
"@typescript-eslint/scope-manager@5.38.1":
273265
version "5.38.1"
@@ -287,29 +279,11 @@
287279
debug "^4.3.4"
288280
tsutils "^3.21.0"
289281

290-
"@typescript-eslint/types@5.38.0":
291-
version "5.38.0"
292-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
293-
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
294-
295282
"@typescript-eslint/types@5.38.1":
296283
version "5.38.1"
297284
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
298285
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
299286

300-
"@typescript-eslint/typescript-estree@5.38.0":
301-
version "5.38.0"
302-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
303-
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
304-
dependencies:
305-
"@typescript-eslint/types" "5.38.0"
306-
"@typescript-eslint/visitor-keys" "5.38.0"
307-
debug "^4.3.4"
308-
globby "^11.1.0"
309-
is-glob "^4.0.3"
310-
semver "^7.3.7"
311-
tsutils "^3.21.0"
312-
313287
"@typescript-eslint/typescript-estree@5.38.1":
314288
version "5.38.1"
315289
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
@@ -335,14 +309,6 @@
335309
eslint-scope "^5.1.1"
336310
eslint-utils "^3.0.0"
337311

338-
"@typescript-eslint/visitor-keys@5.38.0":
339-
version "5.38.0"
340-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
341-
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
342-
dependencies:
343-
"@typescript-eslint/types" "5.38.0"
344-
eslint-visitor-keys "^3.3.0"
345-
346312
"@typescript-eslint/visitor-keys@5.38.1":
347313
version "5.38.1"
348314
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"

0 commit comments

Comments
 (0)