Commit 0acb907
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.61 parent 4fc94c7 commit 0acb907
14 files changed
Lines changed: 1142 additions & 1249 deletions
File tree
- .github/workflows
- apps
- api
- landing
- tauri
- web
- src
- components/analytics
- pages
- packages/database
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 125 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments