Skip to content

Commit 64389bb

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
chore(deps-dev): bump @typescript-eslint/parser from 5.54.0 to 5.57.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.54.0 to 5.57.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.57.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] <[email protected]>
1 parent d4df453 commit 64389bb

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@commitlint/cli": "^17.4.4",
6161
"@commitlint/config-conventional": "^17.4.4",
6262
"@typescript-eslint/eslint-plugin": "^5.54.0",
63-
"@typescript-eslint/parser": "^5.54.0",
63+
"@typescript-eslint/parser": "^5.57.0",
6464
"eslint": "^8.35.0",
6565
"eslint-config-airbnb-base": "^15.0.0",
6666
"eslint-config-airbnb-typescript": "^17.0.0",

yarn.lock

+42-8
Original file line numberDiff line numberDiff line change
@@ -342,14 +342,14 @@
342342
semver "^7.3.7"
343343
tsutils "^3.21.0"
344344

345-
"@typescript-eslint/parser@^5.54.0":
346-
version "5.54.0"
347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
348-
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
349-
dependencies:
350-
"@typescript-eslint/scope-manager" "5.54.0"
351-
"@typescript-eslint/types" "5.54.0"
352-
"@typescript-eslint/typescript-estree" "5.54.0"
345+
"@typescript-eslint/parser@^5.57.0":
346+
version "5.57.0"
347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
348+
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
349+
dependencies:
350+
"@typescript-eslint/scope-manager" "5.57.0"
351+
"@typescript-eslint/types" "5.57.0"
352+
"@typescript-eslint/typescript-estree" "5.57.0"
353353
debug "^4.3.4"
354354

355355
"@typescript-eslint/[email protected]":
@@ -360,6 +360,14 @@
360360
"@typescript-eslint/types" "5.54.0"
361361
"@typescript-eslint/visitor-keys" "5.54.0"
362362

363+
"@typescript-eslint/[email protected]":
364+
version "5.57.0"
365+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
366+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
367+
dependencies:
368+
"@typescript-eslint/types" "5.57.0"
369+
"@typescript-eslint/visitor-keys" "5.57.0"
370+
363371
"@typescript-eslint/[email protected]":
364372
version "5.54.0"
365373
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
@@ -375,6 +383,11 @@
375383
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
376384
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
377385

386+
"@typescript-eslint/[email protected]":
387+
version "5.57.0"
388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
389+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
390+
378391
"@typescript-eslint/[email protected]":
379392
version "5.54.0"
380393
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
@@ -388,6 +401,19 @@
388401
semver "^7.3.7"
389402
tsutils "^3.21.0"
390403

404+
"@typescript-eslint/[email protected]":
405+
version "5.57.0"
406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
407+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
408+
dependencies:
409+
"@typescript-eslint/types" "5.57.0"
410+
"@typescript-eslint/visitor-keys" "5.57.0"
411+
debug "^4.3.4"
412+
globby "^11.1.0"
413+
is-glob "^4.0.3"
414+
semver "^7.3.7"
415+
tsutils "^3.21.0"
416+
391417
"@typescript-eslint/[email protected]":
392418
version "5.54.0"
393419
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
@@ -410,6 +436,14 @@
410436
"@typescript-eslint/types" "5.54.0"
411437
eslint-visitor-keys "^3.3.0"
412438

439+
"@typescript-eslint/[email protected]":
440+
version "5.57.0"
441+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
442+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
443+
dependencies:
444+
"@typescript-eslint/types" "5.57.0"
445+
eslint-visitor-keys "^3.3.0"
446+
413447
JSONStream@^1.0.4:
414448
version "1.3.5"
415449
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)