8000 chore(release): publish 8.33.0 · aryaemami59/typescript-eslint@dca57b3 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit dca57b3

Browse files
chore(release): publish 8.33.0
1 parent b90c8bf commit dca57b3

File tree

30 files changed

+208
-96
lines changed

30 files changed

+208
-96
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 8.33.0 (2025-05-26)
2+
3+
### 🚀 Features
4+
5+
- create standalone project-service, tsconfig-utils packages ([#11182](https://github.com/typescript-eslint/typescript-eslint/pull/11182))
6+
7+
### ❤️ Thank You
8+
9+
- Josh Goldberg ✨
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.32.1 (2025-05-12)
214

315
### 🩹 Fixes

packages/ast-spec/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.33.0 (2025-05-26)
2+
3+
This was a version bump only for ast-spec 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.32.1 (2025-05-12)
28

39
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.32.1",
3+
"version": "8.33.0",
44
"description": "Complete specification for the TypeScript-ESTree AST",
55
"private": true,
66
"keywords": [

packages/eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.33.0 (2025-05-26)
2+
3+
This was a version bump only for eslint-plugin 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.32.1 (2025-05-12)
28

39
### 🩹 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.32.1",
3+
"version": "8.33.0",
44
"description": "TypeScript plugin for ESLint",
55
"files": [
66
"dist",
@@ -61,10 +61,10 @@
6161
},
6262
"dependencies": {
6363
"@eslint-community/regexpp": "^4.10.0",
64-
"@typescript-eslint/scope-manager": "8.32.1",
65-
"@typescript-eslint/type-utils": "8.32.1",
66-
"@typescript-eslint/utils": "8.32.1",
67-
"@typescript-eslint/visitor-keys": "8.32.1",
64+
"@typescript-eslint/scope-manager": "8.33.0",
65+
"@typescript-eslint/type-utils": "8.33.0",
66+
"@typescript-eslint/utils": "8.33.0",
67+
"@typescript-eslint/visitor-keys": "8.33.0",
6868
"graphemer": "^1.4.0",
6969
"ignore": "^7.0.0",
7070
"natural-compare": "^1.4.0",
@@ -73,8 +73,8 @@
7373
"devDependencies": {
7474
"@types/mdast": "^4.0.3",
7575
"@types/natural-compare": "*",
76-
"@typescript-eslint/rule-schema-to-typescript-types": "8.32.1",
77-
"@typescript-eslint/rule-tester": "8.32.1",
76+
"@typescript-eslint/rule-schema-to-typescript-types": "8.33.0",
77+
"@typescript-eslint/rule-tester": "8.33.0",
7878
"@vitest/coverage-v8": "^3.1.3",
7979
"ajv": "^6.12.6",
8080
"cross-fetch": "*",
@@ -94,7 +94,7 @@
9494
"vitest": "^3.1.3"
9595
},
9696
"peerDependencies": {
97-
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
97+
"@typescript-eslint/parser": "^8.33.0",
9898
"eslint": "^8.57.0 || ^9.0.0",
9999
"typescript": ">=4.8.4 <5.9.0"
100100
},

packages/parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 8.33.0 (2025-05-26)
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.32.1 (2025-05-12)
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.32.1",
3+
"version": "8.33.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.32.1",
56-
"@typescript-eslint/types": "8.32.1",
57-
"@typescript-eslint/typescript-estree": "8.32.1",
58-
"@typescript-eslint/visitor-keys": "8.32.1",
55+
"@typescript-eslint/scope-manager": "8.33.0",
56+
"@typescript-eslint/types": "8.33.0",
57+
"@typescript-eslint/typescript-estree": "8.33.0",
58+
"@typescript-eslint/visitor-keys": "8.33.0",
5959
"debug": "^4.3.4"
6060
},
6161
"devDependencies": {

packages/project-service/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 8.33.0 (2025-05-26)
2+
3+
### 🚀 Features
4+
5+
- create standalone project-service, tsconfig-utils packages ([#11182](https://github.com/typescript-eslint/typescript-eslint/pull/11182))
6+
7+
### ❤️ Thank You
8+
9+
- Josh Goldberg ✨
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.

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.32.1",
3+
"version": "8.33.0",
44
"description": "Standalone TypeScript project service wrapper for linting.",
55
"files": [
66
"dist",
@@ -46,8 +46,8 @@
4646
"typecheck": "yarn run -BT nx typecheck"
4747
},
4848
"dependencies": {
49-
"@typescript-eslint/tsconfig-utils": "^8.32.1",
50-
"@typescript-eslint/types": "^8.32.1",
49+
"@typescript-eslint/tsconfig-utils": "^8.33.0",
50+
"@typescript-eslint/types": "^8.33.0",
5151
"debug": "^4.3.4"
5252
},
5353
"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.33.0 (2025-05-26)
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.32.1 (2025-05-12)
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.

0 commit comments

Comments
 (0)
0