From 999d7bbf771f6302583cfa39547f97599701a48b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 12:23:12 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 8.50.0 to 8.50.1 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.50.0 to 8.50.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.50.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 63 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index bed409c..325b0df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -281,7 +281,7 @@ natural-compare "^1.4.0" ts-api-utils "^2.1.0" -"@typescript-eslint/parser@8.50.0", "@typescript-eslint/parser@^8.17.0": +"@typescript-eslint/parser@8.50.0": version "8.50.0" resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.50.0.tgz" integrity sha512-6/cmF2piao+f6wSxUsJLZjck7OQsYyRtcOZS02k7XINSNlz93v6emM8WutDQSXnroG2xwYlEVHJI+cPA7CPM3Q== @@ -292,6 +292,17 @@ "@typescript-eslint/visitor-keys" "8.50.0" debug "^4.3.4" +"@typescript-eslint/parser@^8.17.0": + version "8.50.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.50.1.tgz#9772760c0c4090ba3e8b43c796128ff88aff345c" + integrity sha512-hM5faZwg7aVNa819m/5r7D0h0c9yC4DUlWAOvHAtISdFTc8xB86VmX5Xqabrama3wIPJ/q9RbGS1worb6JfnMg== + dependencies: + "@typescript-eslint/scope-manager" "8.50.1" + "@typescript-eslint/types" "8.50.1" + "@typescript-eslint/typescript-estree" "8.50.1" + "@typescript-eslint/visitor-keys" "8.50.1" + debug "^4.3.4" + "@typescript-eslint/project-service@8.50.0": version "8.50.0" resolved "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.50.0.tgz" @@ -301,6 +312,15 @@ "@typescript-eslint/types" "^8.50.0" debug "^4.3.4" +"@typescript-eslint/project-service@8.50.1": + version "8.50.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.50.1.tgz#3176e55ac2907638f4b8d43da486c864934adc8d" + integrity sha512-E1ur1MCVf+YiP89+o4Les/oBAVzmSbeRB0MQLfSlYtbWU17HPxZ6Bhs5iYmKZRALvEuBoXIZMOIRRc/P++Ortg== + dependencies: + "@typescript-eslint/tsconfig-utils" "^8.50.1" + "@typescript-eslint/types" "^8.50.1" + debug "^4.3.4" + "@typescript-eslint/scope-manager@8.50.0": version "8.50.0" resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.50.0.tgz" @@ -309,11 +329,24 @@ "@typescript-eslint/types" "8.50.0" "@typescript-eslint/visitor-keys" "8.50.0" +"@typescript-eslint/scope-manager@8.50.1": + version "8.50.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.50.1.tgz#4a7cd64bcd45990865bdb2bedcacbfeccbd08193" + integrity sha512-mfRx06Myt3T4vuoHaKi8ZWNTPdzKPNBhiblze5N50//TSHOAQQevl/aolqA/BcqqbJ88GUnLqjjcBc8EWdBcVw== + dependencies: + "@typescript-eslint/types" "8.50.1" + "@typescript-eslint/visitor-keys" "8.50.1" + "@typescript-eslint/tsconfig-utils@8.50.0", "@typescript-eslint/tsconfig-utils@^8.50.0": version "8.50.0" resolved "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.0.tgz" integrity sha512-vxd3G/ybKTSlm31MOA96gqvrRGv9RJ7LGtZCn2Vrc5htA0zCDvcMqUkifcjrWNNKXHUU3WCkYOzzVSFBd0wa2w== +"@typescript-eslint/tsconfig-utils@8.50.1", "@typescript-eslint/tsconfig-utils@^8.50.1": + version "8.50.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.50.1.tgz#ee4894bec14ef13db305d0323b14b109d996f116" + integrity sha512-ooHmotT/lCWLXi55G4mvaUF60aJa012QzvLK0Y+Mp4WdSt17QhMhWOaBWeGTFVkb2gDgBe19Cxy1elPXylslDw== + "@typescript-eslint/type-utils@8.50.0": version "8.50.0" resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.50.0.tgz" @@ -325,11 +358,16 @@ debug "^4.3.4" ts-api-utils "^2.1.0" -"@typescript-eslint/types@8.50.0", "@typescript-eslint/types@^8.50.0": +"@typescript-eslint/types@8.50.0": version "8.50.0" resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.50.0.tgz" integrity sha512-iX1mgmGrXdANhhITbpp2QQM2fGehBse9LbTf0sidWK6yg/NE+uhV5dfU1g6EYPlcReYmkE9QLPq/2irKAmtS9w== +"@typescript-eslint/types@8.50.1", "@typescript-eslint/types@^8.50.0", "@typescript-eslint/types@^8.50.1": + version "8.50.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.50.1.tgz#43d19e99613788e0715f799a29f139981bcd8385" + integrity sha512-v5lFIS2feTkNyMhd7AucE/9j/4V9v5iIbpVRncjk/K0sQ6Sb+Np9fgYS/63n6nwqahHQvbmujeBL7mp07Q9mlA== + "@typescript-eslint/typescript-estree@8.50.0": version "8.50.0" resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.0.tgz" @@ -345,6 +383,21 @@ tinyglobby "^0.2.15" ts-api-utils "^2.1.0" +"@typescript-eslint/typescript-estree@8.50.1": + version "8.50.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.50.1.tgz#ce273e584694fa5bd34514fcfbea51fe1d79e271" + integrity sha512-woHPdW+0gj53aM+cxchymJCrh0cyS7BTIdcDxWUNsclr9VDkOSbqC13juHzxOmQ22dDkMZEpZB+3X1WpUvzgVQ== + dependencies: + "@typescript-eslint/project-service" "8.50.1" + "@typescript-eslint/tsconfig-utils" "8.50.1" + "@typescript-eslint/types" "8.50.1" + "@typescript-eslint/visitor-keys" "8.50.1" + debug "^4.3.4" + minimatch "^9.0.4" + semver "^7.6.0" + tinyglobby "^0.2.15" + ts-api-utils "^2.1.0" + "@typescript-eslint/utils@8.50.0": version "8.50.0" resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.50.0.tgz" @@ -363,6 +416,14 @@ "@typescript-eslint/types" "8.50.0" eslint-visitor-keys "^4.2.1" +"@typescript-eslint/visitor-keys@8.50.1": + version "8.50.1" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.50.1.tgz#13b9d43b7567862faca69527580b9adda1a5c9fd" + integrity sha512-IrDKrw7pCRUR94zeuCSUWQ+w8JEf5ZX5jl/e6AHGSLi1/zIr0lgutfn/7JpfCey+urpgQEdrZVYzCaVVKiTwhQ== + dependencies: + "@typescript-eslint/types" "8.50.1" + eslint-visitor-keys "^4.2.1" + acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"