socialnetworknews-web.meta

Issues/PRs archive for SocialNetworkNews/SocialNetworkNews-Web
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.meta.git
Log | Files | Refs

18.json (2117B)


      1 {
      2   "number": 18,
      3   "title": "Update dependency ts-node to v6",
      4   "state": "merged",
      5   "diff_file": "18.diff",
      6   "author": "renovate[bot]",
      7   "created_at": "2018-04-17T09:34:49Z",
      8   "closed_at": "2018-05-19T09:39:03Z",
      9   "merged_at": "2018-05-19T09:39:03Z",
     10   "base_ref": "master",
     11   "head_ref": "renovate/ts-node-6.x",
     12   "labels": [
     13     "enhancement",
     14     "Dependencies"
     15   ],
     16   "assignees": [],
     17   "requested_reviewers": [],
     18   "body": "This Pull Request updates dependency [ts-node](https://github.com/TypeStrong/ts-node) from `^5.0.0` to `^6.0.0`\n\n\n\n<details>\n<summary>Release Notes</summary>\n\n### [`v6.0.3`](https://github.com/TypeStrong/ts-node/releases/v6.0.3)\n[Compare Source](https://github.com/TypeStrong/ts-node/compare/v6.0.2...v6.0.3)\n**Fixed**\n\n* Use `Script#runInThisContext` via REPL to ensure objects all exist in the same context\n\n---\n\n### [`v6.0.2`](https://github.com/TypeStrong/ts-node/releases/v6.0.2)\n[Compare Source](https://github.com/TypeStrong/ts-node/compare/v6.0.1...v6.0.2)\n**Fixed**\n\n* Fixed an issue where empty files were not returned to TypeScript, resulting in \"not found\" compiler issues\n\n---\n\n### [`v6.0.1`](https://github.com/TypeStrong/ts-node/releases/v6.0.1)\n[Compare Source](https://github.com/TypeStrong/ts-node/compare/v6.0.0...v6.0.1)\n**Changed**\n\n* Add `-T` short flag for transpile only mode\n\n---\n\n### [`v6.0.0`](https://github.com/TypeStrong/ts-node/releases/v6.0.0)\n[Compare Source](https://github.com/TypeStrong/ts-node/compare/v5.0.1...v6.0.0)\nMany 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.\n\n**Changed**\n\n* Default behaviour is `typeCheck == true || transpileOnly == false`\n\n---\n\n</details>\n\n\n\n\n---\n\nThis PR has been generated by [Renovate Bot](https://renovatebot.com).",
     19   "comments": [],
     20   "review_comments": []
     21 }