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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump webpackbar from 2.6.4 to 4.0.0 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps webpackbar from 2.6.4 to 4.0.0.

Release notes

Sourced from webpackbar's releases.

v3.0.0

We are really excited to see notable projects including Next.js, Razzle and Vuepress are using Webpackbar 😍 Until now, Webpackbar was mostly a fancy wrapper over Webpack ProgressPlugin. With V3 a major rewrite decoupled all display stuff into Reporters. Built-in supported ones are basic, fancy, profile and stats. But nothing stops you from adding your own. We also carefully studied and inspected Webpack's behavior to make everything faster and more stable.

New Features

  • Custom Reporters Support
  • Automatically pause Consola logs during build to prevent glitches
  • Stats reporter
  • Watch hook

Enhancenments

  • Call progress hook on 100%
  • Cleanup all webpack references after build to prevent any memory leak
  • Rewrite log-update for more stability and performance.
  • Handle compile errors for styling
  • Siginificant stability improvements
  • Cleaner source-code

Breaking changes

  • Webpackbar no longer clears screen. If you need to preserve old behaviour, use reporter option:
new Webpackbar({
  reporter: {
    allDone() { /* clear screen */ }
  }
})
  • stream option no longer supported. process.stderr is being used.

  • minimal option deprecated in favor of reporter options. By default env will be detected and basic fallback will be used for CI and Tests.

  • compiledIn option deprecated. Both Fancy and Basic show it in a better way.

  • done callback is deprecated. You can use reporter.allDone hook.

Changelog

Sourced from webpackbar's changelog.

4.0.0 (2019-08-05)

chore

  • deps: update dependency wrap-ansi to v6 (#49) (0970f70)

BREAKING CHANGES

  • deps: Require Node.js 8

3.2.0 (2019-04-18)

Bug Fixes

Features

3.1.5 (2019-01-12)

Bug Fixes

  • fancy: eliminate the probability of replacement of stream.write conflicts (#39) (b3b9c62)

3.1.4 (2018-12-11)

Bug Fixes

  • avoid object.values for node < 7 compability (83fcd06)
... (truncated)
Commits
  • afe3508 chore(release): 4.0.0
  • 397ab77 refactor: update project
  • 0970f70 chore(deps): update dependency wrap-ansi to v6 (#49)
  • bfb6a5a chore(deps): update commitlint monorepo to v8 (#48)
  • 111f61f chore(deps): update devdependency del to v5 (#50)
  • eccf871 chore(deps): update all non-major dependencies (#47)
  • 830e18d fix typo in comment (#46)
  • 302fdc2 chore(release): 3.2.0
  • 9fc93e9 feat: update dependencies
  • b2ae0c9 fix: path can be something else than a string (#45)
  • 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • Update frequency (including time of day and day of week)
  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 15, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants