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

[Snyk] Upgrade ts-node from 10.7.0 to 10.8.0 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade ts-node from 10.7.0 to 10.8.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-05-21.
Release notes
Package name: ts-node
  • 10.8.0 - 2022-05-21
    Read more
  • 10.7.0 - 2022-03-06

    Questions about this release? Ask in the official discussion thread: #1680

    Added

    • Adds --esm flag, option, and ts-node-esm binary (#1258, #1655)
      • Enables full esm support; no need for --loader nor NODE_OPTIONS
      • Use shebang #!/usr/bin/env ts-node-esm, run ts-node --esm, or add to your tsconfig.json: "ts-node": {"esm": true}

    Changed

    • Unflag ESM json modules on node >=17.5.0 (#1661, #1665) @ Jamesernator
      • no longer requires --experimental-json-modules
    • Lazy-load dependencies to improve startup responsiveness. (#1676)

    Fixed

    • Fixed bug where "compiler", "transpiler", and swc backend would not resolve relative to the tsconfig.json that declared them (#1662, #1655)
      • Enables reusable tsconfig.json shared via node module to include necessary dependencies

    v10.6.0...v10.7.0
    https://github.com/TypeStrong/ts-node/milestone/11

from ts-node GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@codecov
Copy link

codecov bot commented Jun 11, 2022

Codecov Report

Merging #9 (9801e6c) into master (e95ce53) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master       #9   +/-   ##
=======================================
  Coverage   74.40%   74.40%           
=======================================
  Files           6        6           
  Lines         547      547           
  Branches       64       64           
=======================================
  Hits          407      407           
  Misses        140      140           
Flag Coverage Δ
unittests 74.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e95ce53...9801e6c. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant