New Features
- Normalize property access for imports and exports by @bworline in #17137
- Top Level Await is now enabled by default by @burhanuday in #17192
Bug Fixes
- Correct
chunkgroup.groupsIterable
return type by @TheLarkInn in #17196 - Fix bug in Rule Matcher type by @alexander-akait in #17207
- Fixed apply event callback and optimizing callback event type by @nuintun in #16094
- Fix types in hot module replacement APIs by @alexander-akait in #17193
Developer Experience
- Expose
ChunkGroup
to type definitions by @TheLarkInn in #17201 - Add
NormalModuleFactory
'sResolveData
type to public interface by @TheLarkInn in #17195 - Document
compilation.afterChunks
hook by @TheLarkInn in #17202
Dependencies & Maintenance
- Bump @webassemblyjs/wasm-edit from 1.11.5 to 1.11.6 by @dependabot in #17168
- Bump wast-loader from 1.11.5 to 1.11.6 by @dependabot in #17163
- Bump yarn-deduplicate from 6.0.1 to 6.0.2 by @dependabot in #17184
- Fix command by @alexander-akait in #17154
- Bump @types/node from 18.16.3 to 20.1.7 by @dependabot in #17205
New Contributors
Full Changelog: v5.82.1...v5.83.0