Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency vite-plugin-ssr to v0.4.142 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite-plugin-ssr 0.4.131 -> 0.4.142 age adoption passing confidence

Release Notes

brillout/vite-plugin-ssr (vite-plugin-ssr)

v0.4.142

Compare Source

Bug Fixes
  • add vite-plugin-ssr -> Vike rename warning (fbc46ad)
  • improve invalid path alias error message (16e41f3)
  • improve invalid path alias handling (7d7b240)
  • improve manifest.json location (5baecef)
  • make URL parsing more robust for users shimming window in Node.js (b324757)
Features
  • provide new type PageContext and enable users to extend it (785821b)
Performance Improvements

v0.4.141

Compare Source

Bug Fixes
  • throw redirect(/some-url/, 301) (fix #​1104) (64f684f)
  • +config.h.js prerender flag (2c58da8)
  • add hint to error message upon invalid route string (c1537dc)
  • add missing config type to PageContextBuiltInServer (362d69c)
  • avoid overriding meta (f2ec4bd)
  • enable vike-* packages to seamlessly extend Config using interface merging (894c039)
  • external redirects (fix #​1103) (7343a85)
  • further discourage loading multiple versions (fix #​1108) (3a66e95)
  • further use colors instead of backtick in error messages (3cdb970)
  • further use colors instead of backtick in error messages (6739302)
  • further use colors instead of backtick in error messages (0f23c0d)
  • further use colors instead of backtick in error messages (b178539)
  • further use colors instead of backtick in error messages (2296914)
  • improve error message about non-default exports (58f8b2f)
  • improve error message upon code defined inside header files (687c5b2)
  • improve JSDoc of throw redirect() (2ce54a2)
  • improve log colors (b936aee)
  • improve serialization error message (1bedc8a)
  • improve wrong redirection usage error (83f8586)
  • intercept log for throw redirect() (950ebd0)
  • make inheritance check consider whole path segments (fix #​1109) (5bd8c1e)
  • set Page type to unknown instead of any by default (412a26a)
  • set pageContext.is404 upon throw render(404) (fix #​1107) (9dd96c3)
  • use colors instead of backtick in error messages (a052d52)
  • use colors instead of quotes in error messages (ceb7af8)
Features

v0.4.140

Compare Source

Bug Fixes
  • allow 410 status code (fix #​1097) (ac52a24)
  • log redirect target (afc81e9)
  • show log upon permanent redirect defined by config.redirects (4eb8f59)
Features

v0.4.139

Compare Source

Bug Fixes
  • forbid vite-tsconfig-paths (fix #​1060) (8192d28)
  • show iKnowThePerformanceRisksOfAsyncRouteFunctions deprecation warning (9fd3748)

v0.4.138

Compare Source

Bug Fixes
  • add null to onBeforeRender type (#​1075) (fefc63e)
  • enable adding urlParsed to passToClient without triggering hash warning (fix #​1092) (bee05be)
  • improve error message upon +page.js (c0979f2)
  • improve similar known config hint (9b55367)
  • improve urlParsed type (#​1092) (be471d4)
  • rename PageContextBuiltIn to PageContextBuiltInServer (49cd1e6)

v0.4.137

Compare Source

Bug Fixes
  • [V1 design] improve error messages (42e3b6c)
  • apply config.redirects to URL without Base URL (7202ab6)
  • check whether link is client-side routable only when strictly needed (#​1073) (575d48c)
  • don't call guard() hook for the error page (fix #​1090) (4013ac6)
  • don't pass _abortCaller to client-side (359bddf)
  • expose pageContext.abortStatusCode (#​1077) (1f7b92b)
  • improve RenderErrorPage() dev logging (2dbc2a2)
  • preserve URL origin upon URL path normalization redirection (3b43bb7)
  • remove superfluous Node.js dependency (fabbee3)
  • show RenderErrorPage() deprecation warning more prominently (6ba3a2a)
  • warn users that still use CJS (290403b)
Features

v0.4.136

Compare Source

Bug Fixes
Features

v0.4.135

Compare Source

Bug Fixes

v0.4.134

Compare Source

Bug Fixes
  • align vite(-plugin-ssr) tag colors (b71d927)
  • also install require shim in dev (40b6836)
  • also retrieve pageContext JSON when pageContextInit adds custom props (bbc6d12)
  • call client-side guard() hook after retrieving pageContext from server (fee58b2)
  • consolidate throw renderErrorPage() and throw renderUrl() into a single utility throw render() (#​926) (3c2be02)
  • fetch server-side pageContext before calling client-side onBeforeRender hook (c7d574c)
  • fix error page client-side rendering (cb82f14)
  • gracefully handle non-serializable pageContext values (9bedf61)
  • hide redirect() statusCode option (#​926) (5ae9243)
  • improve 404 hint (f9bd674)
  • improve client-side handling of non-serializable/missing pageContext value (ed5335f)
  • improve error message upon client runtime conflict (#​750) (62a4bf8)
  • improve error upon aborting pre-rendering (#​926) (3226c3e)
  • improve error upon invalid config.build.outDir (fix #​1046) (d958a41)
  • improve logging of abort errors (#​926) (61d3f71)
  • improve require shim (56fc5b3)
  • improve routes table (40818a6)
  • improve serialization error (b720277)
  • set includeAssetsImportedByServer to true by default (67aa8d4)
  • show warning instead of error upon dangerous HTML strings (#​999) (846a92e)
  • simplify and improve warning about error page missing (668e971)
  • use more nominal hook lifecycle for client-side error page rendering (145e9ba)
  • V1 design config HMR minor fix (ad15d8c)
Features

v0.4.133

Compare Source

Bug Fixes
  • also convert resolved config.build.outDir to POSIX path (#​935) (9ae9aa2)
  • don't assume UserConfig.build.outDir to be a POSIX path (#​935) (3f235bc)
  • forbid config value files to live in different environments (80ab2e2)
  • handle HMR for config dependency file removal/creation (1880172)
  • make CLI parsing more robust (fix #​990) (36ffa2b)
  • remove isNpmPackage() assertions from client-side bundle (2f35023)
  • respect disableAutoFullBuild: false (fix #​990) (36814e9)
  • support HMR for config file imports (53616d0)
  • tolerate missing global context (150f3ea)
  • tolerate non-conventional path aliases (461ea84)
  • workaround Vite swallowing handleHotUpdate() errors (81d2582)
Features
  • improve environment variables support (30d0027)

v0.4.132

Compare Source

Bug Fixes
  • [error-handling] ensure debug note is shown whenever an error is swallowed (4d2e482)
  • [V1 design] handle removed/added + files (6bd930c)
  • [V1 design] impose .h.js (744247a)
  • [V1 design] invalidate virtual modules upon removed/added + file (8e510da)
  • [V1 design] make Config['filesystemRoutingRoot'] a string (42b972f)
  • [V1 design] simplify Config type for non-header files (e13542b)
  • [V1 design] skip +*.telefunc.js files (fc97459)
  • add deprecation notice to wrong RenderErrorPage import (b82c51e)
  • add fixtures (75c42e9)
  • add JSDoc comment to RenderErrorPage() (47d43c2)
  • further swallow RenderErrorPage() error on the client-side (ef0e07c)
  • improve backwards compatibility of PageContextBuiltIn types (f1d0cf2)
  • improve error equivalence check (fddc417)
  • improve error message upon mixing a Web Stream with a Node.js Stream (#​933) (7ffb373)
  • lift need for importBuild.cjs when pre-rendering (fix #​935) (ec8b2f3)
  • prettify SWC errors (29b257d)
  • refactor error handling (4678f9f)
  • RenderErrorPage() without any options (880e65c)
  • soft-deprecate async onBeforeRoute() (7dd7428)
  • soft-deprecate Async Route Functions (a101a9c)
  • support ESM namespace imports in header files (fix #​945) (8be32b0)
  • update @​brillout/vite-plugin-import-build (b1ed09a)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants