File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
17- - name : Setup node v12
18- uses : actions/setup-node@v1
16+ - uses : actions/checkout@v3
17+ - name : Setup node v18
18+ uses : actions/setup-node@v3
1919 with :
20- node-version : 12.x
20+ node-version : 18
2121 registry-url : " https://registry.npmjs.org"
2222 - run : yarn
2323 - run : yarn ci
Original file line number Diff line number Diff line change 1717 "dependencies" : {
1818 "@dolittle/typescript.config" : " 6.0.2" ,
1919 "@dolittle/eslint-config" : " 6.0.2" ,
20- "eslint" : " 8.1 .0" ,
21- "typescript" : " 4.4.4 "
20+ "eslint" : " 8.29 .0" ,
21+ "typescript" : " 4.9.3 "
2222 }
2323}
Original file line number Diff line number Diff line change 1919 "ci" : " echo nop"
2020 },
2121 "dependencies" : {
22- "@typescript-eslint/eslint-plugin" : " 5.3 .0" ,
23- "@typescript-eslint/parser" : " 5.3 .0" ,
22+ "@typescript-eslint/eslint-plugin" : " 5.45 .0" ,
23+ "@typescript-eslint/parser" : " 5.45 .0" ,
2424 "eslint-plugin-header" : " 3.1.1" ,
25- "eslint-plugin-import" : " 2.25.2 " ,
26- "eslint-plugin-jsdoc" : " 37.0.3 " ,
25+ "eslint-plugin-import" : " 2.26.0 " ,
26+ "eslint-plugin-jsdoc" : " 39.6.4 " ,
2727 "eslint-plugin-no-null" : " 1.0.2"
2828 },
2929 "devDependencies" : {
30- "eslint" : " 8.1 .0" ,
31- "typescript" : " 4.4.4 "
30+ "eslint" : " 8.29 .0" ,
31+ "typescript" : " 4.9.3 "
3232 },
3333 "peerDependencies" : {
34- "eslint" : " >=8.1 .0"
34+ "eslint" : " >=8.29 .0"
3535 }
3636}
Original file line number Diff line number Diff line change 2828 "ci" : " yarn build && yarn test"
2929 },
3030 "dependencies" : {
31- "@types/chai" : " 4.2.22 " ,
32- "@types/chai-as-promised" : " 7.1.4 " ,
31+ "@types/chai" : " 4.3.4 " ,
32+ "@types/chai-as-promised" : " 7.1.5 " ,
3333 "@types/mocha" : " 9.0.0" ,
34- "@types/sinon" : " 10.0.6 " ,
35- "@types/sinon-chai" : " 3.2.5 " ,
36- "chai" : " 4.3.4 " ,
34+ "@types/sinon" : " 10.0.13 " ,
35+ "@types/sinon-chai" : " 3.2.9 " ,
36+ "chai" : " 4.3.7 " ,
3737 "chai-as-promised" : " 7.1.1" ,
38- "mocha" : " 9.1.3 " ,
38+ "mocha" : " 9.2.2 " ,
3939 "sinon" : " 12.0.1" ,
4040 "sinon-chai" : " 3.7.0" ,
4141 "ts-sinon" : " 2.0.2" ,
42- "ts-node" : " 10.4.0 "
42+ "ts-node" : " 10.9.1 "
4343 },
4444 "devDependencies" : {
4545 "@dolittle/typescript.build" : " 6.0.2"
You can’t perform that action at this time.
0 commit comments