Skip to content

Commit

Permalink
chore: drop @typescript-eslint v4 support (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama authored Jan 21, 2024
1 parent e6c16c0 commit d531e4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-books-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"svelte-eslint-parser": minor
---

breaking: drop @typescript-eslint v4 support
20 changes: 0 additions & 20 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,26 +103,6 @@ jobs:
run: pnpm install
- name: Test
run: pnpm run test
test-for-ts-eslint-v4:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install @typescript-eslint v4
run: |+
pnpm install -D @typescript-eslint/parser@4 @typescript-eslint/eslint-plugin@4 eslint@7 svelte@3
rm -rf node_modules
- name: Install Packages
run: pnpm install
- name: Test
run: pnpm run test
test-for-eslint-v7:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit d531e4e

Please sign in to comment.