File tree 4 files changed +1033
-867
lines changed
4 files changed +1033
-867
lines changed Original file line number Diff line number Diff line change 1
1
timeout : 3000
2
2
ignore :
3
- - " ./ test/projects/*/**/*.spec.js"
3
+ - " test/projects/*/**/*.spec.js"
Original file line number Diff line number Diff line change 8
8
"packageName" : " @blackflux/robo-config-plugin" ,
9
9
"projectName" : " robo-config-plugin" ,
10
10
"owner" : " simlu" ,
11
- "nodeVersion" : " 16 " ,
11
+ "nodeVersion" : " 20 " ,
12
12
"ownerName" : " Lukas Siemon" ,
13
13
"mergeBot" : " MrsFlux" ,
14
14
"nccEnabled" : false
Original file line number Diff line number Diff line change 39
39
"@babel/core" : " 7.26.7" ,
40
40
"@babel/eslint-parser" : " 7.26.5" ,
41
41
"@babel/register" : " 7.25.9" ,
42
- "@blackflux/eslint-plugin-rules" : " 3 .0.1" ,
43
- "@blackflux/robo-config-plugin" : " 10.0.0 " ,
42
+ "@blackflux/eslint-plugin-rules" : " 4 .0.1" ,
43
+ "@blackflux/robo-config-plugin" : " 10.0.1 " ,
44
44
"c8" : " 10.1.3" ,
45
45
"chai" : " 5.1.2" ,
46
- "eslint" : " 8.57.1 " ,
46
+ "eslint" : " 9.19.0 " ,
47
47
"eslint-config-airbnb-base" : " 15.0.0" ,
48
48
"eslint-plugin-import" : " 2.31.0" ,
49
49
"eslint-plugin-json" : " 4.0.1" ,
50
50
"eslint-plugin-markdown" : " 5.1.0" ,
51
51
"eslint-plugin-mocha" : " 10.5.0" ,
52
- "js-gardener" : " 5 .0.4 " ,
53
- "robo-config" : " 6 .0.1"
52
+ "js-gardener" : " 6 .0.3 " ,
53
+ "robo-config" : " 7 .0.1"
54
54
},
55
55
"licenses" : [
56
56
{
59
59
}
60
60
],
61
61
"engines" : {
62
- "node" : " >= 16 "
62
+ "node" : " >= 20 "
63
63
},
64
64
"files" : [
65
65
" lib"
66
66
],
67
67
"dependencies" : {
68
- "smart-fs" : " 4 .0.1"
68
+ "smart-fs" : " 5 .0.1"
69
69
}
70
70
}
You can’t perform that action at this time.
0 commit comments