faq
faq copied to clipboard
An in-range update of ts-node is breaking the build π¨
The devDependency ts-node was updated from 8.3.0 to 8.4.0.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
ts-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes for Program Transformers
Added
Fixed
Commits
The new version differs by 4 commits.
3efdea48.4.0b01b629Fix prefer TS exts via env variables (#867)ebbcf39Add note aboutntypescriptto README (#877)12ff53dIntroduce transformers program support (#879)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot :palm_tree:
- The
devDependencyts-node was updated from8.4.0to8.4.1.
Your tests are still failing with this version. Compare changes
Release Notes for Fix 8.20 dependency regression
Fixed
- Revert "List all files in memory cache improves perf 1.4x" 87a6e2c
- The
devDependencyts-node was updated from8.4.1to8.5.0.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Commits
The new version differs by 20 commits.
3d92f258.5.0fe7f89fFix repeated regex handling with newlines5ad88c9Update documentation for CLI flags98c0c9bRename--cwdflag to--dirbe8e2e1Exposecreatefunction based onregister06c7751Remove-ifrom environment variables2e99c50Replace internal_preloadModulesusage1ad44bfAddts-scriptwhich setscwdto the script dir87a5b14Fix format diagnostics on old TypeScript versions234f2e7Clear module test path from cache35d8a0cEnable REPL historyc1c22f8Support registering scoped compiler instancesd6208d0Fix tests forenabledto clear require cache0100c71Allowcwdto be configurable85aa2d3Allow dynamic disable of registered instance
There are 20 commits in total.
See the full diff
- The
devDependencyts-node was updated from8.5.0to8.5.2.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
- The
devDependencyts-node was updated from8.5.0to8.5.2.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for Revert `--require` module loading
Fixed
- Revert
--requiremodule loading change
Commits
The new version differs by 22 commits.
4b265bf8.5.2746c222Revert--requiremodule loading3d92f258.5.0fe7f89fFix repeated regex handling with newlines5ad88c9Update documentation for CLI flags98c0c9bRename--cwdflag to--dirbe8e2e1Exposecreatefunction based onregister06c7751Remove-ifrom environment variables2e99c50Replace internal_preloadModulesusage1ad44bfAddts-scriptwhich setscwdto the script dir87a5b14Fix format diagnostics on old TypeScript versions234f2e7Clear module test path from cache35d8a0cEnable REPL historyc1c22f8Support registering scoped compiler instancesd6208d0Fix tests forenabledto clear require cache
There are 22 commits in total.
See the full diff
- The
devDependencyts-node was updated from8.5.2to8.5.3.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for Fix transpile diagnostics
Fixed
Commits
The new version differs by 25 commits.
30adec78.5.3907e3e1Pass correct diagnostics list in transpile mode (#917)ea6e1daMake--ignorerelative4b265bf8.5.2746c222Revert--requiremodule loading3d92f258.5.0fe7f89fFix repeated regex handling with newlines5ad88c9Update documentation for CLI flags98c0c9bRename--cwdflag to--dirbe8e2e1Exposecreatefunction based onregister06c7751Remove-ifrom environment variables2e99c50Replace internal_preloadModulesusage1ad44bfAddts-scriptwhich setscwdto the script dir87a5b14Fix format diagnostics on old TypeScript versions234f2e7Clear module test path from cache
There are 25 commits in total.
See the full diff
- The
devDependencyts-node was updated from8.5.3to8.5.4.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for Fix relative `node_modules` ignore
- Fix relative
node_modulesignore 266eaa5
Commits
The new version differs by 27 commits.
323c3978.5.4266eaa5Fix relativenode_modulesignore30adec78.5.3907e3e1Pass correct diagnostics list in transpile mode (#917)ea6e1daMake--ignorerelative4b265bf8.5.2746c222Revert--requiremodule loading3d92f258.5.0fe7f89fFix repeated regex handling with newlines5ad88c9Update documentation for CLI flags98c0c9bRename--cwdflag to--dirbe8e2e1Exposecreatefunction based onregister06c7751Remove-ifrom environment variables2e99c50Replace internal_preloadModulesusage1ad44bfAddts-scriptwhich setscwdto the script dir
There are 27 commits in total.
See the full diff
- The
devDependencyts-node was updated from8.6.1to8.6.2.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Commits
The new version differs by 50 commits.
8ac4be58.6.28db216cDowngradeyndue to node engine (#942)b90754eMergeprocess.envin tests for CI1f063d78.6.1db409d7Fix order ofDEFAULTS,tsconfig,rawOptions9aa66ff8.6.03334305Remove normalize slashes from config file loading8834d64Add backward compatibility to master branchaa6f36fMerge branch '8.x'3401f59Improve docs for--filesoption (#930)1a0ace2Configure usingtsconfig.json(#921)dd56112Bump handlebars from 4.1.2 to 4.5.3 (#931)2ba0a8fAdd documentation on syntax errors323c3978.5.4266eaa5Fix relativenode_modulesignore
There are 50 commits in total.
See the full diff
- The
devDependencyts-node was updated from8.6.2to8.7.0.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for v8.7.0
Fixed
- Remove buggy caching of
ts.sys.readDirectory(#969) - Fix REPL ASI handling when user input starts with
-(#944)
Added
- Implement
LanguageServiceHost::getProjectVersionto workaround microsoft/TypeScript#36748 (#906 - Add
ts-node-transpile-onlybinary (#939) @G-Rath
Changed
Docs
- The
devDependencyts-node was updated from8.7.0to8.8.0.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for [Perf] List File Names
Added
- Add
sanitize=trueto README for SVGs to work on NPM
Fixed
Commits
The new version differs by 71 commits.
3766cc98.8.0fb17211Addsanitize=trueto README for SVGs to workaeb4817Rollbackmochaupgrade due to node.js versioncb70a4aUpgrade dev dependencies2e9a2f1SimplifyprojectVersionincrementing429cf6aList all files forgetScriptFileNames(#985)e8df418Fix issue templates (again) (#975)0c6c212Fix issue templates (#974)7e08a7bAdd github actions workflow for testing (#971)6fd1cb38.7.06596a0dAdd instructions to readme for intellij / webstorm (#958)e006df6Add example for mocha 7, since they removed some watch flags in v7 (#961)1f4e127Remove caching of ts.sys.readDirectory (#969)35e2f92Implement getProjectVersion (#963)f3cd4a5Add issue template for feature requests (#959)
There are 71 commits in total.
See the full diff
- The
devDependencyts-node was updated from8.8.0to8.8.1.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Commits
The new version differs by 73 commits.
0c0bc3d8.8.1be2c899Fix--filessupport3766cc98.8.0fb17211Addsanitize=trueto README for SVGs to workaeb4817Rollbackmochaupgrade due to node.js versioncb70a4aUpgrade dev dependencies2e9a2f1SimplifyprojectVersionincrementing429cf6aList all files forgetScriptFileNames(#985)e8df418Fix issue templates (again) (#975)0c6c212Fix issue templates (#974)7e08a7bAdd github actions workflow for testing (#971)6fd1cb38.7.06596a0dAdd instructions to readme for intellij / webstorm (#958)e006df6Add example for mocha 7, since they removed some watch flags in v7 (#961)1f4e127Remove caching of ts.sys.readDirectory (#969)
There are 73 commits in total.
See the full diff
- The
devDependencyts-node was updated from8.8.1to8.8.2.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for Avoid Extra `rootFileNames` Changes
Fixed
- Avoid pushing to
rootFileNameswith version
Commits
The new version differs by 76 commits.
3f503138.8.292cf961Avoid pushing torootFileNameswith version366ac0bAdd test covering--filesflag (#987)0c0bc3d8.8.1be2c899Fix--filessupport3766cc98.8.0fb17211Addsanitize=trueto README for SVGs to workaeb4817Rollbackmochaupgrade due to node.js versioncb70a4aUpgrade dev dependencies2e9a2f1SimplifyprojectVersionincrementing429cf6aList all files forgetScriptFileNames(#985)e8df418Fix issue templates (again) (#975)0c6c212Fix issue templates (#974)7e08a7bAdd github actions workflow for testing (#971)6fd1cb38.7.0
There are 76 commits in total.
See the full diff
- The
devDependencyts-node was updated from8.8.2to8.9.0.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for v8.9.0
Fixed
Fix failing tests caused by recent changes to @types/node (#1016)
Fix #945: Bump source-map-support dependency to include upstream fix for worker threads error handling (#1015) @addaleax
Fix #1004: in --scriptMode, resolve config file relative to realpath of entrypoint script (#1009)
Normalized filenames in cache to fix performance issues on Windows (#997) @sylc
Added
Add timestamps to debug logging (#994) @sylc
Docs
Improve coverage of the README (#1000) @KasparEtter
Change order of install commands in README (#993) @jacobdcastro
Mention ts-node -vv flag in issue template (#1001)
Run GHActions tests on pull requests (#1017)
- The
devDependencyts-node was updated from8.9.0to8.9.1.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for Fix `--interactive` / `-i` flag so it forces REPL even when stdin is not a TTY
Fixed
Fix --interactive / -i flag so it forces REPL even when stdin is not a TTY (#1019)
- The
devDependencyts-node was updated from8.9.1to8.10.0.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
- The
devDependencyts-node was updated from8.10.0to8.10.1.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
- The
devDependencyts-node was updated from8.10.1to8.10.2.
Your tests for group default are passing again with this update. Explicitly upgrade default to this version π
Release Notes for v8.10.2
Fixed
Fixes #1037: source maps broken on Windows. (#1038)
Misc
Fix failing tests on node 6 (#1035)
Push coverage from Github Actions; remove TravisCI (#1034)
Run tests e2e against an npm pack && npm installed ts-node (#1032)
Run CI tests on Windows (#1041)
Run CI only once per commit on pull requests and master (#1042)