-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
chore: upgrade Electron from 32 to 34 #4568
Conversation
b257d14
to
575485b
Compare
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.
Reviewed by (smoke) testing
That MacOS 10.15 is not supported anymore is sad, but we can't change it.
Is this a big deal? Because we can upgrade to the latest 32, and it would still resolve the referenced issue. |
Well that would give us some weeks (maybe month) and then we have to upgrade anyway. So let's upgrade to 34 now |
FYI breaking changes: - https://www.electronjs.org/blog/electron-33-0#breaking-changes - https://www.electronjs.org/blog/electron-34-0#breaking-changes Closes #3416. Appears to work after some basic testing.
575485b
to
f4c04ff
Compare
Why did this close #3416? |
Electron fixed it electron/electron#45472 |
FYI breaking changes. Nothing much appears to apply to us, except perhaps macOS. Please re-check:
Closes #3416.
Appears to work after some basic testing.