Skip to content

Commit

Permalink
fix: support typescript-eslint@8 (#333)
Browse files Browse the repository at this point in the history
* fix: support typescript-eslint@8

* Create sour-apes-remain.md

---------

Co-authored-by: Yosuke Ota <[email protected]>
  • Loading branch information
JoshuaKGoldberg and ota-meshi authored Sep 12, 2024
1 parent 3cddec3 commit 9f4526e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-apes-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-eslint-parser": patch
---

fix: support typescript-eslint@8
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f4526e

Please sign in to comment.