File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 46
46
with :
47
47
node-version : ${{ matrix.node-version }}
48
48
after_install : |
49
- npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@5 " "babel-eslint@${{ matrix.babel-eslint }}"
49
+ npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@6 " "babel-eslint@${{ matrix.babel-eslint }}"
50
50
env :
51
51
NPM_CONFIG_LEGACY_PEER_DEPS : true
52
52
- 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 @@ -24,6 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
24
24
25
25
### Changed
26
26
* [ Refactor] ` variableUtil ` : Avoid creating a single flat variable scope for each lookup ([ #3782 ] [ ] @DanielRosenwasser )
27
+ * [ Tests] add @typescript-eslint/parser v6 ([ #3629 ] [ ] @HenryBrown0 )
27
28
28
29
[ #3785 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3785
29
30
[ #3784 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3784
@@ -34,6 +35,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
34
35
[ #3771 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3771
35
36
[ #3759 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3759
36
37
[ #3748 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3748
38
+ [ #3746 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3746
37
39
[ #3724 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3724
38
40
[ #3694 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3694
39
41
[ #3629 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3629
Original file line number Diff line number Diff line change 54
54
"@types/eslint" : " =7.2.10" ,
55
55
"@types/estree" : " 0.0.52" ,
56
56
"@types/node" : " ^4.9.5" ,
57
- "@typescript-eslint/parser" : " ^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0" ,
57
+ "@typescript-eslint/parser" : " ^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0 || ^6.0.0 " ,
58
58
"aud" : " ^2.0.4" ,
59
59
"babel-eslint" : " ^8 || ^9 || ^10.1.0" ,
60
60
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" ,
You can’t perform that action at this time.
0 commit comments