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.5.4 to 8.6.2 #2

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Feb 5, 2020

Snyk has created this PR to upgrade ts-node from 8.5.4 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 3 versions ahead of your current version.
  • The recommended version was released 23 days 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
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
  • 4dbc15d Rename `--build` to `--emit`
  • 6045a24 Update dev dependencies
  • 85710ab Merge branch '8.x'
  • d43c55c Create FUNDING.yml
  • 3ac95b4 Remove deprecated `--type-check` option
  • a7df137 Allow `cwd` to be configurable
  • e8b53df Resolve signatures when printing type in console
  • 660bcf8 Fix type output for types missing symbol reference
  • e0a83b5 Add `--build` flag, improve TS module error (#896)
  • cb4b748 Incremental compiler support (#895)

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

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
1 participant