chore(deps): update dependency html-webpack-plugin to v5 #562
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.30.1
->5.5.0
Release Notes
jantimon/html-webpack-plugin
v5.5.0
Compare Source
Features
5.4.0 (2021-10-15)
Features
5.3.2 (2021-06-22)
Bug Fixes
5.3.1 (2021-03-09)
Bug Fixes
v5.4.0
Compare Source
v5.3.2
Compare Source
v5.3.1
Compare Source
v5.3.0
Compare Source
Features
v5.2.0
Compare Source
Features
v5.1.0
Compare Source
Features
v5.0.0
Compare Source
⚠ BREAKING CHANGES
webpack
4 andnode
<= 10 - For older webpack or node versions please usehtml-webpack-plugin
4.x<head>
tag to improve the page load performance by default - You can set thescriptLoading
option to'blocking'
to keep the previous behaviour''
(an empty string) will no longer calculate a relative path from the html file to the assets anymore - You can set thepublicPath
option to'auto'
to keep the previous behaviourhtml-webpack-plugin
which add additional assetTags should provide ameta
attributeappcache-webpack-plugin
Features
webpack
4 andnode
<= 10 support to make use of the latest APIs (b7a9e8f)webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS
compilation stage (8964bc4, b6895cb, a97234e, 1b59e09, 4fca596, ed64a6b, 86245db, 50b3bec, c697725)'[name]'
placeholder for thefilename
option (cd5bd2a, 3d9ff48)filename
option can now be a function (c5beb4b)'auto'
public paths inside templates (a059fcf, b09b439)''
(5ea7de4)thisCompilation
in child compiler for faster builds (1d59e9a)Bug Fixes
clean-webpack-plugin (6b3d087)
4.5.1 (2021-01-03)
Bug Fixes
v4.5.2
Compare Source
v4.5.1
Compare Source
v4.5.0
Compare Source
Features
4.4.1 (2020-08-30)
Bug Fixes
v4.4.1
Compare Source
Bug Fixes
v4.4.0
Compare Source
Bug Fixes
Features
v4.3.0
Compare Source
Features
4.2.2 (2020-04-30)
Bug Fixes
4.2.1 (2020-04-28)
Bug Fixes
v4.2.2
Compare Source
Bug Fixes
v4.2.1
Compare Source
Bug Fixes
v4.2.0
Compare Source
Features
v4.1.0
Compare Source
Features
4.0.4 (2020-04-01)
Bug Fixes
4.0.3 (2020-03-28)
Bug Fixes
4.0.2 (2020-03-26)
Bug Fixes
4.0.1 (2020-03-23)
Bug Fixes
v4.0.4
Compare Source
Bug Fixes
v4.0.3
Compare Source
Bug Fixes
v4.0.2
Compare Source
Bug Fixes
v4.0.1
Compare Source
Bug Fixes
v4.0.0
Compare Source
The summary can be found in the release blog post.
Bug Fixes
contenthash
along withtemplatehash
(049d4d3), closes #1033contenthash
totemplatehash
(4c11c5d)Code Refactoring
Features
.toString
implementation to htmlTags to allow easier rendering (34d8aa5)BREAKING CHANGES
{ entryName: string, path: string}
tags
v3.2.0
Compare Source
Bug Fixes
Features
v3.1.0
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
3.0.4 (2018-03-01)
Bug Fixes
3.0.3 (2018-03-01)
Refactor
3.0.2 (2018-03-01)
Bug Fixes
3.0.1 (2018-03-01)
Bug Fixes
3.0.0 (2018-28-02)
Features
BREAKING CHANGES
2.30.1
2.30.0
2.29.0
2.28.0
2.27.1
2.27.0
2.26.0
<script>
and<link>
tags2.25.0
2.24.1
2.24.0
2.23.0
2.22.0
2.21.1
2.21.0
html-webpack-plugin-alter-asset-tags
event to allow plugins to adjust the script/link tags2.20.0
2.19.0
html-webpack-plugin-alter-chunks
event for custom chunk sorting and interpolation2.18.0
2.17.0
type
attribute toscript
element to prevent issues in Safari 9.1.12.16.2
2.16.1
2.16.0
2.15.0
2.14.0
2.13.0
2.12.0
2.11.0
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)'/dist/[hash]/'
. (#249)2.10.0
hash
field to the chunk objectcompilation
field to the templateParam object (#237)html-webpack-plugin-before-html-generation
event2.9.0
2.8.2
2.8.1
2.8.0
dependency
mode forchunksSortMode
to sort chunks based on their dependencies with each other2.7.2
2.7.1
2.6.5
2.6.4
"Uncaught TypeError: __webpack_require__(...) is not a function"
2.6.3
2.6.2
lodash
resolve error (#172)2.6.1
2.6.0
2.5.0
lodash
template's HTML "escape" delimiter (<%- %>
)2.4.0
2.3.0
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 executes2.2.0
2.1.0
@1
version2.0.4
minify
option2.0.3
2.0.2
templateContent
option from configuration1.7.0
chunksSortMode
option to configuration to control how chunks should be sorted before they are included to the html1.6.2
false
orobject
inminify
configuration option1.6.1
size
field to the chunk object<link>
s being discarded when used with"inject: 'head'"
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
favicon.ico
option1.2.0
appcache-webpack-plugin
(
hash: true
) for cache bustingextract-text-webpack-plugin)
are now automatically included into the generated HTML
to templates in the
o.htmlWebpackPlugin.files
attribute. See readme for moredetails. This new attribute deprecates the old
o.htmlWebpackPlugin.assets
attribute.templateContent
option can now be a function that returns the template string to useo.webpackConfig
)v3.0.8
Compare Source
Bug Fixes
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
v3.0.3
Compare Source
Refactor
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
Features
BREAKING CHANGES
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
This PR has been generated by Mend Renovate. View repository job log here.