Skip to content

Commit 4516b5e

Browse files
⬆️ Update dependency @typescript-eslint/parser to v6.3.0
1 parent 7ef9f9c commit 4516b5e

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/jest": "29.5.3",
4242
"@types/node": "16.18.39",
4343
"@types/semver": "7.5.0",
44-
"@typescript-eslint/parser": "6.2.1",
44+
"@typescript-eslint/parser": "6.3.0",
4545
"@vercel/ncc": "0.36.1",
4646
"eslint": "8.46.0",
4747
"eslint-plugin-github": "4.9.2",

yarn.lock

+46-1
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,18 @@
12871287
semver "^7.5.4"
12881288
ts-api-utils "^1.0.1"
12891289

1290-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^6.0.0":
1290+
"@typescript-eslint/[email protected]":
1291+
version "6.3.0"
1292+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.3.0.tgz#359684c443f4f848db3c4f14674f544f169c8f46"
1293+
integrity sha512-ibP+y2Gr6p0qsUkhs7InMdXrwldjxZw66wpcQq9/PzAroM45wdwyu81T+7RibNCh8oc0AgrsyCwJByncY0Ongg==
1294+
dependencies:
1295+
"@typescript-eslint/scope-manager" "6.3.0"
1296+
"@typescript-eslint/types" "6.3.0"
1297+
"@typescript-eslint/typescript-estree" "6.3.0"
1298+
"@typescript-eslint/visitor-keys" "6.3.0"
1299+
debug "^4.3.4"
1300+
1301+
"@typescript-eslint/parser@^6.0.0":
12911302
version "6.2.1"
12921303
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.1.tgz#e18a31eea1cca8841a565f1701960c8123ed07f9"
12931304
integrity sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg==
@@ -1314,6 +1325,14 @@
13141325
"@typescript-eslint/types" "6.2.1"
13151326
"@typescript-eslint/visitor-keys" "6.2.1"
13161327

1328+
"@typescript-eslint/[email protected]":
1329+
version "6.3.0"
1330+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.3.0.tgz#6b74e338c4b88d5e1dfc1a28c570dd5cf8c86b09"
1331+
integrity sha512-WlNFgBEuGu74ahrXzgefiz/QlVb+qg8KDTpknKwR7hMH+lQygWyx0CQFoUmMn1zDkQjTBBIn75IxtWss77iBIQ==
1332+
dependencies:
1333+
"@typescript-eslint/types" "6.3.0"
1334+
"@typescript-eslint/visitor-keys" "6.3.0"
1335+
13171336
"@typescript-eslint/[email protected]":
13181337
version "6.2.1"
13191338
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.1.tgz#8eb8a2cccdf39cd7cf93e02bd2c3782dc90b0525"
@@ -1334,6 +1353,11 @@
13341353
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
13351354
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
13361355

1356+
"@typescript-eslint/[email protected]":
1357+
version "6.3.0"
1358+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
1359+
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==
1360+
13371361
"@typescript-eslint/[email protected]":
13381362
version "5.10.2"
13391363
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
@@ -1360,6 +1384,19 @@
13601384
semver "^7.5.4"
13611385
ts-api-utils "^1.0.1"
13621386

1387+
"@typescript-eslint/[email protected]":
1388+
version "6.3.0"
1389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.3.0.tgz#20e1e10e2f51cdb9e19a2751215cac92c003643c"
1390+
integrity sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg==
1391+
dependencies:
1392+
"@typescript-eslint/types" "6.3.0"
1393+
"@typescript-eslint/visitor-keys" "6.3.0"
1394+
debug "^4.3.4"
1395+
globby "^11.1.0"
1396+
is-glob "^4.0.3"
1397+
semver "^7.5.4"
1398+
ts-api-utils "^1.0.1"
1399+
13631400
"@typescript-eslint/[email protected]":
13641401
version "6.2.1"
13651402
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.1.tgz#2aa4279ec13053d05615bcbde2398e1e8f08c334"
@@ -1401,6 +1438,14 @@
14011438
"@typescript-eslint/types" "6.2.1"
14021439
eslint-visitor-keys "^3.4.1"
14031440

1441+
"@typescript-eslint/[email protected]":
1442+
version "6.3.0"
1443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.3.0.tgz#8d09aa3e389ae0971426124c155ac289afbe450a"
1444+
integrity sha512-kEhRRj7HnvaSjux1J9+7dBen15CdWmDnwrpyiHsFX6Qx2iW5LOBUgNefOFeh2PjWPlNwN8TOn6+4eBU3J/gupw==
1445+
dependencies:
1446+
"@typescript-eslint/types" "6.3.0"
1447+
eslint-visitor-keys "^3.4.1"
1448+
14041449
14051450
version "0.36.1"
14061451
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.36.1.tgz#d4c01fdbbe909d128d1bf11c7f8b5431654c5b95"

0 commit comments

Comments
 (0)