typed-css-modules-webpack-plugin
typed-css-modules-webpack-plugin copied to clipboard
chore: Bump webpack from 4.44.1 to 5.72.1
Bumps webpack from 4.44.1 to 5.72.1.
Release notes
Sourced from webpack's releases.
v5.72.1
Bugfixes
- fix
__webpack_nonce__with HMR- fix
inoperator in some cases- fix json parsing error messages
- fix module concatenation with using
this.importModule- upgrade enhanced-resolve
v5.72.0
Features
- make cache warnings caused by build errors less verbose
- Allow banner to be placed as a footer with the BannerPlugin
- allow to concatenate asset modules
Bugfixes
- fix RemoteModules when using HMR (Module Federation + HMR)
- throw error when using module concatenation and cacheUnaffected
- fix
inoperator with nested exportsv5.71.0
Features
- choose smarter default for
uniqueNamewhen using aoutput.librarywhich includes placeholders- add support for expressions with
inof a imported binding- generate UMD code with arrow functions when possible
Bugfixes
- fix source map source names for ContextModule to be relative
- fix
chunkLoadingoption in module module- fix edge case where
evaluateExpressionreturnsnull- retain optional chaining in imported bindings
- include runtime code for the base URI even if not using chunk loading
- don't throw errors in persistent caching when importing node.js builtin modules via ESM
- fix crash when using
lazy-onceContext modules- improve handling of context modules with multiple contexts
- fix race condition HMR chunk loading when importing chunks during HMR updating
- handle errors in
runAsChildcallbackv5.70.0
Features
- update node.js version constraints for ESM support
- add
baseUritoentryoptions to configure a static base uri (the base ofnew URL())- alphabetically sort exports in namespace objects when possible
- add
__webpack_exports_info__.name.canMangle- add proxy support to
experiments.buildHttp
... (truncated)
Commits
08ecfbb5.72.1ada9c0bMerge pull request #15802 from webpack/fix-noncece56e3badd NonceRuntimeModule3ad4fcaMerge pull request #15689 from webpack/fix-inmemory-cacheccf8bf5add comments to infrastructure-log293e677Merge pull request #15660 from webpack/add-provided-info-tests0456807Merge pull request #15673 from Semigradsky/replace-dependency0791f77Merge pull request #15678 from webpack/remove-infrastructure-log390dd06Merge pull request #15681 from webpack/fix-concatenation-with-import-module0d408d1fix modules concatenation with importModule usage- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)