Skip to content
  • Sponsor typescript-eslint/typescript-eslint

  • Notifications You must be signed in to change notification settings
  • Fork 2.8k

Commit 8915a47

Browse files
committedJun 9, 2025·
chore(release): publish 8.34.0
·
v8.38.0v8.34.0
1 parent 9b59877 commit 8915a47

File tree

30 files changed

+238
-96
lines changed

30 files changed

+238
-96
lines changed
 

‎CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
### 🚀 Features
4+
5+
- **type-utils:** deprecated getSourceFileOfNode function ([#11284](https://github.com/typescript-eslint/typescript-eslint/pull/11284))
6+
7+
### 🩹 Fixes
8+
9+
- **typescript-estree:** change the token type of `null` from `Keyword` to `Null` ([#11283](https://github.com/typescript-eslint/typescript-eslint/pull/11283))
10+
- **typescript-estree:** add validation to interface extends ([#11271](https://github.com/typescript-eslint/typescript-eslint/pull/11271))
11+
- **visitor-keys:** fix visitor keys order ([#11279](https://github.com/typescript-eslint/typescript-eslint/pull/11279))
12+
13+
### ❤️ Thank You
14+
15+
- Kim Sang Du @developer-bandi
16+
- overlookmotel
17+
- Tao
18+
19+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
20+
121
## 8.33.1 (2025-06-02)
222

323
### 🩹 Fixes

‎packages/ast-spec/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
### 🩹 Fixes
4+
5+
- **typescript-estree:** add validation to interface extends ([#11271](https://github.com/typescript-eslint/typescript-eslint/pull/11271))
6+
- **typescript-estree:** change the token type of `null` from `Keyword` to `Null` ([#11283](https://github.com/typescript-eslint/typescript-eslint/pull/11283))
7+
8+
### ❤️ Thank You
9+
10+
- Tao
11+
12+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
13+
114
## 8.33.1 (2025-06-02)
215

316
This was a version bump only for ast-spec to align it with other projects, there were no code changes.

‎packages/ast-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/ast-spec",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

‎packages/eslint-plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
### 🩹 Fixes
4+
5+
- **typescript-estree:** add validation to interface extends ([#11271](https://github.com/typescript-eslint/typescript-eslint/pull/11271))
6+
7+
### ❤️ Thank You
8+
9+
- Tao
10+
11+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
12+
113
## 8.33.1 (2025-06-02)
214

315
### 🩹 Fixes

‎packages/eslint-plugin/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/eslint-plugin",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -60,10 +60,10 @@
6060
},
6161
"dependencies": {
6262
"@eslint-community/regexpp": "^4.10.0",
63-
"@typescript-eslint/scope-manager": "8.33.1",
64-
"@typescript-eslint/type-utils": "8.33.1",
65-
"@typescript-eslint/utils": "8.33.1",
66-
"@typescript-eslint/visitor-keys": "8.33.1",
63+
"@typescript-eslint/scope-manager": "8.34.0",
64+
"@typescript-eslint/type-utils": "8.34.0",
65+
"@typescript-eslint/utils": "8.34.0",
66+
"@typescript-eslint/visitor-keys": "8.34.0",
6767
"graphemer": "^1.4.0",
6868
"ignore": "^7.0.0",
6969
"natural-compare": "^1.4.0",
@@ -72,8 +72,8 @@
7272
"devDependencies": {
7373
"@types/mdast": "^4.0.3",
7474
"@types/natural-compare": "*",
75-
"@typescript-eslint/rule-schema-to-typescript-types": "8.33.1",
76-
"@typescript-eslint/rule-tester": "8.33.1",
75+
"@typescript-eslint/rule-schema-to-typescript-types": "8.34.0",
76+
"@typescript-eslint/rule-tester": "8.34.0",
7777
"@vitest/coverage-v8": "^3.1.3",
7878
"ajv": "^6.12.6",
7979
"cross-fetch": "*",
@@ -93,7 +93,7 @@
9393
"vitest": "^3.1.3"
9494
},
9595
"peerDependencies": {
96-
"@typescript-eslint/parser": "^8.33.1",
96+
"@typescript-eslint/parser": "^8.34.0",
9797
"eslint": "^8.57.0 || ^9.0.0",
9898
"typescript": ">=4.8.4 <5.9.0"
9999
},

‎packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
This was a version bump only for parser to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.33.1 (2025-06-02)
28

39
This was a version bump only for parser to align it with other projects, there were no code changes.

‎packages/parser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/parser",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "An ESLint custom parser which leverages TypeScript ESTree",
55
"files": [
66
"dist",
@@ -52,10 +52,10 @@
5252
"typescript": ">=4.8.4 <5.9.0"
5353
},
5454
"dependencies": {
55-
"@typescript-eslint/scope-manager": "8.33.1",
56-
"@typescript-eslint/types": "8.33.1",
57-
"@typescript-eslint/typescript-estree": "8.33.1",
58-
"@typescript-eslint/visitor-keys": "8.33.1",
55+
"@typescript-eslint/scope-manager": "8.34.0",
56+
"@typescript-eslint/types": "8.34.0",
57+
"@typescript-eslint/typescript-estree": "8.34.0",
58+
"@typescript-eslint/visitor-keys": "8.34.0",
5959
"debug": "^4.3.4"
6060
},
6161
"devDependencies": {

‎packages/project-service/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
This was a version bump only for project-service to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.33.1 (2025-06-02)
28

39
### 🩹 Fixes

‎packages/project-service/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/project-service",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Standalone TypeScript project service wrapper for linting.",
55
"files": [
66
"dist",
@@ -49,8 +49,8 @@
4949
"typescript": ">=4.8.4 <5.9.0"
5050
},
5151
"dependencies": {
52-
"@typescript-eslint/tsconfig-utils": "^8.33.1",
53-
"@typescript-eslint/types": "^8.33.1",
52+
"@typescript-eslint/tsconfig-utils": "^8.34.0",
53+
"@typescript-eslint/types": "^8.34.0",
5454
"debug": "^4.3.4"
5555
},
5656
"funding": {

‎packages/rule-schema-to-typescript-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.33.1 (2025-06-02)
28

39
This was a version bump only for rule-schema-to-typescript-types to align it with other projects, there were no code changes.

‎packages/rule-schema-to-typescript-types/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-schema-to-typescript-types",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"private": true,
55
"type": "commonjs",
66
"exports": {
@@ -33,8 +33,8 @@
3333
"typecheck": "yarn run -BT nx typecheck"
3434
},
3535
"dependencies": {
36-
"@typescript-eslint/type-utils": "8.33.1",
37-
"@typescript-eslint/utils": "8.33.1",
36+
"@typescript-eslint/type-utils": "8.34.0",
37+
"@typescript-eslint/utils": "8.34.0",
3838
"natural-compare": "^1.4.0",
3939
"prettier": "^3.2.5"
4040
},

‎packages/rule-tester/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
This was a version bump only for rule-tester to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.33.1 (2025-06-02)
28

39
This was a version bump only for rule-tester to align it with other projects, there were no code changes.

‎packages/rule-tester/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-tester",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Tooling to test ESLint rules",
55
"files": [
66
"dist",
@@ -45,9 +45,9 @@
4545
},
4646
"//": "NOTE - AJV is out-of-date, but it's intentionally synced with ESLint - https://github.com/eslint/eslint/blob/ad9dd6a933fd098a0d99c6a9aa059850535c23ee/package.json#L70",
4747
"dependencies": {
48-
"@typescript-eslint/parser": "8.33.1",
49-
"@typescript-eslint/typescript-estree": "8.33.1",
50-
"@typescript-eslint/utils": "8.33.1",
48+
"@typescript-eslint/parser": "8.34.0",
49+
"@typescript-eslint/typescript-estree": "8.34.0",
50+
"@typescript-eslint/utils": "8.34.0",
5151
"ajv": "^6.12.6",
5252
"json-stable-stringify-without-jsonify": "^1.0.1",
5353
"lodash.merge": "4.6.2",

‎packages/scope-manager/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
### 🩹 Fixes
4+
5+
- **visitor-keys:** fix visitor keys order ([#11279](https://github.com/typescript-eslint/typescript-eslint/pull/11279))
6+
7+
### ❤️ Thank You
8+
9+
- overlookmotel
10+
11+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
12+
113
## 8.33.1 (2025-06-02)
214

315
This was a version bump only for scope-manager to align it with other projects, there were no code changes.

‎packages/scope-manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/scope-manager",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "TypeScript scope analyser for ESLint",
55
"files": [
66
"dist",
@@ -48,11 +48,11 @@
4848
"typecheck": "yarn run -BT nx typecheck"
4949
},
5050
"dependencies": {
51-
"@typescript-eslint/types": "8.33.1",
52-
"@typescript-eslint/visitor-keys": "8.33.1"
51+
"@typescript-eslint/types": "8.34.0",
52+
"@typescript-eslint/visitor-keys": "8.34.0"
5353
},
5454
"devDependencies": {
55-
"@typescript-eslint/typescript-estree": "8.33.1",
55+
"@typescript-eslint/typescript-estree": "8.34.0",
5656
"@vitest/coverage-v8": "^3.1.3",
5757
"@vitest/pretty-format": "^3.1.3",
5858
"glob": "*",

‎packages/tsconfig-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
This was a version bump only for tsconfig-utils to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.33.1 (2025-06-02)
28

39
This was a version bump only for tsconfig-utils to align it with other projects, there were no code changes.

‎packages/tsconfig-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/tsconfig-utils",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Utilities for collecting TSConfigs for linting scenarios.",
55
"files": [
66
"dist",

‎packages/type-utils/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
### 🚀 Features
4+
5+
- **type-utils:** deprecated getSourceFileOfNode function ([#11284](https://github.com/typescript-eslint/typescript-eslint/pull/11284))
6+
7+
### ❤️ Thank You
8+
9+
- Kim Sang Du @developer-bandi
10+
11+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
12+
113
## 8.33.1 (2025-06-02)
214

315
This was a version bump only for type-utils to align it with other projects, there were no code changes.

‎packages/type-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/type-utils",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Type utilities for working with TypeScript + ESLint together",
55
"files": [
66
"dist",
@@ -45,8 +45,8 @@
4545
"typecheck": "yarn run -BT nx typecheck"
4646
},
4747
"dependencies": {
48-
"@typescript-eslint/typescript-estree": "8.33.1",
49-
"@typescript-eslint/utils": "8.33.1",
48+
"@typescript-eslint/typescript-estree": "8.34.0",
49+
"@typescript-eslint/utils": "8.34.0",
5050
"debug": "^4.3.4",
5151
"ts-api-utils": "^2.1.0"
5252
},
@@ -55,7 +55,7 @@
5555
"typescript": ">=4.8.4 <5.9.0"
5656
},
5757
"devDependencies": {
58-
"@typescript-eslint/parser": "8.33.1",
58+
"@typescript-eslint/parser": "8.34.0",
5959
"@vitest/coverage-v8": "^3.1.3",
6060
"ajv": "^6.12.6",
6161
"eslint": "*",

‎packages/types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
This was a version bump only for types to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.33.1 (2025-06-02)
28

39
This was a version bump only for types to align it with other projects, there were no code changes.

‎packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/types",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Types for the TypeScript-ESTree AST spec",
55
"files": [
66
"dist",

‎packages/typescript-eslint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.33.1 (2025-06-02)
28

39
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

‎packages/typescript-eslint/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-eslint",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Tooling which enables you to use TypeScript with ESLint",
55
"files": [
66
"dist",
@@ -51,9 +51,9 @@
5151
"typecheck": "yarn run -BT nx typecheck"
5252
},
5353
"dependencies": {
54-
"@typescript-eslint/eslint-plugin": "8.33.1",
55-
"@typescript-eslint/parser": "8.33.1",
56-
"@typescript-eslint/utils": "8.33.1"
54+
"@typescript-eslint/eslint-plugin": "8.34.0",
55+
"@typescript-eslint/parser": "8.34.0",
56+
"@typescript-eslint/utils": "8.34.0"
5757
},
5858
"peerDependencies": {
5959
"eslint": "^8.57.0 || ^9.0.0",

‎packages/typescript-estree/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
### 🩹 Fixes
4+
5+
- **typescript-estree:** add validation to interface extends ([#11271](https://github.com/typescript-eslint/typescript-eslint/pull/11271))
6+
- **typescript-estree:** change the token type of `null` from `Keyword` to `Null` ([#11283](https://github.com/typescript-eslint/typescript-eslint/pull/11283))
7+
8+
### ❤️ Thank You
9+
10+
- Tao
11+
12+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
13+
114
## 8.33.1 (2025-06-02)
215

316
This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

‎packages/typescript-estree/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/typescript-estree",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
55
"files": [
66
"dist",
@@ -53,10 +53,10 @@
5353
"typecheck": "yarn run -BT nx typecheck"
5454
},
5555
"dependencies": {
56-
"@typescript-eslint/project-service": "8.33.1",
57-
"@typescript-eslint/tsconfig-utils": "8.33.1",
58-
"@typescript-eslint/types": "8.33.1",
59-
"@typescript-eslint/visitor-keys": "8.33.1",
56+
"@typescript-eslint/project-service": "8.34.0",
57+
"@typescript-eslint/tsconfig-utils": "8.34.0",
58+
"@typescript-eslint/types": "8.34.0",
59+
"@typescript-eslint/visitor-keys": "8.34.0",
6060
"debug": "^4.3.4",
6161
"fast-glob": "^3.3.2",
6262
"is-glob": "^4.0.3",

‎packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
This was a version bump only for utils to align it with other projects, there were no code changes.
4+
5+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
6+
17
## 8.33.1 (2025-06-02)
28

39
This was a version bump only for utils to align it with other projects, there were no code changes.

‎packages/utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/utils",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Utilities for working with TypeScript + ESLint together",
55
"files": [
66
"dist",
@@ -63,9 +63,9 @@
6363
},
6464
"dependencies": {
6565
"@eslint-community/eslint-utils": "^4.7.0",
66-
"@typescript-eslint/scope-manager": "8.33.1",
67-
"@typescript-eslint/types": "8.33.1",
68-
"@typescript-eslint/typescript-estree": "8.33.1"
66+
"@typescript-eslint/scope-manager": "8.34.0",
67+
"@typescript-eslint/types": "8.34.0",
68+
"@typescript-eslint/typescript-estree": "8.34.0"
6969
},
7070
"peerDependencies": {
7171
"eslint": "^8.57.0 || ^9.0.0",

‎packages/visitor-keys/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.34.0 (2025-06-09)
2+
3+
### 🩹 Fixes
4+
5+
- **visitor-keys:** fix visitor keys order ([#11279](https://github.com/typescript-eslint/typescript-eslint/pull/11279))
6+
7+
### ❤️ Thank You
8+
9+
- overlookmotel
10+
11+
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
12+
113
## 8.33.1 (2025-06-02)
214

315
This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

‎packages/visitor-keys/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/visitor-keys",
3-
"version": "8.33.1",
3+
"version": "8.34.0",
44
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
55
"files": [
66
"dist",
@@ -46,7 +46,7 @@
4646
"typecheck": "yarn run -BT nx typecheck"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/types": "8.33.1",
49+
"@typescript-eslint/types": "8.34.0",
5050
"eslint-visitor-keys": "^4.2.0"
5151
},
5252
"devDependencies": {

‎yarn.lock

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -5424,19 +5424,19 @@ __metadata:
54245424
languageName: unknown
54255425
linkType: soft
54265426

5427-
"@typescript-eslint/eslint-plugin@8.33.1, @typescript-eslint/eslint-plugin@workspace:*, @typescript-eslint/eslint-plugin@workspace:^, @typescript-eslint/eslint-plugin@workspace:packages/eslint-plugin":
5427+
"@typescript-eslint/eslint-plugin@8.34.0, @typescript-eslint/eslint-plugin@workspace:*, @typescript-eslint/eslint-plugin@workspace:^, @typescript-eslint/eslint-plugin@workspace:packages/eslint-plugin":
54285428
version: 0.0.0-use.local
54295429
resolution: "@typescript-eslint/eslint-plugin@workspace:packages/eslint-plugin"
54305430
dependencies:
54315431
"@eslint-community/regexpp": ^4.10.0
54325432
"@types/mdast": ^4.0.3
54335433
"@types/natural-compare": "*"
5434-
"@typescript-eslint/rule-schema-to-typescript-types": 8.33.1
5435-
"@typescript-eslint/rule-tester": 8.33.1
5436-
"@typescript-eslint/scope-manager": 8.33.1
5437-
"@typescript-eslint/type-utils": 8.33.1
5438-
"@typescript-eslint/utils": 8.33.1
5439-
"@typescript-eslint/visitor-keys": 8.33.1
5434+
"@typescript-eslint/rule-schema-to-typescript-types": 8.34.0
5435+
"@typescript-eslint/rule-tester": 8.34.0
5436+
"@typescript-eslint/scope-manager": 8.34.0
5437+
"@typescript-eslint/type-utils": 8.34.0
5438+
"@typescript-eslint/utils": 8.34.0
5439+
"@typescript-eslint/visitor-keys": 8.34.0
54405440
"@vitest/coverage-v8": ^3.1.3
54415441
ajv: ^6.12.6
54425442
cross-fetch: "*"
@@ -5459,7 +5459,7 @@ __metadata:
54595459
unist-util-visit: ^5.0.0
54605460
vitest: ^3.1.3
54615461
peerDependencies:
5462-
"@typescript-eslint/parser": ^8.33.1
5462+
"@typescript-eslint/parser": ^8.34.0
54635463
eslint: ^8.57.0 || ^9.0.0
54645464
typescript: ">=4.8.4 <5.9.0"
54655465
languageName: unknown
@@ -5474,14 +5474,14 @@ __metadata:
54745474
languageName: unknown
54755475
linkType: soft
54765476

5477-
"@typescript-eslint/parser@8.33.1, @typescript-eslint/parser@workspace:*, @typescript-eslint/parser@workspace:^, @typescript-eslint/parser@workspace:packages/parser":
5477+
"@typescript-eslint/parser@8.34.0, @typescript-eslint/parser@workspace:*, @typescript-eslint/parser@workspace:^, @typescript-eslint/parser@workspace:packages/parser":
54785478
version: 0.0.0-use.local
54795479
resolution: "@typescript-eslint/parser@workspace:packages/parser"
54805480
dependencies:
5481-
"@typescript-eslint/scope-manager": 8.33.1
5482-
"@typescript-eslint/types": 8.33.1
5483-
"@typescript-eslint/typescript-estree": 8.33.1
5484-
"@typescript-eslint/visitor-keys": 8.33.1
5481+
"@typescript-eslint/scope-manager": 8.34.0
5482+
"@typescript-eslint/types": 8.34.0
5483+
"@typescript-eslint/typescript-estree": 8.34.0
5484+
"@typescript-eslint/visitor-keys": 8.34.0
54855485
"@vitest/coverage-v8": ^3.1.3
54865486
debug: ^4.3.4
54875487
glob: "*"
@@ -5494,24 +5494,24 @@ __metadata:
54945494
languageName: unknown
54955495
linkType: soft
54965496

5497-
"@typescript-eslint/project-service@8.33.1, @typescript-eslint/project-service@workspace:packages/project-service":
5497+
"@typescript-eslint/project-service@8.34.0, @typescript-eslint/project-service@workspace:packages/project-service":
54985498
version: 0.0.0-use.local
54995499
resolution: "@typescript-eslint/project-service@workspace:packages/project-service"
55005500
dependencies:
5501-
"@typescript-eslint/tsconfig-utils": ^8.33.1
5502-
"@typescript-eslint/types": ^8.33.1
5501+
"@typescript-eslint/tsconfig-utils": ^8.34.0
5502+
"@typescript-eslint/types": ^8.34.0
55035503
debug: ^4.3.4
55045504
peerDependencies:
55055505
typescript: ">=4.8.4 <5.9.0"
55065506
languageName: unknown
55075507
linkType: soft
55085508

5509-
"@typescript-eslint/rule-schema-to-typescript-types@8.33.1, @typescript-eslint/rule-schema-to-typescript-types@workspace:*, @typescript-eslint/rule-schema-to-typescript-types@workspace:packages/rule-schema-to-typescript-types":
5509+
"@typescript-eslint/rule-schema-to-typescript-types@8.34.0, @typescript-eslint/rule-schema-to-typescript-types@workspace:*, @typescript-eslint/rule-schema-to-typescript-types@workspace:packages/rule-schema-to-typescript-types":
55105510
version: 0.0.0-use.local
55115511
resolution: "@typescript-eslint/rule-schema-to-typescript-types@workspace:packages/rule-schema-to-typescript-types"
55125512
dependencies:
5513-
"@typescript-eslint/type-utils": 8.33.1
5514-
"@typescript-eslint/utils": 8.33.1
5513+
"@typescript-eslint/type-utils": 8.34.0
5514+
"@typescript-eslint/utils": 8.34.0
55155515
"@vitest/coverage-v8": ^3.1.3
55165516
natural-compare: ^1.4.0
55175517
prettier: ^3.2.5
@@ -5521,15 +5521,15 @@ __metadata:
55215521
languageName: unknown
55225522
linkType: soft
55235523

5524-
"@typescript-eslint/rule-tester@8.33.1, @typescript-eslint/rule-tester@workspace:*, @typescript-eslint/rule-tester@workspace:packages/rule-tester":
5524+
"@typescript-eslint/rule-tester@8.34.0, @typescript-eslint/rule-tester@workspace:*, @typescript-eslint/rule-tester@workspace:packages/rule-tester":
55255525
version: 0.0.0-use.local
55265526
resolution: "@typescript-eslint/rule-tester@workspace:packages/rule-tester"
55275527
dependencies:
55285528
"@types/json-stable-stringify-without-jsonify": ^1.0.2
55295529
"@types/lodash.merge": 4.6.9
5530-
"@typescript-eslint/parser": 8.33.1
5531-
"@typescript-eslint/typescript-estree": 8.33.1
5532-
"@typescript-eslint/utils": 8.33.1
5530+
"@typescript-eslint/parser": 8.34.0
5531+
"@typescript-eslint/typescript-estree": 8.34.0
5532+
"@typescript-eslint/utils": 8.34.0
55335533
"@vitest/coverage-v8": ^3.1.3
55345534
ajv: ^6.12.6
55355535
eslint: "*"
@@ -5544,13 +5544,13 @@ __metadata:
55445544
languageName: unknown
55455545
linkType: soft
55465546

5547-
"@typescript-eslint/scope-manager@8.33.1, @typescript-eslint/scope-manager@workspace:*, @typescript-eslint/scope-manager@workspace:^, @typescript-eslint/scope-manager@workspace:packages/scope-manager":
5547+
"@typescript-eslint/scope-manager@8.34.0, @typescript-eslint/scope-manager@workspace:*, @typescript-eslint/scope-manager@workspace:^, @typescript-eslint/scope-manager@workspace:packages/scope-manager":
55485548
version: 0.0.0-use.local
55495549
resolution: "@typescript-eslint/scope-manager@workspace:packages/scope-manager"
55505550
dependencies:
5551-
"@typescript-eslint/types": 8.33.1
5552-
"@typescript-eslint/typescript-estree": 8.33.1
5553-
"@typescript-eslint/visitor-keys": 8.33.1
5551+
"@typescript-eslint/types": 8.34.0
5552+
"@typescript-eslint/typescript-estree": 8.34.0
5553+
"@typescript-eslint/visitor-keys": 8.34.0
55545554
"@vitest/coverage-v8": ^3.1.3
55555555
"@vitest/pretty-format": ^3.1.3
55565556
glob: "*"
@@ -5560,21 +5560,21 @@ __metadata:
55605560
languageName: unknown
55615561
linkType: soft
55625562

5563-
"@typescript-eslint/tsconfig-utils@8.33.1, @typescript-eslint/tsconfig-utils@^8.33.1, @typescript-eslint/tsconfig-utils@workspace:packages/tsconfig-utils":
5563+
"@typescript-eslint/tsconfig-utils@8.34.0, @typescript-eslint/tsconfig-utils@^8.34.0, @typescript-eslint/tsconfig-utils@workspace:packages/tsconfig-utils":
55645564
version: 0.0.0-use.local
55655565
resolution: "@typescript-eslint/tsconfig-utils@workspace:packages/tsconfig-utils"
55665566
peerDependencies:
55675567
typescript: ">=4.8.4 <5.9.0"
55685568
languageName: unknown
55695569
linkType: soft
55705570

5571-
"@typescript-eslint/type-utils@8.33.1, @typescript-eslint/type-utils@workspace:*, @typescript-eslint/type-utils@workspace:packages/type-utils":
5571+
"@typescript-eslint/type-utils@8.34.0, @typescript-eslint/type-utils@workspace:*, @typescript-eslint/type-utils@workspace:packages/type-utils":
55725572
version: 0.0.0-use.local
55735573
resolution: "@typescript-eslint/type-utils@workspace:packages/type-utils"
55745574
dependencies:
5575-
"@typescript-eslint/parser": 8.33.1
5576-
"@typescript-eslint/typescript-estree": 8.33.1
5577-
"@typescript-eslint/utils": 8.33.1
5575+
"@typescript-eslint/parser": 8.34.0
5576+
"@typescript-eslint/typescript-estree": 8.34.0
5577+
"@typescript-eslint/utils": 8.34.0
55785578
"@vitest/coverage-v8": ^3.1.3
55795579
ajv: ^6.12.6
55805580
debug: ^4.3.4
@@ -5589,7 +5589,7 @@ __metadata:
55895589
languageName: unknown
55905590
linkType: soft
55915591

5592-
"@typescript-eslint/types@8.33.1, @typescript-eslint/types@^8.32.1, @typescript-eslint/types@^8.33.1, @typescript-eslint/types@workspace:*, @typescript-eslint/types@workspace:^, @typescript-eslint/types@workspace:packages/types":
5592+
"@typescript-eslint/types@8.34.0, @typescript-eslint/types@^8.32.1, @typescript-eslint/types@^8.34.0, @typescript-eslint/types@workspace:*, @typescript-eslint/types@workspace:^, @typescript-eslint/types@workspace:packages/types":
55935593
version: 0.0.0-use.local
55945594
resolution: "@typescript-eslint/types@workspace:packages/types"
55955595
dependencies:
@@ -5664,15 +5664,15 @@ __metadata:
56645664
languageName: unknown
56655665
linkType: soft
56665666

5667-
"@typescript-eslint/typescript-estree@8.33.1, @typescript-eslint/typescript-estree@workspace:*, @typescript-eslint/typescript-estree@workspace:^, @typescript-eslint/typescript-estree@workspace:packages/typescript-estree":
5667+
"@typescript-eslint/typescript-estree@8.34.0, @typescript-eslint/typescript-estree@workspace:*, @typescript-eslint/typescript-estree@workspace:^, @typescript-eslint/typescript-estree@workspace:packages/typescript-estree":
56685668
version: 0.0.0-use.local
56695669
resolution: "@typescript-eslint/typescript-estree@workspace:packages/typescript-estree"
56705670
dependencies:
56715671
"@types/is-glob": ^4.0.4
5672-
"@typescript-eslint/project-service": 8.33.1
5673-
"@typescript-eslint/tsconfig-utils": 8.33.1
5674-
"@typescript-eslint/types": 8.33.1
5675-
"@typescript-eslint/visitor-keys": 8.33.1
5672+
"@typescript-eslint/project-service": 8.34.0
5673+
"@typescript-eslint/tsconfig-utils": 8.34.0
5674+
"@typescript-eslint/types": 8.34.0
5675+
"@typescript-eslint/visitor-keys": 8.34.0
56765676
"@vitest/coverage-v8": ^3.1.3
56775677
debug: ^4.3.4
56785678
fast-glob: ^3.3.2
@@ -5689,14 +5689,14 @@ __metadata:
56895689
languageName: unknown
56905690
linkType: soft
56915691

5692-
"@typescript-eslint/utils@8.33.1, @typescript-eslint/utils@^8.32.1, @typescript-eslint/utils@workspace:*, @typescript-eslint/utils@workspace:^, @typescript-eslint/utils@workspace:packages/utils":
5692+
"@typescript-eslint/utils@8.34.0, @typescript-eslint/utils@^8.32.1, @typescript-eslint/utils@workspace:*, @typescript-eslint/utils@workspace:^, @typescript-eslint/utils@workspace:packages/utils":
56935693
version: 0.0.0-use.local
56945694
resolution: "@typescript-eslint/utils@workspace:packages/utils"
56955695
dependencies:
56965696
"@eslint-community/eslint-utils": ^4.7.0
5697-
"@typescript-eslint/scope-manager": 8.33.1
5698-
"@typescript-eslint/types": 8.33.1
5699-
"@typescript-eslint/typescript-estree": 8.33.1
5697+
"@typescript-eslint/scope-manager": 8.34.0
5698+
"@typescript-eslint/types": 8.34.0
5699+
"@typescript-eslint/typescript-estree": 8.34.0
57005700
"@vitest/coverage-v8": ^3.1.3
57015701
rimraf: "*"
57025702
typescript: "*"
@@ -5707,11 +5707,11 @@ __metadata:
57075707
languageName: unknown
57085708
linkType: soft
57095709

5710-
"@typescript-eslint/visitor-keys@8.33.1, @typescript-eslint/visitor-keys@workspace:*, @typescript-eslint/visitor-keys@workspace:packages/visitor-keys":
5710+
"@typescript-eslint/visitor-keys@8.34.0, @typescript-eslint/visitor-keys@workspace:*, @typescript-eslint/visitor-keys@workspace:packages/visitor-keys":
57115711
version: 0.0.0-use.local
57125712
resolution: "@typescript-eslint/visitor-keys@workspace:packages/visitor-keys"
57135713
dependencies:
5714-
"@typescript-eslint/types": 8.33.1
5714+
"@typescript-eslint/types": 8.34.0
57155715
"@vitest/coverage-v8": ^3.1.3
57165716
eslint-visitor-keys: ^4.2.0
57175717
rimraf: "*"
@@ -18740,9 +18740,9 @@ __metadata:
1874018740
version: 0.0.0-use.local
1874118741
resolution: "typescript-eslint@workspace:packages/typescript-eslint"
1874218742
dependencies:
18743-
"@typescript-eslint/eslint-plugin": 8.33.1
18744-
"@typescript-eslint/parser": 8.33.1
18745-
"@typescript-eslint/utils": 8.33.1
18743+
"@typescript-eslint/eslint-plugin": 8.34.0
18744+
"@typescript-eslint/parser": 8.34.0
18745+
"@typescript-eslint/utils": 8.34.0
1874618746
"@vitest/coverage-v8": ^3.1.3
1874718747
rimraf: "*"
1874818748
typescript: "*"

0 commit comments

Comments
 (0)
Please sign in to comment.