-
Notifications
You must be signed in to change notification settings - Fork 13
Update karma to the latest version 🚀 #56
base: master
Are you sure you want to change the base?
Conversation
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 |
|
Version 2.0.0 of karma was just published.
The version 2.0.0 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.0Bug Fixes
Features
Commits
The new version differs by 73 commits.
db41e8e
chore: release v2.0.0
0a1a8ef
chore: update contributors
1afcb09
chore: add yarn.lock
f64e1e0
Merge pull request #2899 from outsideris/fix-bad-url-in-stacktrace
78ad12f
refactor(server): move compile step to first run
34dc7d3
fix(reporter): show file path correctly when urlRoot specified
b53929a
Merge pull request #2712 from macjohnny/patch-1
c9e1ca9
feat: better string representation of errors
10fac07
Merge pull request #2885 from karma-runner/prep-2
00e3f88
chore: remove yarn.lock for now
60dfc5c
feat: drop core-js and babel where possible
0e1907d
test: improve linting and fix test on node 4
af0efda
test(e2e): update cucumber step definitions
c3ccc5d
chore(ci): focus on even node versions
bf25094
chore(deps): update to latest
There are 73 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 🌴