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

Bump webpackbar from 2.6.1 to 3.2.0 #9

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Bumps webpackbar from 2.6.1 to 3.2.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.

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)

3.1.3 (2018-11-14)

3.1.2 (2018-11-09)

Bug Fixes

  • profile: use context.state (0d92aae)
  • revert back afterPlugins to call _ensureState (2f17454)
  • update profile reporter (4f28403)
  • stats: fix typo (d2f6edb)
... (truncated)
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 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 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)
  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 31, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/webpackbar-3.2.0 branch from d5ea831 to 67fa043 Compare May 31, 2019 13:22
@kachkaev
Copy link

The latest version of webpackbar is 4.0.0 (CHANGELOG). @lucleray would you be keen to cut a new release?

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.

1 participant