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 v5.3.1 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
html-webpack-plugin 5.0.0-beta.1 -> 5.3.1 age adoption passing confidence

Release Notes

jantimon/html-webpack-plugin

v5.3.1

Compare Source

v5.3.0

Compare Source

Features
  • allow to modify the interpolation options in webpack config (d654f5b)
  • drop loader-utils dependency (41d7a50)

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features
  • omit html tag attribute with null/undefined/false value (aa6e78d), closes #​1598

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop support for webpack 4 and node <= 10 - For older webpack or node versions please use html-webpack-plugin 4.x
  • Entry javascript resources are now beeing loaded deferred in the <head> tag to improve the page load performance by default - You can set the scriptLoading option to 'blocking' to keep the previous behaviour
  • Setting publicPath to '' (an empty string) will no longer calculate a relative path from the html file to the assets anymore - You can set the publicPath option to 'auto' to keep the previous behaviour
  • Plugins for html-webpack-plugin which add additional assetTags should provide a meta attribute
  • Drop support for appcache-webpack-plugin
Features
  • drop webpack 4 and node <= 10 support to make use of the latest APIs (b7a9e8f)
  • use the new webpack 5 APIs and create html files during the new webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS compilation stage (8964bc4, b6895cb, a97234e, 1b59e09, 4fca596, ed64a6b, 86245db, 50b3bec, c697725)
  • allow generating one file per chunk with the new '[name]' placeholder for the filename option (cd5bd2a, 3d9ff48)
  • the filename option can now be a function (c5beb4b)
  • add support for 'auto' public paths inside templates (a059fcf, b09b439)
  • use defer as default script loading mechanism (35b6b87)
  • allow to set publicPath to an empty string '' (5ea7de4)
  • improve typings (197ddd8)
  • provide public path to the alterAssetTagGroups hook (1b54dfb)
  • provide public path to the alterAssetTags hook (b754626)
  • use thisCompilation in child compiler for faster builds (1d59e9a)
  • export new major in static property (8b692bd)
  • reduce dependencies (8c28aaa, 56e633f)
Bug Fixes
  • emit files on every build to work properly with plugins like the
    clean-webpack-plugin (6b3d087)
  • generate html files even if no webpack entry exists (2693dfa)
  • keep binary format when adding assets (7e2b208), closes #​1537
4.5.1 (2021-01-03)
Bug Fixes
  • inject javascripts in the tag for inject:true and scriptLoading:'defer' (4f7064e)

v5.0.0-beta.6

Compare Source

v5.0.0-beta.5

Compare Source

v5.0.0-beta.4

Compare Source

v5.0.0-beta.3

Compare Source

v5.0.0-beta.2

Compare Source


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 you tick the rebase/retry checkbox.

🔕 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.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 48943f8 to 92e2d94 Compare January 4, 2021 11:29
@renovate renovate bot changed the title Update dependency html-webpack-plugin to v5.0.0-beta.3 Update dependency html-webpack-plugin to v5.0.0-beta.4 Jan 4, 2021
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 92e2d94 to cb25d3b Compare January 4, 2021 17:34
@renovate renovate bot changed the title Update dependency html-webpack-plugin to v5.0.0-beta.4 Update dependency html-webpack-plugin to v5.0.0-beta.5 Jan 14, 2021
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch 2 times, most recently from b8e9420 to 1e7fe17 Compare January 20, 2021 20:54
@renovate renovate bot changed the title Update dependency html-webpack-plugin to v5.0.0-beta.5 Update dependency html-webpack-plugin to v5.0.0-beta.6 Jan 20, 2021
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 1e7fe17 to 64af84e Compare February 3, 2021 12:23
@renovate renovate bot changed the title Update dependency html-webpack-plugin to v5.0.0-beta.6 Update dependency html-webpack-plugin to v5.0.0 Feb 3, 2021
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 64af84e to 0541206 Compare February 12, 2021 12:50
@renovate renovate bot changed the title Update dependency html-webpack-plugin to v5.0.0 Update dependency html-webpack-plugin to v5.1.0 Feb 12, 2021
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 0541206 to 6212465 Compare February 19, 2021 15:09
@renovate renovate bot changed the title Update dependency html-webpack-plugin to v5.1.0 Update dependency html-webpack-plugin to v5.2.0 Feb 19, 2021
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 6212465 to 14bcd04 Compare April 26, 2021 12:51
@renovate renovate bot changed the title Update dependency html-webpack-plugin to v5.2.0 Update dependency html-webpack-plugin to v5.3.1 Apr 26, 2021
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

1 participant