politie / sherlock

A reactive programming library for JavaScript applications, built with TypeScript.
Apache License 2.0
39 stars 12 forks source link

Update ts-node to the latest version 🚀 #27

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.2 of ts-node was just published.

Dependency ts-node
Current Version 3.3.0
Type devDependency

The version 4.0.2 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ts-node.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes Remove `@types` dependencies

Changed

  • Move @types deps to dev deps
Commits

The new version differs by 28 commits.

  • 129153f 4.0.2
  • f04c5f7 Move @types to dev dependencies (#484)
  • 3eefb00 Add --trace-warnings flag (#488)
  • 1541dfe 4.0.1
  • c6a70f9 Include register/ directory in published package
  • 94cba9c 4.0.0
  • be7895c Forward signals correctly (#419)
  • 85c139a Remove forced exit on inline evals (#477)
  • d4a1c94 Improve performance on large projects (#461)
  • c57ded2 Fix -n reference in README
  • e7591c7 Update README with docs on --no- prefixes
  • e8bdbed Stricter undefined checks for options
  • ce1eceb Update chalk and related types
  • d02f8f1 Check options.project == null instead of falsy
  • 1d630f9 chore(package): update tslint-config-standard to version 7.0.0 (#454)

There are 28 commits in total.

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:

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.891% when pulling 7c62d50aa90458d319987e0fc4d401b1af9bd642 on greenkeeper/ts-node-4.0.2 into 6c0bacf4edc803c842c6cc54595d20c25c5c975c on master.

greenkeeper[bot] commented 6 years ago

Version 4.1.0 just got published.

Update to this version instead 🚀

Release Notes Windows Detached Process

Changed

  • Avoid detaching process in Windows
Commits

The new version differs by 2 commits.

  • d5a941c 4.1.0
  • 89d62aa Disable detached sub-process on Windows (#489)

See the full diff