Update dependency ts-node to ^9.1.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
ts-node | ^9.0.0 -> ^9.1.0 |
Release Notes
TypeStrong/ts-node
v9.1.0
Added
- Expose ts-node REPL via the API (#1121) (MarcManiez)
- Allow
--typeCheck
flag to override--transpileOnly
flag specified intsconfig.json
(#1142)
Changed
- Rename interface
Register
toService
. It is still aliased asRegister
for backwards compatibility (#1158) - Update code copied from node's ESM resolver to be the latest from node 15, to keep our ESM resolver's behavior as close as possible to vanilla node (#1167)
Fixed
- ESM resolver will preserve search portion of URL, used for cache busting (#1165) @frandiox
- Fix ESM resolution of builtin modules on node >=14.13.1 (#1136)
- Recognize
--es-module-specifier-resolution
as an alias of--experimental-specifier-resolution
for node 12 compatibility (#1122) @nguyensomniac
Docs
- Fix description of
ts-node-dev
in README (#1131) @iamandrewluca - Update
transformers
description to clarify incompatibility withtranspileOnly
(#1123)
Misc
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.