webhintio / online-service

🔬 Online version of webhint
https://webhint.io/scanner/
Apache License 2.0
93 stars 16 forks source link

Upgrade: Bump ts-node from 8.4.1 to 8.5.2 #811

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

Release notes *Sourced from [ts-node's releases](https://github.com/TypeStrong/ts-node/releases).* > ## 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 - [`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 - [`98c0c9b`](https://github.com/TypeStrong/ts-node/commit/98c0c9b1bf3e1051528509ba1af43bcc7b5c33a4) Rename `--cwd` flag to `--dir` - [`be8e2e1`](https://github.com/TypeStrong/ts-node/commit/be8e2e13a8f0b62439bb34c528509e5643fe42af) Expose `create` function based on `register` - [`06c7751`](https://github.com/TypeStrong/ts-node/commit/06c7751a94ffcbc9cc0292e71dd2410c0f74b81e) Remove `-i` from environment variables - [`2e99c50`](https://github.com/TypeStrong/ts-node/commit/2e99c5065f07293bb40649029990498515ba9616) Replace internal `_preloadModules` usage - [`1ad44bf`](https://github.com/TypeStrong/ts-node/commit/1ad44bf82b7e33a4dab8fcb997c891636309e89a) Add `ts-script` which sets `cwd` to the script dir - Additional commits viewable in [compare view](https://github.com/TypeStrong/ts-node/compare/v8.4.1...v8.5.2)


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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - 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)