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

chore(e2e/a5es2015): update dependency ts-node to v7 - autoclosed #354

Closed
wants to merge 4 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 19, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-node 4.1.0 -> 7.0.1 age adoption passing confidence

Release Notes

TypeStrong/ts-node

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

v5.0.1

Compare Source

Fixed

  • Ignore TypeScript rootDir errors

v5.0.0

Compare Source

Changed

  • Remove the sub-process spawning behaviour that introduced issues with 4.x
    • Use node -r ts-node/register for advanced node.js flags such as --inspect
  • Drop support for pre-2.0 TypeScript releases
  • Use TypeScript to parse tsconfig.json to mirror tsc behaviours
    • Caveat: Must specify full path when using project in 5.x

Fixed

  • Fixed issues with CLI and environment variable defaults

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

@renovate renovate bot requested a review from satanTime as a code owner December 19, 2020 05:34
@sonarcloud
Copy link

sonarcloud bot commented Dec 19, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title chore(e2e/a5es2015): update dependency ts-node to v7 chore(e2e/a5es2015): update dependency ts-node to v7 - autoclosed Dec 19, 2020
@renovate renovate bot closed this Dec 19, 2020
@renovate renovate bot deleted the renovate/e2e/a5es2015/ts-node-7.x branch December 19, 2020 09:19
satanTime added a commit to help-me-mom/ng-mocks that referenced this pull request Apr 10, 2021
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