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.5.0 #236

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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

Release notes

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

v2.5.0

Cumulative Release v2.0.0 - v2.5.0

BREAKING CHANGE (v2.0.0):

  • Upgraded the default preprocessor eta to next major version 3.0.
    Perhaps you may need to migrate your Eta templates to v3 syntax.

Features

  • Added the reference for data in the plugin options.
    The NEW syntactic "sugar":
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      // new reference to the loaderOptions.data
      data: {...},
    }),
    
    The old syntax is still valid:
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      loaderOptions: {
        // original option is under loaderOptions
        data: {...},
      },
    }),
    
  • Added the references for preprocessor and preprocessorOptions in the plugin options.
    The NEW syntactic "sugar":
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      // new references to options in the loaderOptions
      preprocessor: 'ejs',
      preprocessorOptions: {...},
    }),
    
    The old syntax is still valid:
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
    

... (truncated)

Changelog

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

2.5.0 (2023-07-30)

  • feat: add the reference for data in the plugin options.
    The NEW syntactic "sugar":
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      // new reference to the loaderOptions.data
      data: {...},
    }),
    
    The old syntax is still valid:
    new HtmlBundlerPlugin({
      entry: {
        index: './src/views/home.ejs',
      },
      loaderOptions: {
        // original option is under loaderOptions
        data: {...},
      },
    }),
    
  • refactor: code refactoring
  • test: add more tests
  • docs: update README

2.4.0 (2023-07-28)

  • feat: add support for Webpack CSS optimization
  • fix: resolving the same resources used in imported styles on different pages

2.3.1 (2023-07-27)

  • fix: add the missing types.d.ts file to npm package

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: add the references for preprocessor and preprocessorOptions in the plugin options.\

... (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 #237.