Skip to content

Commit 4da4f52

Browse files
build(deps): bump @typescript-eslint/typescript-estree (#895)
Bumps [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) from 8.32.1 to 8.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/typescript-estree) --- updated-dependencies: - dependency-name: "@typescript-eslint/typescript-estree" dependency-version: 8.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1bc3e7 commit 4da4f52

File tree

2 files changed

+33
-17
lines changed

2 files changed

+33
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
],
4141
"optionalDependencies": {
4242
"@babel/parser": "^7.27.4",
43-
"@typescript-eslint/typescript-estree": "^8.32.1"
43+
"@typescript-eslint/typescript-estree": "^8.33.1"
4444
}
4545
}

yarn.lock

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,31 +62,47 @@
6262
dependencies:
6363
prettier "*"
6464

65-
"@typescript-eslint/[email protected]":
66-
version "8.32.1"
67-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
68-
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
69-
70-
"@typescript-eslint/typescript-estree@^8.32.1":
71-
version "8.32.1"
72-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
73-
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
65+
"@typescript-eslint/[email protected]":
66+
version "8.33.1"
67+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.1.tgz#c85e7d9a44d6a11fe64e73ac1ed47de55dc2bf9f"
68+
integrity sha512-DZR0efeNklDIHHGRpMpR5gJITQpu6tLr9lDJnKdONTC7vvzOlLAG/wcfxcdxEWrbiZApcoBCzXqU/Z458Za5Iw==
7469
dependencies:
75-
"@typescript-eslint/types" "8.32.1"
76-
"@typescript-eslint/visitor-keys" "8.32.1"
70+
"@typescript-eslint/tsconfig-utils" "^8.33.1"
71+
"@typescript-eslint/types" "^8.33.1"
72+
debug "^4.3.4"
73+
74+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.33.1":
75+
version "8.33.1"
76+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.1.tgz#7836afcc097a4657a5ed56670851a450d8b70ab8"
77+
integrity sha512-STAQsGYbHCF0/e+ShUQ4EatXQ7ceh3fBCXkNU7/MZVKulrlq1usH7t2FhxvCpuCi5O5oi1vmVaAjrGeL71OK1g==
78+
79+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.33.1":
80+
version "8.33.1"
81+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.1.tgz#b693111bc2180f8098b68e9958cf63761657a55f"
82+
integrity sha512-xid1WfizGhy/TKMTwhtVOgalHwPtV8T32MS9MaH50Cwvz6x6YqRIPdD2WvW0XaqOzTV9p5xdLY0h/ZusU5Lokg==
83+
84+
"@typescript-eslint/typescript-estree@^8.33.1":
85+
version "8.33.1"
86+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.1.tgz#d271beed470bc915b8764e22365d4925c2ea265d"
87+
integrity sha512-+s9LYcT8LWjdYWu7IWs7FvUxpQ/DGkdjZeE/GGulHvv8rvYwQvVaUZ6DE+j5x/prADUgSbbCWZ2nPI3usuVeOA==
88+
dependencies:
89+
"@typescript-eslint/project-service" "8.33.1"
90+
"@typescript-eslint/tsconfig-utils" "8.33.1"
91+
"@typescript-eslint/types" "8.33.1"
92+
"@typescript-eslint/visitor-keys" "8.33.1"
7793
debug "^4.3.4"
7894
fast-glob "^3.3.2"
7995
is-glob "^4.0.3"
8096
minimatch "^9.0.4"
8197
semver "^7.6.0"
8298
ts-api-utils "^2.1.0"
8399

84-
"@typescript-eslint/visitor-keys@8.32.1":
85-
version "8.32.1"
86-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
87-
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
100+
"@typescript-eslint/visitor-keys@8.33.1":
101+
version "8.33.1"
102+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.1.tgz#6c6e002c24d13211df3df851767f24dfdb4f42bc"
103+
integrity sha512-3i8NrFcZeeDHJ+7ZUuDkGT+UHq+XoFGsymNK2jZCOHcfEzRQ0BdpRtdpSx/Iyf3MHLWIcLS0COuOPibKQboIiQ==
88104
dependencies:
89-
"@typescript-eslint/types" "8.32.1"
105+
"@typescript-eslint/types" "8.33.1"
90106
eslint-visitor-keys "^4.2.0"
91107

92108
balanced-match@^1.0.0:

0 commit comments

Comments
 (0)