AmpersandHQ / magepack-sdk

npm dependencies for magepack
0 stars 0 forks source link

Update webpack-dashboard to the latest version πŸš€ #14

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 1.1.0 of webpack-dashboard was just published.

Dependency webpack-dashboard
Current Version 1.0.2
Type dependency

The version 1.1.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 1.1.0

v1.1.0 Release

Features

  • Adds minified and gzip plugin options for inspectpack to allow more control over the most CPU intensive features / stats of the dashboard.
Commits

The new version differs by 2 commits.

  • 6738152 1.1.0
  • 7f99b31 Feature: Enable opt-out of minified, gzip calculations. (#230)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 1.1.1 just got published.

Update to this version instead πŸš€

greenkeeper[bot] commented 6 years ago

Version 2.0.0 just got published.

Update to this version instead πŸš€

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

greenkeeper[bot] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€