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

Update dependency html-webpack-plugin to v3 - abandoned #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 5, 2019

This PR contains the following updates:

Package Type Update Change
html-webpack-plugin devDependencies major 2.30.1 -> 3.2.0

Release Notes

jantimon/html-webpack-plugin

v3.2.0

Compare Source

Bug Fixes
  • loader: Allow to add new template parameters (f7eac19), closes #​915
  • loader: Use lodash inside the loader directly (7b4eb7f), closes #​786
Features

v3.1.0

Compare Source

Bug Fixes
  • loader: Allow to add new template parameters (f7eac19), closes #​915
  • loader: Use lodash inside the loader directly (7b4eb7f), closes #​786
Features

v3.0.8

Compare Source

Features

3.0.8 (2018-03-22)

Bug Fixes

3.0.7 (2018-03-19)

Bug Fixes

3.0.6 (2018-03-06)

Bug Fixes

3.0.5 (2018-03-06)

Bug Fixes
  • entries: do not ignore JS if there is also CSS (020b714)
  • entries: Don't add css entries twice (0348d6b)
  • hooks: Remove deprecated tapable calls #​879 (2288f20)

3.0.4 (2018-03-01)

Bug Fixes
  • entries: Don't add css entries twice (e890f23)

3.0.3 (2018-03-01)

Refactor
  • performance: Reduce the amount of chunk information gathered based on #​825 (06c59a7)

3.0.2 (2018-03-01)

Bug Fixes
  • query-loader: In case no query is provided, return an empty object. This fixes #​727 (7587754)

3.0.1 (2018-03-01)

Bug Fixes
  • package: Remove the extract-text-webpack-plugin peer dependency (57411a9)

3.0.0 (2018-28-02)

Features
  • Add support for the new webpack tapable to be compatible with webpack 4.x
  • Remove bluebird dependency
BREAKING CHANGES
  • Similar to webpack 4.x the support for node versions older than 6 are no longer supported

2.30.1

  • Revert part the performance optimization (#​723) because of #​753.

2.30.0

  • Add manual sort
  • Performance improvements (#​723)

2.29.0

  • Add support for Webpack 3

2.28.0

  • Backport 3.x void tag for plugin authors

2.27.1

  • Revert 2.25.0 loader resolving

2.27.0

  • Fix a chunksorter webpack 2 issue (#​569)
  • Fix template path resolving (#​542)

2.26.0

  • Allow plugins to add attributes without values to the <script> and <link> tags

2.25.0

  • Clearer loader output
  • Add basic support for webpack 2

2.24.1

  • Hide event deprecated warning of 'applyPluginsAsyncWaterfall' for html-webpack-plugin-after-emit and improve the warning message.

2.24.0

  • Update dependencies
  • Add deprecate warning for plugins not returning a result
  • Add [path] for favicons

2.23.0

  • Update dependencies
  • Stop automated tests for webpack 2 beta because of #​401

2.22.0

  • Update dependencies

2.21.1

2.21.0

  • Add html-webpack-plugin-alter-asset-tags event to allow plugins to adjust the script/link tags

2.20.0

  • Exclude chunks works now even if combined with dependency sort

2.19.0

  • Add html-webpack-plugin-alter-chunks event for custom chunk sorting and interpolation

2.18.0

  • Updated all dependencies

2.17.0

  • Add type attribute to script element to prevent issues in Safari 9.1.1

2.16.2

  • Fix bug introduced by 2.16.2. Fixes #​315

2.16.1

  • Fix hot module replacement for webpack 2.x

2.16.0

  • Add support for dynamic filenames like index[hash].html

2.15.0

  • Add full unit test coverage for the webpack 2 beta version
  • For webpack 2 the default sort will be 'dependency' instead of 'id'
  • Upgrade dependencies

2.14.0

  • Export publicPath to the template
  • Add example for inlining css and js

2.13.0

  • Add support for absolute output file names
  • Add support for relative file names outside the output path

2.12.0

  • Basic Webpack 2.x support #​225

2.11.0

  • Add xhtml option which is turned of by default. When activated it will inject self closed <link href=".." /> tags instead of unclosed <link href=".."> tags. (#​255)
  • Add support for webpack placeholders inside the public path e.g. '/dist/[hash]/'. (#​249)

2.10.0

  • Add hash field to the chunk object
  • Add compilation field to the templateParam object (#​237)
  • Add html-webpack-plugin-before-html-generation event
  • Improve error messages

2.9.0

2.8.2

  • Support relative URLs on Windows (#​205)

2.8.1

2.8.0

  • Add dependency mode for chunksSortMode to sort chunks based on their dependencies with each other

2.7.2

  • Add support for require in js templates

2.7.1

  • Refactoring
  • Fix relative windows path

2.6.5

  • Minor refactoring

2.6.4

  • Fix for "Uncaught TypeError: __webpack_require__(...) is not a function"
  • Fix incomplete cache modules causing "HtmlWebpackPlugin Error: No source available"
  • Fix some issues on Windows

2.6.3

  • Prevent parsing the base template with the html-loader

2.6.2

  • Fix lodash resolve error (#​172)

2.6.1

2.6.0

  • Move compiler to its own file
  • Improve error messages
  • Fix global HTML_WEBPACK_PLUGIN variable

2.5.0

  • Support lodash template's HTML "escape" delimiter (<%- %>)
  • Fix bluebird warning (#​130)
  • Fix an issue where incomplete cache modules were used

2.4.0

  • Don't recompile if the assets didn't change

2.3.0

  • Add events html-webpack-plugin-before-html-processing, html-webpack-plugin-after-html-processing, html-webpack-plugin-after-emit to allow other plugins to alter the html this plugin executes

2.2.0

  • Inject css and js even if the html file is incomplete (#​135)
  • Update dependencies

2.1.0

  • Synchronize with the stable @1 version

2.0.4

  • Fix minify option
  • Fix missing hash interpolation in publicPath

2.0.3

  • Add support for webpack.BannerPlugin

2.0.2

  • Add support for loaders in templates (#​41)
  • Remove templateContent option from configuration
  • Better error messages
  • Update dependencies

1.7.0

  • Add chunksSortMode option to configuration to control how chunks should be sorted before they are included to the html
  • Don't insert async chunks into html (#​95)
  • Update dependencies

1.6.2

  • Fix paths on Windows
  • Fix missing hash interpolation in publicPath
  • Allow only false or object in minify configuration option

1.6.1

  • Add size field to the chunk object
  • Fix stylesheet <link>s being discarded when used with "inject: 'head'"
  • Update dependencies

1.6.0

  • Support placing templates in subfolders
  • Don't include chunks with undefined name (#​60)
  • Don't include async chunks

1.5.2

  • Update dependencies (lodash)

1.5.1

  • Fix error when manifest is specified (#​56)

1.5.0

  • Allow to inject javascript files into the head of the html page
  • Fix error reporting

1.4.0

  • Add favicon.ico option
  • Add html minifcation

1.2.0

  • Set charset using HTML5 meta attribute
  • Reload upon change when using webpack watch mode
  • Generate manifest attribute when using
    appcache-webpack-plugin
  • Optionally add webpack hash as a query string to resources included in the HTML
    (hash: true) for cache busting
  • CSS files generated using webpack (for example, by using the
    extract-text-webpack-plugin)
    are now automatically included into the generated HTML
  • More detailed information about the files generated by webpack is now available
    to templates in the o.htmlWebpackPlugin.files attribute. See readme for more
    details. This new attribute deprecates the old o.htmlWebpackPlugin.assets attribute.
  • The templateContent option can now be a function that returns the template string to use
  • Expose webpack configuration to templates (o.webpackConfig)
  • Sort chunks to honour dependencies between them (useful for use with CommonsChunkPlugin).

v3.0.7

Compare Source

Bug Fixes

v3.0.6

Compare Source

Bug Fixes

v3.0.5

Compare Source

Bug Fixes

v3.0.4

Compare Source

Bug Fixes
  • entries: Don't add css entries twice (e890f23)

v3.0.3

Compare Source

Refactor
  • performance: Reduce the amount of chunk information gathered based on #​825 (06c59a7)

v3.0.1

Compare Source

Bug Fixes
  • query-loader: In case no query is provided, return an empty object. This fixes #​727 (7587754)

v3.0.0

Compare Source

Bug Fixes
  • package: Remove the extract-text-webpack-plugin peer dependency (57411a9)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate
Copy link
Author

renovate bot commented Dec 5, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@renovate
Copy link
Author

renovate bot commented May 3, 2020

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title Update dependency html-webpack-plugin to v3 Update dependency html-webpack-plugin to v3 - abandoned Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants