[Snyk] Upgrade node-pty from 0.7.6 to 0.9.0 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade node-pty from 0.7.6 to 0.9.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.Release notes
Package name: node-pty
-
0.9.0 - 2019-10-22
- New events API that is easier to use and plays nicer with TypeScript (#283) via @Tyriar
- Experimental flow control APIs are available (#304, #364) via @jerch. Note that they may be removed in the future, see node-pty.d.ts for details and xtermjs/xterm.js#2077 for discussion
- Promoted conpty support to stable and removed
- Allow specifying the
- winpty 0.4.3 ->0.4.4-dev (#297) via @Eugeny
- Fix passing
- Provide better error message when ioctl fails (#285) via @Tyriar
- Restore default ctrl+c handler in conpty support (#287) via @Tyriar
- Mark several APIs as
- Fix crash when using conpty on 32-bit Windows (#314) via @ZoeyR
- Fix handle inheritance for shells (#334) via @ZoeyR
- Re-throw release binary require exception when debug require fails (#340) via @Tyriar
- Avoid specifying
- Fix compilation when
- Protect calling resize with invalid values from crashing winpty (#363) via @Tyriar
- Remove dynamic loading so bundlers can work more effectively (#274) via @implausible
- Update electron example dependencies (#275, #291, #299, #315, #355) via @Tyriar
- Remove unneeded @types/ps-list dependency (#280) via @coderaiser
- Support node v12 (#288, #331) via @Eugeny, @deepak1556
- Git ignore VS Code CPP+ extension data directory (#292) via @Tyriar
- Automate releasing of beta and stable builds (#294) via @Tyriar
- Correct badge link in README (#295) via @Tyriar
- Correct usage of prepublish npm script (#298) via @coderaiser
- Remove chatty log message (#301) via @coderaiser
- Formatting/refactoring (#305, #310, #311) via @Tyriar, @jerch
- Support node v8 (#313) via @ZoeyR
- Upgrade to @types/node@8 (#321) via @Tyriar
- Support electron v6 (v8 7.6) (#322) via @deepak1556
- Upgrade nan (#336) via @deepak1556
- Upgrade lodash (#341) via @dependabot
- Remove pollUntil dependency and add vscode unit test debug target (#342) via @Tyriar
⚠️ Deprecations
- The
- Electerm (#270) via @zxdong262
- Extraterm (#276) via @sedwards2009
- Wetty (#302) via @koushikmln
-
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
- Fixed
- 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
-
- 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
- Fix Windows quoting of arguments when an argument contains both a space and non-surrounding quotes (#232) via @alexr00
- 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
-
0.7.8-conpty2 - 2018-12-21
-
0.7.8-conpty1 - 2018-12-11
-
0.7.7 - 2018-09-05
- Fix handling of quote escapes on Windows (#222) via @alexr00, arguments that contain spaces that are not surrounded in quotes are now correctly quoted
- Fixed an issue where kill didn't work anymore when used with a signal (#206) via @Tyriar, reverting the change in 0.7.5 to deliver signal to all slave processes
-
0.7.6 - 2018-06-25
- Include typings file with npm package #205 via @zijpn, @Tyriar
from node-pty GitHub release notes🚀 Features / API
colsandrowsare now exposed onIPty(#290) via @Tyriarexperimentalfrom name (#365) via @TyriarPSEUDOCONSOLE_INHERIT_CURSORconpty flag withIWindowsPtyForkOptions.conptyInheritCursor(#309) via @Tyriar⬆️ Dependencies
🐞 Bug fixes
nullasencodingto use raw buffers (#273, #362) via @anszom, @Tyriarreadonly(#308) via @Tyriar/usr/*/libunder libraries (#343) via @deepak1556VWERASE/VDISCARDare named differently (#358) via @ThePrez📝 Documentation and internal improvements
onevent format is now deprecated and will be removed in v1 (#283) via @Tyriar🎉 New real-world use cases
Bug fixes
IPty.killwhen using ConPTY (#262, #263) via @TyriarFeatures
Added support on Windows 10 to use the Windows ConPTY API (#236) via @Tyriar, @zadjii-msft. This will be enabled by default if you're on Windows 10 build number 17692+. This is expected to fix many issues on Windows, probably most notably #7 and microsoft/vscode#57803.
It can be disabled using experimentalUseConpty:
Documentation and internal improvements
Bug fixes
Documentation and internal improvements
Bug fixes
Bug fixes
Commit messages
Package name: node-pty
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