NutritionMate / Nutrition.Information.Api

This is an API to retrieve the nutritional information of a given food item.
MIT License
1 stars 1 forks source link

Update ts-node to the latest version 🚀 #65

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.1.1 of ts-node just got published.

Dependency ts-node
Current Version 2.1.0
Type devDependency

The version 2.1.1 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.


Commits

The new version differs by 4 commits .

  • da704f7 2.1.1
  • 721641e Normalize path slashes for Windows (#285)
  • f9fb954 chore(package): update tsconfig to version 6.0.0 (#290)
  • cf60fd5 chore(package): update tslint-config-standard to version 4.0.0 (#269)

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.1.2 just got published.

Update to this version instead 🚀

Release Notes Config Defaults

Fixed

  • Set config defaults after configuration file has been parsed so that they don't override "extended" compiler options (ec00796)
Commits

The new version differs by 3 commits .

  • 4a17778 v2.1.2
  • ec00796 Set default config options after parsing contents
  • b251147 Make tests work under Windows (avoid | in shell)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.0.0 just got published.

Update to this version instead 🚀

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.

greenkeeper[bot] commented 7 years ago

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[bot] commented 7 years ago

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.