-
Notifications
You must be signed in to change notification settings - Fork 7
Update karma to the latest version 🚀 #136
base: master
Are you sure you want to change the base?
Conversation
Version 2.0.0 just got published.Update to this version instead 🚀 Release Notesv2.0.0Bug Fixes
Features
CommitsThe new version differs by 73 commits.
There are 73 commits in total. See the full diff |
Version 2.0.2 just got published.Update to this version instead 🚀 Release Notesv2.0.2Bug FixesCommitsThe new version differs by 31 commits.
There are 31 commits in total. See the full diff |
Version 2.0.3 just got published.Update to this version instead 🚀 Release Notesv2.0.3Bug Fixes
Code RefactoringFeatures
Reverts
BREAKING CHANGES
var server = require(‘karma’).server server.start(config, done) to var Server = require(‘karma’).Server var server = new Server(config, done) server.start() CommitsThe new version differs by 55 commits.
There are 55 commits in total. See the full diff |
Version 2.0.4 just got published.Update to this version instead 🚀 Release Notesv2.0.4Bug Fixes
CommitsThe new version differs by 9 commits.
See the full diff |
Version 2.0.5 just got published.Update to this version instead 🚀 Release Notesv2.0.5Bug Fixes
FeaturesCommitsThe new version differs by 10 commits.
See the full diff |
Version 3.0.0 just got published.Update to this version instead 🚀 Release Notesv3.0.0Bug Fixes
CommitsThe new version differs by 17 commits.
There are 17 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v3.1.0Bug Fixes
Features
CommitsThe new version differs by 43 commits.
There are 43 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v3.1.1Bug Fixes |
Update to this version instead 🚀 Release Notes for v3.1.2Bug Fixes
FeaturesCommitsThe new version differs by 11 commits.
See the full diff |
|
Update to this version instead 🚀 Release Notes for v3.1.4Bug FixesCommitsThe new version differs by 5 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v4.0.1Bug Fixes
CommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v4.1.0Bug Fixes
CommitsThe new version differs by 6 commits.
See the full diff |
|
|
|
|
Version 1.7.1 of karma just got published.
The version 1.7.1 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 karma.
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.
Commits
The new version differs by 3 commits.
ee40570
chore: release v1.7.1
66b08e6
chore: update contributors
ea32194
feat(deps): add support for node@8
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 🌴