File tree 3 files changed +21
-30
lines changed
3 files changed +21
-30
lines changed Original file line number Diff line number Diff line change 6
6
"comment" : " Don't allow dependencies from outside the test folder to test" ,
7
7
"severity" : " error" ,
8
8
"from" : {
9
- "pathNot" : " ^test"
9
+ "pathNot" : " ^src/script/ test"
10
10
},
11
11
"to" : {
12
- "path" : " ^test"
12
+ "path" : " ^src/script/ test"
13
13
}
14
14
},
15
15
{
Original file line number Diff line number Diff line change 19
19
fail-fast : true
20
20
matrix :
21
21
node-version :
22
- - 20 .x
22
+ - 22 .x
23
23
platform :
24
24
- ubuntu-latest
25
25
Original file line number Diff line number Diff line change 29
29
},
30
30
"dependencies" : {
31
31
"codemirror" : " ^5.65.8" ,
32
- "mscgenjs" : " 7.0.0 " ,
33
- "mscgenjs-inpage" : " 4 .0.5 " ,
32
+ "mscgenjs" : " 7.0.2 " ,
33
+ "mscgenjs-inpage" : " 5 .0.0 " ,
34
34
"query-string" : " ^7.1.1"
35
35
},
36
36
"devDependencies" : {
37
- "c8" : " 9 .1.0 " ,
38
- "dependency-cruiser" : " 16.2.3 " ,
39
- "eslint" : " 8.57.0" ,
37
+ "c8" : " 10 .1.2 " ,
38
+ "dependency-cruiser" : " 16.3.6 " ,
39
+ "eslint" : " ^ 8.57.0" ,
40
40
"eslint-config-standard" : " 17.1.0" ,
41
41
"eslint-plugin-import" : " 2.29.1" ,
42
42
"eslint-plugin-node" : " 11.1.0" ,
43
- "eslint-plugin-promise" : " 6.1.1 " ,
43
+ "eslint-plugin-promise" : " 6.4.0 " ,
44
44
"node-localstorage" : " 3.0.5" ,
45
45
"npm-run-all" : " 4.1.5" ,
46
- "sass" : " 1.71.1 " ,
46
+ "sass" : " 1.77.8 " ,
47
47
"sw-precache" : " 5.2.1" ,
48
- "upem" : " 9.0.3 " ,
49
- "webpack" : " 5.90.3 " ,
48
+ "upem" : " 9.0.4 " ,
49
+ "webpack" : " 5.93.0 " ,
50
50
"webpack-cli" : " 5.1.4"
51
51
},
52
52
"upem" : {
60
60
"package" : " query-string" ,
61
61
"policy" : " wanted" ,
62
62
"because" : " query-string > 7 are ESM and we aren't yet"
63
+ },
64
+ {
65
+ "package" : " eslint" ,
66
+ "policy" : " wanted" ,
67
+ "because" : " the eslint ecosystem hasn't moved on to 9 yet, so we wait as well"
63
68
}
64
69
]
65
70
},
106
111
" /utl" ,
107
112
" wikum"
108
113
],
109
- "nyc" : {
110
- "statements" : 99 ,
111
- "branches" : 65 ,
112
- "functions" : 99 ,
113
- "lines" : 99 ,
114
- "exclude" : [
115
- " build" ,
116
- " coverage" ,
117
- " src/script/test/**/*" ,
118
- " webpack.config.js"
119
- ],
120
- "reporter" : [
121
- " text-summary" ,
122
- " html" ,
123
- " lcov"
124
- ],
125
- "all" : false
114
+ "overrides" : {
115
+ "got" : " ^11.8.5" ,
116
+ "trim-newlines" : " ^3.0.1"
126
117
},
127
118
"private" : true
128
- }
119
+ }
You can’t perform that action at this time.
0 commit comments