Skip to content

Commit c5d5a7f

Browse files
committed
fix(deps): clear remaining 14 website dependabot advisories
Sweep of website/ deps to latest within ranges, plus a vite downgrade from 8 -> 7 to match astro's transitive vite (7.3.2) and avoid a rolldown regression with @tailwindcss/vite 4.2.4. Closes alerts #28 #29 #30 #31 #33 #34 #35 #36 #37 #38 #39 #40 #44 #48 covering vite, picomatch, postcss, yaml, astro, smol-toml. - vite ^8.0.1 -> ^7.3.2 (drops the now-redundant vite 8 lineage; astro pulls 7.3.2 transitively, which is the patched version) - astro 6.0.6 -> 6.2.2 (#44) - @tailwindcss/vite 4.2.2 -> 4.2.4 - smol-toml: lockfile bump to 1.6.1 (#28) - postcss: lockfile bump to 8.5.14 (#48) - picomatch: lockfile bumps to 2.3.2 + 4.0.4 (#29 #30 #39 #40) - yaml is now omitted entirely (it was an optional vite peer) Verified: pnpm build succeeds; no @tailwindcss/vite peer-dep warnings.
1 parent ba97a1f commit c5d5a7f

2 files changed

Lines changed: 830 additions & 1072 deletions

File tree

website/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,30 @@
1111
"preview": "wrangler dev"
1212
},
1313
"dependencies": {
14-
"@astrojs/markdoc": "^1.0.2",
15-
"@astrojs/sitemap": "^3.7.1",
14+
"@astrojs/markdoc": "^1.0.4",
15+
"@astrojs/sitemap": "^3.7.2",
1616
"@fontsource-variable/jetbrains-mono": "^5.2.8",
1717
"@fontsource/dm-serif-display": "^5.2.8",
1818
"@fontsource/inter": "^5.2.8",
19-
"@iconify-json/lucide": "^1.2.98",
19+
"@iconify-json/lucide": "^1.2.105",
2020
"@iconify-json/ph": "^1.2.2",
2121
"@resvg/resvg-js": "^2.6.2",
22-
"@tailwindcss/vite": "^4.2.2",
23-
"astro": "^6.0.6",
22+
"@tailwindcss/vite": "^4.2.4",
23+
"astro": "^6.2.2",
2424
"astro-icon": "^1.1.5",
25-
"astro-pagefind": "^1.8.5",
25+
"astro-pagefind": "^1.8.6",
2626
"class-variance-authority": "^0.7.1",
2727
"clsx": "^2.1.1",
28-
"satori": "^0.25.0",
28+
"satori": "^0.26.0",
2929
"shiki": "^4.0.2",
3030
"tailwind-merge": "^3.5.0",
31-
"tailwindcss": "^4.2.2"
31+
"tailwindcss": "^4.2.4"
3232
},
3333
"devDependencies": {
34-
"oxfmt": "^0.41.0",
35-
"oxlint": "^1.56.0",
36-
"vite": "^8.0.1",
37-
"wrangler": "^4.75.0"
34+
"oxfmt": "^0.48.0",
35+
"oxlint": "^1.63.0",
36+
"vite": "^7.3.2",
37+
"wrangler": "^4.88.0"
3838
},
3939
"packageManager": "pnpm@10.30.2"
4040
}

0 commit comments

Comments
 (0)