Update karma-jasmine to the latest version ๐
Version 1.1.1 of karma-jasmine was just published.
| Dependency | karma-jasmine |
|---|---|
| Current Version | 1.1.0 |
| Type | devDependency |
The version 1.1.1 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.
It might be worth looking into these changes and trying to get this project onto the latest version of karma-jasmine.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donโt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 10 commits.
f48a731chore: release v1.1.100b97dechore: update contributors4c3221aMerge pull request #187 from maksimr/patch-fix-travis-npm4411737Merge pull request #140 from tehvgg/master23ef6b3chore: fix problem with npm on travis for old nodejs372adb9Merge pull request #162 from TheModMaker/feat-afterAllErrorsf3fa264feat: Propagate errors thrown in afterAll blocks9879a94Revert "Allow lib adapter through so it can be used when pointing to this repo as a dev dependency."6ae78a1Allow lib adapter through so it can be used when pointing to this repo as a dev dependency.7373f2eCheck that a message is a string before calling .indexOf() when building the relevant stack.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donโt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependencykarma-jasmine was updated from1.1.0to2.0.0.
Update to this version instead ๐
Release Notes for v2.0.0
Bug Fixes
- adapter: Remove incorrect function and its call. (#183) (cada4a9)
- return false for every entry is irrelevant (#206) (d7523d0), closes /github.com/karma-runner/karma-jasmine/pull/206#discussion_r186142116
- console: Re-add Error: to the stack (#228) (d0b980d)
- time: report correct time since Jasmine v2.9.0 (#197) (022ee04), closes #196
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. UseoneFailurePerSpecinstead.
Requires peerDependency Jasmine@^3.3.0
- deps: Drop support for node 4.x
Commits
The new version differs by 16 commits.
2dbec13chore: release v2.0.04ddfe2fchore: update contributorsd0b980dfix(console): Re-add Error: to the stack (#228)6663e47feat (adapter): Use jasmine's new configure method (#224)e604132chore(deps): Drop node v4 support. (#214)66f598adocs:(typo) timeoutInterval (#212)5b45cc1Adding timeout configuration option (#211)d7523d0fix: return false for every entry is irrelevant (#206)3b20480--grep option now supports real regular expressions but not masks only. (#204)b670e88chore: release v1.1.2e22787dchore: update contributors4f70e5eadapter.js: Include full name of spec in specDone() (#198)cada4a9fix(adapter): Remove incorrect function and its call. (#183)fce80bfAdd support for Jasmine 3.0 (#192)022ee04fix(time): report correct time since Jasmine v2.9.0 (#197)
There are 16 commits in total.
See the full diff
- The
devDependencykarma-jasmine was updated from1.1.0to2.0.1.
Update to this version instead ๐