node16.patch 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. diff --git a/build/gulpfile.reh.js b/build/gulpfile.reh.js
  2. index 7d58861..87f2632 100644
  3. --- a/build/gulpfile.reh.js
  4. +++ b/build/gulpfile.reh.js
  5. @@ -389,16 +389,2 @@ function packageTask(type, platform, arch, sourceFolderName, destinationFolderNa
  6. - if (platform === 'linux' && process.env['VSCODE_NODE_GLIBC'] === '-glibc-2.17') {
  7. - result = es.merge(result,
  8. - gulp.src(`resources/server/bin/helpers/check-requirements-linux-legacy.sh`, { base: '.' })
  9. - .pipe(rename(`bin/helpers/check-requirements.sh`))
  10. - .pipe(util.setExecutableBit())
  11. - );
  12. - } else if (platform === 'linux' || platform === 'alpine') {
  13. - result = es.merge(result,
  14. - gulp.src(`resources/server/bin/helpers/check-requirements-linux.sh`, { base: '.' })
  15. - .pipe(rename(`bin/helpers/check-requirements.sh`))
  16. - .pipe(util.setExecutableBit())
  17. - );
  18. - }
  19. -
  20. result = inlineMeta(result, {
  21. diff --git a/remote/package.json b/remote/package.json
  22. index 48b849c..2df37e4 100644
  23. --- a/remote/package.json
  24. +++ b/remote/package.json
  25. @@ -31,3 +31,3 @@
  26. "native-watchdog": "^1.4.1",
  27. - "node-pty": "1.1.0-beta11",
  28. + "node-pty": "1.1.0-beta4",
  29. "tas-client-umd": "0.2.0",
  30. diff --git a/remote/yarn.lock b/remote/yarn.lock
  31. index 38f916a..d116ac9 100644
  32. --- a/remote/yarn.lock
  33. +++ b/remote/yarn.lock
  34. @@ -439,2 +439,7 @@ ms@2.1.2:
  35. +nan@^2.17.0:
  36. + version "2.18.0"
  37. + resolved "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz#26a6faae7ffbeb293a39660e88a76b82e30b7554"
  38. + integrity sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==
  39. +
  40. napi-build-utils@^1.0.1:
  41. @@ -456,3 +461,3 @@ node-abi@^3.3.0:
  42. -node-addon-api@7.1.0, node-addon-api@^7.1.0:
  43. +node-addon-api@7.1.0:
  44. version "7.1.0"
  45. @@ -481,8 +486,8 @@ node-gyp-build@4.8.1, node-gyp-build@^4.3.0:
  46. -node-pty@1.1.0-beta11:
  47. - version "1.1.0-beta11"
  48. - resolved "https://registry.yarnpkg.com/node-pty/-/node-pty-1.1.0-beta11.tgz#909d5dd8f9aa2a7857e7b632fd4d2d4768bdf69f"
  49. - integrity sha512-vTjF+VrvSCfPDILUkIT+YrG1Fdn06/eBRS2fc9a3JzYAvknMB1Ip8aoJhxl8hNpjWAbprmCEiV91mlfNpCD+GQ==
  50. +node-pty@1.1.0-beta4:
  51. + version "1.1.0-beta4"
  52. + resolved "https://registry.npmjs.org/node-pty/-/node-pty-1.1.0-beta4.tgz#ee74d909c9f422ffc7f675e1092529673f8906ec"
  53. + integrity sha512-CgffN9AxVtH4g7vDxtanm2qaR7jw3oet9r+ArzziGiFvmds9SdR3gXkZF0fqZWSxhTHZusJWvsuKvRv+5O2K8A==
  54. dependencies:
  55. - node-addon-api "^7.1.0"
  56. + nan "^2.17.0"