Update Jul 30, 2026 tracked by Updatify
8.2.0 (2026-07-30)
Features
-
add
inputtoserver.fs.allow(#23035) (95a3cda) - bundled-dev: reload once after rebuild instead of via the fallback page (#23106) (b24381d)
- bundled-dev: support worker file update accepted by HMR (#23068) (0d04351)
- config: include column in config incompatibility location (#23064) (8a24572)
- dev: resolve interface name for explicit host in network URLs (#22965) (3ac77d9)
-
add
inputoption (#22642) (9beae37) - config: warn features incompatible with native loader in bundle loader (#22850) (05302b0)
- css: export PostCSS config type for type-safe configs (#22792) (302c755)
- dev: label network URLs with their interface name (#22830) (78accc4)
- optimizer: support aube lockfile (#22813) (6319827)
- optimizer: support nub lockfile (#22891) (65d3604)
- update rolldown-related dependencies and use client-side HMR in bundled-dev (#22961) (960e9ef)
- wasm: expand test suite, unwrap WebAssembly.Global and enable js-string builtins (#22674) (9e79b51)
Bug Fixes
- bundledDev: print build errors to the terminal when an HMR update fails (#23024) (41c4658)
- deps: update all non-major dependencies (#23069) (4c07b74)
- hmr: preserve environment snapshot during server restart (#22992) (b1186c3)
- importAnalysis: interop imports injected into optimized dep files by plugins (#23029) (8c2a87d)
-
module-runner: keep stack trace interception working when
Object.prototypeis frozen (#23073) (599c5b0) - server: strip base in indexHtml module graph lookup (#22932) (fa005d1)
- support resolving top-level input option with plugins (#23101) (41df81a)
- build: map CSS chunks in chunk import maps (fix #22946) (#22947) (e16ff3a)
- config: exclude virtual modules from native config compat check (#22979) (2ced1fe)
- css: rewrite urls in OnceExit-injected content (#22983) (abb793e)
- deps: update all non-major dependencies (#22985) (04f345b)
- deps: update dependency magic-string to v1 (#22998) (c60b4d7)
- hmr: remove hot data after prune (#23002) (be96316)
- resolve root to real path (#22832) (55bba7b)
Performance Improvements
- config: skip native config compat check when warning is ignored (#23000) (18535d1)
- optimizer: check popular package manager lockfiles first (#22909) (14fcb66)
Documentation
- config: correct cacheDir default fallback description (#23060) (aafa103)
-
remove
@experimentalfromresolve.tsconfigPathsJSDoc (#23006) (961643a)