Build(deps-dev): Bump html-bundler-webpack-plugin from 4.1.1 to 4.3.0
Bumps html-bundler-webpack-plugin from 4.1.1 to 4.3.0.
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.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)
- fix: issue
file is not resolved
after start->stop->start in serve/watch mode when used cache filesystem, #114- chore: update dev packages
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