File tree 6 files changed +2450
-2368
lines changed 6 files changed +2450
-2368
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ version: 2.1
2
2
jobs :
3
3
build-node18 :
4
4
docker :
5
- - image : cimg/node:18.7 -browsers
5
+ - image : cimg/node:18.12.1 -browsers
6
6
working_directory : ~/repo
7
7
environment :
8
8
HUSKY_SKIP : " true"
9
- NODE_OPTIONS : " --openssl-legacy-provider"
10
9
steps :
11
10
- run : sudo apt-get install libxss1
12
11
- checkout
15
14
16
15
build-node16 :
17
16
docker :
18
- - image : cimg/node:16.17 -browsers
17
+ - image : cimg/node:16.18.1 -browsers
19
18
working_directory : ~/repo
20
19
environment :
21
20
HUSKY_SKIP : " true"
27
26
28
27
build-node14 :
29
28
docker :
30
- - image : cimg/node:14.20 -browsers
29
+ - image : cimg/node:14.21.1 -browsers
31
30
working_directory : ~/repo
32
31
environment :
33
32
HUSKY_SKIP : " true"
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ module.exports = {
8
8
require : [ "source-map-support/register" ] ,
9
9
spec : "./lib/test/**/*spec.js" ,
10
10
// we have many async tests which depend on lazily generating the model
11
- timeout : 8000 ,
11
+ timeout : 10000 ,
12
12
} ;
Original file line number Diff line number Diff line change 59
59
"glob" : " 7.1.6" ,
60
60
"husky" : " 8.0.1" ,
61
61
"klaw-sync" : " 6.0.0" ,
62
- "lerna" : " 3.22.1 " ,
62
+ "lerna" : " 6.0.3 " ,
63
63
"lint-staged" : " 10.5.3" ,
64
64
"make-dir" : " 3.1.0" ,
65
65
"mocha" : " 10.0.0" ,
73
73
"sinon-chai" : " 3.5.0" ,
74
74
"source-map-support" : " 0.5.19" ,
75
75
"typescript" : " 3.9.7" ,
76
- "webpack" : " 5.36.2 " ,
76
+ "webpack" : " 5.75.0 " ,
77
77
"webpack-cli" : " 4.4.0"
78
78
},
79
79
"lint-staged" : {
Original file line number Diff line number Diff line change 57
57
"@ui5-language-assistant/test-utils" : " 3.3.1" ,
58
58
"js-yaml" : " 4.1.0" ,
59
59
"tmp-promise" : " 3.0.2" ,
60
- "vscode-languageserver-types" : " 3.16.0 "
60
+ "vscode-languageserver-types" : " 3.17.2 "
61
61
},
62
62
"scripts" : {
63
63
"ci" : " npm-run-all clean compile lint coverage bundle" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const config = {
8
8
// by reducing the number of files.
9
9
minimize : false ,
10
10
} ,
11
+ output : { hashFunction : "xxhash64" } ,
11
12
target : "node" ,
12
13
devtool : "source-map" ,
13
14
resolve : {
You can’t perform that action at this time.
0 commit comments