Commit 0bd4e59
committed
chore(deps): batch Dependabot bumps into a single PR
Consolidate 22 open Dependabot PRs across apps/api, apps/ui, apps/docs
and the SHA-pinned GitHub Actions into one branch so CI runs once
instead of 23 times.
Lockstep pins the per-PR bumps miss:
- apps/ui overrides for react, react-dom, @types/react, @types/react-dom
and ws move with their dependency pins (the overrides block documents
these as must-match).
- apps/docs overrides for @types/react and @types/react-dom mirror the
UI app's pins for cross-app type parity; no Dependabot PR touches them.
- apps/docs react/react-dom follow the UI app to 19.2.8 so the workspace
resolves one React.
Excluded: elysia-rate-limit 4.6.2 -> 5.1.0 (#351). It requires
elysia >= 2.0.0 and the API is on elysia 1.4.29, so taking it needs an
Elysia v2 migration rather than a dependency bump. PR left open.
typescript-eslint 8.65.0 tightened @typescript-eslint/unbound-method,
which flagged the window.matchMedia save/restore in theme.utils.test.ts.
Reworked those two suites onto vi.stubGlobal/vi.unstubAllGlobals, the
pattern already used elsewhere in the UI tests. jsdom leaves matchMedia
undefined, so the previous capture-and-restore was restoring undefined
anyway.
Security: osv-scanner blocked the push on advisories that predate this
branch. Refreshed the stale transitive resolutions (brace-expansion,
nanoid) that were already satisfiable inside their existing ranges, and
advanced the override pins that had themselves gone vulnerable —
js-yaml 4.3.1, postcss 8.5.23, undici 7.29.0 in both ui and docs, plus
dompurify 3.4.13 in docs. nanoid needed a quarantine exclusion in both
bunfig.toml files since the patched releases are <7 days old. Dropped
seven allowlist entries the refresh made unnecessary, and added three
for the remaining CI-only exposure with no clean fix: estimo exact-pins
nanoid 5.1.5 and bun rejects scoped overrides, while extract-zip has no
patched release at all.
Consolidating the two vite copies changed Rollup's chunking: four small
feature-constants modules moved into the modulepreload graph, so
.size-limit.json gains a budget covering them. Initial payload is up
~4.6 KB gzip; every existing size budget still passes.1 parent 6b8c7bf commit 0bd4e59
32 files changed
Lines changed: 1435 additions & 1581 deletions
File tree
- .github/workflows
- apps
- api
- docs
- ui
- src/lib/theme
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments