@typescript-eslint/typescript-estree 8.15.1-alpha.6 → 8.15.1-alpha.7

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.
@@ -42,7 +42,7 @@ const ts = __importStar(require("typescript"));
42
42
  /**
43
43
  * This needs to be kept in sync with package.json in the typescript-eslint monorepo
44
44
  */
45
- const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.7.4 <5.7.0';
45
+ const SUPPORTED_TYPESCRIPT_VERSIONS = '>=4.8.4 <5.8.0';
46
46
  /*
47
47
  * The semver package will ignore prerelease ranges, and we don't want to explicitly document every one
48
48
  * 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.15.1-alpha.6",
3
+ "version": "8.15.1-alpha.7",
4
4
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
5
5
  "files": [
6
6
  "dist",
@@ -54,8 +54,8 @@
54
54
  "typecheck": "tsc --noEmit"
55
55
  },
56
56
  "dependencies": {
57
- "@typescript-eslint/types": "8.15.1-alpha.6",
58
- "@typescript-eslint/visitor-keys": "8.15.1-alpha.6",
57
+ "@typescript-eslint/types": "8.15.1-alpha.7",
58
+ "@typescript-eslint/visitor-keys": "8.15.1-alpha.7",
59
59
  "debug": "^4.3.4",
60
60
  "fast-glob": "^3.3.2",
61
61
  "is-glob": "^4.0.3",