Update dependency webpack to ^4.42.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
webpack | devDependencies | minor | ^4.42.0 | source | |
@types/webpack | devDependencies | patch | 4.41.7 | source |
Release Notes
webpack/webpack
v4.42.0
Bugfixes
- Disable constant replacements in
"use asm"
scope - Update schema to disallow functions for
output.hotUpdateChunkFilename
as this doesn't work - Hoist exports in concatenated module to handle circular references with non-concatenated modules correctly
- Flag all modules as used in DLLs to fix missing exports
v4.41.6
Bugfixes
- Windows network paths are considered as absolute paths
- fix hanging of FlagDependencyExportsPlugin when using
export *
in a circular matter
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.