nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Bump webpack-cli from 2.0.15 to 3.2.3 #155

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webpack-cli from 2.0.15 to 3.2.3.

Release notes *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > ## V.3.2.3 > In this release we reverted the donate script that caused issues on different platforms. > > ## V.3.2.2 > Version 3.2.2 comes with fixes to donation banner and stderr instead of stdout for information and `json` outputting. > > Changelog found [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#322-2019-02-05) > > V.3.2.1 replaces opencollective dependency with a lighter version and it fixes configuration lookup using `ts`, `babel` and so on. > > Full changelog found [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#321-2019-01-07). > > Webpack-CLI v.3.2.0 comes with improved documentation, defaults settings, revised test infrastructure and other fixes. This version is tagged as a major, because we now support recursive configuration lookups. > > [For a detailed view of changes done, see our changelog.](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#320-2019-01-03) > > ## webpack-CLI version 3.1.2 > Version 3.1.2 fixes minor bugs, readme fixes and various of small regressions. > > You can safely update to webpack 3.1.2 from 3.1.0. > > For a full view of changes done, you can browse those [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#312-2018-09-29). > > ## Webpack-cli v.3.1.1 > Webpack CLI version 3.1.1 comes with minor fixes to infrastructure, fixing bugs, synchronization with webpack and updating the build system. > > For a full overview of changes done, you can view it [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#311-2018-09-23) > > Monorepo packages has also been updated as patches and can be safely updated. > > ## V.3.1.0 > Changelog can be found [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#310-2018-07-18) > > ## v3.0.8 > ## [3.0.8](https://github.com/webpack/webpack-cli/compare/v3.0.7...v3.0.8) (2018-06-16) > > ## v3.0.7 > ## [3.0.7](https://github.com/webpack/webpack-cli/compare/v3.0.6...v3.0.7) (2018-06-15) > > ## v3.0.6 > ## [3.0.6](https://github.com/webpack/webpack-cli/compare/v3.0.5...v3.0.6) (2018-06-13) > > ## v3.0.5 > ## [3.0.5](https://github.com/webpack/webpack-cli/compare/v3.0.4...v3.0.5) (2018-06-13) > > ## v3.0.4 > ## [3.0.4](https://github.com/webpack/webpack-cli/compare/v3.0.3...v3.0.4) (2018-06-12) > > ## v3.0.3 > > ... (truncated)
Changelog *Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md).* > > # 3.2.2 (2019-02-05) > [Full Changelog](https://github.com/webpack/webpack-cli/compare/v0.1.3...v3.2.2) > > ## New Features > > * only display once a week ([b6199e5](https://github.com/webpack/webpack-cli/commit/b6199e5)) > * add util to run-and-get watch proc ([1d2ccd5](https://github.com/webpack/webpack-cli/commit/1d2ccd5)) > * add test-util to append data to file ([e9e1dcb](https://github.com/webpack/webpack-cli/commit/e9e1dcb)) > * log: clean single line logs ([5d2284b](https://github.com/webpack/webpack-cli/commit/5d2284b)) > * log: add gitignore ([7c830b5](https://github.com/webpack/webpack-cli/commit/7c830b5)) > * log: make log package ([df7c224](https://github.com/webpack/webpack-cli/commit/df7c224)) > * log: add clrscr function ([11b3bff](https://github.com/webpack/webpack-cli/commit/11b3bff)) > * log: few changes ([bc32727](https://github.com/webpack/webpack-cli/commit/bc32727)) > * log: add newline for title ([4047213](https://github.com/webpack/webpack-cli/commit/4047213)) > * log: remove unwanted commits ([c088f3e](https://github.com/webpack/webpack-cli/commit/c088f3e)) > * log: task based custom loggers ([2c43a41](https://github.com/webpack/webpack-cli/commit/2c43a41)) > > ## Chore > > * v.3.2.3 ([70138b7](https://github.com/webpack/webpack-cli/commit/70138b7)) > * v.3.2.2 ([24b6387](https://github.com/webpack/webpack-cli/commit/24b6387)) > * update tests ([70bfbd9](https://github.com/webpack/webpack-cli/commit/70bfbd9)) > * one liner ([0f55d5a](https://github.com/webpack/webpack-cli/commit/0f55d5a)) > * one liner after log ([6d8fb67](https://github.com/webpack/webpack-cli/commit/6d8fb67)) > * watch: remove console log ([0952317](https://github.com/webpack/webpack-cli/commit/0952317)) > * v.3.2.1 ([54805ae](https://github.com/webpack/webpack-cli/commit/54805ae)) > * dependency: add `node-ts` as devDependency ([#724](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/724)) > > ## Docs > > * init documentaion ([14d2b47](https://github.com/webpack/webpack-cli/commit/14d2b47)) > * scaffold: Add installation guide for packages/webpack-scaffold ([#727](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/727)) > > ## Fix > > * close compiler, own sh script and output clearing ([6ded275](https://github.com/webpack/webpack-cli/commit/6ded275)) > * bin: extension detection ([#724](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/724)) > * readme: remove old dependency status link ([4df0000](https://github.com/webpack/webpack-cli/commit/4df0000)) > * readme: add fallback badge for dependency status ([0e3753b](https://github.com/webpack/webpack-cli/commit/0e3753b)) > * failing test ([88888bb](https://github.com/webpack/webpack-cli/commit/88888bb)) > * test: fix travis ts build ([22d3acc](https://github.com/webpack/webpack-cli/commit/22d3acc)) > > ## Tests > > * azure pipelines ([c9c3fea](https://github.com/webpack/webpack-cli/commit/c9c3fea)) > * bin: add `webpack.config.ts` related test ([#724](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/724)) > * module: use extractSummary ([7bde073](https://github.com/webpack/webpack-cli/commit/7bde073)) > * watch: use copyFile functionality ([c61fe92](https://github.com/webpack/webpack-cli/commit/c61fe92)) > * add copyFile function in test-utils ([1b21e81](https://github.com/webpack/webpack-cli/commit/1b21e81)) > ... (truncated)
Commits - See full diff in [compare view](https://github.com/webpack/webpack-cli/commits)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 3 PRs for your first few update runs. Once an update run creates fewer than 3 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will 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 labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
thomaseizinger commented 5 years ago

Can confirm that it works locally. @dependabot-bot merge