mabels / pool-dings

Pool Dings yet another pool manager
Apache License 2.0
0 stars 0 forks source link

An in-range update of tsc-watch is breaking the build 🚨 #3

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 1.0.14 of tsc-watch was just published.

Branch Build failing 🚨
Dependency tsc-watch
Current Version 1.0.13
Type devDependency

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

tsc-watch 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/mabels/pool-dings/builds/330285679?utm_source=github_status&utm_medium=notification)

Commits

The new version differs by 2 commits.

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

Version 1.0.15 just got published.

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

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

After pinning to 1.0.13 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 1.0.16 just got published.

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

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.17 just got published.

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

Commits

The new version differs by 10 commits.

  • a0505a4 verion 1.0.17
  • 1aba72f Merge pull request #23 from amir-arad/patch-1
  • 59dce9c compatibility with posix termination of root process
  • 31e120e Merge pull request #18 from roblav96/patch-1
  • e576f95 [Typo] README.md
  • 77ccd7e version 1.0.16
  • 55e5397 Merge pull request #17 from jonaskello/fix-default-color
  • 65ce712 Fix default color
  • 8f6fcf7 version 1.0.15
  • 950a3a6 Added --onFailure argument

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.18 just got published.

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

Commits

The new version differs by 14 commits.

  • 5fc448a version 1.0.18
  • a5528f2 Fixed passing compilation when --pretty is on
  • 55b0c84 Refactored the driver to a class
  • d80be67 refactored the driver out of the tests
  • a0505a4 verion 1.0.17
  • 1aba72f Merge pull request #23 from amir-arad/patch-1
  • 59dce9c compatibility with posix termination of root process
  • 31e120e Merge pull request #18 from roblav96/patch-1
  • e576f95 [Typo] README.md
  • 77ccd7e version 1.0.16
  • 55e5397 Merge pull request #17 from jonaskello/fix-default-color
  • 65ce712 Fix default color
  • 8f6fcf7 version 1.0.15
  • 950a3a6 Added --onFailure argument

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.19 just got published.

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

Commits

The new version differs by 17 commits.

  • 88e6a98 version 1.0.19
  • caba040 uncoloring the output to better understand the typescript stdout
  • cf93879 Fixed timed out tests
  • 5fc448a version 1.0.18
  • a5528f2 Fixed passing compilation when --pretty is on
  • 55b0c84 Refactored the driver to a class
  • d80be67 refactored the driver out of the tests
  • a0505a4 verion 1.0.17
  • 1aba72f Merge pull request #23 from amir-arad/patch-1
  • 59dce9c compatibility with posix termination of root process
  • 31e120e Merge pull request #18 from roblav96/patch-1
  • e576f95 [Typo] README.md
  • 77ccd7e version 1.0.16
  • 55e5397 Merge pull request #17 from jonaskello/fix-default-color
  • 65ce712 Fix default color

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.20 just got published.

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

Commits

The new version differs by 21 commits.

  • cb65cae version 1.0.20
  • bcbb381 Added --noColors and --noClearScreen
  • c77a097 Fixed ignoring the last arg
  • 6f2ac07 Small refactor
  • 88e6a98 version 1.0.19
  • caba040 uncoloring the output to better understand the typescript stdout
  • cf93879 Fixed timed out tests
  • 5fc448a version 1.0.18
  • a5528f2 Fixed passing compilation when --pretty is on
  • 55b0c84 Refactored the driver to a class
  • d80be67 refactored the driver out of the tests
  • a0505a4 verion 1.0.17
  • 1aba72f Merge pull request #23 from amir-arad/patch-1
  • 59dce9c compatibility with posix termination of root process
  • 31e120e Merge pull request #18 from roblav96/patch-1

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.21 just got published.

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

Commits

The new version differs by 23 commits.

  • 7ab90be version 1.0.21
  • b7d6993 Removed noClearScreen as typescript has --preserveWatchOutput
  • cb65cae version 1.0.20
  • bcbb381 Added --noColors and --noClearScreen
  • c77a097 Fixed ignoring the last arg
  • 6f2ac07 Small refactor
  • 88e6a98 version 1.0.19
  • caba040 uncoloring the output to better understand the typescript stdout
  • cf93879 Fixed timed out tests
  • 5fc448a version 1.0.18
  • a5528f2 Fixed passing compilation when --pretty is on
  • 55b0c84 Refactored the driver to a class
  • d80be67 refactored the driver out of the tests
  • a0505a4 verion 1.0.17
  • 1aba72f Merge pull request #23 from amir-arad/patch-1

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.22 just got published.

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

Commits

The new version differs by 25 commits.

  • d31b83d v1.0.22
  • a47427f Added support for Typescript 2.9+
  • 7ab90be version 1.0.21
  • b7d6993 Removed noClearScreen as typescript has --preserveWatchOutput
  • cb65cae version 1.0.20
  • bcbb381 Added --noColors and --noClearScreen
  • c77a097 Fixed ignoring the last arg
  • 6f2ac07 Small refactor
  • 88e6a98 version 1.0.19
  • caba040 uncoloring the output to better understand the typescript stdout
  • cf93879 Fixed timed out tests
  • 5fc448a version 1.0.18
  • a5528f2 Fixed passing compilation when --pretty is on
  • 55b0c84 Refactored the driver to a class
  • d80be67 refactored the driver out of the tests

There are 25 commits in total.

See the full diff