graphql-boilerplates / graphql-boilerplate-install

5 stars 2 forks source link

chore(deps): update dependency ts-node to v5 - autoclosed #17

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency ts-node from v4.1.0 to v5.0.1

Release Notes ### [`v5.0.0`](https://github.com/TypeStrong/ts-node/releases/v5.0.0) **Changed** * Remove the sub-process spawning behaviour that introduced issues with 4.x * Use `node -r ts-node/register` for advanced node.js flags such as `--inspect` * Drop support for pre-2.0 TypeScript releases * Use TypeScript to parse `tsconfig.json` to mirror `tsc` behaviours * **Caveat:** Must specify full path when using `project` in 5.x **Fixed** * Fixed issues with CLI and environment variable defaults --- ### [`v5.0.1`](https://github.com/TypeStrong/ts-node/releases/v5.0.1) **Fixed** * Ignore TypeScript `rootDir` errors ---
Commits #### v5.0.0 - [`7164ab7`](https://github.com/TypeStrong/ts-node/commit/7164ab734c73167dce9adc2538e98d3d9999f7f6) Remove process spawn, old TypeScript versions (#​536) - [`68f8220`](https://github.com/TypeStrong/ts-node/commit/68f8220ac9ec77c6f2e4b599d2e6a0e8a2e9bd13) 5.0.0 #### v5.0.1 - [`fd1985d`](https://github.com/TypeStrong/ts-node/commit/fd1985d5f1e44737f45df04b7405e00b95959209) Fix incorrect environment variables in docs (#​538) - [`10af1c5`](https://github.com/TypeStrong/ts-node/commit/10af1c50ccb0e07d577b2704137cab56f4094bad) Vague README improvements - [`0c7fa0d`](https://github.com/TypeStrong/ts-node/commit/0c7fa0da66bdfd191e257becb4d07fd6e4f95c16) Ignore `rootDir` errors (#​544) - [`ab7dd0f`](https://github.com/TypeStrong/ts-node/commit/ab7dd0fe5db55967aaae3c3625695d11fd3e4400) 5.0.1

This PR has been generated by Renovate Bot.