graphql-binding / graphql-static-binding

Generate static binding files for a GraphQL schema
MIT License
24 stars 7 forks source link

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

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.0

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 * Drop support for pre-2.0 TypeScript releases * Use TypeScript to parse `tsconfig.json` (should result in more consistent behaviour with `tsc`) **Fixed** * Fixed issues with CLI and environment variable defaults ---
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

This PR has been generated by Renovate Bot.