chore(deps): update dependency webpack to v5 #75
Closed
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:
^4.46.0
->^5.26.3
Release Notes
webpack/webpack
v5.26.3
Compare Source
v5.26.2
Compare Source
Bugfixes
v5.26.1
Compare Source
Bugfixes
Set.addAll
polyfill../
when generation the undo path for non-web targetsv5.26.0
Compare Source
Features
DefinePlugin.runtimeValue
(file/context/missing/buildDependencies, version)Bugfixes
v5.25.1
Compare Source
Bugfixes
type: "module"
for Workers when generating classic scriptsv5.25.0
Compare Source
Features
__webpack_runtime_id__
to access the current runtime idoutput.strictModuleErrorHandling
to opt into stricter evaluation error handling semantics according to ESM specnew URL()
this will result in an url to a empty file ("data:,"
)module.generator.asset.emit
option to disable creating assets from asset modules (e. g. for SSR)Bugfixes
splitChunks.maxSize
where negative indicies are accessedsplitChunks.maxSize
in some cases when multiple size types are involvedDeprecations
output.strictModuleExceptionHandling
(this is the CommonJS way of handling errors, and the name is weird)v5.24.4
Compare Source
Bugfixes
externals
"..."
in array configuration options when it's not at the startv5.24.3
Compare Source
Bugfixes
v5.24.2
Compare Source
Bugfixes
modifiedFiles
andremovedFiles
were undefinedv5.24.1
Compare Source
Performance
Developer Experience
v5.24.0
Compare Source
Bugfixes
export *
that point to the same exportexperiments.lazyCompilation: true
. It now has an effect.Developer Experience
Watching
typeContribution
Performance
v5.23.0
Compare Source
Features
parserOptions.url: "relative"
optionnew URL
(e. g. for SSG/SSR)Bugfixes
Developer Experience
v5.22.0
Compare Source
Features
'...'
string instead of"..."
(only affects output side when not minimized)dependencies
configuration option now works for watch builds toodependencies
has changeddependencies
have finishedparallelism
config option on the array of configurations to limit the compilers that are running in parallelDeveloper Experience
Did you mean ...
) to resolve errors whenenforceExtension
./
depend(s)On
it, webpack no longer crashes with a weird errorBugfixes
"sideEffects": false
this.loadModule
(loader) and the loaded module has errorsoutput.iife: false
define
for local modules and arrow functions are supporteddefine
function, which missed declarations beforeexport { x }
is before pure declarationconst x = /*#__PURE__*/ f()
Contribution
Experiments
output.library: { type: "module" }
(experiments.outputModule: true
)export { ... }
now, but that can't handle live-bindings yetv5.21.2
Compare Source
Bugfixes
constructor
property now caches correctlylength
property now works correctlyv5.21.1
Compare Source
Bugfixes
v5.21.0
Compare Source
Features
__webpack_base_uri__
to change base URI at runtimestats.errorDetails: "auto"
to show error details automatically when there are only 1 or 2 errorsBugfixes
Developer Experience
stats.errorDetails
to"auto"
when usingtoString
Did you mean ...?
and similar hints are shown in greenv5.20.2
Compare Source
Bugfixes
undefined
filesv5.20.1
Compare Source
Bugfix
Caching failed for pack: RangeError [ERR_OUT_OF_RANGE]
warning when serializing the cachev5.20.0
Compare Source
Features
experiments.lazyCompilation.imports
to disable lazy compilation ofimport()
sexperiments.lazyCompilation.test
to allow custom selection of modules that should be lazy compiledprofile: true
resp.--profile
webpack will now print a summary of expensive modules or loadersBugfixes
experiments.lazyCompilation.client
now works as intended__webpack_require__ is not defined
Developer Experience
EntryObject
type in typingspkg-dir
dependencyv5.19.0
Compare Source
Features
exposes
forModuleFederationPlugin
Bugfixes
options
forProgressPlugin
optional in typingsPerformance
v5.18.0
Compare Source
Internals
React.createElement
)v5.17.0
Compare Source
Features
experiments.lazyCompilation: true
for web and node targetsimport()
s only when they are accessedwebpack-dev-server
/webpack serve
opening an entrypoint for the first time, sometimes need a manual refresh.module
tomodule.parser.javascript
and also allow to set them viamodule.rules
module.parser.javascript.commonjsMagicComments
to enable/* webpackIgnore: true */
forrequire()
callsBugfixes
webpack.debug.ProfilingPlugin
on Mac when the computer was suspended before.v5.16.0
Compare Source
Features
__webpack_is_included__("./some-module")
which returns true when the module is bundled and false when notlibrary.type: "assign-properties"
which merges all exports into a global variableoptimization.innerGraph
fornew URL()
Bugfixes
experiments.outputModule: true
withoptimization.runtimeChunk
splitChunk.reuseExistingChunk
doesn't work for entrypointsDeveloper Experience
v5.15.0
Compare Source
Features
getResolve
method to data object when using functionexternals
externals
function may return a promise nowBugfixes
define("local-module", expr)
generating invalid syntaxchunkModulesSpace
to schemarebuildModule
apiPerformance
v5.14.0
Compare Source
Features
Bugfixes
watcher.getContextTimeInfoEntries()
memfs
and realfs
AutomaticPrefetchPlugin
Contribution
v5.13.0
Compare Source
Features
resolve.preferAbsolute
flag for compatibility with webpack 4exports
andimports
fieldnameForCondition()
as fallback for module namesv5.12.3
Compare Source
Bugfixes
@webassembly/*
andterser-webpack-plugin
dependenciesv5.12.2
Compare Source
Bugfixes
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
v5.11.1
Compare Source
Bugfixes
object
types in typingsv5.11.0
Compare Source
Features
validateSchema
functionBugfixes
undefined
values for rule conditions like empty stringsv5.10.3
Compare Source
Bugfixes
v5.10.2
Compare Source
Bugfixes
target: "node"
v5.10.1
Compare Source
Bugfixes
processAssets
withadditionalAssets
\
in module info header commentv5.10.0
Compare Source
Bugfixes
"sideEffects": false
) when reexports and concatenated modules are combinedContributing
Performance
output.pathinfo: true
(default in development) adds less verbose information (and is faster)output.pathinfo: "verbose"
adds more verbose informationoutput.pathinfo: true
is cachedv5.9.0
Compare Source
Features
Bugfixes
... has no hash info for runtime ...
v5.8.0
Compare Source
Features
PROCESS_ASSETS_STAGE_OPTIMIZE_INLINE
Bugfixes
v5.7.0
Compare Source
Features
pnpm
Bugfixes
if(...)
etc.v5.6.0
Compare Source
Bugfixes
v5.5.1
Compare Source
Bugfixes
v5.5.0
Compare Source
Bugfixes
[id]
and etc. in SourceMap sources__esModule
flag consistent exposedv5.4.0
Compare Source
Bugfixes
v5.3.2
Compare Source
Bugfixes
v5.3.1
Compare Source
Bugfixes
__webpack_require__(null)
problemstring[]
types instead of[string, ...string[]]
for arrays that must not be emptyPerformance
v5.3.0
Compare Source
Features and Bugfixes
Cannot read property 'call' of undefined
error in webpack runtime, because modules are used that are not in the graph in one runtimeoptimization.sideEffects: "flag"
as option for thisv5.2.1
Compare Source
Bugfixes
watchOptions.followSymlinks
option to schemav5.2.0
Compare Source
Features
sourceFilename
andjavascriptModule
to asset info for pluginsBugfixes
this
externals with module concatenationv5.1.3
Compare Source
Bugfixes
Self-reference dependency has unused export name
errorv5.1.2
Compare Source
Bugfixes
v5.1.1
Compare Source
Bugfixes
Self-reference dependency has unused export name
errorCompilation.deleteAsset
updates chunk to file mappingsv5.1.0
Compare Source
Features
webpack
property fromCompiler
cleverMerge
,EntryOptionPlugin
,DynamicEntryPlugin
Bugfixes
require("..").xxx
in try-catch produces a warning instead of an error nowv5.0.0
Compare Source
Announcement and changelog
Renovate configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ 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.