-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
6a71342
to
4c20660
Compare
4c20660
to
fb912bb
Compare
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! 😂 |
520fc69
to
d9629ed
Compare
PR has been editedAs 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. |
This should resolve the current build failures and can be reverted once nodejs/node#20258 is resolved. See #40.
Codecov Report
@@ 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.
|
🎉 This PR is included in version 1.5.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This Pull Request updates dependency ts-node from
v5.0.1
tov6.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 enabletranspileOnly
orts-node/register/transpile-only
for the faster transpiler without type checking.Changed
typeCheck == true || transpileOnly == false
Commits
v6.0.0
a953579
Update README screenshot97fb330
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
AddtranspileOnly
flag, default totypeCheck
58b243c
Usestrict
intsconfig.json
68c130c
6.0.0This PR has been generated by Renovate Bot.