@typescript-eslint/rule-schema-to-typescript-types 8.50.1-alpha.3 → 8.50.2-alpha.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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 8.50.1 (2025-12-22)
|
|
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://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website.
|
|
6
|
+
|
|
1
7
|
## 8.50.0 (2025-12-15)
|
|
2
8
|
|
|
3
9
|
This was a version bump only for rule-schema-to-typescript-types 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/rule-schema-to-typescript-types",
|
|
3
|
-
"version": "8.50.
|
|
3
|
+
"version": "8.50.2-alpha.0",
|
|
4
4
|
"description": "Converts ESLint rule schemas to equivalent TypeScript type strings.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"typecheck": "yarn run -BT nx typecheck"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@typescript-eslint/type-utils": "8.50.
|
|
36
|
-
"@typescript-eslint/utils": "8.50.
|
|
35
|
+
"@typescript-eslint/type-utils": "8.50.2-alpha.0",
|
|
36
|
+
"@typescript-eslint/utils": "8.50.2-alpha.0",
|
|
37
37
|
"natural-compare": "^1.4.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|