stealjs / steal-tools

Build easy. Load fast.

Home Page:https://stealjs.com/docs/steal-tools.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue · comments

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 1.11.1 of steal was just published.

Branch Build failing 🚨
Dependency steal
Current Version 1.11.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
  • coverage/coveralls First build on greenkeeper/steal-1.11.1 at 92.958% Details
  • continuous-integration/appveyor/branch AppVeyor build failed Details

Release Notes 1.11.1

This is a patch release, fixing an issue where errors lost their stack trace if a dependent module.

Pull Requests

Commits

The new version differs by 4 commits.

  • 8782e35 1.11.1
  • db9785b Merge pull request #1374 from stealjs/err-now
  • 0c2c0bf Make work in Edge
  • 0687016 Prevent removing stack trace when a dependent module throws.

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 🌴

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

Version 1.11.3 just got published.

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

Commits

The new version differs by 8 commits.

  • 8fcc529 1.11.3
  • 08a9c9b Merge pull request #1376 from stealjs/resave
  • 8d150e5 Don't save the package.json of config set "late"
  • d8d8259 1.11.2
  • 54e2ff3 Merge pull request #1375 from stealjs/buildconfig
  • 45c0abc Prevent buildConfig from being applied in development
  • 6044fda Merge branch 'master' of github.com:stealjs/steal into buildconfig
  • de87aa3 Start of buildConfig refactor

See the full diff

Version 1.11.4 just got published.

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

Release Notes 1.11.4

This is a patch release, fixing an issue where multiple packages with their own babelOptions could conflict with each other.

Pull Requests

#1377 https://github.com/stealjs/steal/pull/1377

Commits

The new version differs by 11 commits.

  • e880ab3 1.11.4
  • 45f6bb1 Merge pull request #1377 from stealjs/child-bopts
  • 093e318 Derive babelOptions from the pkg when available
  • 8fcc529 1.11.3
  • 08a9c9b Merge pull request #1376 from stealjs/resave
  • 8d150e5 Don't save the package.json of config set "late"
  • d8d8259 1.11.2
  • 54e2ff3 Merge pull request #1375 from stealjs/buildconfig
  • 45c0abc Prevent buildConfig from being applied in development
  • 6044fda Merge branch 'master' of github.com:stealjs/steal into buildconfig
  • de87aa3 Start of buildConfig refactor

See the full diff

Fixed by 966