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

fix: update dependencies, support Electron 22 #142

Merged
merged 3 commits into from
Dec 5, 2022
Merged

fix: update dependencies, support Electron 22 #142

merged 3 commits into from
Dec 5, 2022

Conversation

MarshallOfSound
Copy link
Member

As in title, this has one user facing change:

  • Adds the utilityProcess and pushNotifications modules to the main process module list

@@ -329,7 +329,8 @@ describe('remote module', () => {
const w = new BrowserWindow({
show: false,
webPreferences: {
preload
preload,
sandbox: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it right to turn off the sandbox for this test?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think your sandbox by default PR in electron broke this test somehow. This just ensures sandbox is disabled correctly in Electron 22 where that PR landed

@MarshallOfSound MarshallOfSound merged commit df4ecc0 into main Dec 5, 2022
@electron-bot
Copy link

🎉 This PR is included in version 2.0.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants