In version 12, electron deprecated usage of the `remote` module and will remove it fully in 14. We use this in a few places in our code in places that we can replace with either the new `@electron/remote` branch, or we might be able to remove the remote module usage entirely like how we updated the file picker in compass-connect recently: https://github.com/mongodb-js/compass/pull/2380
More info:
https://www.electronjs.org/docs/breaking-changes#deprecated-remote-module
- depends on
-
COMPASS-4098 Upgrade to electron 13
- Closed
- is depended on by
-
COMPASS-5507 Upgrade to electron 19
- Closed