Update dependency ts-node to v8
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
ts-node | devDependencies | major | ^8.1.0 | source |
Release Notes
TypeStrong/ts-node
v8.1.0
Added
- Expose
--log-error
option for logging on TypeScript compilation issues - Cache file system lookup operations
Changed
- Remove
incremental
andtsBuildInfoFile
compiler options
v8.0.3
Added
- Fall back on resolving relative TypeScript packages (normal resolution is from working directory, these two things can be the same in the case of locally installed packages)
v8.0.2
Fixed
- Override
include
property, notincludes
🤕
v8.0.1
Fixed
- Add missing
arg
topackage.json
dependencies
v8.0.0
Changed
- Remove JavaScript output cache
- Cleaned up CLI args
- The
-p
option must now be-pe
sincearg
does not support optional flag and string at the same time - Other CLI options support camel case must now be specified in
kebab-case
- The
- Preserve
ts-node
arguments inexecArgv
for forked processes to use - Avoid loading files at the configuration level by default
- Avoids
ts-node
REPL taking a long time in a large user directory
- Avoids
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.