Bump vike from 0.4.193 to 0.4.194
Bumps vike from 0.4.193 to 0.4.194.
Changelog
Sourced from vike's changelog.
0.4.194 (2024-09-04)
Bug Fixes
- add avif mediatype (#1832) (38002cb)
- always generate an HTTP response
pageContext.httpResponse
(#1848) (b45c154)- disallow onRenderHtml() to return null/undefined (57a2eba)
- don't skip invalid URL but throw error instead (2800dff)
- enforce Base URL instead of showing warning (8c7c0f4)
- gracefully handle favicon.ico 404 requests (ff39218)
- improve eslint exports workaround (fix #1838) (c1d490a)
- improve renderPage() validation error messages (3f4f218)
- improve Vite request URL check (9bb3c2d)
- prettify logged URL (787bd2d)
- remove faulty assert() (fix #1828) (408f798)
- remove log clearing (bb6a6c2)
- throw error upon wrong vite setup (a8b636d)
- update
@brillout/vite-plugin-server-entry
(dd850ef)Features
- [experimental] pageContext._previousPageContext (91f6e68)
Commits
-
e427023
release: v0.4.194 -
b45c154
fix: always generate an HTTP responsepageContext.httpResponse
(#1848) -
57a2eba
fix: disallow onRenderHtml() to return null/undefined -
8c7c0f4
fix: enforce Base URL instead of showing warning -
591a459
minor -
25af82b
minor -
930bf41
minor refactor -
a1b718f
update to-do -
e9094c4
docs: update 2024-09 releases -
7ec257d
minor refactor - Additional commits viewable in compare view
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