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

Bump ts-node from 8.10.2 to 9.0.0 #223

Merged
merged 1 commit into from
Aug 24, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2020

Bumps ts-node from 8.10.2 to 9.0.0.

Release notes

Sourced from ts-node's releases.

v9.0.0

*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

TypeStrong/ts-node@v8.10.2...v9.0.0

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2020
@dependabot dependabot bot requested a review from nblagoev August 24, 2020 07:22
github-actions[bot]
github-actions bot previously approved these changes Aug 24, 2020
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v8.10.2...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot merged commit 7956f46 into master Aug 24, 2020
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/ts-node-9.0.0 branch August 24, 2020 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants