[1.0.0-beta.18] - 2025-06-19
🚀 Features
- advancedChunks: no need to include dependencies for
PreserveEntrySignatures::Falsetoo (#5005) by @hyf0 - analyze commonjs module side effects and remove unused module (#5003) by @IWANABETHATGUY
- specially handling commonjs export stmt side effects (#5002) by @IWANABETHATGUY
- rolldown: oxc v0.73.2 (#5000) by @Boshen
- debug: attach both
session_idandbuild_idto debug events (#4994) by @hyf0
🐛 Bug Fixes
- rolldown_plugin_import_glob: correctly handle alias glob patterns (#5007) by @shulaoda
- rolldown_plugin_alias: correctly handle
resolved_id(#5006) by @shulaoda - imported namespace is missing after external import namespace merging (#4999) by @IWANABETHATGUY
- node: add
experimental.viteModeto option validator (#4996) by @sapphi-red - plugin/vite-resolve: optional peer dep id parse error (#4995) by @sapphi-red
🚜 Refactor
- debug: remove extra mechanism for passing
session_idand unnecessary passing of spans (#5001) by @hyf0
📚 Documentation
- update description about directive handling (#4992) by @IWANABETHATGUY