Bump webpack from 5.89.0 to 5.90.1
Bumps webpack from 5.89.0 to 5.90.1.
Release notes
Sourced from webpack's releases.
v5.90.1
Bug Fixes
- set
unmanagedPaths
in defaults- correct
preOrderIndex
andpostOrderIndex
- add fallback for MIME mismatch error in async wasm loading
- browsers versions of ECMA features
Performance
- optimize
compareStringsNumeric
- optimize
numberHash
using 32-bit FNV1a for small ranges, 64-bit for larger- reuse VM context across webpack magic comments
v5.90.0
Bug Fixes
- Fixed inner graph for classes
- Optimized
RemoveParentModulesPlugin
via bigint arithmetic- Fixed worklet detection in production mode
- Fixed an error for cyclic importModule
- Fixed types for
Server
andDirent
- Added the
fetchPriority
to hmr runtime'sensureChunk
function- Don't warn about dynamic import for build dependencies
- External module generation respects the
output.environment.arrowFunction
option- Fixed consumimng shared runtime module logic
- Fixed a runtime logic of multiple chunks
- Fixed destructing assignment of dynamic import json file
- Passing errors array for a module hash
- Added
/*#__PURE__*/
to generatedJSON.parse()
- Generated a library manifest after clean plugin
- Fixed non
amd
externals andamd
library- Fixed a bug in
SideEffectsFlagPlugin
with namespace re-exports- Fixed an error message for condition
or
- The
strictModuleErrorHandling
is now working- Clean up child compilation chunk graph to avoid memory leak
- [CSS] - Fixed CSS import prefer relative resolution
- [CSS] - Fixed CSS runtime chunk loading error message
New Features
- Allow to set
false
for dev server inwebpack.config.js
- Added a warning for async external when not supported
- Added a warning for async module when not supported
- Added the
node-module
option for thenode.__filename/__dirname
and enable it by default for ESM target- Added the
snapshot.unmanagedPaths
option- Exposed the
MultiCompilerOptions
type- [CSS] - Added CSS parser options to enable/disable named exports
- [CSS] - Moved CSS the
exportsOnly
option to CSS generator options
... (truncated)
Commits
-
0877076
chore(release): 5.90.1 -
c6e8b70
perf: reuse VM context across webpack magic comments -
7cbf145
fix(types): update -
cc6a628
fix: browsers versions of ECMA features -
41b453e
perf: optimizenumberHash
using 32-bit FNV1a for small ranges, 64-bit for l... -
dc9b86f
chore(deps): bump codecov/codecov-action from 3 to 4 -
316da8f
chore(deps): bump codecov/codecov-action from 3 to 4 -
fbf92fe
Reuse VM context across webpack magic comments -
05f4412
Update test cases -
cd6d64e
Adjust threshold - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts