molecuel / mlcl_url

Automatic url generator for molecuel CMS
MIT License
1 stars 0 forks source link

An in-range update of debug is breaking the build 🚨 #1

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.6.1 of debug just got published.

Branch Build failing 🚨
Dependency debug
Current Version 2.6.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

As debug is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:


Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/molecuel/mlcl_url/builds/200453126)
Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.6.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 7 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.6.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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[bot] commented 7 years ago

Version 2.6.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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[bot] commented 7 years ago

Version 2.6.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits0.

  • 14df14c release 2.6.5
  • cae07b7 cleanup browser tests and fix null reference check on window.documentElement.style.WebkitAppearance (#447)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.6.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

greenkeeper[bot] commented 7 years ago

Version 2.6.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

greenkeeper[bot] commented 7 years ago

Version 2.6.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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] commented 7 years ago

Version 3.0.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 3.0.0

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

  • 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] commented 7 years ago

Version 3.0.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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] commented 7 years ago

Version 3.1.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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] commented 6 years ago

Version 3.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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] commented 6 years ago

Version 3.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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 2 commits.

  • 84e41d5 3.2.1
  • b3f8f8e use babel-ified distributed source for browsers

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.2.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 1 commits.

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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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 1 commits ahead by 1, behind by 2.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

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] commented 6 years ago

Your tests are still failing with this version. Compare changes

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] commented 5 years ago

Your tests are still failing with this version. Compare changes

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