Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

chore(deps): update dependency ts-node to v8 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 22, 2019

This PR contains the following updates:

Package Type Update Change
ts-node devDependencies major 5.0.1 -> 8.3.0

Release Notes

TypeStrong/ts-node

v8.3.0

Compare Source

Added

  • Support --prefer-ts-exts flag

v8.2.0

Compare Source

Added

  • Expand FS cache to all file system operations

Changed

  • Pass all files to "root scripts" TypeScript compiler option to improve performance

v8.1.1

Compare Source

Fixed

  • Remove realpath from TypeScript compiler to support existing use-cases without preserveSymlinks

v8.1.0

Compare Source

Added

  • Expose --log-error option for logging on TypeScript compilation issues
  • Cache file system lookup operations

Changed

  • Remove incremental and tsBuildInfoFile compiler options

v8.0.3

Compare Source

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)

v8.0.2

Compare Source

Fixed

  • Override include property, not includes 🤕

v8.0.1

Compare Source

Fixed

  • Add missing arg to package.json dependencies

v8.0.0

Compare Source

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
    • Other CLI options support camel case must now be specified in kebab-case
  • Preserve ts-node arguments in execArgv for forked processes to use
  • Avoid loading files at the configuration level by default
    • Avoids ts-node REPL taking a long time in a large user directory

v7.0.1

Compare Source

Added

  • Strip TypeScript composite flag from configuration file

v7.0.0

Compare Source

Changed

v6.2.0

Compare Source

Added

  • New flag (--files) can be used to disable loading files from tsconfig.json by default

v6.1.2

Compare Source

Fixed

  • Correct CLI default flags using environment variables
  • Use buffer-from module for old-node.js compatibility

Added

  • Awesome new logo to README!

v6.1.1

Compare Source

Fixed

  • Delete emitDeclarationOnly from configuration to ensure config is valid

v6.1.0

Compare Source

Changed

  • Use TypeScript error formatting for diagnostic ouput
  • Delete declarationMap option from input configuration under ts-node

v6.0.5

Compare Source

Fixed

  • More places to normalize for Windows to work

v6.0.4

Compare Source

Fixed

  • Normalize paths for Windows before trying to resolve the project path
  • Use Buffer.from instead of deprecated new Buffer

v6.0.3

Compare Source

Fixed

  • Use Script#runInThisContext via REPL to ensure objects all exist in the same context

v6.0.2

Compare Source

Fixed

  • Fixed an issue where empty files were not returned to TypeScript, resulting in "not found" compiler issues

v6.0.1

Compare Source

Changed

  • Add -T short flag for transpile only mode

v6.0.0

Compare Source

Many people were having issues with "fast" transpilation being the default over full project type checking like tsc. Type checking the full project upfront is slower but expected behaviour, so it's the default once again. You can still enable transpileOnly or ts-node/register/transpile-only for the faster transpiler without type checking.

Changed

  • Default behaviour is typeCheck == true || transpileOnly == false

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 22, 2019

Codecov Report

Merging #34 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   77.51%   77.51%           
=======================================
  Files           3        3           
  Lines         169      169           
  Branches       38       38           
=======================================
  Hits          131      131           
  Misses         25       25           
  Partials       13       13

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 8fe6501...ce7dc0d. Read the comment docs.

@renovate renovate bot force-pushed the renovate/ts-node-8.x branch 2 times, most recently from 611a1a7 to 7e5fa55 Compare January 26, 2019 04:38
@renovate renovate bot force-pushed the renovate/ts-node-8.x branch from 7e5fa55 to 3c8236e Compare March 7, 2019 05:13
@renovate renovate bot force-pushed the renovate/ts-node-8.x branch from 3c8236e to 435a513 Compare April 24, 2019 01:52
@renovate renovate bot force-pushed the renovate/ts-node-8.x branch 2 times, most recently from 96c9d17 to 7e7eeec Compare June 1, 2019 11:59
@renovate renovate bot force-pushed the renovate/ts-node-8.x branch from 7e7eeec to ce7dc0d Compare June 19, 2019 14:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant