redis-browser
redis-browser copied to clipboard
Bump html-webpack-plugin from 3.2.0 to 4.5.2
Bumps html-webpack-plugin from 3.2.0 to 4.5.2.
Changelog
Sourced from html-webpack-plugin's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.1.0 (2021-02-12)
Features
5.0.0 (2021-02-03)
⚠ BREAKING CHANGES
- Drop support for
webpack4 andnode<= 10 - For older webpack or node versions please usehtml-webpack-plugin4.x- Entry javascript resources are now beeing loaded deferred in the
<head>tag to improve the page load performance by default - You can set thescriptLoadingoption 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 thepublicPathoption to'auto'to keep the previous behaviour- Plugins for
html-webpack-pluginwhich add additional assetTags should provide ametaattribute- Drop support for
appcache-webpack-pluginFeatures
- drop
webpack4 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_ADDITIONScompilation stage (8964bc4, b6895cb, a97234e, 1b59e09, 4fca596, ed64a6b, 86245db, 50b3bec, c697725)- allow generating one file per chunk with the new
'[name]'placeholder for thefilenameoption (cd5bd2a, 3d9ff48)- the
filenameoption 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
thisCompilationin 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
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)