fix(deps): update dependency debug to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
debug | dependencies | major | ^3.1.0 -> ^4.0.0 |
Release Notes
debug-js/debug (debug)
v4.3.7
What's Changed
- Upgrade ms to version 2.1.3 by @realityking in https://github.com/debug-js/debug/pull/819
Full Changelog: https://github.com/debug-js/debug/compare/4.3.6...4.3.7
v4.3.6
What's Changed
- Avoid using deprecated RegExp.$1 by @bluwy in https://github.com/debug-js/debug/pull/969
New Contributors
- @bluwy made their first contribution in https://github.com/debug-js/debug/pull/969
Full Changelog: https://github.com/debug-js/debug/compare/4.3.5...4.3.6
v4.3.5
Patch
Thank you @calvintwr for the fix.
v4.3.4
What's Changed
- Add section about configuring JS console to show debug messages by @gitname in https://github.com/debug-js/debug/pull/866
- Replace deprecated String.prototype.substr() by @CommanderRoot in https://github.com/debug-js/debug/pull/876
New Contributors
- @gitname made their first contribution in https://github.com/debug-js/debug/pull/866
- @CommanderRoot made their first contribution in https://github.com/debug-js/debug/pull/876
Full Changelog: https://github.com/debug-js/debug/compare/4.3.3...4.3.4
v4.3.3
Patch Release 4.3.3
This is a documentation-only release. Further, the repository was transferred. Please see notes below.
- Migrates repository from https://github.com/visionmedia/debug to https://github.com/debug-js/debug. Please see notes below as to why this change was made.
- Updates repository maintainership information
- Updates the copyright (no license terms change has been made)
- Removes accidental epizeuxis (#828)
- Adds README section regarding usage in child procs (#850)
Thank you to @taylor1791 and @kristofkalocsai for their contributions.
Repository Migration Information
I've formatted this as a FAQ, please feel free to open an issue for any additional question and I'll add the response here.
Q: What impact will this have on me?
In most cases, you shouldn't notice any change.
The only exception I can think of is if you pull code directly from https://github.com/visionmedia/debug, e.g. via a "debug": "visionmedia/debug"
-type version entry in your package.json - in which case, you should still be fine due to the automatic redirection Github sets up, but you should also update any references as soon as possible.
Q: What are the security implications of this change?
If you pull code directly from the old URL, you should update the URL to https://github.com/debug-js/debug as soon as possible. The old organization has many approved owners and thus a new repository could (in theory) be created at the old URL, circumventing Github's automatic redirect that is in place now and serving malicious code. I (@qix-) also wouldn't have access to that repository, so while I don't think it would happen, it's still something to consider.
Even in such a case, however, the officially released package on npm (debug
) would not be affected. That package is still very much under control (even more than it used to be).
Q: What should I do if I encounter an issue related to the migration?
Search the issues first to see if someone has already reported it, and then open a new issue if someone has not.
Q: Why was this done as a 'patch' release? Isn't this breaking?
No, it shouldn't be breaking. The package on npm shouldn't be affected (aside from this patch release) and any references to the old repository should automatically redirect.
Thus, according to all of the "APIs" (loosely put) involved, nothing should have broken.
I understand there are a lot of edge cases so please open issues as needed so I can assist in any way necessary.
Q: Why was the repository transferred?
I'll just list them off in no particular order.
- The old organization was defunct and abandoned.
- I was not an owner of the old organization and thus could not ban the non-trivial amount of spam users or the few truly abusive users from the org. This hindered my ability to properly maintain this package.
- The
debug
ecosystem intends to grow beyond a single package, and since new packages could not be created in the old org (nor did it make sense for them to live there), a new org made the most sense - especially from a security point of view. - The old org has way, way too many approved members with push access, for which there was nothing I could do. This presented a pretty sizable security risk given that many packages in recent years have fallen victim to backdoors and the like due to lax security access.
Q: Was this approved?
Q: Do I need to worry about another migration sometime in the future?
No.
v4.3.2
Patch release 4.3.2
- Caches enabled statuses on a per-logger basis to speed up
.enabled
checks (#799)
Thank you @omg!
v4.3.1
Patch release 4.3.1
v4.3.0
Minor release
-
Deprecated
debugInstance.destroy()
. Future major versions will not have this method; please remove it from your codebases as it currently does nothing. - Fixed quoted percent sign
- Fixed memory leak within debug instances that are created dynamically
v4.2.0
Minor Release
- Replaced phantomJS with chrome backend for browser tests
- Deprecated and later removed Changelog.md in lieu of releases page
- Removed bower.json (#602)
- Removed .eslintrc (since we've switched to XO)
- Removed .coveralls.yml
- Removed the build system that was in place for various alternate package managers
- Removed the examples folder (#650)
- Switched to
console.debug
in the browser only when it is available (#600) - Copied custom logger to namespace extension (#646)
- Added issue and pull request templates
- Added
"engines"
key to package.json - Added ability to control
selectColor
(#747) - Updated dependencies
- Marked
supports-color
as an optional peer dependency
v4.1.1
This backport fixes a bug in coveralls configuration as well as the .extend()
function.
Patches
- test: only run coveralls on travis (#663, #664,
d0e498f
) - copy custom logger to namespace extension (#646,
57ef085
)
v4.1.0
Minor Changes
- migrate Makefile to npm scripts (
4236585
) - feat: Return namespaces string when invoking disable() (
7ef8b41
)
Massive thank you to @mblarsen and @outsideris for knocking out two long-awaited changes.
v4.0.1
This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.
Patches
v4.0.0
A long-awaited release to debug
is available now: 4.0.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.
Node.js LTS Release Schedule.
This release drops support for Node 4 and 5 in alignment with theMajor Changes
Minor Changes
- bump vulnerable packages:
853853f
- Fix nwjs support (#569):
207a6a2
- add instance extends feature (#524):
e43e5fe
- Add TVMLKit support (#579):
02b9ea9
Patches
- 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
- 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
- use babel-ified distributed source for browsers:
b3f8f8e
Credits
Huge thanks to @DanielRuf, @EirikBirkeland, @KyleStay, @Qix-, @abenhamdine, @alexey-pelykh, @DiegoRBaquero, @febbraro, @kwolfy, and @TooTallNate for their help!
v3.2.7
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.