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

Update dependency html-webpack-plugin to v5 #79

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 3, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
html-webpack-plugin 4.5.2 -> 5.5.0 age adoption passing confidence

Release Notes

jantimon/html-webpack-plugin

v5.5.0

Compare Source

Features
5.4.0 (2021-10-15)
Features
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

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

Features
  • allow to modify the interpolation options in webpack config (d654f5b)
  • drop loader-utils dependency (41d7a50)

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features
  • omit html tag attribute with null/undefined/false value (aa6e78d), closes #​1598

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop support for webpack 4 and node <= 10 - For older webpack or node versions please use html-webpack-plugin 4.x
  • Entry javascript resources are now beeing loaded deferred in the <head> tag to improve the page load performance by default - You can set the scriptLoading 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 the publicPath option to 'auto' to keep the previous behaviour
  • Plugins for html-webpack-plugin which add additional assetTags should provide a meta attribute
  • Drop support for appcache-webpack-plugin
Features
  • drop webpack 4 and node <= 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 the filename 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
  • 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
  • inject javascripts in the tag for inject:true and scriptLoading:'defer' (4f7064e)

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Apr 3, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm WARN old lockfile Error: command failed
npm WARN old lockfile     at ChildProcess.<anonymous> (/home/ubuntu/.npm-global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/index.js:64:27)
npm WARN old lockfile     at ChildProcess.emit (events.js:315:20)
npm WARN old lockfile     at maybeClose (internal/child_process.js:1048:16)
npm WARN old lockfile     at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
npm WARN old lockfile  Could not fetch metadata for ion-sdk-js@git+ssh://[email protected]/pion/ion-sdk-js.git#dfc37fa77ac20c4580f830b6431dd1cbe56b8a56 Error: command failed
npm WARN old lockfile     at ChildProcess.<anonymous> (/home/ubuntu/.npm-global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/index.js:64:27)
npm WARN old lockfile     at ChildProcess.emit (events.js:315:20)
npm WARN old lockfile     at maybeClose (internal/child_process.js:1048:16)
npm WARN old lockfile     at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) {
npm WARN old lockfile   cmd: 'sh',
npm WARN old lockfile   args: [ '-c', 'npm run build && npm run bundle' ],
npm WARN old lockfile   code: 127,
npm WARN old lockfile   signal: null,
npm WARN old lockfile   stdout: '\n> [email protected] build\n> tsc && npm run addProtosToBuild\n\n',
npm WARN old lockfile   stderr: 'sh: 1: tsc: not found\n',
npm WARN old lockfile   event: 'prepare',
npm WARN old lockfile   script: 'npm run build && npm run bundle',
npm WARN old lockfile   pkgid: '[email protected]',
npm WARN old lockfile   path: '/tmp/renovate-cache/others/npm/_cacache/tmp/git-clone-344359f3'
npm WARN old lockfile }
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"4.43.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^5.20.0" from [email protected]
npm ERR! node_modules/html-webpack-plugin
npm ERR!   dev html-webpack-plugin@"5.3.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-04-03T11_14_41_668Z-debug.log

@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 027cf9c to 561913e Compare June 22, 2021 13:38
@renovate
Copy link
Contributor Author

renovate bot commented Jun 22, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN using --force Recommended protections disabled.
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"4.46.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^5.20.0" from [email protected]
npm ERR! node_modules/html-webpack-plugin
npm ERR!   dev html-webpack-plugin@"5.5.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-12-08T05_34_12_929Z-debug-0.log

@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 561913e to d39bdd0 Compare October 15, 2021 11:37
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from d39bdd0 to 77e6cc4 Compare October 25, 2021 12:59
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 77e6cc4 to be58f5f Compare November 19, 2021 12:18
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch 2 times, most recently from c213170 to 7f3beec Compare December 7, 2021 20:30
@renovate renovate bot force-pushed the renovate/html-webpack-plugin-5.x branch from 7f3beec to 8e3c756 Compare December 8, 2021 05:34
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