Skip to content

Commit 5b63394

Browse files
Bump @typescript-eslint/parser from 5.8.0 to 5.8.1 (#222)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.8.0 to 5.8.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.8.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99cfb7a commit 5b63394

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,13 @@
293293
eslint-utils "^3.0.0"
294294

295295
"@typescript-eslint/parser@^5.2.0":
296-
version "5.8.0"
297-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587"
298-
integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
296+
version "5.8.1"
297+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.1.tgz#380f5f1e596b540059998aa3fc80d78f0f9b0d0a"
298+
integrity sha512-K1giKHAjHuyB421SoXMXFHHVI4NdNY603uKw92++D3qyxSeYvC10CBJ/GE5Thpo4WTUvu1mmJI2/FFkz38F2Gw==
299299
dependencies:
300-
"@typescript-eslint/scope-manager" "5.8.0"
301-
"@typescript-eslint/types" "5.8.0"
302-
"@typescript-eslint/typescript-estree" "5.8.0"
300+
"@typescript-eslint/scope-manager" "5.8.1"
301+
"@typescript-eslint/types" "5.8.1"
302+
"@typescript-eslint/typescript-estree" "5.8.1"
303303
debug "^4.3.2"
304304

305305
"@typescript-eslint/scope-manager@5.8.0":
@@ -310,11 +310,24 @@
310310
"@typescript-eslint/types" "5.8.0"
311311
"@typescript-eslint/visitor-keys" "5.8.0"
312312

313+
"@typescript-eslint/scope-manager@5.8.1":
314+
version "5.8.1"
315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.8.1.tgz#7fc0604f7ade8833e4d42cebaa1e2debf8b932e4"
316+
integrity sha512-DGxJkNyYruFH3NIZc3PwrzwOQAg7vvgsHsHCILOLvUpupgkwDZdNq/cXU3BjF4LNrCsVg0qxEyWasys5AiJ85Q==
317+
dependencies:
318+
"@typescript-eslint/types" "5.8.1"
319+
"@typescript-eslint/visitor-keys" "5.8.1"
320+
313321
"@typescript-eslint/types@5.8.0":
314322
version "5.8.0"
315323
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.0.tgz#e7fa74ec35d9dbe3560d039d3d8734986c3971e0"
316324
integrity sha512-LdCYOqeqZWqCMOmwFnum6YfW9F3nKuxJiR84CdIRN5nfHJ7gyvGpXWqL/AaW0k3Po0+wm93ARAsOdzlZDPCcXg==
317325

326+
"@typescript-eslint/types@5.8.1":
327+
version "5.8.1"
328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.8.1.tgz#04c6b49ebc8c99238238a6b8b43f2fc613983b5a"
329+
integrity sha512-L/FlWCCgnjKOLefdok90/pqInkomLnAcF9UAzNr+DSqMC3IffzumHTQTrINXhP1gVp9zlHiYYjvozVZDPleLcA==
330+
318331
"@typescript-eslint/typescript-estree@5.8.0":
319332
version "5.8.0"
320333
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.0.tgz#900469ba9d5a37f4482b014ecce4a5dbb86cb4dd"
@@ -328,6 +341,19 @@
328341
semver "^7.3.5"
329342
tsutils "^3.21.0"
330343

344+
"@typescript-eslint/typescript-estree@5.8.1":
345+
version "5.8.1"
346+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.1.tgz#a592855be688e7b729a1e9411d7d74ec992ed6ef"
347+
integrity sha512-26lQ8l8tTbG7ri7xEcCFT9ijU5Fk+sx/KRRyyzCv7MQ+rZZlqiDPtMKWLC8P7o+dtCnby4c+OlxuX1tp8WfafQ==
348+
dependencies:
349+
"@typescript-eslint/types" "5.8.1"
350+
"@typescript-eslint/visitor-keys" "5.8.1"
351+
debug "^4.3.2"
352+
globby "^11.0.4"
353+
is-glob "^4.0.3"
354+
semver "^7.3.5"
355+
tsutils "^3.21.0"
356+
331357
"@typescript-eslint/visitor-keys@5.8.0":
332358
version "5.8.0"
333359
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.0.tgz#22d4ed96fe2451135299239feedb9fe1dcec780c"
@@ -336,6 +362,14 @@
336362
"@typescript-eslint/types" "5.8.0"
337363
eslint-visitor-keys "^3.0.0"
338364

365+
"@typescript-eslint/visitor-keys@5.8.1":
366+
version "5.8.1"
367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.1.tgz#58a2c566265d5511224bc316149890451c1bbab0"
368+
integrity sha512-SWgiWIwocK6NralrJarPZlWdr0hZnj5GXHIgfdm8hNkyKvpeQuFyLP6YjSIe9kf3YBIfU6OHSZLYkQ+smZwtNg==
369+
dependencies:
370+
"@typescript-eslint/types" "5.8.1"
371+
eslint-visitor-keys "^3.0.0"
372+
339373
acorn-jsx@^5.3.1:
340374
version "5.3.2"
341375
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)