File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3131 name : istanbul-code-coverage.zip
3232 path : coverage
3333 - name : Upload code coverage report to codecov.io and comment in pull request
34- uses : codecov/codecov-action@v1
34+ uses : codecov/codecov-action@v2
3535 - name : Upload Sonar report to sonarcloud.io and comment in pull request
3636 uses : sonarsource/sonarcloud-github-action@master
3737 env :
Original file line number Diff line number Diff line change 2424 - name : Run tests and do code coverage check
2525 run : npm run test:coverage
2626 - name : Upload code coverage report to codecov.io
27- uses : codecov/codecov-action@v1
27+ uses : codecov/codecov-action@v2
2828 - name : Upload Sonar report to sonarcloud.io
2929 uses : sonarsource/sonarcloud-github-action@master
3030 env :
4646 - name : Build documentation
4747 run : npm run docs
4848 - name : Publish documentation to github pages
49- uses : JamesIves/github-pages-deploy-action@3.7.1
49+ uses : JamesIves/github-pages-deploy-action@4.1.5
5050 with :
5151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 BRANCH : gh-pages-documentation
Original file line number Diff line number Diff line change 3737 "@adobe/eslint-config-editorxp" : " ^1.0.8" ,
3838 "@semantic-release/changelog" : " ^5.0.1" ,
3939 "@semantic-release/git" : " ^9.0.0" ,
40- "@semantic-release/github" : " ^7.2.1 " ,
41- "@types/jest" : " ^26 .0.22 " ,
40+ "@semantic-release/github" : " ^8.0.0 " ,
41+ "@types/jest" : " ^27 .0.0 " ,
4242 "@typescript-eslint/eslint-plugin" : " ^4.22.0" ,
4343 "@typescript-eslint/parser" : " ^4.22.0" ,
44- "clean-webpack-plugin" : " ^3 .0.0" ,
44+ "clean-webpack-plugin" : " ^4 .0.0" ,
4545 "commitizen" : " ^4.2.3" ,
4646 "cz-conventional-changelog" : " ^3.3.0" ,
4747 "eslint" : " ^7.24.0" ,
4848 "eslint-plugin-header" : " ^3.1.1" ,
49- "eslint-plugin-json" : " ^2.1.2 " ,
49+ "eslint-plugin-json" : " ^3.0.0 " ,
5050 "eslint-plugin-react" : " ^7.23.2" ,
51- "jest" : " ^26.6.3 " ,
52- "semantic-release" : " ^17.4.2 " ,
53- "ts-jest" : " ^26.5.4 " ,
54- "ts-loader" : " ^8.1 .0" ,
51+ "jest" : " ^27.0.0 " ,
52+ "semantic-release" : " ^18.0.0 " ,
53+ "ts-jest" : " ^27.0.0 " ,
54+ "ts-loader" : " ^9.0 .0" ,
5555 "typedoc" : " ^0.22.0" ,
5656 "typescript" : " ^4.2.4" ,
5757 "webpack" : " ^5.34.0" ,
You can’t perform that action at this time.
0 commit comments