Build(deps-dev): Bump html-bundler-webpack-plugin from 4.1.1 to 4.4.2
Bumps html-bundler-webpack-plugin from 4.1.1 to 4.4.2.
Release notes
Sourced from html-bundler-webpack-plugin's releases.
v4.2.0
Cumulative Release
v4.1.2
-v4.2.0
Features
- Added the support for Webpack
>= 5.96
inv4.2.0
WARNING
Webpack version
5.96.0
introducesNOT DOCUMENTED
BREAKING CHANGES in the classes:
- AssetGenerator
- CodeGenerationResults
This release has been adapted to these breaking changes.
Bug Fixes
Changelog
Sourced from html-bundler-webpack-plugin's changelog.
4.4.2 (2024-11-18)
- fix: add Exception when used
splitChunks
and occurs the error: Can't resolve a CSS file in template.- fix: correct Exception message when a source CSS file is not found
4.4.1 (2024-11-05)
- fix: if used multiple config and cache
filesystem
, occurs the error 'PersistentCache is already registered'- test: add test for multiple config when used cache
filesystem
4.4.0 (2024-11-04)
- feat: add
context
loader option to resolve assets w/o leading/
in a directory outer your project:new HtmlBundlerPlugin({ loaderOptions: { context: path.resolve(__dirname, '../other/'), }, }),
- docs: update readme
4.3.0 (2024-11-04)
- feat: add preprocessor for Tempura template engine. Supports the static render and template function.
- test: add test for the
tempura
preprocessor- docs: add documentation for Tempura
- chore: add usage example
4.2.0 (2024-11-03)
- feat: add support for Webpack
>= 5.96
to correct inline images into CSS and HTML WARNING: Webpack version5.96.0
introduces the BREAKING CHANGE in theCodeGenerationResults
class!- feat: add support for Webpack
>= 5.96
to correct CSS lazy loading WARNING: Webpack version5.96.0
introduces the BREAKING CHANGE in theAssetGenerator
class!- chore: update package and devel dependencies
- test: update tests
4.1.4 (2024-11-01)
- chore: update dependencies
4.1.3 (2024-10-28)
- fix: if
filesystem
cache is used, webpack stats or errors are not displayed, #115- test: allow set the
stats.preset
webpack option to display stats info by testing4.1.2 (2024-10-21)
... (truncated)
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts