-
Notifications
You must be signed in to change notification settings - Fork 190
chore(deps): update dependency html-webpack-plugin to v4 #1858
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1858 +/- ##
===========================================
+ Coverage 58.88% 60.94% +2.06%
===========================================
Files 371 371
Lines 9306 9303 -3
Branches 1920 1920
===========================================
+ Hits 5480 5670 +190
+ Misses 3600 3462 -138
+ Partials 226 171 -55
Continue to review full report at Codecov.
|
ee8214e
to
1762a70
Compare
1762a70
to
9464475
Compare
9464475
to
a047ff5
Compare
The bug was happening with a lot of packages. It is happening due to the changes in the API of It was: compilation.hooks.htmlWebpackPluginAfterEmit.tapAsync(...) and now it is: const HtmlWebpackPlugin = require('html-webpack-plugin')
//...
HtmlWebpackPlugin.getHooks(compilation).afterEmit.tapAsync(...) I've also tried to update I'm writing this so others maybe find it useful due to the API break. It is not well documented. |
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. |
@davimello28 could you resolve the conflicts please |
This PR contains the following updates:
^3.2.0
->^4.0.0
Release Notes
jantimon/html-webpack-plugin
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
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 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 WhiteSource Renovate. View repository job log here.