Skip to content

Commit 3715407

Browse files
committed
Merge branch 'main' into feat/vitest
2 parents 1125473 + 496fc71 commit 3715407

File tree

4 files changed

+327
-308
lines changed

4 files changed

+327
-308
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: code-coverage-report
4848
path: coverage/
4949
- name: SonarQube Cloud Scan
50-
uses: SonarSource/sonarqube-scan-action@v4
50+
uses: SonarSource/sonarqube-scan-action@v5
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5353
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"menubar": "9.5.1",
139139
"react": "19.0.0",
140140
"react-dom": "19.0.0",
141-
"react-router-dom": "7.1.5",
141+
"react-router-dom": "7.2.0",
142142
"update-electron-app": "3.1.1"
143143
},
144144
"devDependencies": {
@@ -148,11 +148,11 @@
148148
"@primer/octicons-react": "19.15.0",
149149
"@primer/primitives": "10.3.4",
150150
"@primer/react": "36.27.0",
151-
"@tailwindcss/postcss": "4.0.6",
151+
"@tailwindcss/postcss": "4.0.7",
152152
"@testing-library/react": "16.2.0",
153-
"@types/node": "22.13.2",
154-
"@types/react": "19.0.8",
155-
"@types/react-dom": "19.0.3",
153+
"@types/node": "22.13.4",
154+
"@types/react": "19.0.10",
155+
"@types/react-dom": "19.0.4",
156156
"@types/react-router-dom": "5.3.3",
157157
"@types/semver": "7.5.8",
158158
"axios": "1.7.9",
@@ -170,13 +170,13 @@
170170
"husky": "9.1.7",
171171
"mini-css-extract-plugin": "2.9.2",
172172
"nock": "14.0.1",
173-
"postcss": "8.5.2",
173+
"postcss": "8.5.3",
174174
"postcss-loader": "8.1.1",
175175
"rimraf": "6.0.1",
176176
"semver": "7.7.1",
177177
"styled-components": "6.1.15",
178178
"tailwind-merge": "3.0.1",
179-
"tailwindcss": "4.0.6",
179+
"tailwindcss": "4.0.7",
180180
"terser-webpack-plugin": "5.3.11",
181181
"ts-loader": "9.5.2",
182182
"ts-node": "10.9.2",
@@ -186,12 +186,12 @@
186186
"webpack-cli": "6.0.1",
187187
"webpack-merge": "6.0.1"
188188
},
189-
"packageManager": "[email protected]",
190-
"lint-staged": {
191-
"*": "biome check --fix --no-errors-on-unmatched",
192-
"*.{js,ts,tsx}": "pnpm test"
193-
},
189+
"packageManager": "[email protected]",
194190
"pnpm": {
195191
"onlyBuiltDependencies": ["@biomejs/biome", "electron", "esbuild"]
192+
},
193+
"lint-staged": {
194+
"*": "biome check --fix --no-errors-on-unmatched",
195+
"*.{js,ts,tsx}": "pnpm test --run"
196196
}
197197
}

0 commit comments

Comments
 (0)