Bump vike from 0.4.227 to 0.4.228

Bumps vike from 0.4.227 to 0.4.228.

Changelog

Sourced from vike's changelog.

0.4.228 (2025-04-04)

Bug Fixes

  • add 404 page to prerenderContext.pageContexts (#2330) (455f310)
  • disable pluginModuleBanner when buid.minify isn't esbuild (#2315) (e36b916)
  • enable noExtraDir: false to force extra dir for 404 pages (#2339) (00509b3)
  • error message typo (44bdc9a)
  • further ensure data isn't written after stream is closed (fix #2334) (45216bc)
  • improve esbuild resolve debug logs (9b98fe0)
  • improve source map handling (#2308) (efaa943)
  • improve unknown CLI option error (#2302) (ac1ba36)
  • passthrough source map vike:pluginModuleBanner (#2300) (68a216b)
  • refactor & fix import resolving (#2328) (d3b8326)
  • resolve +client package path from root (fd94d22)
  • simplify and fix vike:pluginModuleBanner (fix #2338) (d082773)
  • support path aliases resolving outside of userRootDir (fix #2326) (77128be)
  • update @​brillout/vite-plugin-server-entry (#2337) (2d95128)
  • workaround for vite-plugin-vercel bug (fix #2342) (f991d58)

Features

Negligible breaking changes

[!NOTE] We recommend ignoring "negligible breaking changes" unless this version breaks your app, see Vike Versioning.

  • [Negligible][i18n][pre-rendering][onPrerenderStart()] A 404 pageContext is added to prerenderContext.pageContexts (using your pages/_error/+Page.js). This most likely won't break your app: the only difference is that you now generate not only /dist/client/404.html but also /dist/client/fr-FR/404.html, /dist/client/de-DE/404.html, ...
Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading