pwa-fundamentals
pwa-fundamentals copied to clipboard
chore(deps): update dependency html-webpack-plugin to v5
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
html-webpack-plugin | 4.5.2 -> 5.6.2 |
Release Notes
jantimon/html-webpack-plugin (html-webpack-plugin)
v5.6.2
v5.6.1
v5.6.0
Features
- add
@rspack/core
as an optional peer dependency (#1829) (56ff3ae) - Added support
type=systemjs-module
via thescriptLoading
option (#1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
- avoid have undefined
type
for script tags (#1809) (9959484) - reemit assets from loaders (#1811) (a214736)
- reemit favicon in serve/watch mode (#1804) (57c5a4e)
5.5.3 (2023-06-10)
Bug Fixes
- don't add extra meta tag if it exists (#1802) (8f92788)
- pass all Node.js globals to templates (#1796) (f269fc0)
-
types: fix type for
chunkSortMode
(#1798) (6ad0e55)
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
v5.5.4
v5.5.3
v5.5.2
v5.5.1
v5.5.0
Features
5.4.0 (2021-10-15)
Features
- update terser (9c7fba0
5.3.2 (2021-06-22)
Bug Fixes
- update lodash and pretty error (9c7fba0
5.3.1 (2021-03-09)
Bug Fixes
- remove loader-utils from plugin core (82d0ee8)
v5.4.0
v5.3.2
v5.3.1
v5.3.0
Features
- allow to modify the interpolation options in webpack config (d654f5b)
- drop loader-utils dependency (41d7a50)
v5.2.0
Features
- improve ssr (73d2a66)
v5.1.0
Features
v5.0.0
⚠ BREAKING CHANGES
- Drop support for
webpack
4 andnode
<= 10 - For older webpack or node versions please usehtml-webpack-plugin
4.x - Entry javascript resources are now being loaded deferred in the
<head>
tag to improve the page load performance by default - You can set thescriptLoading
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 thepublicPath
option to'auto'
to keep the previous behaviour - Plugins for
html-webpack-plugin
which add additional assetTags should provide ameta
attribute - Drop support for
appcache-webpack-plugin
Features
- drop
webpack
4 andnode
<= 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 thefilename
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
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.