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 馃殌 #275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 14, 2016

Version 2.4.0 of debug just got published.

Dependency debug
Current Version 2.3.3
Type dependency

The version 2.4.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.


Commits

The new version differs by 7 commits .

  • b82d4e6 release 2.4.0
  • 41002f1 Update bower.json (#342)
  • e58d54b Node: configurable util.inspect() options (#327)
  • 00f3046 Node: %O (big O) pretty-prints the object (#322)
  • bd9faa1 allow colours in workers (#335)
  • 501521f Use same color for same namespace. (#338)
  • e2a1955 Revert "handle regex special characters"

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
Copy link
Author

greenkeeper bot commented Dec 14, 2016

Version 2.4.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2016

Version 2.4.3 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 15, 2016

Version 2.4.4 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits .

  • f1ca2ab release 2.4.4
  • 69480c3 Work around debug being loaded in preload scripts (#368)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 18, 2016

Version 2.4.5 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 6 commits .

  • 7e741fc release 2.4.5
  • 17d0e0b check for navigator (#376)
  • 50ffa9d Enable use of custom log function (#379)
  • 1c625d4 bit of cleanup + linting fixes
  • 932b24a rm non-maintainted dist/ dir (#375)
  • cea345a docs: Simplified language in the opening paragraph. Closes #340 (#373)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 21, 2016

Version 2.5.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 26 commits .

  • 355e327 release 2.5.0
  • d85c0c6 build perf, fix for bowerfile, fix for webworker
  • dc043cf Merge pull request #378 from yamikuronue/replace-babel-with-browserify
  • f512cf2 Merge remote-tracking branch 'upstream/master' into replace-babel-with-browserify
  • f098331 Merge pull request #388 from ForsakenHarmony/patch-1
  • a16cf42 Merge pull request #387 from kribblo/patch-1
  • 78e31a8 Update browser.js
  • 408ae94 Use typeof window.process !== 'undefined'
  • f484cfe fix merge errors
  • 23af483 Merge remote-tracking branch 'upstream/master' into replace-babel-with-browserify
  • 3e1a15d fix: merged again, because it didn't take. Guess I did it wrong?
  • 67182fd fix: Whoops, didn't merge the tests properly. Resolved.
  • 2a01c6c Merged from upstream/master. I left the dist/debug in place because my hook now updates it automatically, but I removed the babelrc file since we don't need it anymore.
  • 6e934e9 Fix for #381. Moved .babelrc into test folder, where it is used and which is not built with the module. (#383)
  • 6a8d525 chore: add coveralls

There are 26 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 21, 2016

Version 2.5.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 5 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 26, 2016

Version 2.5.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 5 commits .

  • 9a18d66 release 2.5.2
  • eba68ce fix(browser): prevent ReferenceError in workers (#393)
  • 280a64d Merge pull request #391 from lurch/patch-1
  • 146d0d1 Fix README typo
  • ea43614 added notice about v3 api discussion

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 29, 2016

Version 2.6.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 4 commits .

  • ac5ccae release 2.6.0
  • 5895595 better null pointer checks for browser useColors
  • 6646130 remove explicit window.debug export (#404)
  • 62df220 Deprecate DEBUG_FD (#405)

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2017

Version 2.6.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 62 commits .

  • 017a9d6 release 2.6.2
  • 23bc780 fix DEBUG_MAX_ARRAY_LENGTH
  • 065cbfb Add backers and sponsors from Open Collective (#422)
  • 918d686 Revert "add Slackin invite badge"
  • f46d671 add Slackin invite badge
  • 580a7a1 changed slackin url
  • 9f33c9a added slackin
  • 941653e release 2.6.1
  • 37e14d6 Whitelist DEBUG_FD for values 1 and 2 only Fixes #410 (#415)
  • 705a9fe Merge pull request #414 from vgoma/export-default-fix
  • 78ae6c9 Fixed IE8 "Expected identifier" error
  • 1c163a4 added names and skips arrays erasing on enable call (#409)
  • ac5ccae release 2.6.0
  • 5895595 better null pointer checks for browser useColors
  • 6646130 remove explicit window.debug export (#404)

There are 62 commits in total. See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2017

Version 2.6.3 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits .

  • 9dc30f8 release 2.6.3
  • 0fb8ea4 LocalStorage returns undefined for any key not present (#431)
  • ce4d93e changelog fix

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 20, 2017

Version 2.6.4 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 6 commits .

  • f311b10 release 2.6.4
  • 1f01b70 Fix bug that would occure if process.env.DEBUG is a non-string value. (#444)
  • 2f3ebf4 Update CHANGELOG.md
  • f5ae332 Update CHANGELOG.md
  • 9742c5f chore(): ignore bower.json in npm installations. (#437)
  • 27d93a3 update "debug" to v0.7.3

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 27, 2017

Version 2.6.5 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 0 commits0.

false

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 28, 2017

Version 2.6.6 just got published.

Update to this version instead 馃殌

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

greenkeeper bot commented May 17, 2017

Version 2.6.7 just got published.

Update to this version instead 馃殌

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

greenkeeper bot commented May 18, 2017

Version 2.6.8 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

  • 52e1f21 Release 2.6.8
  • 2482e08 Check for undefined on browser globals (#462)

See the full diff

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

greenkeeper bot commented Aug 8, 2017

Version 3.0.0 just got published.

Update to this version instead 馃殌

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

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

0 participants