diff --git a/.changeset/sour-apes-remain.md b/.changeset/sour-apes-remain.md new file mode 100644 index 0000000..a06b261 --- /dev/null +++ b/.changeset/sour-apes-remain.md @@ -0,0 +1,5 @@ +--- +"astro-eslint-parser": patch +--- + +fix: support typescript-eslint@8 diff --git a/package.json b/package.json index d7a3b09..e92aca7 100644 --- a/package.json +++ b/package.json @@ -49,9 +49,9 @@ "homepage": "https://github.com/ota-meshi/astro-eslint-parser#readme", "dependencies": { "@astrojs/compiler": "^2.0.0", - "@typescript-eslint/scope-manager": "^7.0.0", - "@typescript-eslint/types": "^7.0.0", - "@typescript-eslint/typescript-estree": "^7.0.0", + "@typescript-eslint/scope-manager": "^7.0.0 || ^8.0.0", + "@typescript-eslint/types": "^7.0.0 || ^8.0.0", + "@typescript-eslint/typescript-estree": "^7.0.0 || ^8.0.0", "astrojs-compiler-sync": "^1.0.0", "debug": "^4.3.4", "entities": "^4.5.0",