Skip to content

Commit 44058b3

Browse files
chore(deps): update dependency @typescript-eslint/parser to v8
1 parent faf7ad5 commit 44058b3

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@types/node": "20.14.9",
34-
"@typescript-eslint/parser": "7.14.1",
34+
"@typescript-eslint/parser": "8.1.0",
3535
"@vercel/ncc": "0.34.0",
3636
"eslint": "9.6.0",
3737
"eslint-plugin-github": "5.0.1",

yarn.lock

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,18 @@
10901090
natural-compare "^1.4.0"
10911091
ts-api-utils "^1.3.0"
10921092

1093-
"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^7.0.1":
1093+
"@typescript-eslint/[email protected]":
1094+
version "8.1.0"
1095+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.1.0.tgz#b7e77f5fa212df59eba51ecd4986f194bccc2303"
1096+
integrity sha512-U7iTAtGgJk6DPX9wIWPPOlt1gO57097G06gIcl0N0EEnNw8RGD62c+2/DiP/zL7KrkqnnqF7gtFGR7YgzPllTA==
1097+
dependencies:
1098+
"@typescript-eslint/scope-manager" "8.1.0"
1099+
"@typescript-eslint/types" "8.1.0"
1100+
"@typescript-eslint/typescript-estree" "8.1.0"
1101+
"@typescript-eslint/visitor-keys" "8.1.0"
1102+
debug "^4.3.4"
1103+
1104+
"@typescript-eslint/parser@^7.0.1":
10941105
version "7.14.1"
10951106
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.14.1.tgz#13d97f357aed3c5719f259a6cc3d1a1f065d3692"
10961107
integrity sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==
@@ -1109,6 +1120,14 @@
11091120
"@typescript-eslint/types" "7.14.1"
11101121
"@typescript-eslint/visitor-keys" "7.14.1"
11111122

1123+
"@typescript-eslint/[email protected]":
1124+
version "8.1.0"
1125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.1.0.tgz#dd8987d2efebb71d230a1c71d82e84a7aead5c3d"
1126+
integrity sha512-DsuOZQji687sQUjm4N6c9xABJa7fjvfIdjqpSIIVOgaENf2jFXiM9hIBZOL3hb6DHK9Nvd2d7zZnoMLf9e0OtQ==
1127+
dependencies:
1128+
"@typescript-eslint/types" "8.1.0"
1129+
"@typescript-eslint/visitor-keys" "8.1.0"
1130+
11121131
"@typescript-eslint/[email protected]":
11131132
version "7.14.1"
11141133
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.14.1.tgz#c183f2f28c4c8578eb80aebc4ac9ace400160af6"
@@ -1124,6 +1143,11 @@
11241143
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.14.1.tgz#a43a540dbe5df7f2a11269683d777fc50b4350aa"
11251144
integrity sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==
11261145

1146+
"@typescript-eslint/[email protected]":
1147+
version "8.1.0"
1148+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.1.0.tgz#fbf1eaa668a7e444ac507732ca9d3c3468e5db9c"
1149+
integrity sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==
1150+
11271151
"@typescript-eslint/[email protected]":
11281152
version "7.14.1"
11291153
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.14.1.tgz#ba7c9bac8744487749d19569e254d057754a1575"
@@ -1138,6 +1162,20 @@
11381162
semver "^7.6.0"
11391163
ts-api-utils "^1.3.0"
11401164

1165+
"@typescript-eslint/[email protected]":
1166+
version "8.1.0"
1167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.1.0.tgz#c44e5667683c0bb5caa43192e27de6a994f4e4c4"
1168+
integrity sha512-NTHhmufocEkMiAord/g++gWKb0Fr34e9AExBRdqgWdVBaKoei2dIyYKD9Q0jBnvfbEA5zaf8plUFMUH6kQ0vGg==
1169+
dependencies:
1170+
"@typescript-eslint/types" "8.1.0"
1171+
"@typescript-eslint/visitor-keys" "8.1.0"
1172+
debug "^4.3.4"
1173+
globby "^11.1.0"
1174+
is-glob "^4.0.3"
1175+
minimatch "^9.0.4"
1176+
semver "^7.6.0"
1177+
ts-api-utils "^1.3.0"
1178+
11411179
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0":
11421180
version "7.14.1"
11431181
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.14.1.tgz#3307b8226f99103dca2133d0ebcae38419d82c9d"
@@ -1156,6 +1194,14 @@
11561194
"@typescript-eslint/types" "7.14.1"
11571195
eslint-visitor-keys "^3.4.3"
11581196

1197+
"@typescript-eslint/[email protected]":
1198+
version "8.1.0"
1199+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.1.0.tgz#ab2b3a9699a8ddebf0c205e133f114c1fed9daad"
1200+
integrity sha512-ba0lNI19awqZ5ZNKh6wCModMwoZs457StTebQ0q1NP58zSi2F6MOZRXwfKZy+jB78JNJ/WH8GSh2IQNzXX8Nag==
1201+
dependencies:
1202+
"@typescript-eslint/types" "8.1.0"
1203+
eslint-visitor-keys "^3.4.3"
1204+
11591205
11601206
version "0.34.0"
11611207
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.34.0.tgz#d0139528320e46670d949c82967044a8f66db054"

0 commit comments

Comments
 (0)