fix(deps): update dependency webpack to v5.94.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
webpack | dependencies | minor | 5.93.0 -> 5.94.0 |
Release Notes
webpack/webpack (webpack)
v5.94.0
Bug Fixes
- Added runtime condition for harmony reexport checked
- Handle properly
data
/http
/https
protocols in source maps - Make
bigint
optimistic when browserslist not found - Move @types/eslint-scope to dev deps
- Related in asset stats is now always an array when no related found
- Handle ASI for export declarations
- Mangle destruction incorrect with export named default properly
- Fixed unexpected asi generation with sequence expression
- Fixed a lot of types
New Features
- Added new external type "module-import"
- Support
webpackIgnore
fornew URL()
construction - [CSS]
@import
pathinfo support
Security
- Fixed DOM clobbering in auto public path
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.