Update jasmine to version 2.5.0 🚀 #371

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-jasmine-2.5.0 into development
greenkeeperio-bot commented 2016-08-31 05:00:23 +00:00 (Migrated from github.com)

Hello lovely humans,

jasmine just published its new version 2.5.0.

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

  • 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
  • b51ad7d Allow to run without jasmine.json
  • 42e9886 Report errors in global afterAlls
  • 2b511fb Retrieve the jasmine-core version through the interface
  • 0142105 Add custom helper to configure report
  • 085fa31 Fix specifications regarding the fallback approach
  • 5989948 Replace method to add default report only when no custom reports are provided. Now uses fallback method
  • 585f3fc Merge branch 'dflynn15-master' - Default spec_dir if not provided

There are 24 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.0. <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.0 </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.0) <p>Please see the <a href="https://urls.greenkeeper.io/jasmine/jasmine-npm/blob/master/release_notes/2.5.0.md">release notes</a></p> --- The new version differs by 24 commits . - [`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> - [`b51ad7d`](https://github.com/jasmine/jasmine-npm/commit/b51ad7d1e6ffe76b314f8ca5ee4eae6acb732ebc) <code>Allow to run without jasmine.json</code> - [`42e9886`](https://github.com/jasmine/jasmine-npm/commit/42e988649071d18d3223926e3f6c6c3511f55942) <code>Report errors in global afterAlls</code> - [`2b511fb`](https://github.com/jasmine/jasmine-npm/commit/2b511fb596e3b97e4a604aeaec4bca796e07bace) <code>Retrieve the jasmine-core version through the interface</code> - [`0142105`](https://github.com/jasmine/jasmine-npm/commit/01421057ae055be6086cc23cd99b6df519625576) <code>Add custom helper to configure report</code> - [`085fa31`](https://github.com/jasmine/jasmine-npm/commit/085fa31c622924ed67adbf4e36e80b48b1025fd0) <code>Fix specifications regarding the fallback approach</code> - [`5989948`](https://github.com/jasmine/jasmine-npm/commit/5989948cafa5479f7bde23ddced2b8a3604d003a) <code>Replace method to add default report only when no custom reports are provided. Now uses fallback method</code> - [`585f3fc`](https://github.com/jasmine/jasmine-npm/commit/585f3fca8daed64e9653b1c5402565854112ebee) <code>Merge branch 'dflynn15-master' - Default spec_dir if not provided</code> There are 24 commits in total. See the [full diff](https://github.com/jasmine/jasmine-npm/compare/17344da242f81c61e4d19a895960bf9414fae07d...787323177c1588a411fedb0430eb69926b60967c). --- 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#371