Update karma to the latest version 🚀#46
Conversation
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 2.0.2 of karma was just published.
The version 2.0.2 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.
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.
Release Notes
v2.0.2Bug Fixes
Commits
The new version differs by 104 commits.
dae189dchore: release v2.0.2e095b05fix(package.json): sinon-chai 2.13 is not compatible with sinon 4.x (#2977)446c1f3chore: release v2.0.125fdf3echore: update contributors2270abbMerge pull request #2948 from devoto13/es20150e6d46crefactor: migrate EmitterWrapped to ES20159b472c4refactor: migrate misc files to ES201575ec567refactor: migrate config to ES2015a1f4716refactor: migrate complection to ES2015aeb4541refactor: migrate cli to ES201533b1078refactor: migrate BrowserResult class to ES20155809653refactor: migrate BrowserCollection class to ES2015bb012e2refactor: migrate Browser class to ES20156c92019refactor: subscribe to socket events explicitly2694d54fix: ignore jsVersion configuration property in Firefox 59+There are 104 commits in total.
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 🌴