frederikprijck / angularjs-webpack-starter

:rocket: A modern frontend setup for AngularJS projects using NPM, TypeScript and Webpack.
184 stars 59 forks source link

Update karma-jasmine to the latest version 🚀 #68

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency karma-jasmine was updated from 1.1.2 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v2.0.0

Bug Fixes

Chores

Features

  • Propagate errors thrown in afterAll blocks (f3fa264), closes #161
  • update the version to 2.0.0 and restrict node version available to 4.0 (c84316e)

BREAKING CHANGES

  • stopOnFailure, which was previously documented in karma-jasmine's README, is
    not configuration option for jasmine. Use oneFailurePerSpec instead.

Requires peerDependency Jasmine@^3.3.0

  • deps: Drop support for node 4.x
Commits

The new version differs by 9 commits.

  • 2dbec13 chore: release v2.0.0
  • 4ddfe2f chore: update contributors
  • d0b980d fix(console): Re-add Error: to the stack (#228)
  • 6663e47 feat (adapter): Use jasmine's new configure method (#224)
  • e604132 chore(deps): Drop node v4 support. (#214)
  • 66f598a docs:(typo) timeoutInterval (#212)
  • 5b45cc1 Adding timeout configuration option (#211)
  • d7523d0 fix: return false for every entry is irrelevant (#206)
  • 3b20480 --grep option now supports real regular expressions but not masks only. (#204)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 94.286% when pulling 2c62d1e59d88e90a9239716e03c060bed2e417dc on greenkeeper/karma-jasmine-2.0.0 into f9d6504824a991abd06f6bae6c6f5252bfd32888 on master.

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v2.0.1

Bug Fixes

  • dep: Depend upon the jasmine-core version we test (#229) (c4dfef5)
Commits

The new version differs by 3 commits.

  • 5ee5b8b chore: release v2.0.1
  • b07bf78 chore: update contributors
  • c4dfef5 fix(dep): Depend upon the jasmine-core version we test (#229)

See the full diff