sudo-bot / gh-deployer

Deploy anything, anywhere, no limits
Mozilla Public License 2.0
4 stars 3 forks source link

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

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.


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)
codecov[bot] commented 4 years ago

Codecov Report

Merging #72 into master will increase coverage by 3.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   50.54%   53.57%   +3.02%     
==========================================
  Files          23       23              
  Lines         455      560     +105     
  Branches       58       79      +21     
==========================================
+ Hits          230      300      +70     
- Misses        214      247      +33     
- Partials       11       13       +2
Impacted Files Coverage Δ
src/docker.ts 36.11% <0%> (-9.35%) :arrow_down:
knexfile.ts 100% <0%> (ø) :arrow_up:
src/comments.ts 100% <0%> (ø) :arrow_up:
src/logger.ts 100% <0%> (ø) :arrow_up:
src/data.ts 88.76% <0%> (+5.78%) :arrow_up:
src/sentryAppender.ts 61.29% <0%> (+7.95%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 842b79e...be1f797. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Looks like ts-node is up-to-date now, so this is no longer needed.