aknuds1 / bankai

DIY asset server
http://yoshuawuyts.com/bankai/
Apache License 2.0
0 stars 0 forks source link

An in-range update of split-require is breaking the build 🚨 #40

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

Version 3.1.1 of split-require was just published.

Branch Build failing 🚨
Dependency split-require
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.

split-require 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 could not complete due to an error [Details](https://travis-ci.org/aknuds1/bankai/builds/386717632?utm_source=github_status&utm_medium=notification)

Release Notes v3.1.1
  • Fix filename option name in README (#21)
  • Fix public dynamic bundle paths when building on Windows (627f394)
Commits

The new version differs by 3 commits.

  • 2051808 3.1.1
  • 627f394 Fix public dynamic bundle paths when building on Windows
  • 54ff5c3 Fix doc outname -> filename renaming (#21)

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 3.1.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

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

Release Notes for v3.1.2
  • Ensure dependencies of mainRows are added in deterministic order. (#23) Fixes a cause of nondeterministic output.
  • Switch from estree-walk to dash-ast for tree-walking. (f982783)
Commits

The new version differs by 6 commits.

  • a73e31c 3.1.2
  • 80a4e8b Ensure dependencies of mainRows are added in deterministic order (#23)
  • 1e980de Fix flaky test (#24)
  • 1c0d1ea ci: Add Node 10.
  • f982783 estree-walk β†’ dash-ast
  • af83614 Update expected browser-pack preludes in tests

See the full diff