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

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

Closed
greenkeeper bot opened this issue Sep 11, 2018 · 8 comments
Closed

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

greenkeeper bot opened this issue Sep 11, 2018 · 8 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 11, 2018

Version 3.2.0 of debug was just published.

Branch Build failing 🚨
Dependency debug
Current Version 3.1.0
Type dependency

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

debug is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).
  • coverage/coveralls: First build on greenkeeper/debug-3.2.0 at 100.0% (Details).
  • continuous-integration/appveyor/branch: AppVeyor build failed (Details).

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

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@aivus
Copy link
Member

aivus commented Sep 11, 2018

debug-js/debug#603

@Qix-
Copy link

Qix- commented Sep 11, 2018

Should be all good now. Make sure you're pulling debug@3.2.3 or debug@3.2.4 if you require Node 4. Otherwise, upgrade to debug@4 if you're targeting LTS (Node 6+ as of this writing).

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 3.2.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

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

greenkeeper bot commented Sep 11, 2018

After pinning to 3.1.0 your tests are passing again. Downgrade this dependency 📌.

@aivus
Copy link
Member

aivus commented Sep 11, 2018

need to pin >=3.2.3 <4 unless node4 drop.

https://www.npmjs.com/package/debug/v/3.2.4

@Qix-
Copy link

Qix- commented Sep 11, 2018

Or pin 3.1.0 if you'd like. >=3.2.3 <4 was to mitigate cache issues and users that automatically updated their versions in package.json. >=3.2.3 <4 are all deprecated, so unless you're using features released therein (you probably aren't), I'd just say pin to 3.1.0.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 3.2.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 3.2.3 just got published.

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

Commits

The new version differs by 4 commits.

See the full diff

@s0ph1e s0ph1e closed this as completed in e142203 Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants