DouglasWebster / angular-cli-sb2-bs4

Port of SB2 Admin using Bootstrap 4, Angular and Angular-cli
https://douglaswebster.github.io/angular-cli-sb2-bs4/
Other
8 stars 5 forks source link

Update jasmine-spec-reporter to the latest version šŸš€ #36

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

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

Dependency jasmine-spec-reporter
Current Version 3.2.0
Type devDependency

The version 3.3.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 v3.3.0

Add low-level print configuration option #129, #130

Commits

The new version differs by 41 commits .

  • 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
  • f43712a chore(package): update typescript to version 2.2.2
  • 3e26e90 Integration tests: increase timeout
  • ec3601b chore(package): update tslint-eslint-rules to version 3.5.1

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

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 4.0.0 just got published.

Update to this version instead šŸš€

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.

greenkeeper[bot] commented 7 years ago

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