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
Conversation
c8dcfad to
cf886a5
Compare
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))
Member
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.10.2->9.0.0Release Notes
TypeStrong/ts-node
v9.0.0Compare Source
*Breaking changes are labelled [BREAKING] below.
Added
ERR_REQUIRE_ESMwhen a file isrequire()d which should be loaded as ESM (#1031)"exports"declaration to package.json in backwards-compatible way, enablingnode --loader ts-node/esmwithout file extension (#1028)"require"option via tsconfig (#925)NODE_NO_READLINEenvironment variable (#1090)node --loader ts-node/esm/transpile-only(#1102) @concisionChanged
Fixed
realpath, which should fix workflows that use symlinks, such aspnpm, Lerna workspaces, or other mono-repo configurations (#970)node_moduleswhen--skip-ignoreor--ignoreoptions are configured to allow it (#970)getSourceFileNames/rootNames(#999)projectVersionevery timegetSourceFileNameschanges, avoiding accidentally outdated typechecking (#998)ts.transpileModule(#1054) @thetutlage--experimental-specifier-resolutioncoming fromNODE_OPTIONSin ESM loader (#1085) @evg656e.cjs,.mjs, and any unexpected file extensions (#1103) @concisionDocs
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.
This PR has been generated by WhiteSource Renovate. View repository job log here.