Skip to content

Commit 0ebbaef

Browse files
Bump @typescript-eslint/parser from 8.18.2 to 8.19.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.18.2 to 8.19.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/v8.19.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 ab404a8 commit 0ebbaef

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/nock": "^11.1.0",
3232
"@types/node": "^22.10.2",
3333
"@types/node-fetch": "^2.6.12",
34-
"@typescript-eslint/parser": "^8.18.2",
34+
"@typescript-eslint/parser": "^8.19.0",
3535
"eslint": "^9.17.0",
3636
"eslint-plugin-typescript": "^0.14.0",
3737
"jest": "^29.7.0",

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,50 +1327,50 @@
13271327
dependencies:
13281328
"@types/yargs-parser" "*"
13291329

1330-
"@typescript-eslint/parser@^8.18.2":
1331-
version "8.18.2"
1332-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.2.tgz#0379a2e881d51d8fcf7ebdfa0dd18eee79182ce2"
1333-
integrity sha512-y7tcq4StgxQD4mDr9+Jb26dZ+HTZ/SkfqpXSiqeUXZHxOUyjWDKsmwKhJ0/tApR08DgOhrFAoAhyB80/p3ViuA==
1334-
dependencies:
1335-
"@typescript-eslint/scope-manager" "8.18.2"
1336-
"@typescript-eslint/types" "8.18.2"
1337-
"@typescript-eslint/typescript-estree" "8.18.2"
1338-
"@typescript-eslint/visitor-keys" "8.18.2"
1330+
"@typescript-eslint/parser@^8.19.0":
1331+
version "8.19.0"
1332+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.0.tgz#f1512e6e5c491b03aabb2718b95becde22b15292"
1333+
integrity sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==
1334+
dependencies:
1335+
"@typescript-eslint/scope-manager" "8.19.0"
1336+
"@typescript-eslint/types" "8.19.0"
1337+
"@typescript-eslint/typescript-estree" "8.19.0"
1338+
"@typescript-eslint/visitor-keys" "8.19.0"
13391339
debug "^4.3.4"
13401340

1341-
"@typescript-eslint/scope-manager@8.18.2":
1342-
version "8.18.2"
1343-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.2.tgz#d193c200d61eb0ddec5987c8e48c9d4e1c0510bd"
1344-
integrity sha512-YJFSfbd0CJjy14r/EvWapYgV4R5CHzptssoag2M7y3Ra7XNta6GPAJPPP5KGB9j14viYXyrzRO5GkX7CRfo8/g==
1341+
"@typescript-eslint/scope-manager@8.19.0":
1342+
version "8.19.0"
1343+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz#28fa413a334f70e8b506a968531e0a7c9c3076dc"
1344+
integrity sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==
13451345
dependencies:
1346-
"@typescript-eslint/types" "8.18.2"
1347-
"@typescript-eslint/visitor-keys" "8.18.2"
1346+
"@typescript-eslint/types" "8.19.0"
1347+
"@typescript-eslint/visitor-keys" "8.19.0"
13481348

1349-
"@typescript-eslint/types@8.18.2":
1350-
version "8.18.2"
1351-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.2.tgz#5ebad5b384c8aa1c0f86cee1c61bcdbe7511f547"
1352-
integrity sha512-Z/zblEPp8cIvmEn6+tPDIHUbRu/0z5lqZ+NvolL5SvXWT5rQy7+Nch83M0++XzO0XrWRFWECgOAyE8bsJTl1GQ==
1349+
"@typescript-eslint/types@8.19.0":
1350+
version "8.19.0"
1351+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.0.tgz#a190a25c5484a42b81eaad06989579fdeb478cbb"
1352+
integrity sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==
13531353

1354-
"@typescript-eslint/typescript-estree@8.18.2":
1355-
version "8.18.2"
1356-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.2.tgz#fffb85527f8304e29bfbbdc712f4515da9f8b47c"
1357-
integrity sha512-WXAVt595HjpmlfH4crSdM/1bcsqh+1weFRWIa9XMTx/XHZ9TCKMcr725tLYqWOgzKdeDrqVHxFotrvWcEsk2Tg==
1354+
"@typescript-eslint/typescript-estree@8.19.0":
1355+
version "8.19.0"
1356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz#6b4f48f98ffad6597379951b115710f4d68c9ccb"
1357+
integrity sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==
13581358
dependencies:
1359-
"@typescript-eslint/types" "8.18.2"
1360-
"@typescript-eslint/visitor-keys" "8.18.2"
1359+
"@typescript-eslint/types" "8.19.0"
1360+
"@typescript-eslint/visitor-keys" "8.19.0"
13611361
debug "^4.3.4"
13621362
fast-glob "^3.3.2"
13631363
is-glob "^4.0.3"
13641364
minimatch "^9.0.4"
13651365
semver "^7.6.0"
13661366
ts-api-utils "^1.3.0"
13671367

1368-
"@typescript-eslint/visitor-keys@8.18.2":
1369-
version "8.18.2"
1370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.2.tgz#b3e434b701f086b10a7c82416ebc56899d27ef2f"
1371-
integrity sha512-zORcwn4C3trOWiCqFQP1x6G3xTRyZ1LYydnj51cRnJ6hxBlr/cKPckk+PKPUw/fXmvfKTcw7bwY3w9izgx5jZw==
1368+
"@typescript-eslint/visitor-keys@8.19.0":
1369+
version "8.19.0"
1370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz#dc313f735e64c4979c9073f51ffcefb6d9be5c77"
1371+
integrity sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==
13721372
dependencies:
1373-
"@typescript-eslint/types" "8.18.2"
1373+
"@typescript-eslint/types" "8.19.0"
13741374
eslint-visitor-keys "^4.2.0"
13751375

13761376
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)