File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2828 SWITCHER_API_KEY : ${{ secrets.SWITCHER_API_KEY }}
2929
3030 - name : SonarCloud Scan
31- uses : sonarsource/sonarqube-scan-action@v5.2.0
31+ uses : sonarsource/sonarqube-scan-action@v5.3.1
3232 env :
3333 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3434 if : env.SONAR_TOKEN != ''
Original file line number Diff line number Diff line change 4444 SWITCHER_API_KEY : ${{ secrets.SWITCHER_API_KEY }}
4545
4646 - name : SonarCloud Scan
47- uses : sonarsource/sonarqube-scan-action@v5.2.0
47+ uses : sonarsource/sonarqube-scan-action@v5.3.1
4848 env :
4949 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
5050 if : env.SONAR_TOKEN != ''
Original file line number Diff line number Diff line change 2020 "scripts" : {
2121 "lint" : " eslint ./src/**/*.js ./tests/**/*.js" ,
2222 "test" : " npm run coverage \" ./tests/**/*.test.js\" " ,
23- "test-file" : " env-cmd npm run coverage" ,
24- "test-local" : " env-cmd npm run coverage \" ./tests/**/*.test.js\" " ,
23+ "test-file" : " env-cmd -- npm run coverage" ,
24+ "test-local" : " env-cmd -- npm run coverage \" ./tests/**/*.test.js\" " ,
2525 "coverage" : " c8 --include='src/**/*.js' mocha" ,
26- "play" : " env-cmd node ./tests/playground/index.js"
26+ "play" : " env-cmd -- node ./tests/playground/index.js"
2727 },
2828 "files" : [
2929 " LICENSE" ,
3232 ],
3333 "devDependencies" : {
3434 "@babel/eslint-parser" : " ^7.28.0" ,
35- "@typescript-eslint/eslint-plugin" : " ^8.36 .0" ,
36- "@typescript-eslint/parser" : " ^8.36 .0" ,
35+ "@typescript-eslint/eslint-plugin" : " ^8.41 .0" ,
36+ "@typescript-eslint/parser" : " ^8.41 .0" ,
3737 "c8" : " ^10.1.3" ,
38- "chai" : " ^5.2 .1" ,
39- "env-cmd" : " ^10.1 .0" ,
40- "eslint" : " ^9.31 .0" ,
38+ "chai" : " ^6.0 .1" ,
39+ "env-cmd" : " ^11.0 .0" ,
40+ "eslint" : " ^9.34 .0" ,
4141 "mocha" : " ^11.7.1" ,
4242 "mocha-sonarqube-reporter" : " ^1.0.2" ,
4343 "sinon" : " ^21.0.0"
You can’t perform that action at this time.
0 commit comments