An in-range update of debug is breaking the build π¨
Version 3.2.0 of debug was just published.
| Branch | Build failing π¨ |
|---|---|
| Dependency | debug |
| Current Version | 3.1.0 |
| Type | dependency |
This version is covered by your current version range and after updating it in your project the build failed.
debug is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Release Notes
3.2.0A long-awaited release to debug is available now: 3.2.0.
Due to the delay in release and the number of changes made (including bumping dependencies in order to mitigate vulnerabilities), it is highly recommended maintainers update to the latest package version and test thoroughly.
Minor Changes
- bump vulnerable packages: 853853f
- Fix nwjs support (#569): 207a6a2
- add instance extends feature (#524): e43e5fe
- Add TVMLKit support (#579): 02b9ea9
Patches
- move to XO (closes #397): ba8a424
- clean up builds: 3ca2331
- remove needless command aliases in makefile: 9f4f8f5
- no longer checking for BROWSER=1: 623c08e
- fix tests: 57cde56
- clean up makefile: 62822f1
- fix tests: 833b6f8
- add .editorconfig: 2d2509e
- add yarn-error.log to .gitignore: 7e1d5d9
- add Node.js 10, remove Node.js 4 (#583): 05b0ceb
- Improve usability of Windows notes w/ examples for prompts & npm script (#577): 1ad1e4a
- Drop usage of
chrome.storage(or make the storage backend pluggable): 71d2aa7 - Detect 'process' package: 225c66f
- Update ms to 2.1.1 (#539): 22f9932
- Update .npmignore (#527): a5ca7a2
- fix colors with
supports-color@5: 285dfe1 - Document
enable()(#517): ab5083f - refactor to make the common code be a setup function (#507): 7116906
- Simplify and improve: da51af8
Credits
Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!
Commits
The new version differs by 25 commits.
dec4b153.2.03ca2331clean up builds9f4f8f5remove needless command aliases in makefile623c08eno longer checking for BROWSER=157cde56fix tests62822f1clean up makefile833b6f8fix testsba8a424move to XO (closes #397)2d2509eadd .editorconfig853853fbump vulnerable packages7e1d5d9add yarn-error.log to .gitignoree43e5feadd instance extends feature (#524)207a6a2Fix nwjs support (#569)05b0cebadd Node.js 10, remove Node.js 4 (#583)02b9ea9Add TVMLKit support (#579)
There are 25 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 :palm_tree:
Version 3.2.1 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Release Notes
3.2.1A quick hotfix to address Browser builds - debug is now compiled down to IE8-compatible code via Babel upon release.
CDNs that honor the "browser": key in package.json should now reflect these changes (previously, they would serve the non-bundled ES6 version).
Patches
- use babel-ified distributed source for browsers: b3f8f8e
After pinning to 3.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 3.2.2 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
Version 3.2.3 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version π
- The
dependencydebug was updated from4.1.0to4.1.1.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 12 commits.
68b4dc84.1.17571608remove .coveralls.yaml57ef085copy custom logger to namespace extension (fixes #646)d0e498ftest: only run coveralls on travise30e8fd4.1.07ef8b41feat: Return namespaces string when invoking disable()4236585migrate Makefile to npm scripts4490cd94.0.199c95e3fix browserify and supply alternative unpkg entry point (closes #606)7fb104b4.0.084e41d53.2.1b3f8f8euse babel-ified distributed source for browsers
See the full diff