pnpm / supi

Fast, disk space efficient installation engine. Used by pnpm
MIT License
24 stars 5 forks source link

chore(deps): update dependency ts-node to v6 #64

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency ts-node from ^5.0.1 to ^6.0.0

Release Notes ### [`v6.0.0`](https://github.com/TypeStrong/ts-node/releases/v6.0.0) 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. **Changed** * Default behaviour is `typeCheck == true || transpileOnly == false` ---
Commits #### v6.0.0 - [`a953579`](https://github.com/TypeStrong/ts-node/commit/a95357976c7e30b5d3305b12c0cecec817eddc75) Update README screenshot - [`97fb330`](https://github.com/TypeStrong/ts-node/commit/97fb3304afb78e3f4090d8d75e869b1900bfae36) chore(package): update proxyquire to version 2.0.0 (#​547) - [`47efa34`](https://github.com/TypeStrong/ts-node/commit/47efa341004b66071fce8af0497f40254f2efc96) chore(package): update package-lock.json (#​551) - [`c882abb`](https://github.com/TypeStrong/ts-node/commit/c882abb6d5d5a602760845982cb5ade0e1de8d7b) Add instructions for VS Code (#​554) - [`6ea624b`](https://github.com/TypeStrong/ts-node/commit/6ea624ba8a20ea45b41d96be91917c5012878fa1) Add note to README about watching (#​408) - [`5ebd393`](https://github.com/TypeStrong/ts-node/commit/5ebd3934907fab03420bdd4408cbd51e5bb0efcb) Note type check features failing at runtime (#​555) - [`f2ede03`](https://github.com/TypeStrong/ts-node/commit/f2ede0310522654f92a37283cabf867ef6378227) chore(package): update @​types/mocha to version 5.0.0 (#​557) - [`aa9052d`](https://github.com/TypeStrong/ts-node/commit/aa9052d6c56967cf225dda1a8bd55cd79183cefc) Add `transpileOnly` flag, default to `typeCheck` - [`58b243c`](https://github.com/TypeStrong/ts-node/commit/58b243cf978ccb13f4287a7baa5777e263827162) Use `strict` in `tsconfig.json` - [`68c130c`](https://github.com/TypeStrong/ts-node/commit/68c130c2cee87669b5b33dbab93ee5802e6455b5) 6.0.0

This PR has been generated by Renovate Bot.