chore: update deps and actions - #613
Conversation
extract-zip is broken on Node 24.16.0 and is already replaced in electron forge upstream with the electron alternative. See electron/electron#51619
electron no longer uses postinstall scripts to download binaries
[10.57.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.57.0) introduced `dataCollection` option and deprecated `sendDefaultPii`. Commit updates to use a value that matches with existing behavior. There is probably room to filter more, but probably better to do as a follow-up.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Initial usage of the `electron` CLI will print a log line about downloading the binary (https://github.com/electron/electron/blob/v42.5.0/npm/index.js#L8). Update the check in CI to only take the last line of output
Running into issue described in electron/forge#3845. Alternative solution is to keep install scripts disabled and running the rebuilds as a step in the relevant workflow.
@electron/packagerto break, requiring an override (see e0565af). Apparently, Node 24.18.0 fixes the issue but the relevant electron upstream projects are replacing the dep anyways.@comapeo/map-serverto occur. For now, we specify an override for the offending transitive dep (see fix: address breaking change from typebox patch release comapeo-map-server#58)