Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency html-webpack-plugin to v4.5.2 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
html-webpack-plugin 4.0.0-alpha.2 -> 4.5.2 age adoption passing confidence

Release Notes

jantimon/html-webpack-plugin

v4.5.2

Compare Source

v4.5.1

Compare Source

v4.5.0

Compare Source

Features
  • Add publicPath option to overrule the default path generation (#​1516) (19b5122)
  • update webpack dependency range to allow installing webpack 5 beta (f3ccdd5), closes #​1504

4.4.1 (2020-08-30)

Bug Fixes

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Bug Fixes
Features
  • added v5 compilation support and deleted depreciation warnings (4ae7be8), closes #​1454

v4.3.0

Compare Source

Features
  • Allow to use console.log inside templates (c3f2fdc)

4.2.2 (2020-04-30)

Bug Fixes
  • Prevent "cannot read property info of undefined" when reading meta information from assets (253ce30)
  • use modern icon tag rel attribute for favicons (c40dd85)

4.2.1 (2020-04-28)

Bug Fixes
  • don't add dependencies twice to the webpack 5 watcher api (ceafe14)
  • prevent scripts marked as hotModuleReplacement from being added to the html file (119252a)

v4.2.2

Compare Source

Bug Fixes
  • Prevent "cannot read property info of undefined" when reading meta information from assets (253ce30)
  • use modern icon tag rel attribute for favicons (c40dd85)

v4.2.1

Compare Source

Bug Fixes
  • don't add dependencies twice to the webpack 5 watcher api (ceafe14)
  • prevent scripts marked as hotModuleReplacement from being added to the html file (119252a)

v4.2.0

Compare Source

Features

v4.1.0

Compare Source

Features
  • Add webpack 5 support (39c38a4)
  • Allow webpack 5 as peer dependency (9c571e2)

4.0.4 (2020-04-01)

Bug Fixes

4.0.3 (2020-03-28)

Bug Fixes
  • add webpack, tapable and html-minifier-terser as dependencies because of types.d.ts (238da81)

4.0.2 (2020-03-26)

Bug Fixes
  • don't remove trailing slashes from self closing tags by default (2281e4b)

4.0.1 (2020-03-23)

Bug Fixes
  • update typedefs to match with html-minifier-terser (2698c7e)

v4.0.4

Compare Source

Bug Fixes

v4.0.3

Compare Source

Bug Fixes
  • add webpack, tapable and html-minifier-terser as dependencies because of types.d.ts (238da81)

v4.0.2

Compare Source

Bug Fixes
  • don't remove trailing slashes from self closing tags by default (2281e4b)

v4.0.1

Compare Source

Bug Fixes
  • update typedefs to match with html-minifier-terser (2698c7e)

v4.0.0

Compare Source

The summary can be found in the release blog post.

Bug Fixes
  • Add dependencies from the child compilation to the main compilation (27c3e72)
  • Add typing for assets(Close jantimon#​1243) (9fef060)
  • allow contenthash along with templatehash (049d4d3), closes #​1033
  • Catch and ignore pretty-error errors (2056139), closes #​921
  • Drop @​types/webpack dependency (d4eb1c7)
  • Ignore foreign child compilers (1422664)
  • Improve perfomance for appcache files (b94e043)
  • load script files before style files files in defer script loading mode (97f9fb9)
  • Prevent chunks from beeing added multiple times (d65b37d)
  • Prevent lodash from being inlined to work around a babel-loader incompatibility (7f21910), closes #​1223
  • Remove compilation.getStats() call for performance reasons (7005a55)
  • remove useless links for options (#​1153) (267e0e0)
  • Update references to html-minifier (24bf1b5), closes #​1311
  • typings.d.ts: added apply method type to HtmlWwbpackPlugin class definitoin (8b7255f), closes jantimon#​1244
  • rename contenthash to templatehash (4c11c5d)
  • Repair typings (#​1166) (f4cb241)
  • small type. minifcation instead of minification (#​1154) (56037a6)
  • Use src/index.ejs by default if present (#​1167) (c27e5e4)
  • chunksorter: Don't sort chunks by default (22fb03f)
  • loader: switch to loaderUtils.getOptions (a0a0f0d)
  • README: adds a link to template option documentation (f40aeae)
  • tests: Upgrade webpack-recompilation-simulator (dfe1d10)
  • Update lodash to 4.17.10 (cc3bf49)
Code Refactoring
  • Change the structure of the internal assets object (37db086)
  • Changed hook names and arguments - the hook order is 'beforeAssetTagGeneration', 'alterAssetTags', 'alterAssetTagGroups', 'afterTemplateExecution', 'beforeEmit', 'afterEmit' (14b4456)
  • Use Webpack 4 APIs (47efdea)
Features
  • add .toString implementation to htmlTags to allow easier rendering (34d8aa5)
  • Add default viewport meta tag for default template (302e39e), closes #​897 #​978
  • Add defer script loading (de315eb)
  • Add support for relative publicPath (dbbdd81)
  • Add support for tag (#​1160) (c5d4b86)
  • Add support for minifying inline ES6 inside html templates (c66766c), closes #​1262
  • Add support for the [contenthash] placeholder inside htm file names (ae8233a)
  • Add typings to package.json (a524e8f), closes #​1132
  • Allow to return async template parameters (99f9362)
  • drop workaround for "Uncaught TypeError: webpack_require(...) is not a function" to be compatible with webpack 5 (15ad0d2)
  • Export major version of this plugin (6ae6f48)
  • merge templateParameters with default template parameters (1d66e53)
  • Provide a verbose error message if html minification failed (7df269f)
  • compiler: Add file dependencies (bbc07a3)
  • compiler: Use a single compiler for multiple plugin instances (f29ae88)
  • compiler: Use timestamps to verify cache validity (0ebcd17)
  • Remove selfClosingTag (5d3d8e4)
  • Remove type="text/javascript" from injected script tags (b46bf67)
  • Replace jade with pug in examples (d7ec407)
  • Switch from jasmine to jest (ae1f435)
  • hooks: Add a helper for easier hook access (b6dec4b)
  • hooks: Provide static getHook method for access to all html-webpack-plugin hooks (#​995) (82b34a1)
  • Simplify element and charset attribute (55313be)
  • support ES6 template string in default loader (d6b65dd), closes #​950
  • Use jsdoc for static typing (a6b8d2d)
  • Use webpack 4 entries api to extract asset information (342867e)
  • html-tags: Add a helper to create html-tags (ee6a165)
BREAKING CHANGES
  • defaults: Use src/index.ejs if no template option is set.
  • defaults: The default template has now a predefined viewport meta tag
  • defaults: The default meta utf-8 declaration was changed to
  • hooks: Renamed beforeHtmlGeneration hook to beforeAssetTagGeneration
  • hooks: Renamed beforeHtmlProcessing hook to alterAssetTags
  • hooks: Renamed afterHtmlProcessing hook to beforeEmit
  • hooks: The html-webpack-plugin doesn't add its hooks to the compilation object anymore
  • The assets object which is used for the template parameters and inside hooks was changed. The chunks property was removed and the js and css property was converted from a string into an object { entryName: string, path: string}
  • The mimetype information "text/javascript" is removed from all generated script
    tags
  • Remove selfClosingTag attribute
  • Template strings inside templates are now disabled by default
  • Dropped support for Webpack 1 - 3
  • Template variable webpack was removed
  • chunksorter: Chunks aren't sorted anymore by default

v4.0.0-beta.14

Compare Source

v4.0.0-beta.13

Compare Source

v4.0.0-beta.12

Compare Source

v4.0.0-beta.11

Compare Source

v4.0.0-beta.10

Compare Source

v4.0.0-beta.8

Compare Source

v4.0.0-beta.7

Compare Source

v4.0.0-beta.5

Compare Source

v4.0.0-beta.4

Compare Source

v4.0.0-beta.2

Compare Source

v4.0.0-beta.1

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/html-webpack-plugin-4.x branch from ffbd9db to 0e7df4f Compare December 13, 2018 09:17
@renovate renovate bot changed the title fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.4 fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.5 Dec 13, 2018
@renovate renovate bot changed the title fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.5 fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.7 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-4.x branch from 0e7df4f to f1cd990 Compare July 13, 2019 02:55
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-4.x branch from f1cd990 to 64f50ff Compare August 10, 2019 03:59
@renovate renovate bot changed the title fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.7 fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.8 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-4.x branch from 64f50ff to 7ada0e5 Compare November 20, 2019 12:01
@renovate renovate bot changed the title fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.8 fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.11 Nov 20, 2019
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-4.x branch from 7ada0e5 to 849bfa9 Compare May 3, 2020 15:59
@renovate renovate bot changed the title fix(deps): update dependency html-webpack-plugin to v4.0.0-beta.11 fix(deps): update dependency html-webpack-plugin to v4.3.0 May 3, 2020
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-4.x branch from 849bfa9 to 91bc8ee Compare October 26, 2020 20:57
@renovate renovate bot changed the title fix(deps): update dependency html-webpack-plugin to v4.3.0 fix(deps): update dependency html-webpack-plugin to v4.5.0 Oct 26, 2020
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-4.x branch from 91bc8ee to 2e42ea2 Compare January 7, 2021 16:48
@renovate renovate bot changed the title fix(deps): update dependency html-webpack-plugin to v4.5.0 fix(deps): update dependency html-webpack-plugin to v4.5.1 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-4.x branch from 2e42ea2 to ebcd78d Compare April 26, 2021 12:43
@renovate renovate bot changed the title fix(deps): update dependency html-webpack-plugin to v4.5.1 fix(deps): update dependency html-webpack-plugin to v4.5.2 Apr 26, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant