File tree Expand file tree Collapse file tree 6 files changed +2450
-2368
lines changed Expand file tree Collapse file tree 6 files changed +2450
-2368
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ version: 2.1
22jobs :
33 build-node18 :
44 docker :
5- - image : cimg/node:18.7 -browsers
5+ - image : cimg/node:18.12.1 -browsers
66 working_directory : ~/repo
77 environment :
88 HUSKY_SKIP : " true"
9- NODE_OPTIONS : " --openssl-legacy-provider"
109 steps :
1110 - run : sudo apt-get install libxss1
1211 - checkout
1514
1615 build-node16 :
1716 docker :
18- - image : cimg/node:16.17 -browsers
17+ - image : cimg/node:16.18.1 -browsers
1918 working_directory : ~/repo
2019 environment :
2120 HUSKY_SKIP : " true"
2726
2827 build-node14 :
2928 docker :
30- - image : cimg/node:14.20 -browsers
29+ - image : cimg/node:14.21.1 -browsers
3130 working_directory : ~/repo
3231 environment :
3332 HUSKY_SKIP : " true"
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ module.exports = {
88 require : [ "source-map-support/register" ] ,
99 spec : "./lib/test/**/*spec.js" ,
1010 // we have many async tests which depend on lazily generating the model
11- timeout : 8000 ,
11+ timeout : 10000 ,
1212} ;
Original file line number Diff line number Diff line change 5959 "glob" : " 7.1.6" ,
6060 "husky" : " 8.0.1" ,
6161 "klaw-sync" : " 6.0.0" ,
62- "lerna" : " 3.22.1 " ,
62+ "lerna" : " 6.0.3 " ,
6363 "lint-staged" : " 10.5.3" ,
6464 "make-dir" : " 3.1.0" ,
6565 "mocha" : " 10.0.0" ,
7373 "sinon-chai" : " 3.5.0" ,
7474 "source-map-support" : " 0.5.19" ,
7575 "typescript" : " 3.9.7" ,
76- "webpack" : " 5.36.2 " ,
76+ "webpack" : " 5.75.0 " ,
7777 "webpack-cli" : " 4.4.0"
7878 },
7979 "lint-staged" : {
Original file line number Diff line number Diff line change 5757 "@ui5-language-assistant/test-utils" : " 3.3.1" ,
5858 "js-yaml" : " 4.1.0" ,
5959 "tmp-promise" : " 3.0.2" ,
60- "vscode-languageserver-types" : " 3.16.0 "
60+ "vscode-languageserver-types" : " 3.17.2 "
6161 },
6262 "scripts" : {
6363 "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 = {
88 // by reducing the number of files.
99 minimize : false ,
1010 } ,
11+ output : { hashFunction : "xxhash64" } ,
1112 target : "node" ,
1213 devtool : "source-map" ,
1314 resolve : {
You can’t perform that action at this time.
0 commit comments