wilmoore / selectn.js

Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
https://www.npmjs.com/package/selectn
MIT License
196 stars 16 forks source link

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

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.6.4 of debug just got published.

Branch Build failing 🚨
Dependency debug
Current Version 2.6.3
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/wilmoore/selectn.js/builds/224065897)
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.

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.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 passing again with this version. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 7 years ago

Version 2.6.7 just got published.

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

Commits

The new version differs by 6 commits.

  • 6bb07f7 release 2.6.7
  • 15850cb Fix Regular Expression Denial of Service (ReDoS)
  • 4a6c85c update "debug" to v1.0.0 (#454)
  • b68dbf8 Fix typo (#455)
  • 1351d2f Inline extend function in node implementation (#452)
  • c211947 update version for component

See the full diff

grrowl commented 7 years ago

Can I recommend locking the version of debug, or removing the dependency entirely? It's a heavy dependency for such a simple package, and broke our build today.

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

  • 3e1849d Release 3.0.1
  • b3ea123 Disable colors in Edge and Internet Explorer (#489)
  • 13e1d06 remove v3 discussion note for now
  • 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

There are 32 commits in total.

See the full diff

wilmoore commented 7 years ago

@grrowl You're probably right. I think I will drop it. Thanks for chiming in on this.