Skip to content
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

Upgrade electron #156

Merged
merged 11 commits into from
May 29, 2024
Merged

Upgrade electron #156

merged 11 commits into from
May 29, 2024

Conversation

joelmiles
Copy link
Contributor

No description provided.

joelmiles and others added 11 commits March 15, 2024 16:15
Upgrade webpack from 4->5 and remove or change any options as noted in
the upgrade guide.
Upgrade serialport from 7->12 and change any incompatibilities.
Upgrade electron from 4->29 and change any incompatibilities. Also
increment the Stele version since this is a large enough change.

Note that several security features are turned off here to allow for
backward compatibility with existing code. These should be targeted for
removal in a future release.
The newer versions of electron, serialport, and webpack require a newer
version of Node.
The Node installer for Windows now includes binary build tools so we can
remove the need to also install the windows-build-tools package. See https://www.npmjs.com/package/windows-build-tools.
feat: logging from renderer process
@joelmiles joelmiles merged commit a5765f6 into main May 29, 2024
@joelmiles joelmiles deleted the upgrade-electron branch May 29, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants