stealjs / steal-tools

Build easy. Load fast.
https://stealjs.com/docs/steal-tools.html
MIT License
67 stars 23 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.0.1 of steal was just published.

Branch Build failing 🚨
Dependency steal
Current Version 2.0.0
Type dependency

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

steal 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 passed ([Details](https://travis-ci.org/stealjs/steal-tools/builds/408626073?utm_source=github_status&utm_medium=notification)). - βœ… **coverage/coveralls:** First build on greenkeeper/steal-2.0.1 at 93.636% ([Details](https://coveralls.io/builds/18182963)). - ❌ **continuous-integration/appveyor/branch:** AppVeyor build failed ([Details](https://ci.appveyor.com/project/matthewp/steal-tools-427/build/1.0.2361)).

Release Notes 2.0.1

This is a patch release, fixing a bug when attempting to use steal in an Electron environment with the npm plugin.

Commits

The new version differs by 4 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 2.0.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 2.0.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 2.0.2

This is a patch release, removing a false position for the "missing main" warning.

Pull requests

Commits

The new version differs by 3 commits.

  • 79a5651 2.0.2
  • 10da38b Merge pull request #1453 from stealjs/no-main2
  • 6b1a534 Prevent the "no main loaded" warning with inline scripts

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes 2.1.0

This is a minor release, adding support for importing modules from http, https, and // as specifiers.

loading from unpkg

Commits

The new version differs by 9 commits.

See the full diff

matthewp commented 6 years ago

Fixed by #1057