@typescript-eslint/typescript-estree 8.25.1-alpha.10 → 8.25.1-alpha.12
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.
@@ -2,6 +2,6 @@ import type { ParseSettings } from './index';
|
|
2
2
|
/**
|
3
3
|
* This needs to be kept in sync with package.json in the typescript-eslint monorepo
|
4
4
|
*/
|
5
|
-
export declare const SUPPORTED_TYPESCRIPT_VERSIONS = ">=4.8.4 <5.
|
5
|
+
export declare const SUPPORTED_TYPESCRIPT_VERSIONS = ">=4.8.4 <5.9.0";
|
6
6
|
export declare function warnAboutTSVersion(parseSettings: ParseSettings, passedLoggerFn: boolean): void;
|
7
7
|
//# sourceMappingURL=warnAboutTSVersion.d.ts.map
|
@@ -44,7 +44,7 @@ const version_1 = require("../version");
|
|
44
44
|
/**
|
45
45
|
* This needs to be kept in sync with package.json in the typescript-eslint monorepo
|
46
46
|
*/
|
47
|
-
exports.SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.8.4 <5.
|
47
|
+
exports.SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.8.4 <5.9.0';
|
48
48
|
/*
|
49
49
|
* The semver package will ignore prerelease ranges, and we don't want to explicitly document every one
|
50
50
|
* List them all separately here, so we can automatically create the full string
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@typescript-eslint/typescript-estree",
|
3
|
-
"version": "8.25.1-alpha.
|
3
|
+
"version": "8.25.1-alpha.12",
|
4
4
|
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
|
5
5
|
"files": [
|
6
6
|
"dist",
|
@@ -55,8 +55,8 @@
|
|
55
55
|
"check-types": "npx nx typecheck"
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
|
-
"@typescript-eslint/types": "8.25.1-alpha.
|
59
|
-
"@typescript-eslint/visitor-keys": "8.25.1-alpha.
|
58
|
+
"@typescript-eslint/types": "8.25.1-alpha.12",
|
59
|
+
"@typescript-eslint/visitor-keys": "8.25.1-alpha.12",
|
60
60
|
"debug": "^4.3.4",
|
61
61
|
"fast-glob": "^3.3.2",
|
62
62
|
"is-glob": "^4.0.3",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"typescript": "*"
|
75
75
|
},
|
76
76
|
"peerDependencies": {
|
77
|
-
"typescript": ">=4.8.4 <5.
|
77
|
+
"typescript": ">=4.8.4 <5.9.0"
|
78
78
|
},
|
79
79
|
"funding": {
|
80
80
|
"type": "opencollective",
|