Update dependency webpack to v5.83.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
webpack | devDependencies | minor | 5.82.1 -> 5.83.0 |
Release Notes
webpack/webpack
v5.83.0
New Features
- Normalize property access for imports and exports by @bworline in https://github.com/webpack/webpack/pull/17137
- Top Level Await is now enabled by default by @burhanuday in https://github.com/webpack/webpack/pull/17192
Bug Fixes
- Correct
chunkgroup.groupsIterable
return type by @TheLarkInn in https://github.com/webpack/webpack/pull/17196 - Fix bug in Rule Matcher type by @alexander-akait in https://github.com/webpack/webpack/pull/17207
- Fixed apply event callback and optimizing callback event type by @nuintun in https://github.com/webpack/webpack/pull/16094
- Fix types in hot module replacement APIs by @alexander-akait in https://github.com/webpack/webpack/pull/17193
Developer Experience
- Expose
ChunkGroup
to type definitions by @TheLarkInn in https://github.com/webpack/webpack/pull/17201 - Add
NormalModuleFactory
'sResolveData
type to public interface by @TheLarkInn in https://github.com/webpack/webpack/pull/17195 - Document
compilation.afterChunks
hook by @TheLarkInn in https://github.com/webpack/webpack/pull/17202
Dependencies & Maintenance
- Bump @webassemblyjs/wasm-edit from 1.11.5 to 1.11.6 by @dependabot in https://github.com/webpack/webpack/pull/17168
- Bump wast-loader from 1.11.5 to 1.11.6 by @dependabot in https://github.com/webpack/webpack/pull/17163
- Bump yarn-deduplicate from 6.0.1 to 6.0.2 by @dependabot in https://github.com/webpack/webpack/pull/17184
- Fix command by @alexander-akait in https://github.com/webpack/webpack/pull/17154
- Bump @types/node from 18.16.3 to 20.1.7 by @dependabot in https://github.com/webpack/webpack/pull/17205
New Contributors
- @bworline made their first contribution in https://github.com/webpack/webpack/pull/17137
- @nuintun made their first contribution in https://github.com/webpack/webpack/pull/16094
Full Changelog: https://github.com/webpack/webpack/compare/v5.82.1...v5.83.0
Configuration
-
If you want to rebase/retry this MR, check this box