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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update debug to the latest version 馃殌 #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 8, 2017

Version 3.0.0 of debug just got published.

Dependency debug
Current Version 2.6.8
Type dependency

The version 3.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of debug.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 3.0.0

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

Minor Changes

  • Document enabled flag: #465
  • enabled() updates existing debug instances, add destroy() function: #440
  • 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

  • Readme: fix typo: #473
  • Component: update "ms" to v2.0.0: d2dd80a

Credits

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

Commits

The new version differs by 27 commits.

  • 52b894c Release 3.0.0
  • d2dd80a component: update "ms" to v2.0.0
  • 6752953 fix browser test 馃樀
  • f6f6213 remove make coveralls from travis
  • f178d86 attempt to separate the Node and Browser tests in Travis
  • d73c4ae fix make test
  • 402c856 fix lint
  • 87e7399 readme++
  • 8b5c438 add Namespace Colors section to readme
  • 25eb545 more readme screenshots replaced
  • 31f3343 example: use %o formatter
  • dfbac9c readme refactor
  • ce1a236 Makefile tweaks
  • 87880f6 separate Node.js and web browser examples
  • 25e07c7 don't call splice() when indexOf() returns -1

There are 27 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

greenkeeper bot added a commit that referenced this pull request Aug 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 24, 2017

Version 3.0.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • 3e1849d Release 3.0.1
  • b3ea123 Disable colors in Edge and Internet Explorer (#489)
  • 13e1d06 remove v3 discussion note for now

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 26, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 26, 2017

Version 3.1.0 just got published.

Update to this version instead 馃殌

Release Notes 3.1.0

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!

Commits

The new version differs by 15 commits.

  • f073e05 Release 3.1.0
  • 2c0df9b rename DEBUG_HIDE_TTY_DATE to DEBUG_HIDE_DATE
  • dcb37b2 Merge branch '2.x'
  • 56a3853 Add DEBUG_HIDE_TTY_DATE env var (#486)
  • 13abeae Release 2.6.9
  • f53962e remove ReDoS regexp in %o formatter (#504)
  • bdb7e01 remove "component" from package.json
  • c38a016 remove ReDoS regexp in %o formatter (#504)
  • 47747f3 remove component.json
  • a0601e5 fix
  • e7e568a ignore package-lock.json
  • fdfa0f5 Fix browser detection
  • 7cd9e53 examples: fix colors printout
  • 8d76196 Merge pull request #496 from EdwardBetts/spelling
  • daf1a7c correct spelling mistake

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 3.2.0 just got published.

Update to this version instead 馃殌

Release Notes 3.2.0

A 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

Patches

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.

There are 25 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 3.2.1 just got published.

Update to this version instead 馃殌

Release Notes 3.2.1

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
Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 3.2.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 3.2.3 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 1 commits.

  • 700a010 re-introduce node.js (root file) (ref #603)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2018

Version 4.0.0 just got published.

Update to this version instead 馃殌

Release Notes 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.


Major Changes

Minor Changes

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!

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2018

Version 4.0.1 just got published.

Update to this version instead 馃殌

Release Notes 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 #606): 99c95e3
Commits

The new version differs by 2 commits.

  • 4490cd9 4.0.1
  • 99c95e3 fix browserify and supply alternative unpkg entry point (closes #606)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2018

  • The dependency debug was updated from 2.6.9 to 4.1.0.

Update to this version instead 馃殌

Release Notes for 4.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.

Commits

The new version differs by 3 commits.

  • e30e8fd 4.1.0
  • 7ef8b41 feat: Return namespaces string when invoking disable()
  • 4236585 migrate Makefile to npm scripts

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 22, 2018

  • The dependency debug was updated from 2.6.9 to 4.1.1.

Update to this version instead 馃殌

Commits

The new version differs by 4 commits.

  • 68b4dc8 4.1.1
  • 7571608 remove .coveralls.yaml
  • 57ef085 copy custom logger to namespace extension (fixes #646)
  • d0e498f test: only run coveralls on travis

See the full diff

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

Successfully merging this pull request may close these issues.

None yet

1 participant