Update ts-node to version 3.0.3 🚀 #779

Closed
greenkeeperio-bot wants to merge 1 commits from greenkeeper-ts-node-3.0.3 into development
greenkeeperio-bot commented 2017-05-03 21:17:18 +00:00 (Migrated from github.com)
🚨🔥⚠️ Action required: Switch to the new Greenkeeper now! 🚨🔥⚠️
This version of Greenkeper will be shutdown on May 31st.
With Integrations first-class bot support landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. Simpler setup, fewer pull-requests, faster than ever.


Hello lovely humans,

ts-node just published its new version 3.0.3.

State Update 🚀
Dependency ts-node
New version 3.0.3
Type devDependency

This version 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.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project

You rock!

🌴


The new version differs by 25 commits .

  • 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)
  • b6f4ed7 3.0.2
  • 54128f2 Make tests work (again) with old TS versions (#292)
  • 638bb9f 3.0.1
  • 89f80d7 Specify engines in package.json
  • 0d783d9 Remove old deps, make TS stricter, use ES2015
  • 3def533 3.0.0
  • 67eabed Use sha256 for hash algorithm
  • 9caa1c5 Remove lazy option for first-class .js inputs
  • 4a17778 v2.1.2

There are 25 commits in total. See the full diff.

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/) **first-class bot support** landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. **Simpler setup, fewer pull-requests, faster than ever**.<br><br><img src="https://cloud.githubusercontent.com/assets/908178/19868156/20c1c0c4-9fa7-11e6-9f17-611c51677dbd.gif" /> --- Hello lovely humans, [ts-node](https://www.npmjs.com/package/ts-node) just published its new version 3.0.3. <table> <tr> <th align=left> State </th> <td> Update :rocket: </td> </tr> <tr> <th align=left> Dependency </td> <td> ts-node </td> </tr> <tr> <th align=left> New version </td> <td> 3.0.3 </td> </tr> <tr> <th align=left> Type </td> <td> devDependency </td> </tr> </table> This version 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. Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right? Are you unsure about how things are supposed to work? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new). Good luck with your project :sparkles: You rock! :palm_tree: --- The new version differs by 25 commits . - [`1856f71`](https://github.com/TypeStrong/ts-node/commit/1856f713502cb70b6e146e8231bb30d44ea8a009) <code>3.0.3</code> - [`491ce93`](https://github.com/TypeStrong/ts-node/commit/491ce93c3fe73786261a72399571c2601383bc9b) <code>Delete config options after TypeScript parse (#321)</code> - [`f3ce9a5`](https://github.com/TypeStrong/ts-node/commit/f3ce9a53045b6e367a1c6ea848191c0a2f196cad) <code>Add Greenkeeper badge 🌴 (#316)</code> - [`c18692a`](https://github.com/TypeStrong/ts-node/commit/c18692ab7355e9e0caff85d03da6d602c9702838) <code>Update Travis CI build matrix (#303)</code> - [`8e3c7e5`](https://github.com/TypeStrong/ts-node/commit/8e3c7e55bbea4b60b184079a522bae3ace250ffc) <code>Update TSLint</code> - [`8146c91`](https://github.com/TypeStrong/ts-node/commit/8146c9154ad96ce874125bfe04e2115197ba314d) <code>Add info about tsconfig-paths to readme (#295)</code> - [`b6f4ed7`](https://github.com/TypeStrong/ts-node/commit/b6f4ed71b7a845b98f17ba3b2bd70c1ed86dbf7f) <code>3.0.2</code> - [`54128f2`](https://github.com/TypeStrong/ts-node/commit/54128f26bd6d99770a6c2d0fb9f0848d7bf8ae2b) <code>Make tests work (again) with old TS versions (#292)</code> - [`638bb9f`](https://github.com/TypeStrong/ts-node/commit/638bb9f035120000f3eb3820a5e49ccb8740470d) <code>3.0.1</code> - [`89f80d7`](https://github.com/TypeStrong/ts-node/commit/89f80d7ac1416b123f02920631720f21380d9f00) <code>Specify `engines` in `package.json`</code> - [`0d783d9`](https://github.com/TypeStrong/ts-node/commit/0d783d9bf680d273d667301e26532e19221058d7) <code>Remove old deps, make TS stricter, use ES2015</code> - [`3def533`](https://github.com/TypeStrong/ts-node/commit/3def533114b1122ac153f2acd470ff9375e80cfd) <code>3.0.0</code> - [`67eabed`](https://github.com/TypeStrong/ts-node/commit/67eabed0264f1194a14d6bdc12b5d69aba14f8f7) <code>Use `sha256` for hash algorithm</code> - [`9caa1c5`](https://github.com/TypeStrong/ts-node/commit/9caa1c57d80de2f6b70def80de6e7f1c99f89154) <code>Remove `lazy` option for first-class `.js` inputs</code> - [`4a17778`](https://github.com/TypeStrong/ts-node/commit/4a177780f69ac6d5d99199c2c3d625edf72cc09b) <code>v2.1.2</code> There are 25 commits in total. See the [full diff](https://github.com/TypeStrong/ts-node/compare/9409899323bcf90f7b64cb7effc249c1274e3567...1856f713502cb70b6e146e8231bb30d44ea8a009).

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#779