Skip to content

Update ts-node to the latest version 🚀 #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 21, 2017

Version 3.0.0 of ts-node just got published.

Dependency ts-node
Current Version 2.1.2
Type devDependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ts-node.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes Remove Lazy

Changed

  • Remove the lazy configuration option - will always load tsconfig.json file without waiting for first load to avoid issues with first-class (entry) .js files
Commits

The new version differs by 3 commits .

  • 3def533 3.0.0
  • 67eabed Use sha256 for hash algorithm
  • 9caa1c5 Remove lazy option for first-class .js inputs

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 21, 2017

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes Specify Engine

Fixed

  • Explicitly specify node engine and remove unused pre-4.x dependencies
Commits

The new version differs by 3 commits .

  • 638bb9f 3.0.1
  • 89f80d7 Specify engines in package.json
  • 0d783d9 Remove old deps, make TS stricter, use ES2015

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 22, 2017

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes Diagnostic Filtering

Fixed

  • Fixed a broken check when filtering diagnostics
Commits

The new version differs by 2 commits .

  • b6f4ed7 3.0.2
  • 54128f2 Make tests work (again) with old TS versions (#292)

See the full diff.

greenkeeper bot added a commit that referenced this pull request May 3, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 3, 2017

Version 3.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits0.

  • 1856f71 3.0.3
  • 491ce93 Delete config options after TypeScript parse (#321)
  • f3ce9a5 Add Greenkeeper badge 🌴 (#316)
  • c18692a Update Travis CI build matrix (#303)
  • 8e3c7e5 Update TSLint
  • 8146c91 Add info about tsconfig-paths to readme (#295)

false

See the full diff

greenkeeper bot added a commit that referenced this pull request May 4, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 4, 2017

Version 3.0.4 just got published.

Update to this version instead 🚀

Release Notes Default Cache Mode

Fixed

  • Always default TS_NODE_CACHE to true when unspecified
Commits

The new version differs by 2 commits0.

  • 01a6be2 3.0.4
  • d5849b4 Enable caching by default for programmatic usage (#323)

false

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2017

Version 3.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • c18331a 3.0.5
  • 5cf97b1 Add --inspect-brk to known flags (#343)
  • 7dfb3e3 Pin node tests at 6.x (#340)
  • 633d537 chore(package): update chai to version 4.0.1 (#337)
  • b751a56 Define exports and improve getTypeInfo help (#332)
  • d018300 Update yn default option
  • cc3bf22 Expose _ bin file for consumers to use

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 6, 2017

Version 3.0.6 just got published.

Update to this version instead 🚀

Release Notes Cache Fix

Fixed

  • When TypeScript was requesting a file, it was added to the cache - unfortunately a change resulted in it setting a version which lists the files used by TypeScript. TypeScript peruses this list occasionally and blows up when a non-.ts file is in the list
Commits

The new version differs by 2 commits.

  • 125544f 3.0.6
  • ae4b423 Set cache.contents (no version) on read request (#347)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 21, 2017

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes Combine Source Map and Content Cache

Changed

  • Combine the source maps and content output in the cache (#368)
  • Add missing FS implementations to service host for TypeScript 2.5 (#366)
Commits

The new version differs by 4 commits.

  • 3ea7458 3.1.0
  • 1cac86b Combine source map with source file output (#368)
  • 61f1c16 Add missing implementations to service host (#366)
  • 28697b1 chore(package): update tslint-config-standard to version 6.0.0 (#354)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 5, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 5, 2017

Version 3.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • d90ffba 3.2.0
  • 2e03f54 fix(package): update chalk to version 2.0.0 (#372)
  • c60d3a7 Export printError utility (#376)
  • 3f0d975 Enable debug flag for method call tracking (#377)
  • 394ddb8 Boolean flags inherit from env (#375)
  • 82effb2 Handle possibly undefined diagnostic "start"
  • 9bc3dd8 Remove preferGlobal from package.json

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants