-
Notifications
You must be signed in to change notification settings - Fork 308
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
Bump electron from 18.3.13 to 22.0.0 #3683
Conversation
Bumps [electron](https://github.com/electron/electron) from 18.3.13 to 22.0.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v18.3.13...v22.0.0) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
… in Electron 21 When ffi-napi is fixed, we can revert this change. Signed-off-by: Eric Promislow <[email protected]>
71def05
to
cd176d5
Compare
I should have made a note when I first looked at this, but I recall the failure is due to a change in V8 JS runtime that isn't compatible with the FFI JS/C module. |
The patch on the bump works on macos and linux, but fails to build on Windows, because of a non-windows option The |
@@ -64,6 +64,7 @@ | |||
"dompurify": "^2.3.10", | |||
"electron-updater": "^5.2.1", | |||
"express": "^4.18.1", | |||
"@inigolabs/ffi-napi": "^4.0.10", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the… opaqueness of this package, we should probably not use it. We may need to reconsider alternative ways to get the certificates (such as have a native executable that generates a tar file directly, instead of doing it from JS). :(
A newer version of electron exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
We updated to electron 26.2.4 in #5620 |
Bumps electron from 18.3.13 to 22.0.0.
Release notes
Sourced from electron's releases.
... (truncated)
Commits
71941e7
chore: bump chromium to 108.0.5359.62 (22-x-y) (#36478)8d9a964
fix: enable crashpad for ELECTRON_RUN_AS_NODE processes (#36483)e879e2f
build(deps): bump minimatch from 3.0.4 to 3.0.8 (#36468)4989994
fix: reimplement Tray with StatusIconLinuxDbus on Linux (#36472)ccc5a7a
fix: remove unneeded --turbo-profiling-input arg from mksnapshot_args… (#36463)6338350
chore: cherry-pick 7196a42b42ce from chromium (#36458)1601265
docs: add missing event-emitter link to utility-process docs (#36433)02eef17
chore: fix dangling promise in npm install (#36398)17d712e
build: force ninja binary to the right arch after src cache restore (#36404)5085ac7
chore: bump chromium to 108.0.5359.48 (22-x-y) (#36388)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)