From 073ca7944b15c32832ff12f87a9a91980b833cee Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 25 Jun 2018 20:01:43 +0200 Subject: [PATCH] =?UTF-8?q?Update=20webpack-command=20to=20the=20latest=20?= =?UTF-8?q?version=20=F0=9F=9A=80=20(#113)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version **0.3.0** of **[webpack-command](https://github.com/webpack-contrib/webpack-command)** was just published.
Dependency [webpack-command](https://github.com/webpack-contrib/webpack-command)
Current Version 0.2.1
Type devDependency
The version **0.3.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-command. 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 v0.3.0

Bugfixes

Features

Updates

webpack-command is no longer just a proof of concept, but a legitimate replacement for webpack-cli.

Commits

The new version differs by 15 commits.

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](https://greenkeeper.io) bot :palm_tree: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 127be56..d3c7a1b 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "rollup-plugin-babel": "^4.0.0-beta.4", "watch": "^1.0.1", "webpack": "^4.8.3", - "webpack-command": "^0.2.0", + "webpack-command": "^0.3.0", "webpack-dev-server": "^3.1.4" }, "greenkeeper": {