Open
Conversation
Deploying launchpad with
|
| Latest commit: |
7d12a9d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e04b6230.launchpad-2u8.pages.dev |
| Branch Preview URL: | https://renovate-nitro-3-x.launchpad-2u8.pages.dev |
19c49e3 to
7d12a9d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.1-alpha.1→3.0.1-alpha.2Release Notes
nitrojs/nitro (nitro)
v3.0.1-alpha.2Compare Source
🔋 This release contains many improvements since the alpha.1 release.
⏳ We took extra time to ensure everything works well by testing against real-world projects using Nitro v3.
🎯 We are closer to Beta now. Expect more regular v3 releases!
💬 Join the Nitro Discord for discussions and to report any issues you encounter with Nitro v3 alpha.
🌟 What’s new?
🔥 Rolldown-optimized
We optimized all internal and built-in Nitro plugins and configurations for first-class Rolldown support. We recommend that everyone migrate to rolldown and
vite@beta, powered by rolldown.📦 Dependencies are bundled by default
Nitro always generates an optimized and portable build output, containing all of your production dependencies.
Previously, all dependencies were copied (traced) into
.output/server/node_modulesunless configured to be inlined (bundled).After adopting Rolldown, we found that bundling produces a more optimized and predictable output, but also is WAY faster to bundle dependencies with Rolldown rather than tracing (copying) them. Nitro now bundles dependencies by default using Rolldown (or Rollup).
Nitro has a built-in list of known dependencies with native Node.js bindings or incompatibilities. Only those dependencies are traced.
⚛ React Server Components Support
Thanks to @hi-ogawa, you can now use Nitro with
@vitejs/plugin-rsc.⬆️ Migration
We have added an experimental feature to support path aliases from
tsconfig.json. The experimental flag is now disabled by default.With
vite@beta, you can use rolldown's native support:Changes
nodeModulesDirs(#3798)experimental.tsconfigPaths(#3859)nitro/deps/*(#3878)🚀 Enhancements
manifest.deploymentId(#3792)ServerRequestfromnitro/types (#3785)netlify.configoptions namespace (#3794)serverEntryconfig (#3795)_libchunks (#3849)exports.cloudflare.ts(#3834)renderer: falseconfig (#3822)cfcontext (#3904)req.ip(#3952, #3946)rolldownConfig(#3887)🔥 Performance
nodeModulesDirs(#3798)unimport(e20c92d9)🩹 Fixes
node:imports as external (1d48539f)oxc-transformimport (6382d116)platformconfig (cd142cc3)externalConditions(28aa37cd)noExternalfor server envs (d34a0450)transfer-encodingheader from worker (33acd73f)nitro/meta(8039866b)http.requestto supportsocketPathin dev fetch (#3268)devServerconfig (#3881)modulecondition andmainfields for bundling (#3886)rou3compilation by options hash (#3890)undefinedfrom array nodes (#3894)opts.jsonwhenfalsefor error handler (#3920)pgdependency (0e06c714)node_modules/.*as lib chunk (22bd0c63)💅 Refactors
nf3usage (c1bca694)experimental.tsconfigPaths(#3859)#runtimesubpath import (#3860)vite@8support (#3867)DeepPartial(#3888)📖 Documentation
serverDir(#3812)bun.lockfor lockfile (#3816)defineNitroPluginreferences (#3857)NITRO_env prefix requirement (#3906)❤️ Contributors
Configuration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.