Skip to content

Commit 2fbc489

Browse files
authored
Merge pull request #1468 from marocchino/dependabot/npm_and_yarn/typescript-eslint/parser-8.20.0
build(deps-dev): Bump @typescript-eslint/parser from 8.18.1 to 8.20.0
2 parents df4b0fd + d45be44 commit 2fbc489

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@types/jest": "^29.5.14",
3636
"@types/node": "^22.10.5",
37-
"@typescript-eslint/parser": "^8.13.0",
37+
"@typescript-eslint/parser": "^8.20.0",
3838
"@vercel/ncc": "^0.38.3",
3939
"eslint": "^8.56.0",
4040
"eslint-plugin-github": "^5.1.5",

yarn.lock

+52-1
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@
12521252
natural-compare "^1.4.0"
12531253
ts-api-utils "^1.3.0"
12541254

1255-
"@typescript-eslint/parser@8.18.1", "@typescript-eslint/parser@^8.0.0", "@typescript-eslint/parser@^8.13.0":
1255+
"@typescript-eslint/parser@8.18.1":
12561256
version "8.18.1"
12571257
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.1.tgz#c258bae062778b7696793bc492249027a39dfb95"
12581258
integrity sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==
@@ -1263,6 +1263,17 @@
12631263
"@typescript-eslint/visitor-keys" "8.18.1"
12641264
debug "^4.3.4"
12651265

1266+
"@typescript-eslint/parser@^8.0.0", "@typescript-eslint/parser@^8.20.0":
1267+
version "8.20.0"
1268+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
1269+
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
1270+
dependencies:
1271+
"@typescript-eslint/scope-manager" "8.20.0"
1272+
"@typescript-eslint/types" "8.20.0"
1273+
"@typescript-eslint/typescript-estree" "8.20.0"
1274+
"@typescript-eslint/visitor-keys" "8.20.0"
1275+
debug "^4.3.4"
1276+
12661277
"@typescript-eslint/scope-manager@8.13.0":
12671278
version "8.13.0"
12681279
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.13.0.tgz#2f4aed0b87d72360e64e4ea194b1fde14a59082e"
@@ -1279,6 +1290,14 @@
12791290
"@typescript-eslint/types" "8.18.1"
12801291
"@typescript-eslint/visitor-keys" "8.18.1"
12811292

1293+
"@typescript-eslint/scope-manager@8.20.0":
1294+
version "8.20.0"
1295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.20.0.tgz#aaf4198b509fb87a6527c02cfbfaf8901179e75c"
1296+
integrity sha512-J7+VkpeGzhOt3FeG1+SzhiMj9NzGD/M6KoGn9f4dbz3YzK9hvbhVTmLj/HiTp9DazIzJ8B4XcM80LrR9Dm1rJw==
1297+
dependencies:
1298+
"@typescript-eslint/types" "8.20.0"
1299+
"@typescript-eslint/visitor-keys" "8.20.0"
1300+
12821301
"@typescript-eslint/type-utils@8.18.1":
12831302
version "8.18.1"
12841303
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.1.tgz#10f41285475c0bdee452b79ff7223f0e43a7781e"
@@ -1299,6 +1318,11 @@
12991318
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
13001319
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
13011320

1321+
"@typescript-eslint/types@8.20.0":
1322+
version "8.20.0"
1323+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
1324+
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
1325+
13021326
"@typescript-eslint/typescript-estree@8.13.0":
13031327
version "8.13.0"
13041328
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.13.0.tgz#db8c93dd5437ca3ce417a255fb35ddc3c12c3e95"
@@ -1327,6 +1351,20 @@
13271351
semver "^7.6.0"
13281352
ts-api-utils "^1.3.0"
13291353

1354+
"@typescript-eslint/typescript-estree@8.20.0":
1355+
version "8.20.0"
1356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.20.0.tgz#658cea07b7e5981f19bce5cf1662cb70ad59f26b"
1357+
integrity sha512-Y7ncuy78bJqHI35NwzWol8E0X7XkRVS4K4P4TCyzWkOJih5NDvtoRDW4Ba9YJJoB2igm9yXDdYI/+fkiiAxPzA==
1358+
dependencies:
1359+
"@typescript-eslint/types" "8.20.0"
1360+
"@typescript-eslint/visitor-keys" "8.20.0"
1361+
debug "^4.3.4"
1362+
fast-glob "^3.3.2"
1363+
is-glob "^4.0.3"
1364+
minimatch "^9.0.4"
1365+
semver "^7.6.0"
1366+
ts-api-utils "^2.0.0"
1367+
13301368
"@typescript-eslint/utils@8.18.1":
13311369
version "8.18.1"
13321370
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
@@ -1363,6 +1401,14 @@
13631401
"@typescript-eslint/types" "8.18.1"
13641402
eslint-visitor-keys "^4.2.0"
13651403

1404+
"@typescript-eslint/visitor-keys@8.20.0":
1405+
version "8.20.0"
1406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.20.0.tgz#2df6e24bc69084b81f06aaaa48d198b10d382bed"
1407+
integrity sha512-v/BpkeeYAsPkKCkR8BDwcno0llhzWVqPOamQrAEMdpZav2Y9OVjd9dwJyBLJWwf335B5DmlifECIkZRJCaGaHA==
1408+
dependencies:
1409+
"@typescript-eslint/types" "8.20.0"
1410+
eslint-visitor-keys "^4.2.0"
1411+
13661412
"@ungap/structured-clone@^1.2.0":
13671413
version "1.2.0"
13681414
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -4403,6 +4449,11 @@ ts-api-utils@^1.3.0:
44034449
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
44044450
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
44054451

4452+
ts-api-utils@^2.0.0:
4453+
version "2.0.0"
4454+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
4455+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
4456+
44064457
ts-jest@^29.2.5:
44074458
version "29.2.5"
44084459
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63"

0 commit comments

Comments
 (0)