-
Notifications
You must be signed in to change notification settings - Fork 323
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
Update electron-builder to v23.0.6 #3410
Update electron-builder to v23.0.6 #3410
Conversation
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.
Before updating Electron, it is important to go trough changelogs and check if there was any change, even super small one, that could somehow affect Enso. If there are any doubts, please list here all the changes that could theoretically affect Enso and lets check them. If there were no such changes, please write about it, so we know the changelog was checked (see the previous electron update PR to see an example of such analysis).
@wdanilo We're not updating Electron, we're updating The Anyway, the update to Electron |
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.
@vitvakatu oh wow, if we are still using old electron this is bad. Please triple-check if the updated Electron works smoothly with the app and then lets merge it.
I'm no JS/NPM expert, but I'd rather expect that the lock file gets overridden locally to fit the requirements. |
Pull Request Description
[ci no changelog needed]
Task link.
It fixes the build issue on Mac OS 12.3.1 that is caused by removed
/usr/bin/python
executable.Also applied
enso-formatter
to the sources.Important Notes
We're basically updating for one major
electron-builder
release - fromv22
tov23
. I didn't spot anything in the changelog that could affect us. See features + breaking changes excerpt:Checklist
Please include the following checklist in your PR:
./run dist
and./run watch
.