File tree 2 files changed +5
-20
lines changed
2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " svelte-eslint-parser " : minor
3
+ ---
4
+
5
+ breaking: drop @typescript-eslint v4 support
Original file line number Diff line number Diff line change @@ -103,26 +103,6 @@ jobs:
103
103
run : pnpm install
104
104
- name : Test
105
105
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
126
106
test-for-eslint-v7 :
127
107
runs-on : ubuntu-latest
128
108
strategy :
You can’t perform that action at this time.
0 commit comments