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.0 to 8.8.1 #65

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade ts-node from 8.0.0 to 8.8.1.

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

    Fixed

    v8.8.0...v8.8.1

  • 8.8.0 - 2020-03-21

    Added

    • Add sanitize=true to README for SVGs to work on NPM

    Fixed

    • Simplify projectVersion++ by incrementing on each file change
    • List all files for getScriptFileNames (#985) - revisits the change in #884

    v8.7.0...v8.8.0

  • 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
  • 8.4.0 - 2019-09-15
  • 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
  • 8.0.2 - 2019-01-26
  • 8.0.1 - 2019-01-22
  • 8.0.0 - 2019-01-22
from ts-node GitHub release notes
Commit messages
Package name: ts-node
  • 0c0bc3d 8.8.1
  • be2c899 Fix `--files` support
  • 3766cc9 8.8.0
  • fb17211 Add `sanitize=true` to README for SVGs to work
  • aeb4817 Rollback `mocha` upgrade due to node.js version
  • cb70a4a Upgrade dev dependencies
  • 2e9a2f1 Simplify `projectVersion` incrementing
  • 429cf6a List all files for `getScriptFileNames` (#985)
  • e8df418 Fix issue templates (again) (#975)
  • 0c6c212 Fix issue templates (#974)
  • 7e08a7b Add github actions workflow for testing (#971)
  • 6fd1cb3 8.7.0
  • 6596a0d Add instructions to readme for intellij / webstorm (#958)
  • e006df6 Add example for mocha 7, since they removed some watch flags in v7 (#961)
  • 1f4e127 Remove caching of ts.sys.readDirectory (#969)
  • 35e2f92 Implement getProjectVersion (#963)
  • f3cd4a5 Add issue template for feature requests (#959)
  • 21799ad Ask for TS version and tsconfig in bug report template (#965)
  • 3eb46e0 Fix bash error in usage example on README page (#943)
  • 5b5ae91 Fix REPL ASI handling when new input starts with '-' (#944)
  • 4d3305f Deprecate ts-script in favor of ts-node-script (#948)
  • f3f61e2 Create `ts-node-transpile-only` bin script (#939)
  • d578e17 GitHub issue template with repros via GitHub Actions (#947)
  • 8ac4be5 8.6.2

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 closed this May 18, 2020
@Narshe1412 Narshe1412 deleted the snyk-upgrade-017ad0d8a2c17d483d123a0fb72c9bcb branch May 18, 2020 09:34
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