Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ts-node to v1.7.3 #24

Merged
merged 1 commit into from
Jul 19, 2021
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 18, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-node (source) 1.2.1 -> 1.7.3 age adoption passing confidence

Release Notes

TypeStrong/ts-node

v1.7.3

Compare Source

Added

  • Pass through --preserve-symlinks flag to node.js

v1.7.2

Compare Source

Fixed

  • Update the REPL using more TypeScript tricks to work with modules and ASI

v1.7.1

Compare Source

Fixed

  • Do not delete the error stack - some people use that, duh!

v1.7.0

Compare Source

Changed

  • Use v8flags to detect node v8 options

Fixed

  • Correct argv parsing into node opts and script opts

v1.6.1

Compare Source

Changed

  • Ignore new TypeScript empty config file errors (TypeScript 2.1.0)

v1.6.0

Compare Source

Fixed

  • Fix the default --ignore option to be node_modules (this check was previous faulty, would also fallback to [] instead)

Changed

v1.5.2

Compare Source

Changed

v1.5.1

Compare Source

Changed

v1.5.0

Compare Source

Changed

  • Throw recoverable errors in REPL when the diagnostic codes look recoverable
  • Improve line offset handling by manually passing the line offset for debugging to node and re-use for TypeScript diagnostic formatting
  • Improve eval handling by using multiple TypeScript files auto-incremented and referenced at each execution step (fixes the ASI issue)

v1.4.3

Compare Source

Added

  • Support the --inspect flag passed through

Fixed

  • Properly handle jsx === 'preserve' option

v1.4.2

Compare Source

Fixed

  • Support output using jsx: preserve

v1.4.1

Compare Source

Fixed

  • Merge the compiler options environment variable with the passed in options

v1.4.0

Compare Source

Added

  • Enable an --ignore option, defaults to /node_modules/

Fixed

  • Fix parsing of boolean environment variables

Changed

  • Throw a TypeError when requiring .d.ts files directly, previously crashed

v1.3.0

Compare Source

Changed

v1.2.3

Compare Source

Changed

  • Remove declarationDir flag from tsc options

v1.2.2

Compare Source

Fixed

  • Use TS_NODE_COMPILER_OPTIONS from environment

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 you tick the rebase/retry checkbox.

🔕 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 WhiteSource Renovate. View repository job log here.

@Jakub41 Jakub41 merged commit 708e65b into master Jul 19, 2021
@renovate renovate bot deleted the renovate/ts-node-1.x branch July 19, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants