Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump html-bundler-webpack-plugin from 2.15.2 to 3.5.3 #496

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 29, 2024

Bumps html-bundler-webpack-plugin from 2.15.2 to 3.5.3.

Release notes

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

v3.5.0

Features

  • Added support for Pug templating engine. The pug preprocessor based on the @​webdiscus/pug-loader source code and has the same options and features.

v3.4.12

Cumulative Release v3.4.7 - v3.4.12

Bug Fixes

  • Fixed serialization issue when used the cache.type = 'filesystem'.
  • Fixed missing output js files after second run build when used the cache.type = 'filesystem'.
  • Fixed error by resolving url() in the CSS file defined in the entry option.
  • Fixed save the webmanifest files in the directory defined in the faviconOptions.path option.
  • Fixed use the favicons default options for the build-in FaviconsBundlerPlugin when no plugin options.
  • Fixed error by resolving url(date:image...) in CSS.
  • Fixed if the same CSS file is imported in many js files, then the CSS is extracted for the first issuer only, #68.

v3.4.6

Cumulative Release v3.2.0 - v3.4.6

Features

  • Added support for Twig templating engine.
  • Added support for the template function on the client-side for Eta templating engine.
  • Added support for the template function on the client-side for EJS templating engine.

Bug Fixes

  • Fixed the pathData.filename is undefined after changes when the js.filename is a function, #66.
  • Fixed extraction CSS from complex libs like MUI that leads to an infinity walk by circular dependency, #59
  • Fixed an error explaining when used the build-in favicon plugin and the template not included a link tag, #64.
  • Fixed watching changes in template function imported in JS, #60.
  • Fixed runtime error using template function in JS when external data is not defined, #60.

v3.1.3

Features

  • Added support for the template function in JS runtime on the client-side in the browser.
    For example:
import personTmpl from './partials/person.ejs';
// render template function with variables in browser
document.getElementById('person').innerHTML = personTmpl({ name: 'Walter White', age: 50});

The template function works with preprocessors: ejs, handlebars, nunjucks.
Note: The eta (default preprocessor) doesn't support the template function in JS on the client-side, use the ejs instead.

... (truncated)

Changelog

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

3.5.3 (2024-02-28)

  • fix: correct parsing the data passed via query in JSON notation, e.g.: index.ejs?{"title":"Homepage","lang":"en"}
  • fix: by paring of the generated html ignore files already resolved via a preprocessor, e.g. pug
  • fix(pug): resolve resource required in pug code and content, also outer tag attributes
  • fix(pug): resolve images generated via responsive-loader when used query parameters with , and & separators
  • test: add tests from pug-plugin

3.5.2 (2024-02-20)

  • fix: when used TS then could not find a declaration file for module 'html-bundler-webpack-plugin'

3.5.1 (2024-02-20)

  • fix(pug): correct resolving required resources in multiple pages

3.5.0 (2024-02-18)

  • feat: add support for the Pug template engine. The pug preprocessor based on the @​webdiscus/pug-loader source code and has the same options and features.
  • test: add pug tests
  • docs: add documentation for using the pug

3.4.12 (2024-01-29)

  • fix: serialization issue when used the cache.type = 'filesystem'
  • fix: missing output js files after second run build when used the cache.type = 'filesystem'

3.4.11 (2024-01-22)

  • fix: error by resolving url() in the CSS file defined in the entry option

3.4.10 (2024-01-16)

  • fix: save the webmanifest files in the directory defined in the faviconOptions.path option

3.4.9 (2024-01-15)

  • fix: use the favicons default options for the build-in FaviconsBundlerPlugin when no plugin options

3.4.8 (2024-01-15)

  • fix: error by resolving url(date:image...) in CSS

3.4.7 (2024-01-09)

  • fix: if the same CSS file is imported in many js files, then the CSS is extracted for the first issuer only, #68

3.4.6 (2024-01-02)

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [html-bundler-webpack-plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) from 2.15.2 to 3.5.3.
- [Release notes](https://github.com/webdiscus/html-bundler-webpack-plugin/releases)
- [Changelog](https://github.com/webdiscus/html-bundler-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webdiscus/html-bundler-webpack-plugin/commits)

---
updated-dependencies:
- dependency-name: html-bundler-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2024

Superseded by #497.

@dependabot dependabot bot closed this Mar 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/html-bundler-webpack-plugin-3.5.3 branch March 4, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants