@typescript-eslint/type-utils 8.68.1-alpha.9 → 8.69.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 8.69.0 (2026-08-31)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.69.0) for more information.
|
|
6
|
+
|
|
7
|
+
You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
8
|
+
|
|
1
9
|
## 8.68.0 (2026-08-24)
|
|
2
10
|
|
|
3
11
|
This was a version bump only for type-utils to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/type-utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.69.0",
|
|
4
4
|
"description": "Type utilities for working with TypeScript + ESLint together",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"estree"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@typescript-eslint/types": "8.
|
|
38
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
39
|
-
"@typescript-eslint/utils": "8.
|
|
37
|
+
"@typescript-eslint/types": "8.69.0",
|
|
38
|
+
"@typescript-eslint/typescript-estree": "8.69.0",
|
|
39
|
+
"@typescript-eslint/utils": "8.69.0",
|
|
40
40
|
"debug": "^4.4.3",
|
|
41
41
|
"ts-api-utils": "^2.5.0"
|
|
42
42
|
},
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/babel__code-frame": "^7.0.6",
|
|
49
|
-
"@typescript-eslint/parser": "8.
|
|
49
|
+
"@typescript-eslint/parser": "8.69.0",
|
|
50
50
|
"@typescript/native": "npm:typescript@^7.0.2",
|
|
51
51
|
"@vitest/coverage-v8": "^4.0.18",
|
|
52
52
|
"ajv": "^6.12.6",
|