snowdensb / questdb

An open source SQL database designed to process time series data, faster
https://questdb.io
Apache License 2.0
0 stars 1 forks source link

chore(deps): update dependency html-webpack-plugin to v5 - autoclosed #124

Closed mend-for-github-com[bot] closed 1 year ago

mend-for-github-com[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
html-webpack-plugin 4.3.0 -> 5.4.0 age adoption passing confidence

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
High 7.5 CVE-2021-3803 #47
High 7.5 CVE-2022-25858 #111

Release Notes

jantimon/html-webpack-plugin ### [`v5.4.0`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​540-httpsgithubcomjantimonhtml-webpack-plugincomparev532v533-2021-10-15) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v5.3.2...v5.4.0) ### [`v5.3.2`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​532-httpsgithubcomjantimonhtml-webpack-plugincomparev531v532-2021-06-22) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v5.3.1...v5.3.2) ### [`v5.3.1`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​531-httpsgithubcomjantimonhtml-webpack-plugincomparev530v531-2021-03-09) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v5.3.0...v5.3.1) ### [`v5.3.0`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​530-httpsgithubcomjantimonhtml-webpack-plugincomparev520v530-2021-03-07) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v5.2.0...v5.3.0) ##### Features - allow to modify the interpolation options in webpack config ([d654f5b](https://togithub.com/jantimon/html-webpack-plugin/commit/d654f5b90022304335b372d424ff4c08d3a9d341)) - drop loader-utils dependency ([41d7a50](https://togithub.com/jantimon/html-webpack-plugin/commit/41d7a50516aefd1af2704e3837d5d41351c6199b)) ### [`v5.2.0`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​520-httpsgithubcomjantimonhtml-webpack-plugincomparev510v520-2021-02-19) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v5.1.0...v5.2.0) ##### Features - improve ssr ([73d2a66](https://togithub.com/jantimon/html-webpack-plugin/commit/73d2a660b10b9ebf8a341f0ddb173bcaaf1e513c)) ### [`v5.1.0`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​510-httpsgithubcomjantimonhtml-webpack-plugincomparev500v510-2021-02-12) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v5.0.0...v5.1.0) ##### Features - omit html tag attribute with null/undefined/false value ([aa6e78d](https://togithub.com/jantimon/html-webpack-plugin/commit/aa6e78d1430c17d9cf05550b2c9f73a9a0c0166c)), closes [#​1598](https://togithub.com/jantimon/html-webpack-plugin/issues/1598) ### [`v5.0.0`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​500-httpsgithubcomjantimonhtml-webpack-plugincomparev451v500-2021-02-03) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.5.2...v5.0.0) ##### ⚠ 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 `` 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](https://togithub.com/jantimon/html-webpack-plugin/commit/b7a9e8f2a3c146cfec8f5c42888abd6aa0cde0b9)) - use the new webpack 5 APIs and create html files during the new `webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS` compilation stage ([8964bc4](https://togithub.com/jantimon/html-webpack-plugin/commit/8964bc4182e41807a564d3000217a40bc5f93ad2), [b6895cb](https://togithub.com/jantimon/html-webpack-plugin/commit/b6895cb5b85b1e6e850f638470cf9b839d421516), [a97234e](https://togithub.com/jantimon/html-webpack-plugin/commit/a97234ead5ea2dbba07a6e6a70c5ddb6a5a3c288), [1b59e09](https://togithub.com/jantimon/html-webpack-plugin/commit/1b59e0944f561b264f11847ef245c9fc3f05b80f), [4fca596](https://togithub.com/jantimon/html-webpack-plugin/commit/4fca5965315c49f6706812d9fdf6c7284d23d75b), [ed64a6b](https://togithub.com/jantimon/html-webpack-plugin/commit/ed64a6b35fe9cdbc610e9b766700f3b2fc2b8e4c), [86245db](https://togithub.com/jantimon/html-webpack-plugin/commit/86245db670a9b3bdd0e2aba9f2031745a98434c7), [50b3bec](https://togithub.com/jantimon/html-webpack-plugin/commit/50b3bec51a43289d6d1b4e1e6439560eb791576f), [c697725](https://togithub.com/jantimon/html-webpack-plugin/commit/c697725e9f4dd990bd4b7927bbfa7b826d2f36f2)) - allow generating one file per chunk with the new `'[name]'` placeholder for the `filename` option ([cd5bd2a](https://togithub.com/jantimon/html-webpack-plugin/commit/cd5bd2afc902bbe5a5ceec4756ef634a26aa1332), [3d9ff48](https://togithub.com/jantimon/html-webpack-plugin/commit/3d9ff48543d04d9f7c3440bfefb43751775a9e81)) - the `filename` option can now be a function ([c5beb4b](https://togithub.com/jantimon/html-webpack-plugin/commit/c5beb4bd16e4916b5355c300abebf9d7d3c587da)) - add support for `'auto'` public paths inside templates ([a059fcf](https://togithub.com/jantimon/html-webpack-plugin/commit/a059fcf32d94aaaa738359cedce0b0e4af68f0de), [b09b439](https://togithub.com/jantimon/html-webpack-plugin/commit/b09b439f50ecb75994acde2eb2967ad690ff1cf0)) - use defer as default script loading mechanism ([35b6b87](https://togithub.com/jantimon/html-webpack-plugin/commit/35b6b878db17f0f5704a187b336a14fdd58cedfc)) - allow to set publicPath to an empty string `''` ([5ea7de4](https://togithub.com/jantimon/html-webpack-plugin/commit/5ea7de4ba271813835be700316c8a1763b205d2d)) - improve typings ([197ddd8](https://togithub.com/jantimon/html-webpack-plugin/commit/197ddd88f39a2e6e70863b6fed2385d33043d137)) - provide public path to the alterAssetTagGroups hook ([1b54dfb](https://togithub.com/jantimon/html-webpack-plugin/commit/1b54dfbd62c0d0df10dd3d2be9937626142d518f)) - provide public path to the alterAssetTags hook ([b754626](https://togithub.com/jantimon/html-webpack-plugin/commit/b75462653d11803a428b1d29479e259c3010163f)) - use `thisCompilation` in child compiler for faster builds ([1d59e9a](https://togithub.com/jantimon/html-webpack-plugin/commit/1d59e9a71ddba1429168c42569a7bd9bdd363f4f)) - export new major in static property ([8b692bd](https://togithub.com/jantimon/html-webpack-plugin/commit/8b692bd7cc0b75ddf55f47da317eed9bd19dab91)) - reduce dependencies ([8c28aaa](https://togithub.com/jantimon/html-webpack-plugin/commit/8c28aaa2bed5a7147b397fef3801cfe8fb5c34b9), [56e633f](https://togithub.com/jantimon/html-webpack-plugin/commit/56e633fcb90909c2bbedbd63590ecaa825d8b31f)) ##### Bug Fixes - emit files on every build to work properly with plugins like the clean-webpack-plugin ([6b3d087](https://togithub.com/jantimon/html-webpack-plugin/commit/6b3d087cf17f63b596c298d70a42a7462dd0f881)) - generate html files even if no webpack entry exists ([2693dfa](https://togithub.com/jantimon/html-webpack-plugin/commit/2693dfaf4c94625eab86afadfd0e4d8822092d6b)) - keep binary format when adding assets ([7e2b208](https://togithub.com/jantimon/html-webpack-plugin/commit/7e2b208634e26299c509e0c6b3189e01e4c3d3df)), closes [#​1537](https://togithub.com/jantimon/html-webpack-plugin/issues/1537) ##### [4.5.1](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.5.0...v4.5.1) (2021-01-03) ##### Bug Fixes - inject javascripts in the tag for inject:true and scriptLoading:'defer' ([4f7064e](https://togithub.com/jantimon/html-webpack-plugin/commit/4f7064ee56fe710e8f416018956647a72c270fb1)) ### [`v4.5.2`](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.5.1...v4.5.2) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.5.1...v4.5.2) ### [`v4.5.1`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​451-httpsgithubcomjantimonhtml-webpack-plugincomparev450v451-2021-01-03) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.5.0...v4.5.1) ### [`v4.5.0`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​450-httpsgithubcomjantimonhtml-webpack-plugincomparev441v450-2020-09-21) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.4.1...v4.5.0) ##### Features - Add publicPath option to overrule the default path generation ([#​1516](https://togithub.com/jantimon/html-webpack-plugin/issues/1516)) ([19b5122](https://togithub.com/jantimon/html-webpack-plugin/commit/19b5122)) - update webpack dependency range to allow installing webpack 5 beta ([f3ccdd5](https://togithub.com/jantimon/html-webpack-plugin/commit/f3ccdd5)), closes [#​1504](https://togithub.com/jantimon/html-webpack-plugin/issues/1504) #### [4.4.1](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.4.0...v4.4.1) (2020-08-30) ##### Bug Fixes - broken typings.d.ts in v4.4.0 ([#​1503](https://togithub.com/jantimon/html-webpack-plugin/issues/1503)) ([98ad756](https://togithub.com/jantimon/html-webpack-plugin/commit/98ad756)) ### [`v4.4.1`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​441-httpsgithubcomjantimonhtml-webpack-plugincomparev440v441-2020-08-30) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.4.0...v4.4.1) ##### Bug Fixes - broken typings.d.ts in v4.4.0 ([#​1503](https://togithub.com/jantimon/html-webpack-plugin/issues/1503)) ([98ad756](https://togithub.com/jantimon/html-webpack-plugin/commit/98ad756)) ### [`v4.4.0`](https://togithub.com/jantimon/html-webpack-plugin/blob/HEAD/CHANGELOG.md#​440-httpsgithubcomjantimonhtml-webpack-plugincomparev430v440-2020-08-30) [Compare Source](https://togithub.com/jantimon/html-webpack-plugin/compare/v4.3.0...v4.4.0) ##### Bug Fixes - fix typos in comments ([#​1484](https://togithub.com/jantimon/html-webpack-plugin/issues/1484)) ([6b0711e](https://togithub.com/jantimon/html-webpack-plugin/commit/6b0711e)) ##### Features - added v5 compilation support and deleted depreciation warnings ([4ae7be8](https://togithub.com/jantimon/html-webpack-plugin/commit/4ae7be8)), closes [#​1454](https://togithub.com/jantimon/html-webpack-plugin/issues/1454)

mend-for-github-com[bot] commented 1 year ago

⚠ 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:

The artifact failure details are included below:

File name: ui/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: questdb-console@0.0.1
npm ERR! Found: webpack@4.43.0
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 html-webpack-plugin@5.4.0
npm ERR! node_modules/html-webpack-plugin
npm ERR!   dev html-webpack-plugin@"5.4.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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2022-11-26T03_52_16_628Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2022-11-26T03_52_16_628Z-debug-0.log