-
-
Notifications
You must be signed in to change notification settings - Fork 830
Update node-gyp and node-pre-gyp #1441
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
Conversation
Hi, I've unscoped the variables as it will trigger a location change of node-pre-gyp for everyone and I'd rather not break anything. |
@kewde the unscoped packaged will not receive any updates going forward, so I believe we will have to make the switch at some point? |
@inukshuk thanks for pointing that out, in that case, the scoped package is the better option. |
This does appear to fix #1434. Is there any chance this could make it into a release on npm soon? I am pulling in the GitHub repository for now. |
A gentle request saying I would love to see this released, I'm also successfully using the commithash as a package.json reference and it's great, FWIW. Cheers |
the 3.x node-gyp dependency is now causing security alerts in packages that depend upon sqlite3 because of the indirect dep upon tar :( |
I also came here because of the security alert. Did as others suggested, using the commit hash by installing this way:
And that resolves the security alert. Would be better to have a release with this update in it, please @kewde. |
Bumping this -- please publish a new release @kewde I'm also here due to the tar dependency vulnerability CVE-2021-37713 |
Will there be a release resolving the vulnerabilities prompt any time soon? |
Bumping this also would like a new release. |
please publish a new release |
Please publish a new release. This fixes CVE-2021-3807 among other things. |
up |
Summary: `remotedev-server` has been deprecated and moved to `@redux-devtools/cli` I looked through the commits in the new repo and there didn't appear to be any significant/breaking changes. Had to include `node-gyp` here to get `sqlite3`(npm) (dependency of `@redux/devtools/cli`) to build successfully. There's a commit in the `sqlite3` repo to address this... but they haven't made a release (PR that addresses + people asking for a release TryGhost/node-sqlite3#1441) Test Plan: Able to use RemoteDev successfully: https://blob.sh/atul/73a5.png Reviewers: varun, palys-swm, def-au1t, ashoat Reviewed By: ashoat Subscribers: benschac, ashoat, Adrian, karol-bisztyga, boristopalov Differential Revision: https://phabricator.ashoat.com/D2712
Hi @kewde, Could you please let us know the next release date? |
Please release this, knex depends on vscode-sqlite3 |
This is basically the same as #1361 and also updates
node-pre-gyp
. Without updating these two I'm running into all kinds of issues trying to rebuild from source for Electron and for Apple'sarm64
.