File tree Expand file tree Collapse file tree 3 files changed +651
-706
lines changed Expand file tree Collapse file tree 3 files changed +651
-706
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- node : [ 14, 16 ]
9
+ node : [ 16, 18 ]
10
10
name : Run tests on Ubuntu with Node ${{ matrix.node }}
11
11
steps :
12
12
- uses : actions/checkout@v3
20
20
runs-on : windows-latest
21
21
strategy :
22
22
matrix :
23
- node : [ 14, 16 ]
23
+ node : [ 16, 18 ]
24
24
name : Run tests on Windows with Node ${{ matrix.node }}
25
25
steps :
26
26
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @salesforce/eslint-plugin-lwc-graph-analyzer" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " ESLint plugin to analyze data graph in a LWC component" ,
5
5
"contributors" : [
6
6
{
45
45
" !**/test/"
46
46
],
47
47
"devDependencies" : {
48
- "@babel/eslint-parser" : " 7.18.2 " ,
49
- "prettier" : " ^2.6.2 " ,
50
- "jest" : " ^28.1 .1" ,
51
- "jest-extended" : " ^2.0 .0" ,
52
- "jest-chain" : " ^1.1.5 " ,
53
- "jest-junit" : " ^13.2.0 " ,
48
+ "@babel/eslint-parser" : " 7.19.1 " ,
49
+ "prettier" : " ^2.7.1 " ,
50
+ "jest" : " ^29.3 .1" ,
51
+ "jest-extended" : " ^3.1 .0" ,
52
+ "jest-chain" : " ^1.1.6 " ,
53
+ "jest-junit" : " ^14.0.1 " ,
54
54
"jest-sonar-reporter" : " ^2.0.0" ,
55
- "eslint" : " ^8.19 .0" ,
55
+ "eslint" : " ^8.27 .0" ,
56
56
"eslint-plugin-node" : " ^11.1.0" ,
57
- "eslint-plugin-eslint-plugin" : " ^4.2.0 " ,
58
- "chai" : " ^4.3.6 "
57
+ "eslint-plugin-eslint-plugin" : " ^5.0.6 " ,
58
+ "chai" : " ^4.3.7 "
59
59
},
60
60
"dependencies" : {
61
61
"@komaci/static-analyzer" : " ^240.1.5" ,
79
79
"trailingComma" : " none"
80
80
},
81
81
"engines" : {
82
- "node" : " >=14 "
82
+ "node" : " >=16.13.0 "
83
83
},
84
84
"peerDependencies" : {
85
85
"eslint" : " >=7"
You can’t perform that action at this time.
0 commit comments