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.3.0 to 8.6.2 #154

Merged
merged 1 commit into from Mar 11, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade ts-node from 8.3.0 to 8.6.2.

ℹ️ 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 9 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-01-13.
Release notes
Package name: ts-node
  • 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

    Added

    • Support --prefer-ts-exts flag
from ts-node GitHub release notes
Commit messages
Package name: ts-node
  • 8ac4be5 8.6.2
  • 8db216c Downgrade `yn` due to node engine (#942)
  • b90754e Merge `process.env` in tests for CI
  • 1f063d7 8.6.1
  • db409d7 Fix order of `DEFAULTS`, `tsconfig`, `rawOptions`
  • 9aa66ff 8.6.0
  • 3334305 Remove normalize slashes from config file loading
  • 8834d64 Add backward compatibility to master branch
  • aa6f36f Merge branch '8.x'
  • 3401f59 Improve docs for `--files` option (#930)
  • 1a0ace2 Configure using `tsconfig.json` (#921)
  • dd56112 Bump handlebars from 4.1.2 to 4.5.3 (#931)
  • 2ba0a8f Add documentation on syntax errors
  • 323c397 8.5.4
  • 266eaa5 Fix relative `node_modules` ignore
  • 30adec7 8.5.3
  • 907e3e1 Pass correct diagnostics list in transpile mode (#917)
  • ea6e1da Make `--ignore` relative
  • 4b265bf 8.5.2
  • 746c222 Revert `--require` module loading
  • 4dbc15d Rename `--build` to `--emit`
  • 6045a24 Update dev dependencies
  • 85710ab Merge branch '8.x'
  • 3d92f25 8.5.0

Compare


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

@Narshe1412 Narshe1412 merged commit 7e541c8 into master Mar 11, 2020
@Narshe1412 Narshe1412 deleted the snyk-upgrade-4c0122b54e69924fc0c81e2494116e55 branch March 11, 2020 11:28
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