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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webpack-cli from 3.2.3 to 3.3.2 #10896

Merged
merged 1 commit into from
May 30, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 30, 2019

Bumps webpack-cli from 3.2.3 to 3.3.2.

Release notes

Sourced from webpack-cli's releases.

Webpack CLI v3.3.2

This version fixes permission errors on showing donation banner, security fixes, a way to disable it and has other ones. Full list of changes found here.

Webpack-CLI v.3.3.1

Version 3.3.1 comes with infrastructure fixes and various of improvements to the repository. Full changelog found here

webpack-cli v.3.3.0

Webpack-cli v.3.3.0 comes with fixes to tests, improved documentation and better default setting. It also has webpack v.5.0.0 support along with webpack v.4.0.0 support.

Changelog available here.

if you find any issues, please submit a bug. Happy hacking! 馃挋

Changelog

Sourced from webpack-cli's changelog.

3.3.2 (2019-05-04)

Full Changelog

New Features

  • opencollective prompt: add option to disable it + doc (d4643ae)
  • terser: clean old files (89e6b74)
  • terser: remove leftover files (27d5b4d)
  • terser: replace after merging master (c404655)
  • replace Uglify with Terser in generators (2b8651b)
  • use terserPlugin in loaderOptionsPlugin (14f5337)
  • use terserJsPlugin for transformations during migrate (33c6185)
  • replace uglifyJsPlugin with terserPlugin in migrate (d467f3b)
  • opencollective prompt: work on windows setting atime by code (3af73a8)
  • opencollective prompt: fix typo (c2351b1)
  • opencollective prompt: remove .lastocprint file from fs (b96ad56)
  • opencollective prompt: extract weekday to variable (790d27a)
  • opencollective prompt: set terminal cols to 80 (badc32d)
  • opencollective prompt: fix azure ci (ea0039a)
  • opencollective prompt: lint (ea906d8)
  • opencollective prompt: clear package.json modifications (f080733)
  • opencollective prompt: add prompt in postinstall script (dd9d528)

Ast

  • change tooltip property from uglify to terser (ea9e4b8)
  • replace requires and inits for uglify with terser (3011a6c)
  • replace UglifyJsPlugin with TerserPlugin (21da35f)

Chore

  • cli: move constants to a separate file (#798)
  • deps: fix security vulnerabilities (#857)
  • deps: upgrade lerna to fix vulnerabilities & update webpack-dev-server (#823)
  • docs: minor fixes in the docs (#874)
  • docs: removes scaffolding docs from the root (8c1db03)
  • junit: reverting the junit.xml (80fd4fa)
  • travis: removed stable (#871)
  • types: move to @types/yeoman-generator (#869)
  • addon generator to async/await (#849)
  • v.3.1.1 (d3f8e20)
  • tests: updated test regex, some helper scripts (#809)
  • types: add type information (#791)
  • replace instances of uglify with terser (f9cb8ce)
  • use actual package name in comment about removing uglify (b1cf4cc)
  • align file in the same way as other terserPlugin test fixtures (b6c6484)
  • remove gitHash from package.json (2af08be)

Docs

... (truncated)
Commits
  • f0031fd chore: v.3.3.2
  • 0309e37 Merge pull request #863 from misterdev/feat/option-to-disable-postinstall
  • c833961 Merge pull request #876 from misterdev/fix-opencollective-eperm
  • b4dfa17 Merge branch 'master' into feat/option-to-disable-postinstall
  • e241b7b chore(docs): Refactors links for badges (#859)
  • 5284b7e fix(opencollective-prompt): check write permissions
  • e17a26d misc(opencollective-prompt): improve grammar
  • 246db42 fix(opencollective prompt): fix grammar
  • d4643ae feat(opencollective prompt): add option to disable it + doc
  • d16404a chore(deps): fix security vulnerabilities (#857)
  • Additional commits viewable in compare view

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 5 PRs for your first few update runs. Once an update run creates fewer than 5 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 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 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 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 the .dependabot/config.yml file in this repo:

  • 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 has been acquired by GitHub  馃帀

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2019
@ykzts
Copy link
Sponsor Member

ykzts commented May 30, 2019

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/webpack-cli-3.3.2 branch from 301a2b4 to 4c666c2 Compare May 30, 2019 14:20
@ykzts ykzts merged commit 7394652 into master May 30, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/webpack-cli-3.3.2 branch May 30, 2019 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant