kindlyops / examples

Examples of AWS CDK/CloudFormation and other goodies related to security 🔐, devops 🔧 and cloud ⛅️ development
Apache License 2.0
6 stars 8 forks source link

Update dependency ts-node to v9 #59

Closed kindlymachine[bot] closed 3 years ago

kindlymachine[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
ts-node devDependencies major 8.10.2 -> 9.1.1

Release Notes

TypeStrong/ts-node ### [`v9.1.1`](https://togithub.com/TypeStrong/ts-node/releases/v9.1.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v9.1.0...v9.1.1) No code changes. We re-packed and republished v9.1.1, because the v9.1.0 package was broken due to an npm v7 bug. **Fixes** - Published tarball had extra slashes in the paths of dist files. [#​1172](https://togithub.com/TypeStrong/ts-node/issues/1172) ### [`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](https://togithub.com/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)) ### [`v9.0.0`](https://togithub.com/TypeStrong/ts-node/releases/v9.0.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0) _Breaking changes are labelled [BREAKING] below._ **Added** - Throw `ERR_REQUIRE_ESM` when a file is `require()`d which should be loaded as ESM ([#​1031](https://togithub.com/TypeStrong/ts-node/issues/1031)) - Re-add `"exports"` declaration to package.json in backwards-compatible way, enabling `node --loader ts-node/esm` without file extension ([#​1028](https://togithub.com/TypeStrong/ts-node/issues/1028)) - Allow specifying `"require"` option via tsconfig ([#​925](https://togithub.com/TypeStrong/ts-node/issues/925)) - REPL respects node's `NODE_NO_READLINE` environment variable ([#​1090](https://togithub.com/TypeStrong/ts-node/issues/1090)) - Add a transpile-only entrypoint for ESM loader: `node --loader ts-node/esm/transpile-only` ([#​1102](https://togithub.com/TypeStrong/ts-node/issues/1102)) [@​concision](https://togithub.com/concision) **Changed** - [BREAKING] Drops support for node versions < 10 ([#​1036](https://togithub.com/TypeStrong/ts-node/issues/1036)) **Fixed** - [BREAKING] Re-add `realpath`, which should fix workflows that use symlinks, such as `pnpm`, Lerna workspaces, or other mono-repo configurations ([#​970](https://togithub.com/TypeStrong/ts-node/issues/970)) - Compile files within `node_modules` when `--skip-ignore` or `--ignore` options are configured to allow it ([#​970](https://togithub.com/TypeStrong/ts-node/issues/970)) - Fix [#​884](https://togithub.com/TypeStrong/ts-node/issues/884) by not adding all referenced files to `getSourceFileNames`/`rootNames` ([#​999](https://togithub.com/TypeStrong/ts-node/issues/999)) - Fix [#​996](https://togithub.com/TypeStrong/ts-node/issues/996): bump `projectVersion` every time `getSourceFileNames` changes, avoiding accidentally outdated typechecking ([#​998](https://togithub.com/TypeStrong/ts-node/issues/998)) - Fix [#​1051](https://togithub.com/TypeStrong/ts-node/issues/1051): pass transformers object to `ts.transpileModule` ([#​1054](https://togithub.com/TypeStrong/ts-node/issues/1054)) [@​thetutlage](https://togithub.com/thetutlage) - Fix [#​1060](https://togithub.com/TypeStrong/ts-node/issues/1060): use source maps for stack traces in ESM modules ([#​1087](https://togithub.com/TypeStrong/ts-node/issues/1087)) - Fix [#​1072](https://togithub.com/TypeStrong/ts-node/issues/1072): Respect `--experimental-specifier-resolution` coming from `NODE_OPTIONS` in ESM loader ([#​1085](https://togithub.com/TypeStrong/ts-node/issues/1085)) [@​evg656e](https://togithub.com/evg656e) - Fix [#​1098](https://togithub.com/TypeStrong/ts-node/issues/1098): ESM loader should skip `.cjs`, `.mjs`, and any unexpected file extensions ([#​1103](https://togithub.com/TypeStrong/ts-node/issues/1103)) [@​concision](https://togithub.com/concision) **Docs** - Better explain how to compile imports, either CommonJS or using experimental ESM loader. Resolves [#​1075](https://togithub.com/TypeStrong/ts-node/issues/1075) ([#​1086](https://togithub.com/TypeStrong/ts-node/issues/1086)) **Misc** - Fix, re-enable, and add various tests ([#​1044](https://togithub.com/TypeStrong/ts-node/issues/1044), [#​1088](https://togithub.com/TypeStrong/ts-node/issues/1088), [#​1108](https://togithub.com/TypeStrong/ts-node/issues/1108), [#​1110](https://togithub.com/TypeStrong/ts-node/issues/1110), [#​1109](https://togithub.com/TypeStrong/ts-node/issues/1109), [#​1115](https://togithub.com/TypeStrong/ts-node/issues/1115), [#​1043](https://togithub.com/TypeStrong/ts-node/issues/1043), [#​999](https://togithub.com/TypeStrong/ts-node/issues/999))

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.