jakezatecky / react-dual-listbox

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

Bump html-bundler-webpack-plugin from 1.18.0 to 2.2.1 #233

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Changelog

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

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
  • chore: update npm packages
  • docs: update readme

2.0.1 (2023-06-23)

  • fix: watching for create/rename Handlebars partials
  • chore: update npm packages

... (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 1 year ago

Superseded by #234.