Update dependency webpack to v5.86.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| webpack | devDependencies | minor | 5.85.1 -> 5.86.0 |
Release Notes
webpack/webpack
v5.86.0
New Features
- Improved cache size performance via better handling of serialization for errors and bigints by @alexander-akait in https://github.com/webpack/webpack/pull/17282
- Introduce an export default handler function option for
ProgressPluginby @alexander-akait in https://github.com/webpack/webpack/pull/17312 - Support passing
RegExptosplitChunks.chunksby @hyf0 in https://github.com/webpack/webpack/pull/17332
Bug Fixes
- Fix layer capabilities for
ContextModuletypes by @huozhi in https://github.com/webpack/webpack/pull/17310 - Fix compatibility of
__non_webpack_require__with ES modules by @alexander-akait in https://github.com/webpack/webpack/pull/17308 - Improve type coverage
Chunk,ChunkGroup, and other plugins by @alexander-akait in https://github.com/webpack/webpack/pull/1731 - Do not add
jsextension for eval source maps when extension is not resolvable by @alexander-akait in https://github.com/webpack/webpack/pull/17331
Developer Experience
- Improve type coverage for Json Module type and lazy load json-assertions package by @alexander-akait in https://github.com/webpack/webpack/pull/17301
Dependencies & Maintenance
- Bump memfs from 3.5.1 to 3.5.2 by @dependabot in https://github.com/webpack/webpack/pull/17315
- Bump webpack-cli from 5.1.1 to 5.1.3 by @dependabot in https://github.com/webpack/webpack/pull/17314
- Bump eslint from 8.41.0 to 8.42.0 by @dependabot in https://github.com/webpack/webpack/pull/17313
New Contributors
- @huozhi made their first contribution in https://github.com/webpack/webpack/pull/17310
- @hyf0 made their first contribution in https://github.com/webpack/webpack/pull/17332
Full Changelog: https://github.com/webpack/webpack/compare/v5.85.1...v5.86.0
Configuration
-
If you want to rebase/retry this MR, check this box