Skip to content

Commit 094b88b

Browse files
Bump @typescript-eslint/parser from 7.5.0 to 7.6.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.5.0 to 7.6.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/v7.6.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 9183ccc commit 094b88b

File tree

2 files changed

+12
-54
lines changed

2 files changed

+12
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@tsconfig/node20": "^20.1.4",
3535
"@types/node": "^20.12.4",
3636
"@typescript-eslint/eslint-plugin": "^7.6.0",
37-
"@typescript-eslint/parser": "^7.5.0",
37+
"@typescript-eslint/parser": "^7.6.0",
3838
"eslint": "^8.56.0",
3939
"eslint-config-prettier": "^9.1.0",
4040
"eslint-config-rollup": "^3.0.1",

yarn.lock

Lines changed: 11 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,15 +1424,15 @@
14241424
"@typescript-eslint/typescript-estree" "5.44.0"
14251425
debug "^4.3.4"
14261426

1427-
"@typescript-eslint/parser@^7.5.0":
1428-
version "7.5.0"
1429-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.5.0.tgz#1eeff36309ac2253c905dd4a88b4b71b72a358ed"
1430-
integrity sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==
1431-
dependencies:
1432-
"@typescript-eslint/scope-manager" "7.5.0"
1433-
"@typescript-eslint/types" "7.5.0"
1434-
"@typescript-eslint/typescript-estree" "7.5.0"
1435-
"@typescript-eslint/visitor-keys" "7.5.0"
1427+
"@typescript-eslint/parser@^7.6.0":
1428+
version "7.6.0"
1429+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.6.0.tgz#0aca5de3045d68b36e88903d15addaf13d040a95"
1430+
integrity sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==
1431+
dependencies:
1432+
"@typescript-eslint/scope-manager" "7.6.0"
1433+
"@typescript-eslint/types" "7.6.0"
1434+
"@typescript-eslint/typescript-estree" "7.6.0"
1435+
"@typescript-eslint/visitor-keys" "7.6.0"
14361436
debug "^4.3.4"
14371437

14381438
"@typescript-eslint/[email protected]":
@@ -1451,14 +1451,6 @@
14511451
"@typescript-eslint/types" "5.62.0"
14521452
"@typescript-eslint/visitor-keys" "5.62.0"
14531453

1454-
"@typescript-eslint/[email protected]":
1455-
version "7.5.0"
1456-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.5.0.tgz#70f0a7361430ab1043a5f97386da2a0d8b2f4d56"
1457-
integrity sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==
1458-
dependencies:
1459-
"@typescript-eslint/types" "7.5.0"
1460-
"@typescript-eslint/visitor-keys" "7.5.0"
1461-
14621454
"@typescript-eslint/[email protected]":
14631455
version "7.6.0"
14641456
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.6.0.tgz#1e9972f654210bd7500b31feadb61a233f5b5e9d"
@@ -1497,11 +1489,6 @@
14971489
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
14981490
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
14991491

1500-
"@typescript-eslint/[email protected]":
1501-
version "7.5.0"
1502-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.5.0.tgz#0a284bcdef3cb850ec9fd57992df9f29d6bde1bc"
1503-
integrity sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==
1504-
15051492
"@typescript-eslint/[email protected]":
15061493
version "7.6.0"
15071494
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.6.0.tgz#53dba7c30c87e5f10a731054266dd905f1fbae38"
@@ -1533,20 +1520,6 @@
15331520
semver "^7.3.7"
15341521
tsutils "^3.21.0"
15351522

1536-
"@typescript-eslint/[email protected]":
1537-
version "7.5.0"
1538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.5.0.tgz#aa5031c511874420f6b5edd90f8e4021525ee776"
1539-
integrity sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==
1540-
dependencies:
1541-
"@typescript-eslint/types" "7.5.0"
1542-
"@typescript-eslint/visitor-keys" "7.5.0"
1543-
debug "^4.3.4"
1544-
globby "^11.1.0"
1545-
is-glob "^4.0.3"
1546-
minimatch "9.0.3"
1547-
semver "^7.5.4"
1548-
ts-api-utils "^1.0.1"
1549-
15501523
"@typescript-eslint/[email protected]":
15511524
version "7.6.0"
15521525
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.6.0.tgz#112a3775563799fd3f011890ac8322f80830ac17"
@@ -1618,14 +1591,6 @@
16181591
"@typescript-eslint/types" "5.62.0"
16191592
eslint-visitor-keys "^3.3.0"
16201593

1621-
"@typescript-eslint/[email protected]":
1622-
version "7.5.0"
1623-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.5.0.tgz#8abcac66f93ef20b093e87a400c2d21e3a6d55ee"
1624-
integrity sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==
1625-
dependencies:
1626-
"@typescript-eslint/types" "7.5.0"
1627-
eslint-visitor-keys "^3.4.1"
1628-
16291594
"@typescript-eslint/[email protected]":
16301595
version "7.6.0"
16311596
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.6.0.tgz#d1ce13145844379021e1f9bd102c1d78946f4e76"
@@ -3239,13 +3204,6 @@ micromatch@^4.0.4:
32393204
braces "^3.0.2"
32403205
picomatch "^2.3.1"
32413206

3242-
3243-
version "9.0.3"
3244-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3245-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3246-
dependencies:
3247-
brace-expansion "^2.0.1"
3248-
32493207
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
32503208
version "3.1.2"
32513209
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3637,7 +3595,7 @@ semver@^6.3.1:
36373595
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
36383596
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
36393597

3640-
semver@^7.3.7, semver@^7.5.4, semver@^7.6.0:
3598+
semver@^7.3.7, semver@^7.6.0:
36413599
version "7.6.0"
36423600
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
36433601
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
@@ -3930,7 +3888,7 @@ to-regex-range@^5.0.1:
39303888
dependencies:
39313889
is-number "^7.0.0"
39323890

3933-
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
3891+
ts-api-utils@^1.3.0:
39343892
version "1.3.0"
39353893
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
39363894
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==

0 commit comments

Comments
 (0)