TypeStrong/ts-node
### [`v9.1.0`](https://togithub.com/TypeStrong/ts-node/releases/v9.1.0)
[Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v9.0.0...v9.1.0)
**Added**
- Expose ts-node REPL via the API ([#1121](https://togithub.com/TypeStrong/ts-node/issues/1121)) (MarcManiez)
- Allow `--typeCheck` flag to override `--transpileOnly` flag specified in `tsconfig.json` ([#1142](https://togithub.com/TypeStrong/ts-node/issues/1142))
**Changed**
- Rename interface `Register` to `Service`. It is still aliased as `Register` for backwards compatibility ([#1158](https://togithub.com/TypeStrong/ts-node/issues/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](https://togithub.com/TypeStrong/ts-node/issues/1167))
**Fixed**
- ESM resolver will preserve search portion of URL, used for cache busting ([#1165](https://togithub.com/TypeStrong/ts-node/issues/1165)) [@frandiox](https://togithub.com/frandiox)
- Fix ESM resolution of builtin modules on node >=14.13.1 ([#1136](https://togithub.com/TypeStrong/ts-node/issues/1136))
- Recognize `--es-module-specifier-resolution` as an alias of `--experimental-specifier-resolution` for node 12 compatibility ([#1122](https://togithub.com/TypeStrong/ts-node/issues/1122)) [@nguyensomniac](https://togithub.com/nguyensomniac)
**Docs**
- Fix description of `ts-node-dev` in README ([#1131](https://togithub.com/TypeStrong/ts-node/issues/1131)) [@iamandrewluca](https://togithub.com/iamandrewluca)
- Update `transformers` description to clarify incompatibility with `transpileOnly` ([#1123](https://togithub.com/TypeStrong/ts-node/issues/1123))
**Misc**
- Changes to test matrix: Test against node 15; drop node 13 tests; remove 12.16 in favor of latest 12.x.x ([#1138](https://togithub.com/TypeStrong/ts-node/issues/1138), [#1148](https://togithub.com/TypeStrong/ts-node/issues/1148))
- Improve codecov rules to remove misleading test failures ([#1159](https://togithub.com/TypeStrong/ts-node/issues/1159))
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
9.0.0
->9.1.0
Release Notes
TypeStrong/ts-node
### [`v9.1.0`](https://togithub.com/TypeStrong/ts-node/releases/v9.1.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v9.0.0...v9.1.0) **Added** - Expose ts-node REPL via the API ([#1121](https://togithub.com/TypeStrong/ts-node/issues/1121)) (MarcManiez) - Allow `--typeCheck` flag to override `--transpileOnly` flag specified in `tsconfig.json` ([#1142](https://togithub.com/TypeStrong/ts-node/issues/1142)) **Changed** - Rename interface `Register` to `Service`. It is still aliased as `Register` for backwards compatibility ([#1158](https://togithub.com/TypeStrong/ts-node/issues/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](https://togithub.com/TypeStrong/ts-node/issues/1167)) **Fixed** - ESM resolver will preserve search portion of URL, used for cache busting ([#1165](https://togithub.com/TypeStrong/ts-node/issues/1165)) [@frandiox](https://togithub.com/frandiox) - Fix ESM resolution of builtin modules on node >=14.13.1 ([#1136](https://togithub.com/TypeStrong/ts-node/issues/1136)) - Recognize `--es-module-specifier-resolution` as an alias of `--experimental-specifier-resolution` for node 12 compatibility ([#1122](https://togithub.com/TypeStrong/ts-node/issues/1122)) [@nguyensomniac](https://togithub.com/nguyensomniac) **Docs** - Fix description of `ts-node-dev` in README ([#1131](https://togithub.com/TypeStrong/ts-node/issues/1131)) [@iamandrewluca](https://togithub.com/iamandrewluca) - Update `transformers` description to clarify incompatibility with `transpileOnly` ([#1123](https://togithub.com/TypeStrong/ts-node/issues/1123)) **Misc** - Changes to test matrix: Test against node 15; drop node 13 tests; remove 12.16 in favor of latest 12.x.x ([#1138](https://togithub.com/TypeStrong/ts-node/issues/1138), [#1148](https://togithub.com/TypeStrong/ts-node/issues/1148)) - Improve codecov rules to remove misleading test failures ([#1159](https://togithub.com/TypeStrong/ts-node/issues/1159))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.