Okty-io / okty

The simplest application to create and customize your docker projects
https://okty.io/
GNU General Public License v3.0
47 stars 10 forks source link

Bump ts-node from 7.0.1 to 8.3.0 #409

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ts-node from 7.0.1 to 8.3.0.

Release notes *Sourced from [ts-node's releases](https://github.com/TypeStrong/ts-node/releases).* > ## Prefer TS Extensions > **Added** > > - Support `--prefer-ts-exts` flag > > ## Cache FS Operations > **Added** > > * Expand FS cache to all file system operations > > **Changed** > > * Pass all files to "root scripts" TypeScript compiler option to improve performance > > ## Remove Realpath > **Fixed** > > * Remove `realpath` from TypeScript compiler to support existing use-cases without `preserveSymlinks` > > ## Log Errors Option > **Added** > > * Expose `--log-error` option for logging on TypeScript compilation issues > * Cache file system lookup operations > > **Changed** > > * Remove `incremental` and `tsBuildInfoFile` compiler options > > ## Relative TypeScript > **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) > > ## Override Includes > **Fixed** > > * Override `include` property, not `includes` 🤕 > > ## Missing Arg > **Fixed** > > * Add missing `arg` to `package.json` dependencies > > ## Remove Cache > **Changed** > > * Remove JavaScript output cache > * Cleaned up CLI args > * The `-p` option must now be `-pe` since `arg` does not support optional flag and string at the same time > ... (truncated)
Commits - [`6295254`](https://github.com/TypeStrong/ts-node/commit/629525474fb548fddb7a90a48ab795a9199b1997) 8.3.0 - [`53e470d`](https://github.com/TypeStrong/ts-node/commit/53e470d3fcede36056799f44f9f6885a9e479b33) Simplify extension ordering for preferences - [`611d013`](https://github.com/TypeStrong/ts-node/commit/611d0134f9311975e9a8dfe9ea003ba7074ae023) Support `--prefer-ts-exts` flag ([#837](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/837)) - [`b8fd523`](https://github.com/TypeStrong/ts-node/commit/b8fd52381986dd76cc93eb0c86fec7142cd727ce) 8.2.0 - [`1e838f7`](https://github.com/TypeStrong/ts-node/commit/1e838f76a3b3590b3ee37acfcb9d846a4e0bd08d) Caching all FS operations improves perf 1.25x - [`6dad5ad`](https://github.com/TypeStrong/ts-node/commit/6dad5ad34d0cea80ff9be75d9a77e07f19d9175a) List all files in memory cache improves perf 1.4x - [`cd977fd`](https://github.com/TypeStrong/ts-node/commit/cd977fdb6179dab2f061d56f7fbae8ed2ad42d38) 8.1.1 - [`617d6a7`](https://github.com/TypeStrong/ts-node/commit/617d6a73b61f25cd7d8efc7bf90e565dba1f5b44) Update dependencies - [`9691206`](https://github.com/TypeStrong/ts-node/commit/9691206def28405d4e53c5a7753f96d15be46e79) Remove `realpath` support in compiler - [`d117650`](https://github.com/TypeStrong/ts-node/commit/d117650b3a507d43954260807717ecfa63deaeba) 8.1.0 - Additional commits viewable in [compare view](https://github.com/TypeStrong/ts-node/compare/v7.0.1...v8.3.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.