- b80df42: Support packages that emit auxiliary assets such as WebAssembly files.
- 1ac5bff: Support packages that emit asset modules such as JSON, fonts, and images.
- b26393f: Add AbortSignal support so callers can cancel package installers and stop package analysis between build phases.
- de899ec: Build packages that publish TypeScript source files.
- 2fce8b3: Use Oxc with bounded concurrency to minify Rspack JavaScript bundles.
- 319c8e0: Always close the Rspack compiler when compilation fails without producing stats.
- 08cdf8b: Resolve package entry points exposed through the
svelteexport condition.
- 7b90e66: Require Node.js 22 or newer and validate compatibility on Node.js 22 and 24. Also harden package installation, errors, CLI compatibility, build isolation, and server shutdown.
- 66b540c: Upgrade the TypeScript, Vitest, Rspack, Prettier, and Oxlint toolchain while preserving package module resolution behavior.
- d91376e: Reduce peak build memory by serializing only the Rspack stats used for package and dependency sizes, and skip source serialization for failed compilations.
- c2ed23f: Skip Rspack module and source serialization when dependency sizes are not requested.
- 8694d28: Use Oxc with bounded concurrency for faster, lower-memory dependency size minification.
- de28dfb: Improve package export analysis by handling multi-output chunks and surfacing invalid exports clearly.