Commit 4675fd7
committed
Release: upgrade Next.js to 16.3 and patch vulnerable dependencies
Clears the open security advisories. Next 16.2.x pinned postcss at 8.4.31
and sharp at ^0.34.5, holding both on vulnerable versions regardless of how
the lockfile was refreshed; 16.3 raises those pins to 8.5.23 and ^0.35.3.
The remaining advisories (nanoid, js-yaml, brace-expansion, esbuild,
@babel/core, top-level postcss) resolve within existing semver ranges.
Declares tailwind-merge as a direct dependency. lib/cn.ts imports it, but it
previously resolved only by hoisting from fumadocs-ui, which dropped the
dependency in 16.14 -- leaving the import unresolvable on a clean install.
Builds now check out full git history so each page keeps its own
last-modified date instead of collapsing to the date of the deploy.
Ignores .claude/ local configuration.1 parent d1174cd commit 4675fd7
4 files changed
Lines changed: 1469 additions & 1297 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments