Skip to content

Commit

Permalink
Merge dependabot/github_actions/sonarsource/sonarqube-scan-action-5.0…
Browse files Browse the repository at this point in the history
….0 into combined-prs-branch
  • Loading branch information
jerome-benoit authored Feb 18, 2025
2 parents 0fb23e3 + 02f1f13 commit a40d3d4
Show file tree
Hide file tree
Showing 5 changed files with 654 additions and 632 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: pnpm coverage
- name: SonarCloud Scan
if: ${{ needs.check-secrets.outputs.sonar-token-exists == 'true' && github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
uses: sonarsource/sonarqube-scan-action@v4.2.1
uses: sonarsource/sonarqube-scan-action@v5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
run: pnpm coverage
- name: SonarCloud Scan
if: ${{ needs.check-secrets.outputs.sonar-token-exists == 'true' && github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }}
uses: sonarsource/sonarqube-scan-action@v4.2.1
uses: sonarsource/sonarqube-scan-action@v5.0.0
with:
projectBaseDir: ui/web
env:
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"pnpm": ">=9.0.0"
},
"volta": {
"node": "22.13.1",
"pnpm": "9.15.5"
"node": "22.14.0",
"pnpm": "10.4.0"
},
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.4.0",
"repository": {
"type": "git",
"url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
Expand Down Expand Up @@ -87,10 +87,10 @@
}
},
"dependencies": {
"@mikro-orm/core": "^6.4.5",
"@mikro-orm/mariadb": "^6.4.5",
"@mikro-orm/reflection": "^6.4.5",
"@mikro-orm/sqlite": "^6.4.5",
"@mikro-orm/core": "^6.4.6",
"@mikro-orm/mariadb": "^6.4.6",
"@mikro-orm/reflection": "^6.4.6",
"@mikro-orm/sqlite": "^6.4.6",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"basic-ftp": "^5.0.5",
Expand All @@ -116,9 +116,9 @@
"@commitlint/config-conventional": "^19.7.1",
"@cspell/eslint-plugin": "^8.17.3",
"@eslint/js": "^9.20.0",
"@mikro-orm/cli": "^6.4.5",
"@mikro-orm/cli": "^6.4.6",
"@std/expect": "npm:@jsr/std__expect@^1.0.13",
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.14",
"c8": "^10.1.3",
Expand All @@ -127,16 +127,16 @@
"esbuild": "^0.25.0",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"eslint-define-config": "^2.1.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-perfectionist": "^4.8.0",
"eslint-plugin-perfectionist": "^4.9.0",
"eslint-plugin-vue": "^9.32.0",
"glob": "^11.0.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"neostandard": "^0.12.1",
"prettier": "^3.5.0",
"prettier": "^3.5.1",
"rimraf": "^6.0.1",
"semver": "^7.7.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit a40d3d4

Please sign in to comment.