Update dependency @types/webpack to v4.4.29
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
@types/webpack | devDependencies | patch | 4.4.29 | source | |
webpack | devDependencies | minor | ^4.30.0 | source |
Release Notes
webpack/webpack
v4.30.0
Features
- add
amd: false
to disable AMD support -
Compilation.hooks.finishModules
now also allows async plugins - add
output.libraryTarget: "system"
to compile for SystemJs environment
Bugfixes
- fix generating a
null
id when concatenating an entry module in a different chunk - fix unneeded chunk references when splitting modules from chunks
- fix parsing of function name in function scope
Performance
- Lazy require some internal files
- Faster way to generate function headers
Contributing
- Run prettier on examples markdown
v4.29.6
Bugfixes
- typeof
__webpack_require__
andrequire.onError
is no longer evaluated toundefined
and evaluation is done at runtime instead. -
this
value inmodule.hot.accept
with imported dependency is correctly preserved. - webassemblyjs updated to latest version
Contributing
- added a linting step to ensure all dependencies resolve to
npm
modules
v4.29.5
Bugfixes
- update
@webassemblyjs
to remove git dependency
v4.29.4
Bugfixes
- update
@webassemblyjs
for bugfixes
v4.29.3
Bugfixes
- fixes a bug where
import()
context uses__webpack_require__.e
, but it is not in the runtime - WebpackErrors now console.log correctly in node > 10
v4.29.2
Internal changes
- update dependencies
v4.29.1
Bugfixes
- add missing
__esModule
flag when modules are concatenated, but without usage information
v4.29.0
Important Note for npm users
This release updates some dependencies, which may trigger a npm bug. See here for the webpack issue. The npm bug has been fixed, but a new npm version has not been released yet.
For workarounds see this comment.
Eventually the fix will be to upgrade npm once the bugfix is released.
Features
- update acorn to v6
- limit the number of in parallel written output files to 15
- add
output.futureEmitAssets
which gives the emitting logic of webpack 5- assets are replaced with SizeOnlySources
- reading assets after emitting is no longer allowed
- This allows memory to be garbage-collected
v4.28.4
Bugfixes
-
ProfilingPlugin
creates output path if not existing - fixed support for arrow function functions for
optimization.minimizer
- failed hooks is now also called when
run()
fails
v4.28.3
Bugfixes
- ProfilingPlugin creates the output folder if necessary
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.