kintone-labs / create-plugin

A CLI tool for creating a kintone plugin!
MIT License
5 stars 2 forks source link

chore(deps): update dependency ts-node to ^8.10.1 #462

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ts-node devDependencies minor ^8.8.2 -> ^8.10.1

Release Notes

TypeStrong/ts-node ### [`v8.10.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.10.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.10.0...v8.10.1) **Fix** Fixes [#​1026](https://togithub.com/TypeStrong/ts-node/issues/1026): revert the addition of package.json "exports" because it blocked `require()`s that used to work, for example `require('ts-node/register')` ([#​1027](https://togithub.com/TypeStrong/ts-node/issues/1027)) ### [`v8.10.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.10.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.9.1...v8.10.0) **Added** Experimental support for native ECMAScript modules in node >=13 ([#​1007](https://togithub.com/TypeStrong/ts-node/issues/1007), [#​1010](https://togithub.com/TypeStrong/ts-node/issues/1010)) ### [`v8.9.1`](https://togithub.com/TypeStrong/ts-node/releases/v8.9.1) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.9.0...v8.9.1) **Fixed** Fix `--interactive` / `-i` flag so it forces REPL even when stdin is not a TTY ([#​1019](https://togithub.com/TypeStrong/ts-node/issues/1019)) ### [`v8.9.0`](https://togithub.com/TypeStrong/ts-node/releases/v8.9.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v8.8.2...v8.9.0) **Fixed** Fix failing tests caused by recent changes to [@​types/node](https://togithub.com/types/node) ([#​1016](https://togithub.com/TypeStrong/ts-node/issues/1016)) Fix [#​945](https://togithub.com/TypeStrong/ts-node/issues/945): Bump source-map-support dependency to include upstream fix for worker threads error handling ([#​1015](https://togithub.com/TypeStrong/ts-node/issues/1015)) [@​addaleax](https://togithub.com/addaleax) Fix [#​1004](https://togithub.com/TypeStrong/ts-node/issues/1004): in `--scriptMode`, resolve config file relative to realpath of entrypoint script ([#​1009](https://togithub.com/TypeStrong/ts-node/issues/1009)) Normalized filenames in cache to fix performance issues on Windows ([#​997](https://togithub.com/TypeStrong/ts-node/issues/997)) [@​sylc](https://togithub.com/sylc) **Added** Add timestamps to debug logging ([#​994](https://togithub.com/TypeStrong/ts-node/issues/994)) [@​sylc](https://togithub.com/sylc) **Docs** Improve coverage of the README ([#​1000](https://togithub.com/TypeStrong/ts-node/issues/1000)) [@​KasparEtter](https://togithub.com/KasparEtter) Change order of install commands in README ([#​993](https://togithub.com/TypeStrong/ts-node/issues/993)) [@​jacobdcastro](https://togithub.com/jacobdcastro) Mention `ts-node -vv` flag in issue template ([#​1001](https://togithub.com/TypeStrong/ts-node/issues/1001)) Run GHActions tests on pull requests ([#​1017](https://togithub.com/TypeStrong/ts-node/issues/1017))

Renovate configuration

:date: Schedule: "after 9pm,before 9am" in timezone Asia/Tokyo.

: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.