Skip to content

[Snyk] Upgrade node-pty from 0.7.8 to 0.10.1 #1

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

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

Conversation

javascript-benchmark
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade node-pty from 0.7.8 to 0.10.1.

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 61 versions ahead of your current version.
  • The recommended version was released a year ago, on 2021-04-23.
Release notes
Package name: node-pty
  • 0.10.1 - 2021-04-23
  • 0.10.0 - 2021-02-04

    🚀 Features

    • Expose IPty.pause(), IPty.resume() APIs to pause and resume the socket respectively (#452) via @ meganrogge, this can be used to implement flow control by blocking the process output

    🐞 Bug fixes

    • Don't resolve symlinks when launching shell by setting $PWD (#156) via @ vvavrychuk
    • Temporarily block signals during forking (#218) via @ jerch
    • Throw when args is not a string | string[] (#396) via @ Tyriar
    • Fix process name returning garbled text sometimes on macOS (#401) via @ Tyriar

    📝 Documentation and internal improvements

    🎉 New real-world use cases

  • 0.10.0-beta9 - 2020-04-30
  • 0.10.0-beta8 - 2020-04-15
  • 0.10.0-beta7 - 2020-04-07
  • 0.10.0-beta6 - 2020-04-07
  • 0.10.0-beta5 - 2020-04-05
  • 0.10.0-beta4 - 2020-03-03
  • 0.10.0-beta3 - 2019-10-25
  • 0.10.0-beta20 - 2021-01-20
  • 0.10.0-beta2 - 2019-10-24
  • 0.10.0-beta19 - 2021-01-14
  • 0.10.0-beta18 - 2020-10-15
  • 0.10.0-beta17 - 2020-09-08
  • 0.10.0-beta16 - 2020-08-13
  • 0.10.0-beta15 - 2020-07-31
  • 0.10.0-beta14 - 2020-07-17
  • 0.10.0-beta13 - 2020-07-08
  • 0.10.0-beta12 - 2020-06-10
  • 0.10.0-beta11 - 2020-06-08
  • 0.10.0-beta10 - 2020-06-04
  • 0.10.0-beta1 - 2019-10-22
  • 0.10.0-alpha1 - 2020-06-09
  • 0.9.0 - 2019-10-22
    Read more
  • 0.9.0-beta9 - 2019-05-22
  • 0.9.0-beta8 - 2019-05-22
  • 0.9.0-beta7 - 2019-05-22
  • 0.9.0-beta6 - 2019-05-19
  • 0.9.0-beta5 - 2019-05-18
  • 0.9.0-beta4 - 2019-05-16
  • 0.9.0-beta31 - 2019-10-22
  • 0.9.0-beta30 - 2019-10-22
  • 0.9.0-beta3 - 2019-05-15
  • 0.9.0-beta29 - 2019-10-22
  • 0.9.0-beta28 - 2019-10-16
  • 0.9.0-beta27 - 2019-10-07
  • 0.9.0-beta26 - 2019-09-11
  • 0.9.0-beta25 - 2019-09-04
  • 0.9.0-beta24 - 2019-08-08
  • 0.9.0-beta23 - 2019-08-08
  • 0.9.0-beta22 - 2019-08-06
  • 0.9.0-beta21 - 2019-07-26
  • 0.9.0-beta20 - 2019-07-26
  • 0.9.0-beta2 - 2019-05-12
  • 0.9.0-beta19 - 2019-07-06
  • 0.9.0-beta18 - 2019-06-07
  • 0.9.0-beta17 - 2019-06-04
  • 0.9.0-beta16 - 2019-05-30
  • 0.9.0-beta15 - 2019-05-30
  • 0.9.0-beta14 - 2019-05-28
  • 0.9.0-beta13 - 2019-05-24
  • 0.9.0-beta12 - 2019-05-24
  • 0.9.0-beta11 - 2019-05-22
  • 0.9.0-beta10 - 2019-05-22
  • 0.9.0-beta1 - 2019-05-10
  • 0.9.0-alpha3 - 2019-05-21
  • 0.9.0-alpha2 - 2019-05-17
  • 0.9.0-alpha1 - 2019-05-17
  • 0.8.2-beta1 - 2019-05-02
  • 0.8.1 - 2019-01-20

    Bug fixes

    • Fixed IPty.kill when using ConPTY (#262, #263) via @ Tyriar
    • Changed ConPTY to be enabled by default on Windows build number 18309+ due to stability concerns (was previously 17692+) (#262) via @ Tyriar
  • 0.8.0 - 2018-12-21

    Features

    Documentation and internal improvements

    • Setup Azure Pipelines CI (#237) via @ Tyriar
    • Add section to README about thread safety (#233) via @ Gotham13121997
    • Document Ubuntu build dependencies in README (#228) via @ Tyriar
  • 0.7.8 - 2018-09-28

    Bug fixes

    • Fix Windows quoting of arguments when an argument contains both a space and non-surrounding quotes (#232) via @ alexr00

    Documentation and internal improvements

    • Added a note to the README about security/containers (#231) via @ Tyriar
    • Documented the fact that terminal creation can throw on Windows when the shell path doesn't exist (#227) via @ alexr00
    • Improved debugging documentation (#226) via @ Tyriar
    • Updated the version of Electron the example works on (#225) via @ Tyriar
from node-pty GitHub release notes
Commit messages
Package name: node-pty
  • 6417607 chore: bump v0.10.1
  • 1f9ce45 explicitly open winpty conin pipe in write-only mode - fixes #457
  • c5ccb80 Merge pull request #456 from microsoft/r_0_10
  • e42e26f v0.10.0
  • 3967fbf Merge pull request #440 from NuSkooler/enigma-bbs-readme
  • e472b30 Merge branch 'master' into enigma-bbs-readme
  • e21978a Merge pull request #452 from meganrogge/master
  • 0c70381 fix #451
  • 7128592 Merge pull request #448 from CyanSalt/commas
  • d46547a Add Commas to the Real-world uses List
  • 16d67dc Add ENiGMA½ to list of users
  • 0bac8aa Merge pull request #431 from kamaradclimber/patch-1
  • 051c2db Merge pull request #433 from microsoft/robo/fix_electron_11
  • 8e5c494 remove stdlib setting
  • 5a2c121 Add mesos-term to use case list
  • b4d5122 Merge pull request #426 from microsoft/undoc_api
  • c48ccd3 Remove undocumented APIs related to XP support
  • 5dbd2eb Merge pull request #424 from akshaykmr/patch-1
  • e2c301e adds TeleType cli-tool to Real-world uses section
  • 3549056 Move real world uses below usage information
  • f9a56dd Add an API section to readme
  • c6f6cab Merge pull request #420 from microsoft/dependabot/npm_and_yarn/lodash-4.17.19
  • 641c034 Bump lodash from 4.17.15 to 4.17.19
  • 400146f Update electron example to v9.1.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

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

2 participants