Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Update jasmine-spec-reporter to the latest version 🚀 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 15, 2017

Version 4.0.0 of jasmine-spec-reporter just got published.

Dependency jasmine-spec-reporter
Current Version 3.3.0
Type devDependency

The version 4.0.0 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.


Release Notes v4.0.0
  • 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;
Commits

The new version differs by 3 commits .

  • d267341 4.0.0
  • e1b2ad9 Use string primitive instead of String wrapper object Fixes #134
  • 8fd461e Remove obsolete compile instructions.

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 30, 2017

Version 4.1.0 just got published.

Update to this version instead 🚀

Release Notes v4.1.0

Feature

  • If any defined spec is not executed, report INCOMPLETE rather than SUCCESS #142, #145

Other

  • Rewrite unit tests by bumping jasmine-core to 2.6.x #155
  • Use yarn for development #98, #138
  • Add greenkeeper-yarn.sh to automatically updates yarn.lock on greenkeeper PR
Commits

The new version differs by 21 commits0.

  • 9607e6f 4.1.0
  • a6362ce Update CHANGELOG.md
  • e05d74c chore(yarn.lock): update yarn.lock
  • 681050d chore(package): update jasmine-core to version 2.6.1
  • b14886a greenkeeper yarn: check only direct dependencies for examples
  • 46a253d If any defined spec is not executed, report INCOMPLETE rather than SUCCESS.
  • 97b7b6f chore: update yarn.lock
  • 38ee567 chore(package): update @types/node to version 7.0.14
  • 21f8433 chore: update yarn.lock
  • 76bcbb1 chore(package): update @types/colors to version 1.1.3
  • 0170cd4 chore: update yarn.lock
  • 2ee3ec8 chore(package): update typescript to version 2.3.2
  • be6fee9 Upgrade example yarn.lock only if it depends on upgraded package
  • a3d3048 Upgrade travis yarn version
  • e2af13e Add greenkeeper yarn support for examples

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 21, 2017

Version 4.1.1 just got published.

Update to this version instead 🚀

Release Notes v4.1.1

Bugfix

  • Correct report from jasmineStarted event #185
Commits

The new version differs by 59 commits.

  • 9ec77f2 4.1.1
  • 8a90ee1 Update CHANGELOG.md
  • c50e436 chore(yarn.lock): update yarn.lock
  • 04381ca chore(package): update @types/node to version 8.0.1
  • 65756ff chore(yarn.lock): update yarn.lock
  • 3083f9f chore(package): update @types/node to version 8.0.0
  • e790753 Update screenshot & Readme
  • 8ce5fee chore(yarn.lock): update yarn.lock
  • 7c1f5f1 chore(package): update jasmine-core to version 2.6.4
  • 0b8ce98 Correct report from jasmineStarted event
  • 3d18c0b chore(yarn.lock): update yarn.lock
  • e3ed25e chore(package): update jasmine-core to version 2.6.3
  • 0f0ac6f chore(yarn.lock): update yarn.lock
  • d6bb126 chore(package): update @types/node to version 7.0.29
  • 2ff30bc chore(yarn.lock): update yarn.lock

There are 59 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 8, 2017

Version 4.2.0 just got published.

Update to this version instead 🚀

Release Notes v4.2.0

Feature

  • Support reporting errors in afterAll #210, #214
Commits

The new version differs by 36 commits.

  • 68cc0d0 4.2.0
  • a00e167 1.2.0
  • 1375a92 Update CHANGELOG.md
  • 2acc40c Support reporting errors in afterAll.
  • a8af52a chore(lint): remove strict-type-predicates rule
  • 5e1a958 chore(package): update jasmine-core to version 2.7.0
  • 3c281ea chore(yarn.lock): update yarn.lock
  • fd4cbe5 chore(package): update jasmine to version 2.7.0
  • 68448c2 chore(yarn.lock): update yarn.lock
  • a211ce7 chore(package): update codecov to version 2.3.0
  • b300292 chore(yarn.lock): update yarn.lock
  • 6a2e361 chore(package): update @types/node to version 8.0.18
  • c34cb37 chore(yarn.lock): update yarn.lock
  • fdaf887 chore(package): update nyc to version 11.1.0
  • c3c7261 Suggest debugging with console.warn()

There are 36 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 15, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 15, 2017

Version 4.2.1 just got published.

Update to this version instead 🚀

Release Notes v4.2.1

Bugfix

  • Restore compatibility with jasmine < 2.5.0 #222, #223
Commits

The new version differs by 9 commits.

  • cc5969f 4.2.1
  • 700a8c3 Update CHANGELOG.md
  • f971298 Fix "Cannot read property 'length' of undefined"
  • 625de92 chore(yarn.lock): update yarn.lock
  • 9fcc38b chore(package): update @types/node to version 8.0.21
  • 9cecd72 chore(yarn.lock): update yarn.lock
  • ccfdb0c chore(package): update @types/node to version 8.0.20
  • fb467c5 chore(yarn.lock): update yarn.lock
  • a6f2dcc chore(package): update tslint to version 5.6.0

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants