strawdynamics / luminous

A simple, lightweight, no-dependencies JavaScript lightbox
BSD 2-Clause "Simplified" License
777 stars 70 forks source link

chore(dev-deps): update dependency webpack-cli to v4.9.1 #578

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack-cli 4.6.0 -> 4.9.1 age adoption passing confidence

Release Notes

webpack/webpack-cli ### [`v4.9.1`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​491-httpsgithubcomwebpackwebpack-clicomparewebpack-cli490webpack-cli491-2021-10-18) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@4.9.1) ##### Bug Fixes - compatibility with dynamic `import` ([#​3006](https://togithub.com/webpack/webpack-cli/issues/3006)) ([6a9aac9](https://togithub.com/webpack/webpack-cli/commit/6a9aac99665f0d2f2f0c58c757c6befbc7734c8f)) ### [`v4.9.0`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​490-httpsgithubcomwebpackwebpack-clicomparewebpack-cli480webpack-cli490-2021-10-06) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.8.0...webpack-cli@4.9.0) ##### Bug Fixes - handle `undefined` and empty configuration export ([#​2930](https://togithub.com/webpack/webpack-cli/issues/2930)) ([9b9040e](https://togithub.com/webpack/webpack-cli/commit/9b9040e97c1d7a68d0757c05a67fb0fc8184b827)) ##### Features - allow to run commands without webpack installation where it is unnecessary ([#​2907](https://togithub.com/webpack/webpack-cli/issues/2907)) ([603041d](https://togithub.com/webpack/webpack-cli/commit/603041d7e6a9b764bd79d1a8effd22a3e0f019cb)) ### [`v4.8.0`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​480-httpsgithubcomwebpackwebpack-clicomparewebpack-cli472webpack-cli480-2021-08-15) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.7.2...webpack-cli@4.8.0) ##### Bug Fixes - show default value in help output if available ([#​2814](https://togithub.com/webpack/webpack-cli/issues/2814)) ([7f50948](https://togithub.com/webpack/webpack-cli/commit/7f50948bb984821449277d6b5632b98a695eb029)) - support top multi compiler options ([#​2874](https://togithub.com/webpack/webpack-cli/issues/2874)) ([82b1fb7](https://togithub.com/webpack/webpack-cli/commit/82b1fb7441f04595ac90626235d506f29e5bb107)) ##### Features - show possible values for option in help output ([#​2819](https://togithub.com/webpack/webpack-cli/issues/2819)) ([828e5c9](https://togithub.com/webpack/webpack-cli/commit/828e5c923719982dfc828f9935f65384d6ede2d1)) - **init-generator:** add ability to specify a package manager of choice ([#​2769](https://togithub.com/webpack/webpack-cli/issues/2769)) ([e53f164](https://togithub.com/webpack/webpack-cli/commit/e53f1645c729c3bbcb27ffd41c999ed321f86f9d)) #### [4.7.2](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.7.1...webpack-cli@4.7.2) (2021-06-07) **Note:** Version bump only for package webpack-cli (due `@webpack-cli/serve`) #### [4.7.1](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.1) (2021-06-07) ##### Bug Fixes - not found module after ask installation ([#​2761](https://togithub.com/webpack/webpack-cli/issues/2761)) ([557ad05](https://togithub.com/webpack/webpack-cli/commit/557ad05ae8168255b57698bdd2d98cbc7b53812d)) - prettier config ([#​2719](https://togithub.com/webpack/webpack-cli/issues/2719)) ([181295f](https://togithub.com/webpack/webpack-cli/commit/181295fb1b1973c201c221813562219d85b845ae)) ### [`v4.7.2`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​472-httpsgithubcomwebpackwebpack-clicomparewebpack-cli471webpack-cli472-2021-06-07) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.7.1...webpack-cli@4.7.2) **Note:** Version bump only for package webpack-cli (due `@webpack-cli/serve`) ### [`v4.7.1`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​471-httpsgithubcomwebpackwebpack-clicomparewebpack-cli470webpack-cli471-2021-06-07) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.1) ##### Bug Fixes - not found module after ask installation ([#​2761](https://togithub.com/webpack/webpack-cli/issues/2761)) ([557ad05](https://togithub.com/webpack/webpack-cli/commit/557ad05ae8168255b57698bdd2d98cbc7b53812d)) - prettier config ([#​2719](https://togithub.com/webpack/webpack-cli/issues/2719)) ([181295f](https://togithub.com/webpack/webpack-cli/commit/181295fb1b1973c201c221813562219d85b845ae)) ### [`v4.7.0`](https://togithub.com/webpack/webpack-cli/blob/master/CHANGELOG.md#​470-httpsgithubcomwebpackwebpack-clicomparewebpack-cli460webpack-cli470-2021-05-06) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/webpack-cli@4.6.0...webpack-cli@4.7.0) ##### Bug Fixes - parsing of empty `--env` flags ([#​2643](https://togithub.com/webpack/webpack-cli/issues/2643)) ([bc12f1a](https://togithub.com/webpack/webpack-cli/commit/bc12f1a2a833f09a0585050a0f5dd854da188f1d)) - update usage info ([#​2594](https://togithub.com/webpack/webpack-cli/issues/2594)) ([9d07d67](https://togithub.com/webpack/webpack-cli/commit/9d07d67faf147cbaf0dddb95038403963e5f2afb)) ##### Features - add `create` and `new` alias for `init` ([#​2616](https://togithub.com/webpack/webpack-cli/issues/2616)) ([5a9789d](https://togithub.com/webpack/webpack-cli/commit/5a9789db237b7696adfdc9826b0dda749fedfa9a)) - add `server` alias for `serve` command ([#​2631](https://togithub.com/webpack/webpack-cli/issues/2631)) ([c9ee947](https://togithub.com/webpack/webpack-cli/commit/c9ee947618c06447bc1f949e4d401e63f737f38d)) - add flag to force start finish log ([#​2566](https://togithub.com/webpack/webpack-cli/issues/2566)) ([281aad3](https://togithub.com/webpack/webpack-cli/commit/281aad3ee4961f1643453eb1a926e88e0b7f019c)) - added `--no-devtool` to webpack v4([#​2603](https://togithub.com/webpack/webpack-cli/issues/2603)) ([7c6f390](https://togithub.com/webpack/webpack-cli/commit/7c6f390a1d64d562065ffc31d8b23d833813ee9d)) - added support arguments description ([#​2659](https://togithub.com/webpack/webpack-cli/issues/2659)) ([4dfd166](https://togithub.com/webpack/webpack-cli/commit/4dfd166f757ce94130bf9b7580f2dbe2868b8f4f))

Configuration

πŸ“… Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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

renovate[bot] commented 2 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


commit-lint[bot] commented 2 years ago

Chore

Contributors

renovate-bot

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR