File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 45
45
with :
46
46
node-version : ${{ matrix.node-version }}
47
47
after_install : |
48
- npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@5 " "babel-eslint@${{ matrix.babel-eslint }}"
48
+ npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@6 " "babel-eslint@${{ matrix.babel-eslint }}"
49
49
env :
50
50
NPM_CONFIG_LEGACY_PEER_DEPS : true
51
51
- run : npx ls-engines
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
with :
101
101
node-version : ${{ matrix.node-version }}
102
102
after_install : |
103
- npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.node-version >= 14 && '5' || (matrix.node-version >= 12 && '4' || (matrix.node-version >= 10 && '4.0' || (matrix.node-version >= 8 && '3' || '2'))) }}" "babel-eslint@${{ matrix.babel-eslint }}"
103
+ npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.node-version >= 16 && '6' || matrix.node-version >= 14 && '5' || (matrix.node-version >= 12 && '4' || (matrix.node-version >= 10 && '4.0' || (matrix.node-version >= 8 && '3' || '2'))) }}" "babel-eslint@${{ matrix.babel-eslint }}"
104
104
skip-ls-check : ${{ matrix.node-version < 10 && true || false }}
105
105
env :
106
106
NPM_CONFIG_LEGACY_PEER_DEPS : true
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
28
28
* [ Refactor] [ ` function-component-definition ` ] : exit early if no type params ([ #3634 ] [ ] @HenryBrown0 )
29
29
* [ Refactor] [ ` jsx-props-no-multi-spaces ` ] : extract type parameters to var ([ #3634 ] [ ] @HenryBrown0 )
30
30
* [ Docs] [ ` jsx-key ` ] : fix correct example ([ #3656 ] [ ] @developer-bandi )
31
+ * [ Tests] add @typescript-eslint/parser v6 ([ #3629 ] [ ] @HenryBrown0 )
31
32
32
33
[ #3668 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3668
33
34
[ #3666 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3666
Original file line number Diff line number Diff line change 52
52
"@types/eslint" : " =7.2.10" ,
53
53
"@types/estree" : " 0.0.52" ,
54
54
"@types/node" : " ^4.9.5" ,
55
- "@typescript-eslint/parser" : " ^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0" ,
55
+ "@typescript-eslint/parser" : " ^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0 || ^6.0.0 " ,
56
56
"aud" : " ^2.0.4" ,
57
57
"babel-eslint" : " ^8 || ^9 || ^10.1.0" ,
58
58
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7 || ^8" ,
You can’t perform that action at this time.
0 commit comments