scalvert / ember-cli-checkup

An Ember CLI addon that provides health check information about your application, engine, or addon.
MIT License
7 stars 1 forks source link

build(deps-dev): bump ts-node from 8.4.1 to 8.5.4 #148

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps ts-node from 8.4.1 to 8.5.4.

Release notes *Sourced from [ts-node's releases](https://github.com/TypeStrong/ts-node/releases).* > ## Fix relative `node_modules` ignore > - Fix relative `node_modules` ignore 266eaa5 > > ## Fix transpile diagnostics > **Fixed** > > - Pass correct diagnostics list in transpile mode ([#917](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/917)) 907e3e1 > - Make `--ignore` relative ea6e1da > > ## Revert `--require` module loading > **Fixed** > > - Revert `--require` module loading change > > ## TS Script > **Added** > > * Expose `ts-script` for relative `tsconfig.json` files from `` > * Support `--interactive` CLI option > * Expose registered `ts-node` instance information on `process` > * Allow dynamic `enable` of registered `ts-node` instances > * Allow `--dir` to be configurable from CLI > * Add `--scope` flag for directory scoped compilation of TypeScript > * REPL history on node 11+ > * Expose `create` function for programmatic compiler usage > > **Fixed** > > * Repeated RegExps in REPL will now compile
Commits - [`323c397`](https://github.com/TypeStrong/ts-node/commit/323c397fc93d4586d42ed2af3153e831464bec54) 8.5.4 - [`266eaa5`](https://github.com/TypeStrong/ts-node/commit/266eaa59b57b2319dd714e712b73a4d5bed4ad25) Fix relative `node_modules` ignore - [`30adec7`](https://github.com/TypeStrong/ts-node/commit/30adec7badd073885e266593154d80511ae4bdb6) 8.5.3 - [`907e3e1`](https://github.com/TypeStrong/ts-node/commit/907e3e1dce871b6f632ff09bdb59fc7a33e2ef22) Pass correct diagnostics list in transpile mode ([#917](https://github-redirect.dependabot.com/TypeStrong/ts-node/issues/917)) - [`ea6e1da`](https://github.com/TypeStrong/ts-node/commit/ea6e1da071e4ee82a551ff59e6e5ffa91c5858d4) Make `--ignore` relative - [`4b265bf`](https://github.com/TypeStrong/ts-node/commit/4b265bf7f95b6c5fb025b9a6d0ca03fdfff45eda) 8.5.2 - [`746c222`](https://github.com/TypeStrong/ts-node/commit/746c222489d1f1a273785e1f00ac3e5ae3565bb8) Revert `--require` module loading - [`3d92f25`](https://github.com/TypeStrong/ts-node/commit/3d92f25dfb00a44a45a02bcd6afa6c655ca63a81) 8.5.0 - [`fe7f89f`](https://github.com/TypeStrong/ts-node/commit/fe7f89ff2a16d627f4190ae7773fe4acbe85062a) Fix repeated regex handling with newlines - [`5ad88c9`](https://github.com/TypeStrong/ts-node/commit/5ad88c91e39c786f7b105c3b69d40ab8bfac2717) Update documentation for CLI flags - Additional commits viewable in [compare view](https://github.com/TypeStrong/ts-node/compare/v8.4.1...v8.5.4)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)