Update dependency html-webpack-plugin to v5 - #950
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
February 19, 2021 15:16
07b822a to
2fd1d93
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
February 28, 2021 02:12
2fd1d93 to
8751e45
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
3 times, most recently
from
March 13, 2021 05:34
fbf8524 to
7a63d9d
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
March 27, 2021 15:38
7a63d9d to
f4e8737
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
April 10, 2021 02:20
f4e8737 to
6d4f469
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
April 24, 2021 06:25
6d4f469 to
be1019e
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
May 8, 2021 08:08
be1019e to
420b6de
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
May 23, 2021 23:46
420b6de to
b0ac0e8
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
June 22, 2021 14:13
b0ac0e8 to
4d9a4d2
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
July 1, 2021 11:07
4d9a4d2 to
a3efb3d
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
October 15, 2021 12:24
a3efb3d to
9bd0607
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
October 25, 2021 08:29
9bd0607 to
6ff3a9f
Compare
renovate
Bot
force-pushed
the
renovate/html-webpack-plugin-5.x
branch
from
October 25, 2021 12:42
6ff3a9f to
dbcc760
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.2.0->5.5.0Release Notes
jantimon/html-webpack-plugin
v5.5.0Compare 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.0Compare Source
v5.3.2Compare Source
v5.3.1Compare Source
v5.3.0Compare Source
Features
v5.2.0Compare Source
Features
v5.1.0Compare Source
Features
v5.0.0Compare Source
⚠ BREAKING CHANGES
webpack4 andnode<= 10 - For older webpack or node versions please usehtml-webpack-plugin4.x<head>tag to improve the page load performance by default - You can set thescriptLoadingoption 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 thepublicPathoption to'auto'to keep the previous behaviourhtml-webpack-pluginwhich add additional assetTags should provide ametaattributeappcache-webpack-pluginFeatures
webpack4 andnode<= 10 support to make use of the latest APIs (b7a9e8f)webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONScompilation stage (8964bc4, b6895cb, a97234e, 1b59e09, 4fca596, ed64a6b, 86245db, 50b3bec, c697725)'[name]'placeholder for thefilenameoption (cd5bd2a, 3d9ff48)filenameoption can now be a function (c5beb4b)'auto'public paths inside templates (a059fcf, b09b439)''(5ea7de4)thisCompilationin child compiler for faster builds (1d59e9a)Bug Fixes
clean-webpack-plugin (6b3d087)
4.5.1 (2021-01-03)
Bug Fixes
v4.5.2Compare Source
v4.5.1Compare Source
v4.5.0Compare Source
Features
4.4.1 (2020-08-30)
Bug Fixes
v4.4.1Compare Source
Bug Fixes
v4.4.0Compare Source
Bug Fixes
Features
v4.3.0Compare Source
Features
4.2.2 (2020-04-30)
Bug Fixes
4.2.1 (2020-04-28)
Bug Fixes
v4.2.2Compare Source
Bug Fixes
v4.2.1Compare Source
Bug Fixes
v4.2.0Compare Source
Features
v4.1.0Compare 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.4Compare Source
Bug Fixes
v4.0.3Compare Source
Bug Fixes
v4.0.2Compare Source
Bug Fixes
v4.0.1Compare Source
Bug Fixes
v4.0.0Compare Source
The summary can be found in the release blog post.
Bug Fixes
contenthashalong withtemplatehash(049d4d3), closes #1033contenthashtotemplatehash(4c11c5d)Code Refactoring
Features
.toStringimplementation to htmlTags to allow easier rendering (34d8aa5)BREAKING CHANGES
{ entryName: string, path: string}tags
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.