An in-range update of karmatic is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
The devDependency karmatic was updated from 1.2.0
to 1.3.0
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
karmatic is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Release Notes for 1.3.0
π¦ Better Debugging
A new karmatic debug
command wraps up a few important flags into one easy to remember debug mode. In this mode, coverage is not reported and Chrome is opened in "headful" mode for visual inspection. (#27, thanks @andrewiggins)
π Coverage Reporting
Code coverage reports in HTML and JSON format are now generated by default in a coverage
directory. You can also disable these by passing --no-coverage
. (#26, thanks @andrewiggins)
πΈ Custom Browsers
karmatic watch --browsers firefox
π§ Built-in support for SauceLabs
Set the SAUCE_USERNAME
and SAUCE_ACCESS_KEY
env vars, then pass saucelabs browser/platform combinations to the new --browsers
option:
SAUCE_USERNAME=developit SAUCE_ACCESS_KEY=123456 karmatic --browsers sauce-ie-11,sauce-ie-10
πΆ Modern JS
karmatic now transpiles for modern browsers only (last 2 versions of Chrome + Firefox + Safari). Don't worry though - it'll still transpile down to ES5 if --browsers
includes "ie" or "internet explorer", or if the --downlevel
flag is set.
Commits
The new version differs by 20 commits.
81f8cf3
1.3.0
277f019
Merge pull request #28 from developit/wip
c802b6d
Add --downlevel option to manually enable IE9+ compat
a656ed7
wip
a391c9b
Merge pull request #27 from andrewiggins/debug-option
bf6f0b0
Merge branch 'master' into debug-option
38b3e9e
Merge pull request #25 from andrewiggins/update-deps
056363c
Merge branch 'master' into update-deps
436182b
Merge pull request #24 from ianwalter/master
382cf9d
Merge pull request #26 from andrewiggins/coverage
23b8e57
Merge branch 'master' into master
1b8d04f
Merge branch 'master' into debug-option
fb8b7fb
Merge branch 'master' into coverage
d2dbeeb
Merge branch 'master' into update-deps
4ae5ece
add example repo
There are 20 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 π΄
After pinning to 1.2.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
karmatic was updated from1.3.0
to1.3.1
.
Your tests are still failing with this version. Compare changes