Update jasmine to version 2.5.1 🚀 #380

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-jasmine-2.5.1 into development
greenkeeperio-bot commented 2016-09-07 22:23:53 +00:00 (Migrated from github.com)

Hello lovely humans,

jasmine just published its new version 2.5.1.

State Update 🚀
Dependency jasmine
New version 2.5.1
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 jasmine.
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

Please see the release notes


The new version differs by 31 commits .

  • 3b5fd0a Update to 2.5.1
  • 9a0fda6 Update glob dependency
  • 31897dd Merge pull request #89 from flore77/master
  • b416b5c Remove inutile boolean assignment.
  • 723779f Only use the default exiting if the default reporter is used.
  • 164b799 Merge pull request #87 from gkalpak/patch-1
  • b7dae70 Update link to documentation in README.md
  • 7873231 Update to 2.5.0
  • b2f2f3c Merge pull request #79 from amilajack/patch-1
  • a8965cc Merge pull request #80 from amilajack/patch-2
  • 1f0310e Update README.md
  • 84964a8 Added travis ci support for node 6
  • 856ef71 Merge branch 'mauricioborges-master'
  • 3a41f74 Merge branch 'master' of https://github.com/mauricioborges/jasmine-npm into mauricioborges-master
  • 1b716d0 Merge pull request #74 from m7r/m7r_noconf

There are 31 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? greenkeeper upgrade

Hello lovely humans, [jasmine](https://www.npmjs.com/package/jasmine) just published its new version 2.5.1. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> jasmine </td> </tr> <tr> <th align=left> New version </td> <td> 2.5.1 </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 jasmine. 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/jasmine/jasmine-npm/releases/tag/v2.5.1) <p>Please see the <a href="https://urls.greenkeeper.io/jasmine/jasmine-npm/blob/master/release_notes/2.5.1.md">release notes</a></p> --- The new version differs by 31 commits . - [`3b5fd0a`](https://github.com/jasmine/jasmine-npm/commit/3b5fd0a147cfd81281b287bcc33a701f53390b6b) <code>Update to 2.5.1</code> - [`9a0fda6`](https://github.com/jasmine/jasmine-npm/commit/9a0fda614cf872c7501383e3c3e2092ec04ff288) <code>Update glob dependency</code> - [`31897dd`](https://github.com/jasmine/jasmine-npm/commit/31897dd9450f7e719ce962f23761948803950573) <code>Merge pull request #89 from flore77/master</code> - [`b416b5c`](https://github.com/jasmine/jasmine-npm/commit/b416b5cf77aa954cee69a268be0d9674301544e4) <code>Remove inutile boolean assignment.</code> - [`723779f`](https://github.com/jasmine/jasmine-npm/commit/723779f740a3a5f0024657d2e2a991d6b70cd1d6) <code>Only use the default exiting if the default reporter is used.</code> - [`164b799`](https://github.com/jasmine/jasmine-npm/commit/164b799c6e531f29b23722cf6975dfe1400ac7b6) <code>Merge pull request #87 from gkalpak/patch-1</code> - [`b7dae70`](https://github.com/jasmine/jasmine-npm/commit/b7dae70f177e07a78633fc74e5142da8313f4e39) <code>Update link to documentation in README.md</code> - [`7873231`](https://github.com/jasmine/jasmine-npm/commit/787323177c1588a411fedb0430eb69926b60967c) <code>Update to 2.5.0</code> - [`b2f2f3c`](https://github.com/jasmine/jasmine-npm/commit/b2f2f3c4a85fdfb9982dc6ec7db6c78f55299d77) <code>Merge pull request #79 from amilajack/patch-1</code> - [`a8965cc`](https://github.com/jasmine/jasmine-npm/commit/a8965cc8a34e53b22d38e64cf44717393eab8389) <code>Merge pull request #80 from amilajack/patch-2</code> - [`1f0310e`](https://github.com/jasmine/jasmine-npm/commit/1f0310ec4bb6fd801dcf4b4281269f6d71cccb11) <code>Update README.md</code> - [`84964a8`](https://github.com/jasmine/jasmine-npm/commit/84964a8608577e847c6a6c49530330fa86ceda89) <code>Added travis ci support for node 6</code> - [`856ef71`](https://github.com/jasmine/jasmine-npm/commit/856ef71d2a7bb201045692796b480ed0ce8d70b4) <code>Merge branch 'mauricioborges-master'</code> - [`3a41f74`](https://github.com/jasmine/jasmine-npm/commit/3a41f74e9ffecea76aa5f2561b03b7a5f081ac12) <code>Merge branch 'master' of https://github.com/mauricioborges/jasmine-npm into mauricioborges-master</code> - [`1b716d0`](https://github.com/jasmine/jasmine-npm/commit/1b716d0446009c39905c05ddcf00902307ed3786) <code>Merge pull request #74 from m7r/m7r_noconf</code> There are 31 commits in total. See the [full diff](https://github.com/jasmine/jasmine-npm/compare/17344da242f81c61e4d19a895960bf9414fae07d...3b5fd0a147cfd81281b287bcc33a701f53390b6b). --- This pull request was created by [greenkeeper.io](https://greenkeeper.io/). <sub>Tired of seeing this sponsor message? :zap: `greenkeeper upgrade`</sub>

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