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-dev): bump ts-node from 8.10.2 to 9.1.1 #220

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 8, 2020

Bumps ts-node from 8.10.2 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 --typeCheck flag to override --transpileOnly flag specified in tsconfig.json (#1142)

Changed

  • Rename interface Register to Service. It is still aliased as Register for 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-resolution as an alias of --experimental-specifier-resolution for node 12 compatibility (#1122) @nguyensomniac

Docs

  • Fix description of ts-node-dev in README (#1131) @iamandrewluca
  • Update transformers description to clarify incompatibility with transpileOnly (#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)

TypeStrong/ts-node@v9.0.0...v9.1.0

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)
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 will not automatically merge this PR because it includes a major update to a development dependency.


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 ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 8, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch 2 times, most recently from 4825fbf to fc5886c Compare December 15, 2020 11:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch from fc5886c to ccb8aed Compare January 5, 2021 11:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch from ccb8aed to 6f6eb65 Compare February 9, 2021 11:27
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch from 6f6eb65 to 795eaa5 Compare February 16, 2021 11:27
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch 2 times, most recently from 0d32397 to 6d3d5e5 Compare March 16, 2021 10:50
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch from 6d3d5e5 to b23d50c Compare April 6, 2021 10:51
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch 2 times, most recently from afca8db to a9224c4 Compare April 28, 2021 08:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch from a9224c4 to 962a3e9 Compare May 18, 2021 11:01
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.1.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v8.10.2...v9.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ts-node-9.1.1 branch from 962a3e9 to 719af75 Compare May 18, 2021 11:06
@dependabot-preview
Copy link
Contributor Author

Superseded by #295.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ts-node-9.1.1 branch May 25, 2021 10:56
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.

0 participants