Skip to content

Update jasmine-spec-reporter to version 3.0.0 🚀 #3307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

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

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

Breaking changes

  • Remove support for node 0.10
  • jasmine-spec-reporter module exports SpecReporter and DisplayProcessor, see SpecReporter and DisplayProcessor usages.
  • Extract groups in configuration and rationalize property names, see new structure. #57
  • Colors deactivation is now achieved with this configuration:

    {
      colors: {
        enabled: false
      }
    }
    
  • Custom options for custom processors must now be stored in this configuration field:

    {
      customOptions: {
        foo: 'bar'
      }
    }
    

Other


The new version differs by 50 commits .

  • e3f0fa9 3.0.0
  • 1e8d20e Clean npm package content
  • 8149bb2 Add CHANGELOG for 3.0.0
  • 7ee14c6 Merge pull request #81 from bcaudan/typescript
  • 7765bb8 Merge branch 'master' into typescript
  • 186d329 Update dependencies and examples
  • 5568924 Configuration refactoring
  • d1dd419 Move processors to display package
  • 616e30a Extract ColorsDisplay
  • 6fff853 Rename SpecDisplay to ExecutionDisplay
  • 901200f Rename SpecMetrics to ExecutionMetrics
  • 2b9dc86 drop node 0.10 support
  • 45c9dc6 Use @types instead of typings
  • 8cd7746 Use new default tslint.json
  • d54092f Update ts dependencies

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


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚡ greenkeeper upgrade

@facebook-github-bot
Copy link

@greenkeeperio-bot updated the pull request - view changes

@drew-gross drew-gross force-pushed the greenkeeper-jasmine-spec-reporter-3.0.0 branch from bb62aaf to 39e728c Compare January 6, 2017 21:20
@facebook-github-bot
Copy link

@greenkeeperio-bot updated the pull request - view changes

@drew-gross drew-gross force-pushed the greenkeeper-jasmine-spec-reporter-3.0.0 branch from 39e728c to d7836de Compare January 6, 2017 22:50
@facebook-github-bot
Copy link

@greenkeeperio-bot updated the pull request - view changes

@acinader
Copy link
Contributor

acinader commented Jan 6, 2017

this requires a code change.

@acinader acinader closed this Jan 6, 2017
@drew-gross drew-gross deleted the greenkeeper-jasmine-spec-reporter-3.0.0 branch January 11, 2017 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants