Update wallaby-webpack to version 0.0.37 🚀 #701

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-wallaby-webpack-0.0.37 into development
greenkeeperio-bot commented 2017-03-24 00:48:56 +00:00 (Migrated from github.com)

Hello lovely humans,

wallaby-webpack just published its new version 0.0.37.

State Update 🚀
Dependency wallaby-webpack
New version 0.0.37
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of wallaby-webpack.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project

You rock!

🌴


The new version differs by 13 commits .

  • 0ecd82a Version bump to 0.0.37
  • e8b2d5e Webpack 2 optimizations
  • 08323cc 0.0.36
  • 713a61f Version bump to 0.0.35
  • 8aa948c Made module id to be string
  • 6bf2b67 Version bump to 0.0.34
  • fe3c71a Bumped minimatch version
  • 19860bc Version bump to 0.0.33
  • 0ec8da7 Warning about entry patterns not matching any files
  • a2f948b Version bump to 0.0.32
  • 4e00eef Added preserveEntryFileLoadOrder setting to load entry files respecting how the first of them is positioned in the files list
  • acb7def Version bump to 0.0.31
  • 3f12397 Added __webpack_exports__ alias to the parameter list of the module wrapper

See the full diff.


Try the all new Greenkeeper GitHub Integration
With Integrations first-class bot support landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.

Screencast

Try it today. Free for private repositories during beta.
Hello lovely humans, [wallaby-webpack](https://www.npmjs.com/package/wallaby-webpack) just published its new version 0.0.37. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> wallaby-webpack </td> </tr> <tr> <th align=left> New version </td> <td> 0.0.37 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version is **not covered** by your **current version range**. Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though. I recommend you look into these changes and try to get onto the latest version of wallaby-webpack. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update. Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new). Good luck with your project :sparkles: You rock! :palm_tree: --- The new version differs by 13 commits . - [`0ecd82a`](https://github.com/jeffling/wallaby-webpack/commit/0ecd82aabdcf7695a152aeebeee9ad7f15a85992) <code>Version bump to 0.0.37</code> - [`e8b2d5e`](https://github.com/jeffling/wallaby-webpack/commit/e8b2d5ef0320fab3037beb640050af69aec4ddf6) <code>Webpack 2 optimizations</code> - [`08323cc`](https://github.com/jeffling/wallaby-webpack/commit/08323ccf2e57e9839c08332f9a42f7b207f6f1ed) <code>0.0.36</code> - [`713a61f`](https://github.com/jeffling/wallaby-webpack/commit/713a61f0525547ee2d2222386a820bd92781048b) <code>Version bump to 0.0.35</code> - [`8aa948c`](https://github.com/jeffling/wallaby-webpack/commit/8aa948c9c1bebca1ba42d1a6156c9ace1c39ece6) <code>Made module id to be string</code> - [`6bf2b67`](https://github.com/jeffling/wallaby-webpack/commit/6bf2b67820f9c83e4ef03b436315dc81149952fc) <code>Version bump to 0.0.34</code> - [`fe3c71a`](https://github.com/jeffling/wallaby-webpack/commit/fe3c71ae282bbf90d5547c22686551ff7c816e84) <code>Bumped minimatch version</code> - [`19860bc`](https://github.com/jeffling/wallaby-webpack/commit/19860bcdbb622813af3e8e4b0d51805c655075e2) <code>Version bump to 0.0.33</code> - [`0ec8da7`](https://github.com/jeffling/wallaby-webpack/commit/0ec8da738335e4a8fcb0ef5a89c01faf8864a63c) <code>Warning about entry patterns not matching any files</code> - [`a2f948b`](https://github.com/jeffling/wallaby-webpack/commit/a2f948be78f94f27bbab12ce3c987c6b1ecb8154) <code>Version bump to 0.0.32</code> - [`4e00eef`](https://github.com/jeffling/wallaby-webpack/commit/4e00eefa864eb38dcd5ed91075c3e4848458dcd1) <code>Added `preserveEntryFileLoadOrder` setting to load entry files respecting how the first of them is positioned in the `files` list</code> - [`acb7def`](https://github.com/jeffling/wallaby-webpack/commit/acb7def314900863d71a4e839d009c94d9b86a2d) <code>Version bump to 0.0.31</code> - [`3f12397`](https://github.com/jeffling/wallaby-webpack/commit/3f123970be4c37680de35da5011bbe537dff4a0f) <code>Added `__webpack_exports__` alias to the parameter list of the module wrapper</code> See the [full diff](https://github.com/jeffling/wallaby-webpack/compare/9132ef83fdab6f35c6b204f01e944b01ef89a95d...0ecd82aabdcf7695a152aeebeee9ad7f15a85992). --- | ✨ Try the all new [Greenkeeper GitHub Integration](https://git.io/uptodate) ✨ | | --- | | With [Integrations](https://developer.github.com/early-access/integrations/) **first-class bot support** landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. **Simpler setup, fewer pull-requests, faster than ever**.<br><br> <details><summary>Screencast</summary><img src="https://cloud.githubusercontent.com/assets/908178/19868156/20c1c0c4-9fa7-11e6-9f17-611c51677dbd.gif" /></details><br> [**Try it today**](https://git.io/uptodate). Free for private repositories during beta. |

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#701