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(deps): update dependency ts-node to v9 #647

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2020

This PR contains the following updates:

Package Type Update Change
ts-node devDependencies major ^8.10.1 -> ^9.0.0

Release Notes

TypeStrong/ts-node

v9.0.0

Compare Source

*Breaking changes are labelled [BREAKING] below.

Added

  • Throw ERR_REQUIRE_ESM when a file is require()d which should be loaded as ESM (#​1031)
  • Re-add "exports" declaration to package.json in backwards-compatible way, enabling node --loader ts-node/esm without file extension (#​1028)
  • Allow specifying "require" option via tsconfig (#​925)
  • REPL respects node's NODE_NO_READLINE environment variable (#​1090)
  • Add a transpile-only entrypoint for ESM loader: node --loader ts-node/esm/transpile-only (#​1102) @​concision

Changed

  • [BREAKING] Drops support for node versions < 10 (#​1036)

Fixed

  • [BREAKING] Re-add realpath, which should fix workflows that use symlinks, such as pnpm, Lerna workspaces, or other mono-repo configurations (#​970)
  • Compile files within node_modules when --skip-ignore or --ignore options are configured to allow it (#​970)
  • Fix #​884 by not adding all referenced files to getSourceFileNames/rootNames (#​999)
  • Fix #​996: bump projectVersion every time getSourceFileNames changes, avoiding accidentally outdated typechecking (#​998)
  • Fix #​1051: pass transformers object to ts.transpileModule (#​1054) @​thetutlage
  • Fix #​1060: use source maps for stack traces in ESM modules (#​1087)
  • Fix #​1072: Respect --experimental-specifier-resolution coming from NODE_OPTIONS in ESM loader (#​1085) @​evg656e
  • Fix #​1098: ESM loader should skip .cjs, .mjs, and any unexpected file extensions (#​1103) @​concision

Docs

  • Better explain how to compile imports, either CommonJS or using experimental ESM loader. Resolves #​1075 (#​1086)

Misc


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.

SimenB added a commit that referenced this pull request Aug 22, 2020
Closes #562
Closes #529
Closes #567
Closes #526
Closes #547
Closes #554
Closes #528
Closes #590
Closes #602
Closes #609
Closes #647
SimenB added a commit that referenced this pull request Aug 22, 2020
Closes #562
Closes #529
Closes #567
Closes #526
Closes #547
Closes #554
Closes #528
Closes #602
Closes #609
Closes #647
SimenB added a commit that referenced this pull request Aug 24, 2020
Closes #562
Closes #529
Closes #567
Closes #526
Closes #547
Closes #554
Closes #528
Closes #602
Closes #609
Closes #647
SimenB added a commit that referenced this pull request Aug 24, 2020
Closes #562
Closes #529
Closes #567
Closes #526
Closes #547
Closes #554
Closes #528
Closes #602
Closes #609
Closes #647
SimenB added a commit that referenced this pull request Aug 31, 2020
Closes #562
Closes #529
Closes #567
Closes #526
Closes #547
Closes #554
Closes #528
Closes #602
Closes #609
Closes #647
@SimenB SimenB closed this in 0f58aaf Sep 4, 2020
@renovate renovate bot deleted the renovate/ts-node-9.x branch September 4, 2020 11:27
@github-actions
Copy link

github-actions bot commented Sep 4, 2020

🎉 This issue has been resolved in version 24.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant