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

chore(deps): bump vite-plugin-ssr to ^0.4.0 #51

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite-plugin-ssr ^0.3.1 -> ^0.4.0 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

v0.4.131

Compare Source

Bug Fixes
  • [V1 design] add config npm dependencies to optimizeDeps.include (2b4a84a)
  • [V1 design] ignore backup files (062b064)
  • [V1 design] implement filesystem routing for npm package root imports (ce04fdb)
  • [V1 design] improve error handling when extends import cannot be (e70b362)
  • [V1 design] improve type handling of non-header config files (fa18331)
  • add .page.server.js?extractAssets to Rollup entries (fix #​911) (078a2c7)
  • improve dist/ file names (d042d69)
  • improve handling of manually triggering pre-rendering while config prerender is false (f4a7f55)
  • recommend path aliases to follow # prefix convention (2fc2193)

v0.4.130

Compare Source

Bug Fixes
  • [V1 design] refactor DX of non-header configs (26342dd)

v0.4.129

Compare Source

Bug Fixes
  • add computed URL props as non-enumerable when pre-rendering (fix #​914) (2784ac9)
  • improve debug infos upon manifest miss (#​911) (c3975e3)
  • improve error message upon malformed HTML (fix #​913) (a6799d1)
  • improve error message upon setting pageContext.is404 (fix #​912) (7b0d31d)
  • refactor and fix render hook validation (20ae8ad)
  • update links to docs (bf38acc)

v0.4.128

Compare Source

Bug Fixes
  • temporarily disable non-header file warning (bdc07e3)

v0.4.127

Compare Source

Bug Fixes
  • [V1 design] add configElement for side exports (fix #​904) (2c83f7b)
  • [V1 design] don't serialize config-only configs (943accb)
  • [V1 design] implement JavaScript header files .h.js, and Path (5ced26a)
  • [V1 design] improve warning upon invalid +config.js (8fa9aa5)
  • [V1 design] make +meta.js work (81f07c4)
  • [V1 design] make eager loading of value files optional (cdfd079)
  • [V1 design] refactor invalidation logic (3fed5d2)
  • fix error message upon unknown config (fix #​909) (4b02857)
  • improve require() shim (f095b02)

v0.4.126

Compare Source

Bug Fixes
  • [V1 design] catch extends infinite loop (bf6a22a)
  • [V1 design] don't assume meta effect() to target an existing config element (cec8abb)
  • [V1 design] fix configDefinedAt (5f00714)
  • [V1 design] fix prerender config handling (ee7ad7a)
  • [V1 design] implement filesystemRoutingRoot (d15142a)
  • [V1 design] improve effect() implementation (3363e1f)
  • [V1 design] improve error message upon wrong config value type (4d1be16)
  • be more loose in what interface files are considered global (fix #​897) (de7014f)
  • make config inheritance more robust (fix #​897) (9fccc6f)

v0.4.125

Compare Source

Bug Fixes
  • [V1 design] implement partial pre-rendering warning for V1 design (2bd69f0)
  • [V1 design] print real hook name (189974c)
  • [V1 design] print real hook name (dca30fd)
  • expect pageId to be a npm package (532ceaa)
  • improve handling of undefined and null HTML variables (648ed9a)
  • in dev, warn when escaping HTML (fix #​865) (038f544)

v0.4.124

Compare Source

Bug Fixes
  • [V1 design] support export { frontmatter } in .mdx files (fix #​869) (9833afa)
  • fix internal assertion about eager loading of configValue (fix #​874) (51f1c80)
  • fix prefetchLinks deprecation notice (a4b2694)
  • further improve error message upon incorrect setup (#​886) (2eb6511)
  • handle edge case when user wrongfully tries to use require() in Vite land (fix #​879) (896b22e)
  • improve error message upon incorrect setup (#​886) (0096e93)
  • improve error message upon invalid URL provided by onBeforeRoute() (fix #​887) (7def153)
  • improve prefetchStaticAssets setting values (#​889) (74225a8)
  • improve wrong re-export error message (#​864) (6ca3639)
  • link to ?extractExportNames bug workaround (closes #​864) (a2a4880)
Features

v0.4.123

Compare Source

Bug Fixes

v0.4.122

Compare Source

Bug Fixes
  • [V1 design] consolidate route validation (8004aa9)
  • [V1 design] support aliased imports in +config.js (fix #​852) (3a664b0)
  • improve code splitting rule handling (fix #​848) (ccf11aa)

v0.4.121

Compare Source

Bug Fixes
  • [V1 design] improve error hanlding upon wrong import path (fix #​843) (676b7e3)
  • [V1 design] warn instead of fail upon unrespected export rule (#​844) (06b449e)
  • ignore export { _rerender_only } (fix #​844) (7144fdb)
  • remove unnecessary error hanlding edge case (#​843) (92009e5)

v0.4.120

Compare Source

Bug Fixes
  • filesystem routing between page configs and config value files (fix #​831) (21fac73)

v0.4.119

Compare Source

Bug Fixes
  • [V1 design] add warning when defining global configs in +config.js (7320170)
  • [V1 design] improve warning when global hook is defined by + file (fa39dd8)
  • [V1 design] remove global configs from Config type (0fcd1c8)
  • [V1 design] remove obsolete path strings (2140e1f)
  • improve handling of pre-rendering toggle contradiction (121f27d)
  • support Vercel Edge Runtime (fix #​828) (84f1fde)
  • use closeBundle() to force exit (fix #​807) (964577d)
  • warn instead of throw upon wrong html template var type (05a25d0)

v0.4.118

Compare Source

Bug Fixes
  • [V1 design] properly handle empty string config values (fix #​817) (60f7b34)
  • add page files to server entries on the server-side as well (cc293e6)
  • apply pre-render force exit in a last-order Rollup hook (#​807) (7d50676)
  • ensure each client entry gets bundle (#​820) (a5b47af)
  • improve dist/ filenames (cbd38b4)
  • revert autoFullBuild sequential pre order (4df2571)
  • set autoFullBuild Rollup hooks as sequential (#​807) (a2bc5fa)

v0.4.117

Compare Source

Bug Fixes
  • [V1 design] implement config filesystem overriding (fix #​812) (f9d826c)

v0.4.116

Compare Source

Bug Fixes
  • [V1 design] expose types Meta and Effect (6a581a1)
  • [V1 design] use portable syntax for temp generated files (fix #​800) (39ec890)
  • [V1 Design] workaround Vite bug when process.cwd() !== config.root (48e75ec)
  • always set pageContext.is404 when rendering error page on the client-side (fix #​806) (dbfb0f7)
  • clean stack traces only for Node.js (8161b54)
  • force exit pre-rendering (fix #​807) (8aedcaa)
  • improve chunk asset name (fb34270)
  • improve contradictory env warning (#​792) (58ccdcd)
  • improve wrong NODE_ENV warning (472a16d)
  • skip warning when process.env.NODE_ENV === "test" (3c910c0)
  • support tauri:// protocol (#​808) (f7afe16)
  • tolerate URL with missing pathname (#​808) (fc76ffe)

v0.4.115

Compare Source

Bug Fixes
  • [V1 Design] tolerate vite-plugin-solid transformation on + files (5cbfcbe)
  • add Vite dev log messages in CI logs (b5d2a6f)
  • add warning upon unexpected process.env.NODE_ENV value (#​792) (b0c1588)
  • add warning when renderPage() is called with Vite client request (#​792) (e5e670b)
  • ensure asset name to be file name and not file path (fix #​794) (b84d67f)
  • improve passToClient hint (5935e81)
  • improve wrong import path error (6e8492a)

v0.4.114

Compare Source

Bug Fixes

v0.4.113

Compare Source

Bug Fixes
  • [V1 design] implement filesystem route for npm package imports (0b42eba)
  • fix type export path (fix #​785) (34e2e86)
  • further tolerate PWA manifest workaround (fix #​769) (2a50fba)
  • improve error message when trying to prerender while prerender isn't enabled (#​773) (b60420b)
  • make early hint deduping support CDN deployments (fix #​775) (b547ca1)

v0.4.112

Compare Source

Bug Fixes
  • normalize chunkInfo.facadeModuleId (fix #​771) (b8eb4f1)
  • replace node path with pathe library (ccc65ce)
  • tolerate PWA manifest workaround (fix #​769) (4f9992d)
  • use simple path shim (f0234ee)
  • use updated dependencies that don't depend on Node.js (f00a096)

v0.4.111

Compare Source

Bug Fixes
  • [V1 Design] fix pageConfigFile consolidation (467a225)
  • [V1 Design] improve error message upon wrong exports (a639121)
  • [V1 design] replace isErrorPage: true with _error/ convention (ce185e0)
  • [V1 Design] support multiple imports from same file in +config.js (5ffaae7)
  • [V1 Design] support prefetchStaticAssets (7840f60)
  • [V1 design] warn upon unrespected import rule (8ea6a40)
  • improve client runtime assertions (#​750) (caab024)
  • improve new frontend deployment handling (1bda80f)
  • refactor types building and exporting (d4cde57)

v0.4.110

Compare Source

Bug Fixes
  • add JSDoc (be87309)
  • workaround TypeScript auto-importing re-export target (9f39733)

v0.4.109

Compare Source

Bug Fixes
  • [V1 Design] rename pageContext.configEntries[number].configOrigin -> pageContext.configEntries[number].configDefinedAt (b46df9d)
  • [V1 Design] rename pageContext.configList -> pageContext.configEntries (c5e4215)
  • move all types to vite-plugin-ssr/types (d36bfcf)

v0.4.108

Compare Source

Bug Fixes
  • export type ConfigList (9847a04)
  • tolerate VPS frameworks to remove the + symbol (8a9a93e)

v0.4.107

Compare Source

Bug Fixes
  • [v1] impl pageContext.config and pageContext.configAll (38187a3)
  • always add VPS to ssr.external (472652f)
  • suppress warning about removing "use client"; directives (fix #​746) (e0a1f66)

[v0.4.106](https://t


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/vite-plugin-ssr-0.x branch from 71f752e to 065df6e Compare November 20, 2022 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants