Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

fix(deps): update dependency ts-node to v9#30

Merged
ff6347 merged 1 commit intomasterfrom
renovate/ts-node-9.x
Sep 7, 2020
Merged

fix(deps): update dependency ts-node to v9#30
ff6347 merged 1 commit intomasterfrom
renovate/ts-node-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 23, 2020

This PR contains the following updates:

Package Type Update Change
ts-node dependencies major 8.10.2 -> 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: "every 2 weeks on Monday before 7am" in timezone Europe/Berlin.

🚦 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 ff6347 as a code owner August 23, 2020 22:22
@renovate renovate bot force-pushed the renovate/ts-node-9.x branch from c8dcfad to cf886a5 Compare August 25, 2020 11:07
@ff6347 ff6347 merged commit b2a0c06 into master Sep 7, 2020
@ff6347 ff6347 deleted the renovate/ts-node-9.x branch September 7, 2020 06:28
ff6347 pushed a commit that referenced this pull request Jul 4, 2022
# 1.0.0 (2022-07-04)

### Bug Fixes

* **deps:** update dependency @types/jest to v26 ([#14](#14)) ([23da456](23da456))
* **deps:** update dependency @types/node to v12.12.43 ([d396da2](d396da2))
* **deps:** update dependency @types/node to v12.12.44 ([acb7e9a](acb7e9a))
* **deps:** update dependency @types/node to v12.12.45 ([08aec53](08aec53))
* **deps:** update dependency eslint to v7.2.0 ([43aceee](43aceee))
* **deps:** update dependency eslint-config-prettier to v7 ([acee3bb](acee3bb))
* **deps:** update dependency eslint-plugin-jest to v24 ([#34](#34)) ([7a2d77a](7a2d77a))
* **deps:** update dependency lint-staged to v10.2.8 ([5002e8f](5002e8f))
* **deps:** update dependency lint-staged to v10.2.9 ([e1961fc](e1961fc))
* **deps:** update dependency ts-node to v10 ([7b54954](7b54954))
* **deps:** update dependency ts-node to v9 ([#30](#30)) ([b2a0c06](b2a0c06))
* **deps:** update dependency typescript to v3.9.5 ([29fe9b7](29fe9b7))
* **deps:** update dependency typescript to v4 ([#31](#31)) ([f2d4330](f2d4330))
* **deps:** update typescript-eslint monorepo to v3.2.0 ([bc1cbe3](bc1cbe3))
* **deps:** update typescript-eslint monorepo to v4 (major) ([#35](#35)) ([68e1d47](68e1d47))
* **exports:** Export default objects ([2701eeb](2701eeb))
* Prettier config ([5bec68f](5bec68f))
@ff6347
Copy link
Copy Markdown
Member

ff6347 commented Jul 4, 2022

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ff6347 ff6347 added the released label Jul 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants