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 1.18.0 to 2.3.1 #436

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2023

Bumps html-bundler-webpack-plugin from 1.18.0 to 2.3.1.

Changelog

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

Change log

2.3.0 (2023-07-27)

  • feat: add support for TS
  • docs: update README

2.2.3 (2023-07-25)

  • fix: correct importing styles in JS when used serve mode

2.2.2 (2023-07-25)

  • fix: importing the raw content of the html file in js

2.2.1 (2023-07-23)

  • fix: load the handlebars's partials with allowed extensions only, #24

2.2.0 (2023-07-21)

  • feat: change the location of the preprocessor and preprocessorOptions options in the config.
    The NEW syntax:
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      // new location of options
      preprocessor: 'ejs',
      preprocessorOptions: {...},
    }),
    The old syntax is still valid:
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      loaderOptions: {
        // old location of options under loaderOptions
        preprocessor: 'ejs',
        preprocessorOptions: {...},
      },
    }),
  • feat: improve performance when used the same style file in many templates
  • fix: correct order of styles when the same style is imported in many nested js files
  • chore: update npm packages

2.1.1 (2023-07-14)

  • chore: fix image path in readme

2.1.0 (2023-07-14)

  • feat: add watching for create/rename/delete files in the entry path, without restarting Webpack

... (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 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 1.18.0 to 2.3.1.
- [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] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2023

Superseded by #437.

@dependabot dependabot bot closed this Jul 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/html-bundler-webpack-plugin-2.3.1 branch July 31, 2023 10:15
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.

0 participants