Update jasmine-spec-reporter to version 4.0.0 🚀 #746

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-jasmine-spec-reporter-4.0.0 into development
greenkeeperio-bot commented 2017-04-15 11:26:00 +00:00 (Migrated from github.com)

Hello lovely humans,

jasmine-spec-reporter just published its new version 4.0.0.

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

  • Use string primitive instead of String wrapper object #134, #137

Breaking change

It only impacts TypeScript integrations, DisplayProcessor methods signature now use string instead of String.

Before:

displaySuite(suite: CustomReporterResult, log: String): String;

Now:

displaySuite(suite: CustomReporterResult, log: string): string;

The new version differs by 44 commits .

  • d267341 4.0.0
  • e1b2ad9 Use string primitive instead of String wrapper object Fixes #134
  • 8fd461e Remove obsolete compile instructions.
  • c2e4b44 3.3.0
  • feb4529 Update CHANGELOG.md
  • e0e13d4 Add low-level print configuration option.
  • 3782b6f chore(package): update tslint to version 5.1.0
  • 28a8c29 Update @types/jasmine to 2.5.47
  • d66c026 Update @types/node to 7.0.12
  • ea0196e Update @types/colors to 1.1.2
  • 00a336d Remove comments for unsupported rules
  • cbba6be Add .npmrc
  • 564a98e Update tslint to version 5.0.0
  • c6729e7 chore(package): update tslint-eslint-rules to version 4.0.0
  • bf1a2bf chore(package): update nyc to version 10.2.0

There are 44 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, [jasmine-spec-reporter](https://www.npmjs.com/package/jasmine-spec-reporter) just published its new version 4.0.0. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> jasmine-spec-reporter </td> </tr> <tr> <th align=left> New version </td> <td> 4.0.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-spec-reporter. 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/bcaudan/jasmine-spec-reporter/releases/tag/v4.0.0) <ul> <li>Use string primitive instead of String wrapper object <a href="https://urls.greenkeeper.io/bcaudan/jasmine-spec-reporter/issues/134" class="issue-link js-issue-link" data-url="https://github.com/bcaudan/jasmine-spec-reporter/issues/134" data-id="221021146" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#134</a>, <a href="https://urls.greenkeeper.io/bcaudan/jasmine-spec-reporter/pull/137" class="issue-link js-issue-link" data-url="https://github.com/bcaudan/jasmine-spec-reporter/issues/137" data-id="221942102" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#137</a></li> </ul> <h2>Breaking change</h2> <p>It only impacts TypeScript integrations, <code>DisplayProcessor</code> methods signature now use <code>string</code> instead of <code>String</code>.</p> <p>Before:</p> <pre><code>displaySuite(suite: CustomReporterResult, log: String): String; </code></pre> <p>Now:</p> <pre><code>displaySuite(suite: CustomReporterResult, log: string): string; </code></pre> --- The new version differs by 44 commits . - [`d267341`](https://github.com/bcaudan/jasmine-spec-reporter/commit/d267341a9faeaa0f3550746836f0bba48f430325) <code>4.0.0</code> - [`e1b2ad9`](https://github.com/bcaudan/jasmine-spec-reporter/commit/e1b2ad98276146e02599ce8a347dabe43aa2adc5) <code>Use string primitive instead of String wrapper object Fixes #134</code> - [`8fd461e`](https://github.com/bcaudan/jasmine-spec-reporter/commit/8fd461ef317729a089eccb74dba6c5ac816271a5) <code>Remove obsolete compile instructions.</code> - [`c2e4b44`](https://github.com/bcaudan/jasmine-spec-reporter/commit/c2e4b441433d4e2343f369a0707f581c3306dc1c) <code>3.3.0</code> - [`feb4529`](https://github.com/bcaudan/jasmine-spec-reporter/commit/feb452992ea4e34980e982575afda2b860569c95) <code>Update CHANGELOG.md</code> - [`e0e13d4`](https://github.com/bcaudan/jasmine-spec-reporter/commit/e0e13d4f1be69dd60998ff36ce8e973336054ca8) <code>Add low-level print configuration option.</code> - [`3782b6f`](https://github.com/bcaudan/jasmine-spec-reporter/commit/3782b6f76f58ddf74bc8f8ff5f8715430f8c8a88) <code>chore(package): update tslint to version 5.1.0</code> - [`28a8c29`](https://github.com/bcaudan/jasmine-spec-reporter/commit/28a8c29158e68ba750278278c2e119fa5cf2c8e4) <code>Update @types/jasmine to 2.5.47</code> - [`d66c026`](https://github.com/bcaudan/jasmine-spec-reporter/commit/d66c0262202f9110f79606bdbf5426d33f72145a) <code>Update @types/node to 7.0.12</code> - [`ea0196e`](https://github.com/bcaudan/jasmine-spec-reporter/commit/ea0196e57fed5aac6ef142f72bcc45b36cd2277c) <code>Update @types/colors to 1.1.2</code> - [`00a336d`](https://github.com/bcaudan/jasmine-spec-reporter/commit/00a336d859d38fab051b71e632638b5e23f47d05) <code>Remove comments for unsupported rules</code> - [`cbba6be`](https://github.com/bcaudan/jasmine-spec-reporter/commit/cbba6bedbebb6c70d58c11c2a38a10144f54af26) <code>Add .npmrc</code> - [`564a98e`](https://github.com/bcaudan/jasmine-spec-reporter/commit/564a98efa9b3c2ccc7b895de0e4a8c88beeaf8bf) <code>Update tslint to version 5.0.0</code> - [`c6729e7`](https://github.com/bcaudan/jasmine-spec-reporter/commit/c6729e74e4bdc48f1f712fee73a368be042c394a) <code>chore(package): update tslint-eslint-rules to version 4.0.0</code> - [`bf1a2bf`](https://github.com/bcaudan/jasmine-spec-reporter/commit/bf1a2bf7962bbc68b6864f7597cffe3cad2211ae) <code>chore(package): update nyc to version 10.2.0</code> There are 44 commits in total. See the [full diff](https://github.com/bcaudan/jasmine-spec-reporter/compare/a296db029e51fdf4db024fea6314fc8819239855...d267341a9faeaa0f3550746836f0bba48f430325). --- | ✨ 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#746