Open greenkeeper[bot] opened 6 years ago
After pinning to 1.8.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes π¨
This release introduces import helpers that are utilized by TypeScript 2.7's --esModuleInterop
flag for interoperability between ECMAScript modules and legacy module formats.
Your tests are still failing with this version. Compare the changes π¨
Updates __asyncValues
to more correctly align with CreateAsyncFromSyncIterator, and updates __asyncDelegator
to ensure throw
is correctly propagated.
Your tests are still failing with this version. Compare the changes π¨
Fixes issues in the __generator
helper regarding return
-ing and throw
-ing. Details are available on Microsoft/TypeScript#24463
Your tests are still failing with this version. Compare the changes π¨
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.
Version 1.8.1 of tslib was just published.
This version is covered by your current version range and after updating it in your project the build failed.
tslib is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/sebastianhaas/medical-appointment-scheduling/builds/312707574?utm_source=github_status&utm_medium=notification)Release Notes
tslib 1.8.1This release includes a fix that prevents tslib from emitting an
__esModule
member on the global object.Commits
The new version differs by 2 commits.
b1ed5e1
Update version number to '1.8.1'.
375b3f6
Do not add __esModule to window/global (#42)
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: