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 8.0.3 to 8.7.0 #12

Closed

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade ts-node from 8.0.3 to 8.7.0.

ℹ️ 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 14 versions ahead of your current version.
  • The recommended version was released 15 days ago, on 2020-03-02.
Release notes
Package name: ts-node
  • 8.7.0 - 2020-03-02

    Fixed

    • Remove buggy caching of ts.sys.readDirectory (#969)
    • Fix REPL ASI handling when user input starts with - (#944)

    Added

    Changed

    • Deprecate ts-script in favor of ts-node-script (#948) @G-Rath

    Docs

    • Fix bash syntax error in README (#943) @abraj
    • Add Github issue templates (#959, #965, #947)
    • Add IntelliJ debug instructions to README (#958)
    • Add mocha 7 usage example to README (#961)
  • 8.6.2 - 2020-01-13

    Fixed

    • Downgrade yn due to node engine (#942)
  • 8.6.1 - 2020-01-10

    Fixed

    • Fix the resolution order of TS_NODE_COMPILER_OPTIONS - closes #938
  • 8.6.0 - 2020-01-10

    Fixed

    • Remove normalize slashes from config file loading for Windows

    Added

    • Configure using tsconfig.json (#921) @cspotcode 🎉
    • Allow dir to be configurable
    • Add --build flag for emitting compiled TypeScript (under --compiler-host mode)
    • Incremental compiler support (#895)
  • 8.5.4 - 2019-11-28
    • Fix relative node_modules ignore 266eaa5
  • 8.5.3 - 2019-11-28

    Fixed

    • Pass correct diagnostics list in transpile mode (#917) 907e3e1
    • Make --ignore relative ea6e1da
  • 8.5.2 - 2019-11-15

    Fixed

    • Revert --require module loading change
  • 8.5.0 - 2019-11-11

    Added

    • Expose ts-script for relative tsconfig.json files from <script.ts>
    • Support --interactive CLI option
    • Expose registered ts-node instance information on process
    • Allow dynamic enable of registered ts-node instances
    • Allow --dir to be configurable from CLI
    • Add --scope flag for directory scoped compilation of TypeScript
    • REPL history on node 11+
    • Expose create function for programmatic compiler usage

    Fixed

    • Repeated RegExps in REPL will now compile
  • 8.4.1 - 2019-09-16

    Fixed

    • Revert "List all files in memory cache improves perf 1.4x" 87a6e2c
  • 8.4.0 - 2019-09-15

    Added

    • Introduce transformers program support (#879) 12ff53d

    Fixed

  • 8.3.0 - 2019-06-15
  • 8.2.0 - 2019-05-26
  • 8.1.1 - 2019-05-25
  • 8.1.0 - 2019-04-15
  • 8.0.3 - 2019-03-07
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

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.

v8.6.0 breaks TS_NODE_COMPILER_OPTIONS environment variable
2 participants