Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency debug to v4 #12

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
debug ~2.6.9 -> 4.3.1 age adoption passing confidence

Release Notes

visionmedia/debug

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.

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.

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 debug-js/debug#603 (comment) 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 debug-js/debug#603 (comment) 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 debug-js/debug#603 (comment) 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 debug-js/debug#603 (comment) 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 debug-js/debug#603 (comment) 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, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@hoc081098 hoc081098 closed this Jul 2, 2021
@hoc081098 hoc081098 deleted the renovate/debug-4.x branch July 2, 2021 07:26
@renovate
Copy link
Contributor Author

renovate bot commented Jul 2, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 4.x releases. However, if you upgrade to 4.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants