-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The devDependency karmatic was updated from 1.2.0 to 1.3.0.
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.
81f8cf31.3.0277f019Merge pull request #28 from developit/wipc802b6dAdd --downlevel option to manually enable IE9+ compata656ed7wipa391c9bMerge pull request #27 from andrewiggins/debug-optionbf6f0b0Merge branch 'master' into debug-option38b3e9eMerge pull request #25 from andrewiggins/update-deps056363cMerge branch 'master' into update-deps436182bMerge pull request #24 from ianwalter/master382cf9dMerge pull request #26 from andrewiggins/coverage23b8e57Merge branch 'master' into master1b8d04fMerge branch 'master' into debug-optionfb8b7fbMerge branch 'master' into coveraged2dbeebMerge branch 'master' into update-deps4ae5eceadd 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 🌴