Skip to content

Commit 0acb907

Browse files
committed
chore(deps): bump all dependabot dependencies
Production npm deps: - better-sqlite3 12.5.0 to 12.8.0 - cors 2.8.5 to 2.8.6 - zod 4.2.1 to 4.3.6 - @tailwindcss/vite + tailwindcss 4.1.18 to 4.2.1 - react + react-dom 19.0.0 to 19.2.4 - react-router-dom 7.12.0 to 7.13.1 - @tauri-apps/api 2.0.0 to 2.10.1 - @tauri-apps/plugin-dialog 2.5.0 to 2.6.0 - @tauri-apps/plugin-shell 2.3.4 to 2.3.5 - @tauri-apps/plugin-updater 2.0.0 to 2.10.0 - @tanstack/react-query 5.62.7 to 5.90.21 - @tanstack/react-virtual 3.13.18 to 3.13.23 - lucide-react 0.562.0 to 0.577.0 - react-day-picker 9.12.0 to 9.14.0 - react-dropzone 14.3.5 to 14.4.1 - react-window 2.2.3 to 2.2.7 - @types/react-window 1.8.8 to 2.0.0 (now a stub; types bundled in react-window) - recharts 3.6.0 to 3.8.0 - tailwind-merge 3.4.0 to 3.5.0 - @journeyapps/wa-sqlite 1.4.1 to 1.5.0 Cargo deps (via cargo update): - tauri-plugin-fs, tauri-plugin-dialog, tauri-plugin-shell, tauri-plugin-updater, serde_json, and many transitive deps updated GitHub Actions: - actions/upload-pages-artifact 3 to 4 - codecov/codecov-action 4 to 5 - github/codeql-action 3 to 4 - actions/upload-artifact 4 to 7 - actions/configure-pages 4 to 5 Fix recharts 3.8.0 type changes: - Cast entry.dataKey to string in tooltip renders (DataKey now includes fn type) - Update Tooltip formatter type to use value inference (ValueType broadened) Closes #4, #5, #6, #7, #8, #9, #10, #11, #12, #13, #14, #15, #16 --- Developed by Claude Sonnet 4.6
1 parent 4fc94c7 commit 0acb907

14 files changed

Lines changed: 1142 additions & 1249 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v3
37+
uses: github/codeql-action/init@v4
3838
with:
3939
languages: ${{ matrix.language }}
4040
# Use default queries plus security-extended
4141
queries: security-extended,security-and-quality
4242

4343
- name: Autobuild
44-
uses: github/codeql-action/autobuild@v3
44+
uses: github/codeql-action/autobuild@v4
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@v3
47+
uses: github/codeql-action/analyze@v4
4848
with:
4949
category: '/language:${{ matrix.language }}'
5050

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
# No VITE_BASE_URL needed - custom domain (fluxby.app) serves from root /
6161

6262
- name: Setup Pages
63-
uses: actions/configure-pages@v4
63+
uses: actions/configure-pages@v5
6464

6565
- name: Upload artifact
66-
uses: actions/upload-pages-artifact@v3
66+
uses: actions/upload-pages-artifact@v4
6767
with:
6868
path: 'dist'
6969

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
CI: true
4444

4545
- name: Upload Playwright report
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v7
4747
if: failure()
4848
with:
4949
name: playwright-report
5050
path: playwright-report/
5151
retention-days: 7
5252

5353
- name: Upload test results
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v7
5555
if: failure()
5656
with:
5757
name: test-results

.github/workflows/fluxby-pr-check.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npm run test:coverage
4242

4343
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@v4
44+
uses: codecov/codecov-action@v5
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
files: ./coverage/coverage-final.json
@@ -122,6 +122,4 @@ jobs:
122122

123123
- name: Build Tauri app (debug)
124124
working-directory: apps/tauri
125-
run: npx tauri build --debug
126-
env:
127-
TAURI_SIGNING_PRIVATE_KEY: ''
125+
run: npx tauri build --debug --bundles none

.github/workflows/fluxby-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
} >> $GITHUB_OUTPUT
188188
189189
- name: Upload changelog artifact
190-
uses: actions/upload-artifact@v4
190+
uses: actions/upload-artifact@v7
191191
with:
192192
name: changelog
193193
path: changelog_body.md

apps/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
"dependencies": {
1515
"@fluxby/shared": "*",
16-
"better-sqlite3": "^12.5.0",
17-
"cors": "^2.8.5",
16+
"better-sqlite3": "^12.8.0",
17+
"cors": "^2.8.6",
1818
"express": "^5.2.1",
1919
"express-rate-limit": "^8.3.1",
2020
"multer": "^2.0.2",
2121
"papaparse": "^5.4.1",
2222
"swagger-jsdoc": "^6.2.1",
2323
"swagger-ui-express": "^5.0.1",
24-
"zod": "^4.2.1"
24+
"zod": "^4.3.6"
2525
},
2626
"devDependencies": {
2727
"@types/better-sqlite3": "^7.6.12",

apps/landing/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@fluxby/shared": "*",
1414
"@tailwindcss/typography": "^0.5.19",
15-
"@tailwindcss/vite": "^4.1.18",
16-
"react": "^19.0.0",
17-
"react-dom": "^19.0.0",
18-
"react-router-dom": "^7.12.0",
19-
"tailwindcss": "^4.1.18"
15+
"@tailwindcss/vite": "^4.2.1",
16+
"react": "^19.2.4",
17+
"react-dom": "^19.2.4",
18+
"react-router-dom": "^7.13.1",
19+
"tailwindcss": "^4.2.1"
2020
},
2121
"devDependencies": {
2222
"@types/react": "^19.0.1",

0 commit comments

Comments
 (0)