-
Notifications
You must be signed in to change notification settings - Fork 80
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 dependencies #231
Conversation
95d2129
to
9bc89ff
Compare
I'll give it a closer look later but from a preliminary look nothing jumps out at me, this is a good change |
@rauenzi , I've "discovered" that the update of |
Ah that is indeed quite a major implication... I would be hesitant to go forward with it if we're to get any initial adoption/migration of users. |
Avoids an import error because electron-debug became ESM-only in version 4. We will update to it once we upgrade to ESM.
0633039
to
9db4e1d
Compare
@rauenzi , OK, split the @TriliumNext/development , please review. Artifacts available here: https://github.com/TriliumNext/Notes/actions/runs/10020074760 |
better-sqlite3
This reverts commit 776d2e7.
…eature/update_electron
electron-debug
, norelectron-dl
can be updated for now, since they have become ESM-only, causing a crash at start-up. They can be updated once we have ESM in the server (see Port server to ES modules #15).