You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new version was just released of ts-node, so Doppins
has upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded ts-node from ^0.7.3 to ^1.2.3
Changelog:
Version 1.2.2
Fixed
Use TS_NODE_COMPILER_OPTIONS from environment
Version 1.2.1
Added
Bundle pinkie for zero configuration use with node 0.10
Version 1.2.0
Changed
In the latest of this love-hate relationship with TypeScript's findConfigFile method, I've completely reverted back to a saner version of tsconfig which replicates the same tsc --project interface (including error messages)
Version 1.1.0
Added
Enable support for getDirectories on compiler host (https://github.com/TypeStrong/ts-node/pull/150)
Enable configuration of the cache directory (https://github.com/TypeStrong/ts-node/pull/154)
Version 1.0.0
Added
Enabled the ability to cache the TypeScript emit output between runs
Changed
Enabled lazy loading ts-node when using ts-node/register
Remove noProject option in favour of project=false
Convert source map sources to absolute paths
Version 0.9.3
Fixed
Splice Node.js CLI flags out of the ts-node flag list
Version 0.9.2
Fixed
Publish package with source map sources
Version 0.9.1
Fixed
Fake the output directory for TypeScript compilation (https://github.com/TypeStrong/ts-node/pull/133)
Version 0.9.0
Changed
Changed the way diagnostics are checked for a major perf boost (https://github.com/TypeStrong/ts-node/pull/129, 2.5x faster)
Added the --fast option to skip type checking and only use the transpiler (https://github.com/TypeStrong/ts-node/pull/130, 1.5x faster using --fast)
Add --compilerOptions flag to specify options as JSON (https://github.com/TypeStrong/ts-node/pull/128)
Enable the ability to pass node flags through to running script (https://github.com/TypeStrong/ts-node/pull/131)
Version 0.8.0
Changed
Switch back to tsconfig for resolving the tsconfig.json file - typescript@latest is still buggy
doppins-bot
changed the title
[Doppins] Upgrade dependency ts-node to ^1.5.2
[Doppins] Upgrade dependency ts-node to ^1.6.0
Oct 16, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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