Update dependency debug to v4 #25

Merged
sebclem merged 1 commits from renovate/debug-4.x into main 2021-12-06 16:48:44 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
debug dependencies major 2.6.9 -> 4.3.3

Release Notes

visionmedia/debug

v4.3.3

Compare Source

Patch Release 4.3.3

This is a documentation-only release. Further, the repository was transferred. Please see notes below.

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).

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?

Yes.[archive]

Q: Do I need to worry about another migration sometime in the future?

No.

v4.3.2

Compare Source

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

Compare Source

Patch release 4.3.1

v4.3.0

Compare Source

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

Compare Source

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

Compare Source

This backport fixes a bug in coveralls configuration as well as the .extend() function.

Patches

v4.1.0

Compare Source

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

Compare Source

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

Patches
  • fix browserify and supply alternative unpkg entry point (closes #​606): 99c95e3

v4.0.0

Compare Source

A long-awaited release to debug is available now: 4.0.0.

This release drops support for Node 4 and 5 in alignment with the Node.js LTS Release Schedule.

Major Changes
Minor Changes
Patches
Credits

Huge thanks to @​DanielRuf, @​EirikBirkeland, @​KyleStay, @​Qix-, @​abenhamdine, @​alexey-pelykh, @​DiegoRBaquero, @​febbraro, @​kwolfy, and @​TooTallNate for their help!

v3.2.7

Compare Source

v3.2.6

Compare Source

This backport fixes a 4x performance regression when debug is disabled.

Patches

v3.2.5

Compare Source

This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com.

It is a backport of the 4.0.1 release.

Patches
  • fix browserify and supply alternative unpkg entry point (closes #​606): cc5f146

v3.2.4

Compare Source

3.2.4 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This released fixed the missing files entry in package.json, mitigating the faulty 3.2.3 release.

v3.2.3

Compare Source

3.2.3 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ./node.js was removed, breaking a very select few users on older releases of babel-core, as well as users that used an undocumented require('debug/node').

./node.js was temporarily added to the repository at this time; however, this release failed to include node.js in the files key in package.json and thus didn't fix the issue. 3.2.4 rectified this issue.

v3.2.2

Compare Source

3.2.2 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This release mitigated the breaking changes introduced in 3.2.0 where ES6 features were being used on users of Node 4, causing crashes upon inclusion.

It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in 4.0.0).

v3.2.1

Compare Source

3.2.1 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This release, along with 3.2.0, were subsequently released together as 4.0.0 (a major bump). You can review the complete changes in that release's details.


A 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

v3.2.0

Compare Source

3.2.0 is DEPRECATED. See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details.

This release was intended to be the next release of Debug but introduced breaking changes that were overlooked at the time of release. As such it has been deprecated on npm and should not be used.

This release, along with 3.2.1, were subsequently released together as 4.0.0 (a major bump). You can review the included changes in that release's details.

v3.1.0

Compare Source

Minor Changes
  • Ignore package-lock.json: e7e568a
  • Remove component.json: 47747f3
  • Remove "component" from package.json: bdb7e01
  • Add DEBUG_HIDE_DATE env var: #​486
Patches
  • Correct spelling mistake: daf1a7c
  • Examples: fix colors printout: 7cd9e53
  • Fix browser detection: fdfa0f5
  • Remove ReDoS regexp in %o formatter: #​504
Credits

Huge thanks to @​amejiarosario and @​zhuangya for their help!

v3.0.1

Compare Source

v3.0.0

Compare Source

Featuring pretty new colors!

##### Major Changes
  • Remove DEBUG_FD: #​406
  • Make millisecond timer namespace specific and allow 'always enabled' output: #​408
  • Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY: #​418
  • enabled() updates existing debug instances: #​440
Minor Changes
  • Add destroy() function: #​440
  • Document enabled flag: #​465
  • Support 256 colors: #​481
  • Update "browserify" to v14.4.0: 826fd94
  • Separate Node.js and web browser examples: 87880f6
  • Example: use %o formatter: 31f3343
  • More readme screenshots replaced: 25eb545
  • Add Namespace Colors section to readme: 8b5c438
  • Separate the Node and Browser tests in Travis: f178d86
Patches
Credits

Huge thanks to @​gtjoseph, @​timruffles and @​FantasticFiasco for their help!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [debug](https://github.com/visionmedia/debug) | dependencies | major | [`2.6.9` -> `4.3.3`](https://renovatebot.com/diffs/npm/debug/2.6.9/4.3.3) | --- ### Release Notes <details> <summary>visionmedia/debug</summary> ### [`v4.3.3`](https://github.com/visionmedia/debug/releases/4.3.3) [Compare Source](https://github.com/visionmedia/debug/compare/4.3.2...4.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 ([#&#8203;828](https://github.com/visionmedia/debug/issues/828)) - Adds README section regarding usage in child procs ([#&#8203;850](https://github.com/visionmedia/debug/issues/850)) Thank you to [@&#8203;taylor1791](https://github.com/taylor1791) and [@&#8203;kristofkalocsai](https://github.com/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 ([@&#8203;qix-](https://github.com/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](https://github.com/debug-js/debug/issues?q=label%3Amigration+) 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? [Yes.](https://twitter.com/tjholowaychuk/status/1451500306311811106)[<sup>\[archive\]</sup>](https://archive.fo/OQwfn) ##### Q: Do I need to worry about another migration sometime in the future? No. ### [`v4.3.2`](https://github.com/visionmedia/debug/releases/4.3.2) [Compare Source](https://github.com/visionmedia/debug/compare/4.3.1...4.3.2) ### Patch release 4.3.2 - Caches enabled statuses on a per-logger basis to speed up `.enabled` checks ([#&#8203;799](https://github.com/visionmedia/debug/issues/799)) Thank you [@&#8203;omg](https://github.com/omg)! ### [`v4.3.1`](https://github.com/visionmedia/debug/releases/4.3.1) [Compare Source](https://github.com/visionmedia/debug/compare/4.3.0...4.3.1) ### Patch release 4.3.1 - Fixes a ReDOS regression ([#&#8203;458](https://github.com/visionmedia/debug/issues/458)) - see [#&#8203;797](https://github.com/visionmedia/debug/issues/797) for details. ### [`v4.3.0`](https://github.com/visionmedia/debug/releases/4.3.0) [Compare Source](https://github.com/visionmedia/debug/compare/4.2.0...4.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`](https://github.com/visionmedia/debug/releases/4.2.0) [Compare Source](https://github.com/visionmedia/debug/compare/4.1.1...4.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 ([#&#8203;602](https://github.com/visionmedia/debug/issues/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 ([#&#8203;650](https://github.com/visionmedia/debug/issues/650)) - Switched to `console.debug` **in the browser only** when it is available ([#&#8203;600](https://github.com/visionmedia/debug/issues/600)) - Copied custom logger to namespace extension ([#&#8203;646](https://github.com/visionmedia/debug/issues/646)) - Added issue and pull request templates - Added `"engines"` key to package.json - Added ability to control `selectColor` ([#&#8203;747](https://github.com/visionmedia/debug/issues/747)) - Updated dependencies - Marked `supports-color` as an optional peer dependency ### [`v4.1.1`](https://github.com/visionmedia/debug/releases/4.1.1) [Compare Source](https://github.com/visionmedia/debug/compare/4.1.0...4.1.1) This backport fixes a bug in coveralls configuration as well as the `.extend()` function. ### Patches - test: only run coveralls on travis ([#&#8203;663](https://github.com/visionmedia/debug/issues/663), [#&#8203;664](https://github.com/visionmedia/debug/issues/664), [`d0e498f`](https://github.com/visionmedia/debug/commit/d0e498f159bd425b3403db38c98fe26a345d4dcd)) - copy custom logger to namespace extension ([#&#8203;646](https://github.com/visionmedia/debug/issues/646), [`57ef085`](https://github.com/visionmedia/debug/commit/57ef085703a0158679cc4a56a4980653b828ce51)) ### [`v4.1.0`](https://github.com/visionmedia/debug/releases/4.1.0) [Compare Source](https://github.com/visionmedia/debug/compare/4.0.1...4.1.0) ### Minor Changes - migrate Makefile to npm scripts ([`4236585`](https://github.com/visionmedia/debug/commit/4236585a40787fe60ed625452163299600df2ce6)) - feat: Return namespaces string when invoking disable() ([`7ef8b41`](https://github.com/visionmedia/debug/commit/7ef8b417a86941372074f749019b9f439a1f6ef6)) Massive *thank you* to [@&#8203;mblarsen](https://github.com/mblarsen) and [@&#8203;outsideris](https://github.com/outsideris) for knocking out two long-awaited changes. ### [`v4.0.1`](https://github.com/visionmedia/debug/releases/4.0.1) [Compare Source](https://github.com/visionmedia/debug/compare/4.0.0...4.0.1) This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com. ##### Patches - fix browserify and supply alternative unpkg entry point (closes [#&#8203;606](https://github.com/visionmedia/debug/issues/606)): [`99c95e3`](https://github.com/visionmedia/debug/commit/99c95e3d54b07a918ad65bc148a2930ea8bfdd02) ### [`v4.0.0`](https://github.com/visionmedia/debug/releases/4.0.0) [Compare Source](https://github.com/visionmedia/debug/compare/3.2.7...4.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*. ##### This release drops support for Node 4 and 5 in alignment with the [Node.js LTS Release Schedule](https://github.com/nodejs/Release). *** ##### Major Changes - move to XO (closes [#&#8203;397](https://github.com/visionmedia/debug/issues/397)): [`ba8a424`](https://github.com/visionmedia/debug/commit/ba8a424d41e9dc6129e081ac3aa9715be6a45fbd) - add Node.js 10, remove Node.js 4 ([#&#8203;583](https://github.com/visionmedia/debug/issues/583)): [`05b0ceb`](https://github.com/visionmedia/debug/commit/05b0ceb8856bc7b6bb0f2adc3de5cae3cea9c872) ##### Minor Changes - bump vulnerable packages: [`853853f`](https://github.com/visionmedia/debug/commit/853853f9f588044d76df3daf1959ca56c5f341b7) - Fix nwjs support ([#&#8203;569](https://github.com/visionmedia/debug/issues/569)): [`207a6a2`](https://github.com/visionmedia/debug/commit/207a6a2d53507ec9dd57c94c46cc7d3dd272306d) - add instance extends feature ([#&#8203;524](https://github.com/visionmedia/debug/issues/524)): [`e43e5fe`](https://github.com/visionmedia/debug/commit/e43e5fed177b8698674748063f4ed1aaba1d59c8) - Add TVMLKit support ([#&#8203;579](https://github.com/visionmedia/debug/issues/579)): [`02b9ea9`](https://github.com/visionmedia/debug/commit/02b9ea9fd7ec95c42de47da13b4b6bb8e50025d8) ##### Patches - clean up builds: [`3ca2331`](https://github.com/visionmedia/debug/commit/3ca23316a470f6bc6e0d75d297179cfc19bbc763) - remove needless command aliases in makefile: [`9f4f8f5`](https://github.com/visionmedia/debug/commit/9f4f8f59ba745166b0c014a61c76de5e73d4841a) - no longer checking for BROWSER=1: [`623c08e`](https://github.com/visionmedia/debug/commit/623c08ef73f8211278d5596c88041c65a2a58ee7) - fix tests: [`57cde56`](https://github.com/visionmedia/debug/commit/57cde56e43003f6b404d4b3d9d76b74aafaeeec8) - clean up makefile: [`62822f1`](https://github.com/visionmedia/debug/commit/62822f12668e8a0b1d1a4fd5a1c2fce1d8715da3) - fix tests: [`833b6f8`](https://github.com/visionmedia/debug/commit/833b6f84c8f8dc5b6f13da38ab0ef8a8ff86c0c9) - add .editorconfig: [`2d2509e`](https://github.com/visionmedia/debug/commit/2d2509e26bf6df1e1954267e3b1a1cb83973fb09) - add yarn-error.log to .gitignore: [`7e1d5d9`](https://github.com/visionmedia/debug/commit/7e1d5d94f31b37b460fb8d88000ab7ed0be3597e) - Improve usability of Windows notes w/ examples for prompts & npm script ([#&#8203;577](https://github.com/visionmedia/debug/issues/577)): [`1ad1e4a`](https://github.com/visionmedia/debug/commit/1ad1e4a79ff36981c1972bb4e61f93c7d4ade68d) - Drop usage of `chrome.storage` (or make the storage backend pluggable): [`71d2aa7`](https://github.com/visionmedia/debug/commit/71d2aa77ff54c3c95a000bdead6b710b2a762c3f) - Detect 'process' package: [`225c66f`](https://github.com/visionmedia/debug/commit/225c66f7198d2995e8232f9486aa9e087dc2a469) - Update ms to 2.1.1 ([#&#8203;539](https://github.com/visionmedia/debug/issues/539)): [`22f9932`](https://github.com/visionmedia/debug/commit/22f993216dcdcee07eb0601ea71a917e4925a30a) - Update .npmignore ([#&#8203;527](https://github.com/visionmedia/debug/issues/527)): [`a5ca7a2`](https://github.com/visionmedia/debug/commit/a5ca7a20860e78a4ea47f80770c09c0c663bae1e) - fix colors with `supports-color@5`: [`285dfe1`](https://github.com/visionmedia/debug/commit/285dfe10a5c06d4a86176b54bef2d7591eedaf40) - Document `enable()` ([#&#8203;517](https://github.com/visionmedia/debug/issues/517)): [`ab5083f`](https://github.com/visionmedia/debug/commit/ab5083f68a7e4c1ab474ff06cd5995d706abf143) - refactor to make the common code be a setup function ([#&#8203;507](https://github.com/visionmedia/debug/issues/507)): [`7116906`](https://github.com/visionmedia/debug/commit/71169065b5262f9858ac78cc0b688c84a438f290) - Simplify and improve: [`da51af8`](https://github.com/visionmedia/debug/commit/da51af8314436ab532c151583f7fd52b2ebf2a3e) - use babel-ified distributed source for browsers: [`b3f8f8e`](https://github.com/visionmedia/debug/commit/b3f8f8e683915ef4fae3a77cbcebc6c410e65a8c) ##### Credits Huge thanks to [@&#8203;DanielRuf](https://github.com/DanielRuf), [@&#8203;EirikBirkeland](https://github.com/EirikBirkeland), [@&#8203;KyleStay](https://github.com/KyleStay), [@&#8203;Qix-](https://github.com/Qix-), [@&#8203;abenhamdine](https://github.com/abenhamdine), [@&#8203;alexey-pelykh](https://github.com/alexey-pelykh), [@&#8203;DiegoRBaquero](https://github.com/DiegoRBaquero), [@&#8203;febbraro](https://github.com/febbraro), [@&#8203;kwolfy](https://github.com/kwolfy), and [@&#8203;TooTallNate](https://github.com/TooTallNate) for their help! ### [`v3.2.7`](https://github.com/visionmedia/debug/compare/3.2.6...3.2.7) [Compare Source](https://github.com/visionmedia/debug/compare/3.2.6...3.2.7) ### [`v3.2.6`](https://github.com/visionmedia/debug/releases/3.2.6) [Compare Source](https://github.com/visionmedia/debug/compare/3.2.5...3.2.6) This backport fixes a 4x performance regression when debug is disabled. ### Patches - fix: performance issue ([`f312a89`](https://github.com/visionmedia/debug/commit/f312a8903a3928c43ff1388828d85f4f8407553d)) ([#&#8203;625](https://github.com/visionmedia/debug/issues/625)) ### [`v3.2.5`](https://github.com/visionmedia/debug/releases/3.2.5) [Compare Source](https://github.com/visionmedia/debug/compare/3.2.4...3.2.5) This patch restores browserify functionality as well as keeping the intended functionality with Unpkg.com. It is a backport of the `4.0.1` release. ##### Patches - fix browserify and supply alternative unpkg entry point (closes [#&#8203;606](https://github.com/visionmedia/debug/issues/606)): [`cc5f146`](https://github.com/visionmedia/debug/commit/cc5f1463d1c975bcef0b3172b2527ca204ec474d) ### [`v3.2.4`](https://github.com/visionmedia/debug/releases/3.2.4) [Compare Source](https://github.com/visionmedia/debug/compare/3.2.3...3.2.4) > **3.2.4 is DEPRECATED.** See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details. This released fixed the missing `files` entry in `package.json`, mitigating the faulty `3.2.3` release. ### [`v3.2.3`](https://github.com/visionmedia/debug/releases/3.2.3) [Compare Source](https://github.com/visionmedia/debug/compare/3.2.2...3.2.3) > **3.2.3 is DEPRECATED.** See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details. This release mitigated the breaking changes introduced in `3.2.0` where `./node.js` was removed, breaking a very select few users on older releases of `babel-core`, as well as users that used an undocumented `require('debug/node')`. `./node.js` was temporarily added to the repository at this time; however, this release failed to include `node.js` in the `files` key in `package.json` and thus didn't fix the issue. `3.2.4` rectified this issue. ### [`v3.2.2`](https://github.com/visionmedia/debug/releases/3.2.2) [Compare Source](https://github.com/visionmedia/debug/compare/3.2.1...3.2.2) > **3.2.2 is DEPRECATED.** See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details. This release mitigated the breaking changes introduced in `3.2.0` where ES6 features were being used on users of Node 4, causing crashes upon inclusion. It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in `4.0.0`). ### [`v3.2.1`](https://github.com/visionmedia/debug/releases/3.2.1) [Compare Source](https://github.com/visionmedia/debug/compare/3.2.0...3.2.1) > **3.2.1 is DEPRECATED.** See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details. This release, along with `3.2.0`, were subsequently released together as `4.0.0` (a major bump). You can review the complete changes [in that release's details](https://github.com/visionmedia/debug/releases/tag/4.0.0). *** A 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`](https://github.com/visionmedia/debug/commit/b3f8f8e683915ef4fae3a77cbcebc6c410e65a8c) ### [`v3.2.0`](https://github.com/visionmedia/debug/releases/3.2.0) [Compare Source](https://github.com/visionmedia/debug/compare/3.1.0...3.2.0) > **3.2.0 is DEPRECATED.** See https://github.com/visionmedia/debug/issues/603#issuecomment-420237335 for details. This release was intended to be the next release of Debug but introduced breaking changes that were overlooked at the time of release. As such it has been deprecated on npm and should not be used. This release, along with `3.2.1`, were subsequently released together as `4.0.0` (a major bump). You can review the included changes [in that release's details](https://github.com/visionmedia/debug/releases/tag/4.0.0). ### [`v3.1.0`](https://github.com/visionmedia/debug/releases/3.1.0) [Compare Source](https://github.com/visionmedia/debug/compare/3.0.1...3.1.0) ##### Minor Changes - Ignore package-lock.json: [`e7e568a`](https://github.com/visionmedia/debug/commit/e7e568a24736486721882282eb21beb31c741647) - Remove `component.json`: [`47747f3`](https://github.com/visionmedia/debug/commit/47747f329fe159e94262318b52b87a48f6c0acd4) - Remove "component" from package.json: [`bdb7e01`](https://github.com/visionmedia/debug/commit/bdb7e0137f84dc8bcfc95daede7c694799d38dbf) - Add `DEBUG_HIDE_DATE` env var: [#&#8203;486](https://github.com/visionmedia/debug/issues/486) ##### Patches - Correct spelling mistake: [`daf1a7c`](https://github.com/visionmedia/debug/commit/daf1a7c8c0f62f5dbc8d48158d6748d0527cc551) - Examples: fix colors printout: [`7cd9e53`](https://github.com/visionmedia/debug/commit/7cd9e539ce571fc3314d34d9d1dac3124839dbac) - Fix browser detection: [`fdfa0f5`](https://github.com/visionmedia/debug/commit/fdfa0f5f6cc7e83fd60b6cf1e7b990cbf6388621) - Remove ReDoS regexp in `%o` formatter: [#&#8203;504](https://github.com/visionmedia/debug/issues/504) ##### Credits Huge thanks to [@&#8203;amejiarosario](https://github.com/amejiarosario) and [@&#8203;zhuangya](https://github.com/zhuangya) for their help! ### [`v3.0.1`](https://github.com/visionmedia/debug/compare/3.0.0...3.0.1) [Compare Source](https://github.com/visionmedia/debug/compare/3.0.0...3.0.1) ### [`v3.0.0`](https://github.com/visionmedia/debug/releases/3.0.0) [Compare Source](https://github.com/visionmedia/debug/compare/2.6.9...3.0.0) [Featuring pretty new colors!](https://debug-browser-colors.now.sh/) <img width="521" src="https://user-images.githubusercontent.com/71256/29092181-47f6a9e6-7c3a-11e7-9a14-1928d8a711cd.png"> ##### Major Changes - Remove `DEBUG_FD`: [#&#8203;406](https://github.com/visionmedia/debug/issues/406) - Make millisecond timer namespace specific and allow 'always enabled' output: [#&#8203;408](https://github.com/visionmedia/debug/issues/408) - Use `Date#toISOString()` instead to `Date#toUTCString()` when output is not a TTY: [#&#8203;418](https://github.com/visionmedia/debug/issues/418) - `enabled()` updates existing debug instances: [#&#8203;440](https://github.com/visionmedia/debug/issues/440) ##### Minor Changes - Add `destroy()` function: [#&#8203;440](https://github.com/visionmedia/debug/issues/440) - Document `enabled` flag: [#&#8203;465](https://github.com/visionmedia/debug/issues/465) - Support 256 colors: [#&#8203;481](https://github.com/visionmedia/debug/issues/481) - Update "browserify" to v14.4.0: [`826fd94`](https://github.com/visionmedia/debug/commit/826fd94639efeaa3c5701b50d335caead084a5d6) - Separate Node.js and web browser examples: [`87880f6`](https://github.com/visionmedia/debug/commit/87880f6ae1f48b12d9f3346bce564a66cba6b93e) - Example: use %o formatter: [`31f3343`](https://github.com/visionmedia/debug/commit/31f3343de76cb8687041387a1b811745c6e84473) - More readme screenshots replaced: [`25eb545`](https://github.com/visionmedia/debug/commit/25eb545324912dd2863658d0ba35426c0f617619) - Add Namespace Colors section to readme: [`8b5c438`](https://github.com/visionmedia/debug/commit/8b5c438a222167bd0cc66db046bac073f01b3c01) - Separate the Node and Browser tests in Travis: [`f178d86`](https://github.com/visionmedia/debug/commit/f178d861df18abacac6e9e4607c7306a1147bf3d) ##### Patches - Readme: fix typo: [#&#8203;473](https://github.com/visionmedia/debug/issues/473) - Component: update "ms" to v2.0.0: [`d2dd80a`](https://github.com/visionmedia/debug/commit/d2dd80aeaf1b037f0b3be21838c4594bbedc4a9c) ##### Credits Huge thanks to [@&#8203;gtjoseph](https://github.com/gtjoseph), [@&#8203;timruffles](https://github.com/timruffles) and [@&#8203;FantasticFiasco](https://github.com/FantasticFiasco) for their help! </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2021-12-06 15:59:30 +01:00
renovate-bot force-pushed renovate/debug-4.x from 31079493a4 to 0aa9bbb10d 2021-12-06 16:48:16 +01:00 Compare
sebclem merged commit 0aa9bbb10d into main 2021-12-06 16:48:44 +01:00
sebclem deleted branch renovate/debug-4.x 2021-12-06 16:48:44 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sebclem/cnc-speed-calculator#25
No description provided.