chore(deps): update dependency webpack to v5.12.1 #453
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.11.1
->5.12.1
Release Notes
webpack/webpack
v5.12.1
Compare Source
Bugfixes
var
libraryv5.12.0
Compare Source
Features
experiments.layers
entry.xxx.layer: "name-of-layer"
allows to set the layer for an entrypointmodule.rules[].issuerLayer: RuleCondition
allows to filter/match by layer of issuermodule.rules[].layer: "name-of-layer"
allows to set the layer of an modulesplitChunks.cacheGroups.xxx.layer
allows to select modules by layerexternals.byLayer["name-of-layer"]
allows to specify externals by layerexternals.byLayer: (layer) => ...
allows to specify externals by layerexternals
function has an additional argument propertycontextInfo
which contains info about the issuer (e. g. the layer)module.parser
andmodule.generator
options to allow to specify parser/generator options globally per module typechunkId
variable available in script tag hook (like it was with webpack 4)Bugfixes
stats.nestedModulesSpace
to schema to allow to specify this optionnew.target
with constantssplitChunk
minSize
is not handled correctlysplitChunk
cacheGroups
is not handled correctlyDeveloper experience
Contributing
Renovate configuration
📅 Schedule: "before 3am every weekend" (UTC).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.