Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented May 24, 2018

Version 2.0.0 of webpack-dashboard was just published.

Dependency webpack-dashboard
Current Version 1.1.1
Type devDependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of webpack-dashboard.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 2.0.0

This is a major update to webpack-dashboard with breaking changes. And a lot of speed and coolness.

Breaking changes

  • Requires node6+.
  • Use the webpack internal stats object instead of real bundles. This is faster and with less futzing / parsing on the dashboard's end. Should permanently fix the no code sections found errors.
  • We've removed command flags / plugin options that no longer apply like --root, etc.

Modules

  • Removed min and min+gz estimated file sizes from modules outputs. This dramatically speeds up the dashboard and reduces CPU usage.

Versions

  • Version skews should be detected more accurately and much faster thanks to dramatically improved heuristics from inspectpack.

Duplicates

  • Duplicates now reports on duplicate files that are (1) completely identical, and (2) the same package name and file path but with different sources. The first are low hanging fruit for optimizations in your build -- you've literally got the same thing multiple times. The latter needs to be coalesced at the package dependency level -- something the versions output can help with.

Issues

  • Upgrade hooks to work in webpack1-4 with abstraction. Fixes #240

Refactoring

  • Switch from chalk to using Blessed's built-in tags for coloring. This is definitely the way to go as things like table spacing don't work with chalk strings and work like a charm with Blessed tags.
  • Update dependencies and remove lots of unused things (like lodash, chalk, bluebird and a whole lot of babel* that apparently wasn't used anyways).
    • New inspectpack is way slimmer and faster, with no more binary dependencies!
  • Switch to yarn-only workflow in dev.
  • Bump Travis node versions.
Commits

The new version differs by 2 commits.

  • 5b65faa 2.0.0
  • 8a32cd1 [Major] Integrate inspectpack3 - faster, better, and more colorful! (#249)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.889% when pulling 42e6451 on greenkeeper/webpack-dashboard-2.0.0 into 1f04468 on master.

greenkeeper bot added a commit that referenced this pull request Feb 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 15, 2019

Update to this version instead 🚀

Release Notes for 3.0.0

Features

  • Migrated from using blessed to neo-blessed as the underlying terminal renderer. neo-blessed is a maintained fork of blessed and brings in some nice fixes for us. Included in: #270
  • Added Prettier to the codebase 🎉 Included in: #270

Docs

  • Added a warning about deprecation of Node 6 support. Included in: #270

Migration Instructions

With this release we are dropping support for Node 6 altogether. neo-blessed requires Node >= 8.0.0, meaning all users of the dashboard will need to run it using Node 8 or above. Previous versions of webpack-dashboard are still compatible with Node 6.

greenkeeper bot added a commit that referenced this pull request Mar 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2019

Update to this version instead 🚀

Release Notes for 3.0.1

Features

  • Use process.kill with SIGINT to gracefully exit the dashboard process. Included in: #277 by @joakimbeng.
  • Update dependencies to address security warnings. Included in: #275 by @stereobooster.

Migration Instructions

No changes required to start using v3.0.1 🎉. We do recommend adopting this patch as soon as possible to get the security upgrades.

greenkeeper bot added a commit that referenced this pull request Apr 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 18, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 9, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 27, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 8, 2019

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants