Skip to content

Commit

Permalink
chore(preact): upgrade @preact/preset-vite (#12950)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Kane <m@mk.gg>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
  • Loading branch information
3 people authored Feb 3, 2025
1 parent 7ccf950 commit c497491
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 44 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-pots-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/preact': patch
---

Upgrades `@preact/preset-vite`
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// manually bumping deps
"@biomejs/biome",
"@types/node",
"@preact/preset-vite", // v2.8.3 starts to use Vite's esbuild for perf, but this conflicts with the react plugin
"astro-embed", // TODO: investigate upgrade (zod import issues with atproto)
"drizzle-orm", // TODO: investigate upgrade (has type issues)
"sharp",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
"@preact/preset-vite": "2.8.2",
"@preact/preset-vite": "^2.10.1",
"@preact/signals": "^2.0.1",
"babel-plugin-transform-hook-names": "^1.0.2",
"preact-render-to-string": "^6.5.13",
Expand Down
71 changes: 29 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c497491

Please sign in to comment.