automapper
automapper copied to clipboard
chore(deps-dev): bump ts-node from 9.0.0 to 9.1.1
Bumps ts-node from 9.0.0 to 9.1.1.
Release notes
Sourced from ts-node's releases.
v9.1.1
No code changes. We re-packed and republished v9.1.1, because the v9.1.0 package was broken due to an npm v7 bug.
Fixes
- Published tarball had extra slashes in the paths of dist files. #1172
v9.1.0
Added
- Expose ts-node REPL via the API (#1121) (MarcManiez)
- Allow
--typeCheckflag to override--transpileOnlyflag specified intsconfig.json(#1142)Changed
- Rename interface
RegistertoService. It is still aliased asRegisterfor backwards compatibility (#1158)- Update code copied from node's ESM resolver to be the latest from node 15, to keep our ESM resolver's behavior as close as possible to vanilla node (#1167)
Fixed
- ESM resolver will preserve search portion of URL, used for cache busting (#1165) @frandiox
- Fix ESM resolution of builtin modules on node >=14.13.1 (#1136)
- Recognize
--es-module-specifier-resolutionas an alias of--experimental-specifier-resolutionfor node 12 compatibility (#1122) @nguyensomniacDocs
- Fix description of
ts-node-devin README (#1131) @iamandrewluca- Update
transformersdescription to clarify incompatibility withtranspileOnly(#1123)Misc
- Changes to test matrix: Test against node 15; drop node 13 tests; remove 12.16 in favor of latest 12.x.x (#1138, #1148)
- Improve codecov rules to remove misleading test failures (#1159)
https://github.com/TypeStrong/ts-node/compare/v9.0.0...v9.1.0
Commits
d2ccc5c9.1.18b05af79.1.0657de4aMake ts-node eval public for node REPL consumption (#1121)ded513dRemove node 13 tests; change 12.16 to latest 12.x.x (#1148)286c294RenameRegistertoService; re-export asRegisterfor backwards… (#1158)c4a6a02Update to latest copy-paste of node's ESM resolve implementation (#1167)c11aa8aFix: Keep search in resolveReplacementExtensions (#1165)a7aa0afSwitch from bundled createRequire shim to npm "create-require" (#1156)8b9489atweak codecov minimum coverage rules (#1159)c0a1598Upgrade to TS 4.1 (#1157)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)