Created by: greenkeeper[bot]
Version 3.2.0 of debug was just published.
Dependency | debug |
---|---|
Current Version | 3.1.0 |
Type | dependency |
The version 3.2.0 is not covered by your current version range.
If you don鈥檛 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 debug.
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鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
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.
-
dec4b15
3.2.0
-
3ca2331
clean up builds
-
9f4f8f5
remove needless command aliases in makefile
-
623c08e
no longer checking for BROWSER=1
-
57cde56
fix tests
-
62822f1
clean up makefile
-
833b6f8
fix tests
-
ba8a424
move to XO (closes #397)
-
2d2509e
add .editorconfig
-
853853f
bump vulnerable packages
-
7e1d5d9
add yarn-error.log to .gitignore
-
e43e5fe
add instance extends feature (#524)
-
207a6a2
Fix nwjs support (#569)
-
05b0ceb
add Node.js 10, remove Node.js 4 (#583)
-
02b9ea9
Add 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鈥檛 help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot