Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package): update devDependency ts-node to version 6.x #40

Merged
merged 3 commits into from
Apr 26, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2018

This Pull Request updates dependency ts-node from v5.0.1 to v6.0.0

Release Notes

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 Update README screenshot
  • 97fb330 chore(package): update proxyquire to version 2.0.0 (#​547)
  • 47efa34 chore(package): update package-lock.json (#​551)
  • c882abb Add instructions for VS Code (#​554)
  • 6ea624b Add note to README about watching (#​408)
  • 5ebd393 Note type check features failing at runtime (#​555)
  • f2ede03 chore(package): update @​types/mocha to version 5.0.0 (#​557)
  • aa9052d Add transpileOnly flag, default to typeCheck
  • 58b243c Use strict in tsconfig.json
  • 68c130c 6.0.0

This PR has been generated by Renovate Bot.

@renovate renovate bot assigned smhxx Apr 17, 2018
@smhxx smhxx changed the title fix(package): update dependency ts-node to version 6.x chore(package): update dependency ts-node to version 6.x Apr 18, 2018
@renovate renovate bot changed the title chore(package): update dependency ts-node to version 6.x fix(package): update dependency ts-node to version 6.x Apr 18, 2018
@renovate renovate bot force-pushed the renovate/ts-node-6.x branch 10 times, most recently from 6a71342 to 4c20660 Compare April 20, 2018 02:20
@renovate renovate bot force-pushed the renovate/ts-node-6.x branch from 4c20660 to fb912bb Compare April 20, 2018 19:22
@smhxx smhxx changed the title fix(package): update dependency ts-node to version 6.x chore(package): update dependency ts-node to version 6.x Apr 25, 2018
@renovate renovate bot changed the title chore(package): update dependency ts-node to version 6.x fix(package): update dependency ts-node to version 6.x Apr 25, 2018
@smhxx
Copy link
Owner

smhxx commented Apr 25, 2018

CI failure seems possibly related to nodejs/node#20258, will hold off on merging for the time being; I'm also going to cherry-pick 520fc69 into master so that renovate stops renaming the damn PR! 😂

@renovate renovate bot changed the title fix(package): update dependency ts-node to version 6.x chore(package): update devDependency ts-node to version 6.x Apr 25, 2018
@smhxx smhxx force-pushed the renovate/ts-node-6.x branch from 520fc69 to d9629ed Compare April 25, 2018 01:47
@renovate
Copy link
Contributor Author

renovate bot commented Apr 25, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

smhxx added a commit that referenced this pull request Apr 26, 2018
This should resolve the current build failures and can be reverted
once nodejs/node#20258 is resolved. See #40.
@codecov
Copy link

codecov bot commented Apr 26, 2018

Codecov Report

Merging #40 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #40   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         133    133           
  Branches       22     22           
=====================================
  Hits          133    133

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3038926...43ca6f6. Read the comment docs.

@smhxx smhxx merged commit da1acf1 into master Apr 26, 2018
@smhxx smhxx deleted the renovate/ts-node-6.x branch April 26, 2018 07:12
@smhxx
Copy link
Owner

smhxx commented Nov 8, 2020

🎉 This PR is included in version 1.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@smhxx smhxx added the released label Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants