Closed greenkeeper[bot] closed 6 years ago
Merging #13 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #13 +/- ##
======================================
Coverage 88.1% 88.1%
======================================
Files 7 7
Lines 227 227
Branches 22 22
======================================
Hits 200 200
Misses 13 13
Partials 14 14
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 175dce3...8f5997e. Read the comment docs.
Update to this version instead π
Fixed
Update to this version instead π
Changed
--fast
is the default behaviour now, use --type-check
for type checking behaviourAdded
@types
packagesFixed
The new version differs by 23 commits.
94cba9c
4.0.0
be7895c
Forward signals correctly (#419)
85c139a
Remove forced exit on inline evals (#477)
d4a1c94
Improve performance on large projects (#461)
c57ded2
Fix -n
reference in README
e7591c7
Update README with docs on --no-
prefixes
e8bdbed
Stricter undefined
checks for options
ce1eceb
Update chalk
and related types
d02f8f1
Check options.project == null
instead of falsy
1d630f9
chore(package): update tslint-config-standard to version 7.0.0 (#454)
88e9a9d
Update mocha docs in README (#446)
3718bf1
Update chalk
imports (#451)
6dd8867
chore(package): update react to version 16.0.0 (#435)
a62b3b6
chore(package): update mocha to version 4.0.0 (#438)
c01709c
fix(package): update source-map-support to version 0.5.0 (#439)
There are 23 commits in total.
See the full diff
Update to this version instead π
Fixed
register/
directory to packageUpdate to this version instead π
Changed
@types
deps to dev depsUpdate to this version instead π
Changed
Update to this version instead π
Fixed
rootDir
errorsUpdate to this version instead π
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
typeCheck == true || transpileOnly == false
The new version differs by 10 commits.
68c130c
6.0.0
58b243c
Use strict
in tsconfig.json
aa9052d
Add transpileOnly
flag, default to typeCheck
f2ede03
chore(package): update @types/mocha to version 5.0.0 (#557)
5ebd393
Note type check features failing at runtime (#555)
6ea624b
Add note to README about watching (#408)
c882abb
Add instructions for VS Code (#554)
47efa34
chore(package): update package-lock.json (#551)
97fb330
chore(package): update proxyquire to version 2.0.0 (#547)
a953579
Update README screenshot
See the full diff
Update to this version instead π
Changed
-T
short flag for transpile only modeUpdate to this version instead π
Fixed
Update to this version instead π
Fixed
Script#runInThisContext
via REPL to ensure objects all exist in the same contextUpdate to this version instead π
Fixed
Buffer.from
instead of deprecated new Buffer
Update to this version instead π
Fixed
normalize
for Windows to workUpdate to this version instead π
Changed
declarationMap
option from input configuration under ts-node
Update to this version instead π
Fixed
emitDeclarationOnly
from configuration to ensure config is validUpdate to this version instead π
Fixed
buffer-from
module for old-node.js compatibilityAdded
Update to this version instead π
Added
--files
) can be used to disable loading files from tsconfig.json
by defaultUpdate to this version instead π
Changed
tsconfig.json
files by default to speed up startupUpdate to this version instead π
Added
composite
flag from configuration fileThe new version differs by 7 commits.
ad6183a
7.0.1
6df09a9
Remove composite
option from configuration (#657)
2017b3a
Ignore TypeScript error 2355 in REPL (#645)
743e80f
Add documentation for fixing missing types (#627)
55741b6
Note defaults, ignoring node_modules
, types tip
ff8ed42
Use argv
defaults consistently
c692f94
Test custom typeRoots
support in tsconfig.json
See the full diff
Version 3.2.0 of ts-node just got published.
The version 3.2.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of ts-node. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 11 commits.
d90ffba
3.2.0
2e03f54
fix(package): update chalk to version 2.0.0 (#372)
c60d3a7
Export
printError
utility (#376)3f0d975
Enable debug flag for method call tracking (#377)
394ddb8
Boolean flags inherit from env (#375)
82effb2
Handle possibly undefined diagnostic "start"
9bc3dd8
Remove
preferGlobal
frompackage.json
3ea7458
3.1.0
1cac86b
Combine source map with source file output (#368)
61f1c16
Add missing implementations to service host (#366)
28697b1
chore(package): update tslint-config-standard to version 6.0.0 (#354)
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: