erisu opened a new pull request #179:
URL: https://github.com/apache/cordova-electron/pull/179


   ### Motivation and Context
   
   Use latest dependencies:
   
   * Bump Dependencies
     * [email protected]
     * electron-build@^22.9.1
     * execa@^5.0.0
   
   * Electron is pinned for builds 11.1.1
   
   #### Electron 11.x (11.1.1)
   
   Since Cordova-Electron 2.x is using Electron 10.1.2, there has been various 
fixes, security patches, new features and one breaking change introduced though 
all the version up to Electron 11.1.1.
   
   Below I have outlined the main changes, but for a full list please review 
Electon's Change Log at: https://www.electronjs.org/releases/stable
   
   ##### Stack Upgrade
   
   * Chromium 87.0.4280.47
   * Node v12.18.3
   * V8 v8.7
   
   ##### Breaking Changes
   
   * Removed experimental APIs: BrowserView.{destroy, fromId, fromWebContents, 
getAllViews} and the id property of BrowserView.
   
   #### Execa Breaking Change
   
   * Removed the faulty emulated ENOENT error on Windows. 
https://github.com/sindresorhus/execa/releases/tag/v5.0.0
   
   
   ### Testing
   
   - `npm t`
   
   ### Checklist
   
   - [x] I've run the tests to see all new and existing tests pass


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to