Skip to content

Commit d531e4e

Browse files
authored
chore: drop @typescript-eslint v4 support (#464)
1 parent e6c16c0 commit d531e4e

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

.changeset/eighty-books-study.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"svelte-eslint-parser": minor
3+
---
4+
5+
breaking: drop @typescript-eslint v4 support

.github/workflows/NodeCI.yml

-20
Original file line numberDiff line numberDiff line change
@@ -103,26 +103,6 @@ jobs:
103103
run: pnpm install
104104
- name: Test
105105
run: pnpm run test
106-
test-for-ts-eslint-v4:
107-
runs-on: ubuntu-latest
108-
strategy:
109-
matrix:
110-
node-version: [14.x]
111-
steps:
112-
- uses: actions/checkout@v4
113-
- uses: pnpm/action-setup@v2
114-
- name: Use Node.js ${{ matrix.node-version }}
115-
uses: actions/setup-node@v4
116-
with:
117-
node-version: ${{ matrix.node-version }}
118-
- name: Install @typescript-eslint v4
119-
run: |+
120-
pnpm install -D @typescript-eslint/parser@4 @typescript-eslint/eslint-plugin@4 eslint@7 svelte@3
121-
rm -rf node_modules
122-
- name: Install Packages
123-
run: pnpm install
124-
- name: Test
125-
run: pnpm run test
126106
test-for-eslint-v7:
127107
runs-on: ubuntu-latest
128108
strategy:

0 commit comments

Comments
 (0)