Bump webpackbar from 2.6.1 to 3.2.0
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 arebasic,fancy,profileandstats. 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 */ } } })
streamoption no longer supported.process.stderris being used.
minimaloption deprecated in favor of reporter options. By default env will be detected and basic fallback will be used for CI and Tests.
compiledInoption deprecated. Both Fancy and Basic show it in a better way.
donecallback is deprecated. You can usereporter.allDonehook.
Changelog
Sourced from webpackbar's changelog.
3.2.0 (2019-04-18)
Bug Fixes
Features
- update dependencies (9fc93e9)
3.1.5 (2019-01-12)
Bug Fixes
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
... (truncated)
Commits
302fdc2chore(release): 3.2.09fc93e9feat: update dependenciesb2ae0c9fix: path can be something else than a string (#45)73ef3aefix(pkg): remove nspbb2f453chore: use yarn rundd16562chore: update yarn.lock7efbad1chore(pkg): use yarnf0fa3b8chore(release): 3.1.582d7473refactor: improve log-update to use symbol6276d90chore: enable concurrent test for demo- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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.
The latest version of webpackbar is 4.0.0 (CHANGELOG). @lucleray would you be keen to cut a new release?