18.md (1872B)
1 # PR #18 Update dependency ts-node to v6 2 3 - **Status:** merged 4 - **Author:** @renovate[bot] 5 - **Created:** 2018-04-17T09:34:49Z 6 - **Branch:** renovate/ts-node-6.x → master 7 - **Merged:** 2018-05-19T09:39:03Z 8 - **Labels:** enhancement, Dependencies 9 - **Diff:** [18.diff](./18.diff) 10 11 --- 12 13 This Pull Request updates dependency [ts-node](https://github.com/TypeStrong/ts-node) from `^5.0.0` to `^6.0.0` 14 15 16 17 <details> 18 <summary>Release Notes</summary> 19 20 ### [`v6.0.3`](https://github.com/TypeStrong/ts-node/releases/v6.0.3) 21 [Compare Source](https://github.com/TypeStrong/ts-node/compare/v6.0.2...v6.0.3) 22 **Fixed** 23 24 * Use `Script#runInThisContext` via REPL to ensure objects all exist in the same context 25 26 --- 27 28 ### [`v6.0.2`](https://github.com/TypeStrong/ts-node/releases/v6.0.2) 29 [Compare Source](https://github.com/TypeStrong/ts-node/compare/v6.0.1...v6.0.2) 30 **Fixed** 31 32 * Fixed an issue where empty files were not returned to TypeScript, resulting in "not found" compiler issues 33 34 --- 35 36 ### [`v6.0.1`](https://github.com/TypeStrong/ts-node/releases/v6.0.1) 37 [Compare Source](https://github.com/TypeStrong/ts-node/compare/v6.0.0...v6.0.1) 38 **Changed** 39 40 * Add `-T` short flag for transpile only mode 41 42 --- 43 44 ### [`v6.0.0`](https://github.com/TypeStrong/ts-node/releases/v6.0.0) 45 [Compare Source](https://github.com/TypeStrong/ts-node/compare/v5.0.1...v6.0.0) 46 Many people were having issues with "fast" transpilation being the default over full project type checking like `tsc`. Type checking the full project upfront is slower but expected behaviour, so it's the default once again. You can still enable `transpileOnly` or `ts-node/register/transpile-only` for the faster transpiler without type checking. 47 48 **Changed** 49 50 * Default behaviour is `typeCheck == true || transpileOnly == false` 51 52 --- 53 54 </details> 55 56 57 58 59 --- 60 61 This PR has been generated by [Renovate Bot](https://renovatebot.com). 62