Update html-loader to version 0.4.5 🚀 #644

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-html-loader-0.4.5 into development
greenkeeperio-bot commented 2017-02-24 18:32:13 +00:00 (Migrated from github.com)

Hello lovely humans,

html-loader just published its new version 0.4.5.

State Update 🚀
Dependency html-loader
New version 0.4.5
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 html-loader.
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!

🌴


GitHub Release

0.4.5 (2017-02-24)

Bug Fixes

  • package: fix loader util deprecation warning (#114) (5e12be4)

The new version differs by 28 commits .

  • 90c7b60 chore(release): html-loader v0.4.5
  • 5e12be4 fix(getOptions): deprecation warn in loaderUtils (#114)
  • 7c28052 Merge pull request #110 from AvraamMavridis/patch-1
  • 48df894 Merge pull request #111 from michael-ciniawsky/license
  • 7967578 docs(LICENSE): relicense to JSF
  • 3e09605 update to webpack 2 syntax
  • c600df4 chore: update readme, html -> html-loader
  • f337b3e Merge pull request #109 from montogeek/patch-1
  • 318e70e Fix Maintainer section look
  • 557e127 Merge pull request #103 from kevinzwhuang/master
  • 1ba23b2 Merge pull request #105 from laland/master
  • 84c49eb [export formats] fixes es6 default export
  • 2d7d33c Merge pull request #100 from pmmenneg/patch-1
  • b555e4e Merge pull request #104 from zhulongzheng/master
  • e511e3a Update README.md

There are 28 commits in total. 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, [html-loader](https://www.npmjs.com/package/html-loader) just published its new version 0.4.5. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> html-loader </td> </tr> <tr> <th align=left> New version </td> <td> 0.4.5 </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 html-loader. 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: --- [GitHub Release](https://github.com/webpack-contrib/html-loader/releases/tag/v0.4.5) <p><a name="user-content-0.4.5"></a></p> <h1> <a href="https://urls.greenkeeper.io/webpack-contrib/html-loader/compare/v0.4.4...v0.4.5">0.4.5</a> (2017-02-24)</h1> <h3>Bug Fixes</h3> <ul> <li> <strong>package:</strong> fix loader util deprecation warning (<a href="https://urls.greenkeeper.io/webpack-contrib/html-loader/pull/114">#114</a>) (<a href="https://urls.greenkeeper.io/webpack-contrib/html-loader/commit/5e12be422e84182191f6916372cdcf8f4311ed61">5e12be4</a>)</li> </ul> --- The new version differs by 28 commits . - [`90c7b60`](https://github.com/webpack-contrib/html-loader/commit/90c7b60d41a0af76019dbefa91d45dab90fbdd1e) <code>chore(release): html-loader v0.4.5</code> - [`5e12be4`](https://github.com/webpack-contrib/html-loader/commit/5e12be422e84182191f6916372cdcf8f4311ed61) <code>fix(getOptions): deprecation warn in loaderUtils (#114)</code> - [`7c28052`](https://github.com/webpack-contrib/html-loader/commit/7c28052ccc55aa8be966e00359ba5fab31c13def) <code>Merge pull request #110 from AvraamMavridis/patch-1</code> - [`48df894`](https://github.com/webpack-contrib/html-loader/commit/48df89493defd417b4e74073f66d605672dede8e) <code>Merge pull request #111 from michael-ciniawsky/license</code> - [`7967578`](https://github.com/webpack-contrib/html-loader/commit/7967578e4522743f933455d043a98f7dc290aef3) <code>docs(LICENSE): relicense to JSF</code> - [`3e09605`](https://github.com/webpack-contrib/html-loader/commit/3e0960589848205ea420f31aefd33665a440b1aa) <code>update to webpack 2 syntax</code> - [`c600df4`](https://github.com/webpack-contrib/html-loader/commit/c600df403ffadc0e9f87237a271e2085cbe99617) <code>chore: update readme, html -> html-loader</code> - [`f337b3e`](https://github.com/webpack-contrib/html-loader/commit/f337b3e0763db6274cec7bb8f0aab224ad91bd8b) <code>Merge pull request #109 from montogeek/patch-1</code> - [`318e70e`](https://github.com/webpack-contrib/html-loader/commit/318e70e3ecd30112d4ba5be4149d992e57f18ae9) <code>Fix Maintainer section look</code> - [`557e127`](https://github.com/webpack-contrib/html-loader/commit/557e127a842bf7b3579ce129a940399fd0c662e7) <code>Merge pull request #103 from kevinzwhuang/master</code> - [`1ba23b2`](https://github.com/webpack-contrib/html-loader/commit/1ba23b2e654a4a516811268089c16dbb33764320) <code>Merge pull request #105 from laland/master</code> - [`84c49eb`](https://github.com/webpack-contrib/html-loader/commit/84c49ebeefe1cfd4efe82a6beff3af925b63e81b) <code>[export formats] fixes es6 default export</code> - [`2d7d33c`](https://github.com/webpack-contrib/html-loader/commit/2d7d33c582cec49797d11728515aed677364ccc3) <code>Merge pull request #100 from pmmenneg/patch-1</code> - [`b555e4e`](https://github.com/webpack-contrib/html-loader/commit/b555e4ea9f18852a43b4a4f1678208d66573374d) <code>Merge pull request #104 from zhulongzheng/master</code> - [`e511e3a`](https://github.com/webpack-contrib/html-loader/commit/e511e3a377026405215e9159eff23788df2e43a7) <code>Update README.md</code> There are 28 commits in total. See the [full diff](https://github.com/webpack-contrib/html-loader/compare/773249b221c541e7f95503062bfbfe81f2f2a767...90c7b60d41a0af76019dbefa91d45dab90fbdd1e). --- | ✨ 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. |
codecov-io commented 2017-02-24 18:36:18 +00:00 (Migrated from github.com)

Codecov Report

Merging #644 into development will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           development     #644   +/-   ##
============================================
  Coverage        33.08%   33.08%           
============================================
  Files               10       10           
  Lines              547      547           
  Branches            70       70           
============================================
  Hits               181      181           
  Misses             363      363           
  Partials             3        3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf12851...c4be10e. Read the comment docs.

# [Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/644?src=pr&el=h1) Report > Merging [#644](https://codecov.io/gh/valor-software/ng2-file-upload/pull/644?src=pr&el=desc) into [development](https://codecov.io/gh/valor-software/ng2-file-upload/commit/cf12851e1d910a693c2429052815f6520806681e?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. ```diff @@ Coverage Diff @@ ## development #644 +/- ## ============================================ Coverage 33.08% 33.08% ============================================ Files 10 10 Lines 547 547 Branches 70 70 ============================================ Hits 181 181 Misses 363 363 Partials 3 3 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/644?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/valor-software/ng2-file-upload/pull/644?src=pr&el=footer). Last update [cf12851...c4be10e](https://codecov.io/gh/valor-software/ng2-file-upload/compare/cf12851e1d910a693c2429052815f6520806681e...c4be10e9c32beeb5359838c6ccde2eee52eb3503?el=footer&src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).

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#644