Skip to content

Commit 302b08d

Browse files
build(deps-dev): bump @typescript-eslint/parser from 7.16.0 to 8.8.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.16.0 to 8.8.1. - [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.8.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ca2645 commit 302b08d

File tree

2 files changed

+59
-2
lines changed

2 files changed

+59
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@types/node": "^20.14.10",
33-
"@typescript-eslint/parser": "^7.16.0",
33+
"@typescript-eslint/parser": "^8.8.1",
3434
"@vercel/ncc": "^0.38.1",
3535
"eslint": "^8.57.0",
3636
"eslint-plugin-github": "^5.0.1",

yarn.lock

+58-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@
968968
natural-compare "^1.4.0"
969969
ts-api-utils "^1.3.0"
970970

971-
"@typescript-eslint/parser@^7.0.1", "@typescript-eslint/parser@^7.16.0":
971+
"@typescript-eslint/parser@^7.0.1":
972972
version "7.16.0"
973973
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.16.0.tgz#53fae8112f8c912024aea7b499cf7374487af6d8"
974974
integrity sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw==
@@ -979,6 +979,17 @@
979979
"@typescript-eslint/visitor-keys" "7.16.0"
980980
debug "^4.3.4"
981981

982+
"@typescript-eslint/parser@^8.8.1":
983+
version "8.8.1"
984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.1.tgz#5952ba2a83bd52024b872f3fdc8ed2d3636073b8"
985+
integrity sha512-hQUVn2Lij2NAxVFEdvIGxT9gP1tq2yM83m+by3whWFsWC+1y8pxxxHUFE1UqDu2VsGi2i6RLcv4QvouM84U+ow==
986+
dependencies:
987+
"@typescript-eslint/scope-manager" "8.8.1"
988+
"@typescript-eslint/types" "8.8.1"
989+
"@typescript-eslint/typescript-estree" "8.8.1"
990+
"@typescript-eslint/visitor-keys" "8.8.1"
991+
debug "^4.3.4"
992+
982993
"@typescript-eslint/[email protected]":
983994
version "7.12.0"
984995
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
@@ -995,6 +1006,14 @@
9951006
"@typescript-eslint/types" "7.16.0"
9961007
"@typescript-eslint/visitor-keys" "7.16.0"
9971008

1009+
"@typescript-eslint/[email protected]":
1010+
version "8.8.1"
1011+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.1.tgz#b4bea1c0785aaebfe3c4ab059edaea1c4977e7ff"
1012+
integrity sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==
1013+
dependencies:
1014+
"@typescript-eslint/types" "8.8.1"
1015+
"@typescript-eslint/visitor-keys" "8.8.1"
1016+
9981017
"@typescript-eslint/[email protected]":
9991018
version "7.16.0"
10001019
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.0.tgz#ec52b1932b8fb44a15a3e20208e0bd49d0b6bd00"
@@ -1015,6 +1034,11 @@
10151034
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.0.tgz#60a19d7e7a6b1caa2c06fac860829d162a036ed2"
10161035
integrity sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==
10171036

1037+
"@typescript-eslint/[email protected]":
1038+
version "8.8.1"
1039+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.1.tgz#ebe85e0fa4a8e32a24a56adadf060103bef13bd1"
1040+
integrity sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==
1041+
10181042
"@typescript-eslint/[email protected]":
10191043
version "7.12.0"
10201044
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
@@ -1043,6 +1067,20 @@
10431067
semver "^7.6.0"
10441068
ts-api-utils "^1.3.0"
10451069

1070+
"@typescript-eslint/[email protected]":
1071+
version "8.8.1"
1072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.1.tgz#34649f4e28d32ee49152193bc7dedc0e78e5d1ec"
1073+
integrity sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==
1074+
dependencies:
1075+
"@typescript-eslint/types" "8.8.1"
1076+
"@typescript-eslint/visitor-keys" "8.8.1"
1077+
debug "^4.3.4"
1078+
fast-glob "^3.3.2"
1079+
is-glob "^4.0.3"
1080+
minimatch "^9.0.4"
1081+
semver "^7.6.0"
1082+
ts-api-utils "^1.3.0"
1083+
10461084
"@typescript-eslint/[email protected]":
10471085
version "7.16.0"
10481086
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.0.tgz#b38dc0ce1778e8182e227c98d91d3418449aa17f"
@@ -1079,6 +1117,14 @@
10791117
"@typescript-eslint/types" "7.16.0"
10801118
eslint-visitor-keys "^3.4.3"
10811119

1120+
"@typescript-eslint/[email protected]":
1121+
version "8.8.1"
1122+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.1.tgz#0fb1280f381149fc345dfde29f7542ff4e587fc5"
1123+
integrity sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==
1124+
dependencies:
1125+
"@typescript-eslint/types" "8.8.1"
1126+
eslint-visitor-keys "^3.4.3"
1127+
10821128
"@ungap/structured-clone@^1.2.0":
10831129
version "1.2.0"
10841130
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2096,6 +2142,17 @@ fast-glob@^3.3.0:
20962142
merge2 "^1.3.0"
20972143
micromatch "^4.0.4"
20982144

2145+
fast-glob@^3.3.2:
2146+
version "3.3.2"
2147+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
2148+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
2149+
dependencies:
2150+
"@nodelib/fs.stat" "^2.0.2"
2151+
"@nodelib/fs.walk" "^1.2.3"
2152+
glob-parent "^5.1.2"
2153+
merge2 "^1.3.0"
2154+
micromatch "^4.0.4"
2155+
20992156
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
21002157
version "2.1.0"
21012158
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"

0 commit comments

Comments
 (0)