maxdavidson / structly

Tool for working with binary data types in JavaScript
MIT License
14 stars 1 forks source link

An in-range update of tslib is breaking the build 🚨 #136

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 1.9.1 of tslib was just published.

Branch Build failing 🚨
Dependency tslib
Current Version 1.9.0
Type dependency

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

tslib 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 failed [Details](https://travis-ci.org/maxdavidson/structly/builds/378852504?utm_source=github_status&utm_medium=notification)

Release Notes tslib 1.9.1

Updates __asyncValues to more correctly align with CreateAsyncFromSyncIterator, and updates __asyncDelegator to ensure throw is correctly propagated.

Commits

The new version differs by 2 commits.

  • 2c3d5d6 Update version number to '1.9.1'.
  • 008541b Fix async generator rejection handling (#51)

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 1.9.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 1.9.2 just got published.

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

Release Notes tslib 1.9.2

Fixes issues in the __generator helper regarding return-ing and throw-ing. Details are available on Microsoft/TypeScript#24463

Commits

The new version differs by 2 commits.

  • a921045 Update version to '1.9.2'.
  • c72f81c Update __generators helper to match TS#24463 (#53)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.9.3 just got published.

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

Release Notes tslib 1.9.3

This release changes the __extends and __assign helper functions so that certain tools may more easily analyze them. Details are available on Microsoft/TypeScript#24244.

Commits

The new version differs by 2 commits.

  • 9dd9aa3 Update version to '1.9.3'.
  • 4dc67f4 Update helpers to use redefining pattern if needed (related to Microsoft/TypeScript#24244) (#54)

See the full diff