Skip to content

Commit 97af61a

Browse files
npm(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2 (#131)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.0.2. - [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.0.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70231e4 commit 97af61a

2 files changed

Lines changed: 48 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@types/jest": "29.5.12",
3737
"@types/node": "18.19.15",
38-
"@typescript-eslint/parser": "6.21.0",
38+
"@typescript-eslint/parser": "7.0.2",
3939
"@vercel/ncc": "0.38.1",
4040
"eslint": "8.56.0",
4141
"eslint-plugin-github": "4.10.1",

yarn.lock

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,18 @@
920920
semver "^7.5.4"
921921
ts-api-utils "^1.0.1"
922922

923-
"@typescript-eslint/parser@6.21.0", "@typescript-eslint/parser@^6.0.0":
923+
"@typescript-eslint/parser@7.0.2":
924+
version "7.0.2"
925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.0.2.tgz#95c31233d343db1ca1df8df7811b5b87ca7b1a68"
926+
integrity sha512-GdwfDglCxSmU+QTS9vhz2Sop46ebNCXpPPvsByK7hu0rFGRHL+AusKQJ7SoN+LbLh6APFpQwHKmDSwN35Z700Q==
927+
dependencies:
928+
"@typescript-eslint/scope-manager" "7.0.2"
929+
"@typescript-eslint/types" "7.0.2"
930+
"@typescript-eslint/typescript-estree" "7.0.2"
931+
"@typescript-eslint/visitor-keys" "7.0.2"
932+
debug "^4.3.4"
933+
934+
"@typescript-eslint/parser@^6.0.0":
924935
version "6.21.0"
925936
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
926937
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
@@ -955,6 +966,14 @@
955966
"@typescript-eslint/types" "6.4.1"
956967
"@typescript-eslint/visitor-keys" "6.4.1"
957968

969+
"@typescript-eslint/scope-manager@7.0.2":
970+
version "7.0.2"
971+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.2.tgz#6ec4cc03752758ddd1fdaae6fbd0ed9a2ca4fe63"
972+
integrity sha512-l6sa2jF3h+qgN2qUMjVR3uCNGjWw4ahGfzIYsCtFrQJCjhbrDPdiihYT8FnnqFwsWX+20hK592yX9I2rxKTP4g==
973+
dependencies:
974+
"@typescript-eslint/types" "7.0.2"
975+
"@typescript-eslint/visitor-keys" "7.0.2"
976+
958977
"@typescript-eslint/type-utils@6.4.1":
959978
version "6.4.1"
960979
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.1.tgz#fa21cb13016c8d6f352fe9b2d6c9ab6edc2d1857"
@@ -980,6 +999,11 @@
980999
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.1.tgz#b2c61159f46dda210fed9f117f5d027f65bb5c3b"
9811000
integrity sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==
9821001

1002+
"@typescript-eslint/types@7.0.2":
1003+
version "7.0.2"
1004+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.2.tgz#b6edd108648028194eb213887d8d43ab5750351c"
1005+
integrity sha512-ZzcCQHj4JaXFjdOql6adYV4B/oFOFjPOC9XYwCaZFRvqN8Llfvv4gSxrkQkd2u4Ci62i2c6W6gkDwQJDaRc4nA==
1006+
9831007
"@typescript-eslint/typescript-estree@5.30.5":
9841008
version "5.30.5"
9851009
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.5.tgz#c520e4eba20551c4ec76af8d344a42eb6c9767bb"
@@ -1020,6 +1044,20 @@
10201044
semver "^7.5.4"
10211045
ts-api-utils "^1.0.1"
10221046

1047+
"@typescript-eslint/typescript-estree@7.0.2":
1048+
version "7.0.2"
1049+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.2.tgz#3c6dc8a3b9799f4ef7eca0d224ded01974e4cb39"
1050+
integrity sha512-3AMc8khTcELFWcKcPc0xiLviEvvfzATpdPj/DXuOGIdQIIFybf4DMT1vKRbuAEOFMwhWt7NFLXRkbjsvKZQyvw==
1051+
dependencies:
1052+
"@typescript-eslint/types" "7.0.2"
1053+
"@typescript-eslint/visitor-keys" "7.0.2"
1054+
debug "^4.3.4"
1055+
globby "^11.1.0"
1056+
is-glob "^4.0.3"
1057+
minimatch "9.0.3"
1058+
semver "^7.5.4"
1059+
ts-api-utils "^1.0.1"
1060+
10231061
"@typescript-eslint/utils@6.4.1":
10241062
version "6.4.1"
10251063
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.1.tgz#81bf62ff0c3119a26c19fab683582e29450717bc"
@@ -1069,6 +1107,14 @@
10691107
"@typescript-eslint/types" "6.4.1"
10701108
eslint-visitor-keys "^3.4.1"
10711109

1110+
"@typescript-eslint/visitor-keys@7.0.2":
1111+
version "7.0.2"
1112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.2.tgz#2899b716053ad7094962beb895d11396fc12afc7"
1113+
integrity sha512-8Y+YiBmqPighbm5xA2k4wKTxRzx9EkBu7Rlw+WHqMvRJ3RPz/BMBO9b2ru0LUNmXg120PHUXD5+SWFy2R8DqlQ==
1114+
dependencies:
1115+
"@typescript-eslint/types" "7.0.2"
1116+
eslint-visitor-keys "^3.4.1"
1117+
10721118
"@ungap/structured-clone@^1.2.0":
10731119
version "1.2.0"
10741120
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)