-
Notifications
You must be signed in to change notification settings - Fork 2
[Doppins] Upgrade dependency ts-node to ^1.6.0 #43
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
base: master
Are you sure you want to change the base?
Conversation
|
An additional new version was just released of Hope that's alright! |
|
An additional new version was just released of Hope that's alright! |
|
An additional new version was just released of Hope that's alright! |
|
An additional new version was just released of Hope that's alright! |
|
An additional new version was just released of Hope that's alright! |
|
An additional new version was just released of Hope that's alright! |
|
An additional new version was just released of Hope that's alright! |
|
An additional new version was just released of Hope that's alright! |
|
An additional new version was just released of Hope that's alright! |
Hi!
A new version was just released of
ts-node, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded ts-node from
^0.7.3to^1.2.3Changelog:
Version 1.2.2
Fixed
TS_NODE_COMPILER_OPTIONSfrom environmentVersion 1.2.1
Added
pinkiefor zero configuration use with node 0.10Version 1.2.0
Changed
findConfigFilemethod, I've completely reverted back to a saner version oftsconfigwhich replicates the sametsc --projectinterface (including error messages)Version 1.1.0
Added
getDirectorieson compiler host (https://github.com/TypeStrong/ts-node/pull/150)https://github.com/TypeStrong/ts-node/pull/154)Version 1.0.0
Added
Changed
ts-nodewhen usingts-node/registernoProjectoption in favour ofproject=falseVersion 0.9.3
Fixed
ts-nodeflag listVersion 0.9.2
Fixed
Version 0.9.1
Fixed
https://github.com/TypeStrong/ts-node/pull/133)Version 0.9.0
Changed
https://github.com/TypeStrong/ts-node/pull/129,2.5x faster)--fastoption to skip type checking and only use the transpiler (https://github.com/TypeStrong/ts-node/pull/130,1.5x faster using--fast)--compilerOptionsflag to specify options as JSON (https://github.com/TypeStrong/ts-node/pull/128)https://github.com/TypeStrong/ts-node/pull/131)Version 0.8.0
Changed
tsconfigfor resolving thetsconfig.jsonfile -typescript@latestis still buggy