markis / watchman-processor

Folder synchronization tool with a simple dashboard
https://www.npmjs.com/package/watchman-processor
MIT License
43 stars 7 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.8.0 of tslib was just published.

Branch Build failing 🚨
Dependency tslib
Current Version 1.7.1
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/markis/watchman-processor/builds/286352021?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 13 commits.

  • b780e46 Update version number.
  • 763381d Merge pull request #39 from Microsoft/makeTemplateObject
  • 711ef41 Merge branch 'master' into makeTemplateObject
  • 664aef7 Merge pull request #40 from lolipop99/patch-1
  • 0993808 Use consistent quotes style on throw.
  • ce64e76 Updated '__makeTemplateObject'.
  • 8571ea7 Update tslib.es6.js
  • f3c874d Add the '__makeTemplateObject' helper.
  • 2169db3 Merge pull request #38 from Microsoft/exampleOutput
  • ba7f283 Made the README a little more explicit about why the package is useful.
  • 4ae2cad set the __esModule marker in createExporter (#28)
  • b41a03b Merge pull request #35 from aluanhaddad/patch-1
  • f4578a0 update jspm instructions

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

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

Release Notes tslib 1.8.1

This 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