katallaxie / angular-preboot

:metal: A teeny tiny Angular (4 :tada:) seed to get your next great project booted. It is powered by great ideas and Webpack. It does AutoDLL, AoT, PostCss, Autoprefixer, and some other cool things.
MIT License
11 stars 1 forks source link

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.9.0 of tslib was just published.

Branch Build failing 🚨
Dependency tslib
Current Version 1.8.1
Type devDependency

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 failed [Details](https://travis-ci.org/katallaxie/angular-preboot/builds/330565024?utm_source=github_status&utm_medium=notification)

Release Notes tslib 1.9.0

This release introduces import helpers that are utilized by TypeScript 2.7's --esModuleInterop flag for interoperability between ECMAScript modules and legacy module formats.

Commits

The new version differs by 4 commits.

  • 3d0f4d4 Update version to '1.9.0'.
  • c380b8d Merge pull request #43 from Microsoft/import-helpers
  • c1cd8e1 Remove erroneous semicolons from import star helper
  • b630cee Add import helpers

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.8.1 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.1 just got published.

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

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

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for tslib 1.10.0

This release fixes enumerability in object rest's __rest helper (see details here) and adds a new __spreadArrays helper (done as part of a change for more accurate array spreads).

Commits

The new version differs by 5 commits.

  • e1aae12 Update version to '1.10.0'.
  • ab40523 Add '__spreadArrays' helper (#67)
  • 57efce4 Modified __rest to check if property is enumerable. (#66)
  • ca03390 Merge pull request #57 from styfle/patch-1
  • b99cbbc Update .npmignore

See the full diff