@typescript-eslint/typescript-estree 8.66.0 → 8.66.1-alpha.1

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.
@@ -1,4 +1,4 @@
1
- declare const versions: readonly ["4.7", "4.8", "4.9", "5.0", "5.1", "5.2", "5.3", "5.4", "5.5", "5.6", "5.7", "5.8", "5.9", "6.0"];
1
+ declare const versions: readonly ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9', '6.0'];
2
2
  type Versions = typeof versions extends ArrayLike<infer U> ? U : never;
3
3
  export declare const typescriptVersionIsAtLeast: Record<Versions, boolean>;
4
4
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/typescript-estree",
3
- "version": "8.66.0",
3
+ "version": "8.66.1-alpha.1",
4
4
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
5
5
  "files": [
6
6
  "dist",
@@ -47,13 +47,13 @@
47
47
  "semver": "^7.7.3",
48
48
  "tinyglobby": "^0.2.15",
49
49
  "ts-api-utils": "^2.5.0",
50
- "@typescript-eslint/project-service": "8.66.0",
51
- "@typescript-eslint/types": "8.66.0",
52
- "@typescript-eslint/visitor-keys": "8.66.0",
53
- "@typescript-eslint/tsconfig-utils": "8.66.0"
50
+ "@typescript-eslint/project-service": "8.66.1-alpha.1",
51
+ "@typescript-eslint/tsconfig-utils": "8.66.1-alpha.1",
52
+ "@typescript-eslint/types": "8.66.1-alpha.1",
53
+ "@typescript-eslint/visitor-keys": "8.66.1-alpha.1"
54
54
  },
55
55
  "devDependencies": {
56
- "@typescript/native-preview": "7.0.0-dev.20260518.1",
56
+ "@typescript/native": "npm:typescript@^7.0.2",
57
57
  "@vitest/coverage-v8": "^4.0.18",
58
58
  "eslint": "^10.0.0",
59
59
  "glob": "^11.1.0",