Skip to content

Build(deps-dev): Bump html-bundler-webpack-plugin from 4.1.1 to 4.4.1

Bumps html-bundler-webpack-plugin from 4.1.1 to 4.4.1.

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 in v4.2.0

WARNING

Webpack version 5.96.0 introduces NOT DOCUMENTED BREAKING CHANGES in the classes:

  • AssetGenerator
  • CodeGenerationResults

This release has been adapted to these breaking changes.

Bug Fixes

  • Fixed webpack stats or errors are not displayed when used cache type as filesystem, #115
  • Fixed issue file is not resolved after start->stop->start in serve/watch mode when used cache type as filesystem, #114.
Changelog

Sourced from html-bundler-webpack-plugin's changelog.

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 version 5.96.0 introduces the BREAKING CHANGE in the CodeGenerationResults class!
  • feat: add support for Webpack >= 5.96 to correct CSS lazy loading WARNING: Webpack version 5.96.0 introduces the BREAKING CHANGE in the AssetGenerator 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 testing

4.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


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

Merge request reports

Loading