canjs / can-util

Essential utilities used by lots of CanJS's projects.
https://canjs.com/doc/can-util.html
MIT License
10 stars 8 forks source link

An in-range update of steal-tools is breaking the build 🚨 #329

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.8.3 of steal-tools just got published.

Branch Build failing 🚨
Dependency steal-tools
Current Version 1.8.2
Type devDependency

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

As steal-tools is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a 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/canjs/can-util/builds/267275032?utm_source=github_status&utm_medium=notification)

Release Notes 1.8.3

This patch release fixes a bug whereby dependencies of plugins (or plugins themselves) that exported a getter on the module namespace would have that getter called during transpilation. This is a rare bug that manifested because of a warning output by can-types.

Commits

The new version differs by 4 commits.

  • bff7152 1.8.3
  • 4f794bf Merge pull request #821 from stealjs/dp
  • e521e0b Fix lint errors; cloneDeep
  • 946c1f4 Prevent cloning the options object

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

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

greenkeeper[bot] commented 7 years ago

Version 1.8.4 just got published.

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

Commits

The new version differs by 5 commits.

  • 3033632 1.8.4
  • 6d515e7 Merge pull request #824 from stealjs/buildType
  • 935bee2 adds a flag to the buildResult to identify which build process was running.
  • e5f7c3c Merge pull request #822 from stealjs/remove-warning
  • d2c53bb Remove can't find dependency in graph warnings

See the full diff