jakezatecky / react-dual-listbox

A feature-rich dual listbox for React.
https://jakezatecky.github.io/react-dual-listbox/
MIT License
109 stars 59 forks source link

Bump html-bundler-webpack-plugin from 1.18.0 to 2.2.3 #234

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 12 months ago

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

Changelog

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

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
  • fix: watching for create/rename/delete JS files
  • fix: add to watching only parent directories, ignore all subdirectories
  • fix: generate correct output filenames for assets in deep nested pages after changes in serve mode
  • fix: in some cases is missing the hot-update.js file after changes in serve mode
  • fix: missing slash in output filename when publicPath is an url without finishing slash
  • test: add tests for new features and bug fixes

... (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)
dependabot[bot] commented 11 months ago

Superseded by #235.