elixirscript / processes

Erlang style processes in JavaScript
https://elixirscript.github.io/processes/
55 stars 4 forks source link

Bump webpack-cli from 3.3.2 to 3.3.6 #92

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webpack-cli from 3.3.2 to 3.3.6.

Release notes *Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).* > Webpack CLI v3.3.6 is a security patch that fixes vulnerabilities. Please upgrade if not done so already. A full changelog available [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#336-2019-07-14) > > > Stay safe🙏🏽 > > ## Webpack CLI v3.3.5 > Webpack-CLI v3.3.5 has a patch to remove the donation banner that causes some irritation around donations to webpack and for windows users. We've removed this and a full changelog is found [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#335-2019-06-23) > > > > ## Webpack CLI v3.3.4 > Webpack CLI version 3.3.4 is the last version we are going to support with the old CLI interface before version 4 is released. It comes with a bugfix for errors in a webpack configuration and fixes to infrastructure not related to the core packages. A full changelog is available [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#334-2019-06-11) > > Love, webpack team ♥️ > > ## Webpack CLI v.3.3.3 > Webpack-CLI version 3.3.3 comes with infrastructure fixes, [bugfixes against donation banner](https://github.com/webpack/webpack-cli/commit/de41351), [bugfix when providing an array configuration](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/892), improved error messaging when dependencies are missing and much more. > > A full changelog is available [here](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md#333-2019-06-07) > > Love, webpack team🥰
Changelog *Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/v3.3.6/CHANGELOG.md).* > # 3.3.6 (2019-07-14) > > [Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6) > > ## Chore > > - serve: refactor code to be more concise ([d2e3e80](https://github.com/webpack/webpack-cli/commit/d2e3e80)) > - utils: fixes typo in scaffold ([bd5c1ce](https://github.com/webpack/webpack-cli/commit/bd5c1ce)) > - fix sec vuln ([110fa5e](https://github.com/webpack/webpack-cli/commit/110fa5e)) > - prevent weird behaviour of pre-commit hook ([#973](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/973)) > - include comments ([941da90](https://github.com/webpack/webpack-cli/commit/941da90)) > > ## Docs > > - remove deprecated packages description ([#979](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/979)) > > ## Fix > > - minor refactor ([a30a027](https://github.com/webpack/webpack-cli/commit/a30a027)) > - update comments ([7553ae7](https://github.com/webpack/webpack-cli/commit/7553ae7)) > - minor fix ([0d9aa9a](https://github.com/webpack/webpack-cli/commit/0d9aa9a)) > > > > # 3.3.5 (2019-06-23) > > [Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.4...v3.3.5) > > ## Chore > > - remove donation section ([76b75ac](https://github.com/webpack/webpack-cli/commit/76b75ac)) > - update pkg lock ([8913928](https://github.com/webpack/webpack-cli/commit/8913928)) > - deps: update major versions ([#969](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/969)) > - packages: lock dependencies versions ([#958](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/958)) > - scripts: clean opencollective ([cd54ba5](https://github.com/webpack/webpack-cli/commit/cd54ba5)) > - scripts: clean postinstall ([0c1f6b6](https://github.com/webpack/webpack-cli/commit/0c1f6b6)) > - ts: enables source map in the ts ([#961](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/961)) > - added await in order to resolve the pending promise ([#948](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/948)) > > ## CLI > > - remove donation prompt ([a37477d](https://github.com/webpack/webpack-cli/commit/a37477d)) > > ## Fix > > - deps: move prettier from dependencies to devDependencies ([#968](https://github-redirect.dependabot.com/webpack/webpack-cli/pull/968)) > - change "usr strict" to "use strict" ([670efc7](https://github.com/webpack/webpack-cli/commit/670efc7)) > - update deps ([69f364e](https://github.com/webpack/webpack-cli/commit/69f364e)) > > > ... (truncated)
Commits - [`a56e916`](https://github.com/webpack/webpack-cli/commit/a56e9163d3eeefe499e8f26610935cdd0741d518) chore: v3.3.6 - [`110fa5e`](https://github.com/webpack/webpack-cli/commit/110fa5e7d92b3053a04954d308cd05fb94de7d52) chore: fix sec vuln - [`6c766f8`](https://github.com/webpack/webpack-cli/commit/6c766f88ea4c91194fe509604a508607fd08bef4) Merge pull request [#974](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/974) from jamesgeorge007/feat/minor-refactor - [`7978d77`](https://github.com/webpack/webpack-cli/commit/7978d778c39dffb90a14cb608fa780c5fcefd954) Merge pull request [#975](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/975) from pranshuchittora/chore-typo - [`ba471f8`](https://github.com/webpack/webpack-cli/commit/ba471f87ba4ecc51fb532e864e5e21b88f22c5c9) chore: prevent weird behaviour of pre-commit hook ([#973](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/973)) - [`49e4adc`](https://github.com/webpack/webpack-cli/commit/49e4adcd98dba87866d4b29216cad447e1223b0c) docs: remove deprecated packages description ([#979](https://github-redirect.dependabot.com/webpack/webpack-cli/issues/979)) - [`a30a027`](https://github.com/webpack/webpack-cli/commit/a30a02716c50b1c52c223c42eabe5dd1cbe29577) fix: minor refactor - [`7553ae7`](https://github.com/webpack/webpack-cli/commit/7553ae76b6a2f84cb5cb69f73f1eb3613020775f) fix: update comments - [`941da90`](https://github.com/webpack/webpack-cli/commit/941da90ebfcb6aa5ba07430465bf2d53a2c54c4f) chore: include comments - [`0d9aa9a`](https://github.com/webpack/webpack-cli/commit/0d9aa9ac7868f0154209eb119b6244df55859af7) fix: minor fix - Additional commits viewable in [compare view](https://github.com/webpack/webpack-cli/compare/v3.3.2...v3.3.6)


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.


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 and block automerging - `@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). To ignore the version in this PR you can just close it - `@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.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.