chore: bump electron@18.0.0-beta.4

This commit is contained in:
deepak1556 2022-03-21 02:36:00 +09:00
parent acb156d6fb
commit 1044556d8b
10 changed files with 15 additions and 20 deletions

View file

@ -1,4 +1,4 @@
disturl "https://electronjs.org/headers" disturl "https://electronjs.org/headers"
target "17.4.6" target "18.0.0-beta.4"
runtime "electron" runtime "electron"
build_from_source "true" build_from_source "true"

View file

@ -30,8 +30,7 @@ app.once('ready', () => {
webPreferences: { webPreferences: {
nodeIntegration: true, nodeIntegration: true,
contextIsolation: false, contextIsolation: false,
enableWebSQL: false, enableWebSQL: false
nativeWindowOpen: true
} }
}); });
window.setMenuBarVisibility(false); window.setMenuBarVisibility(false);

View file

@ -6,7 +6,7 @@
"git": { "git": {
"name": "chromium", "name": "chromium",
"repositoryUrl": "https://chromium.googlesource.com/chromium/src", "repositoryUrl": "https://chromium.googlesource.com/chromium/src",
"commitHash": "e2aa76f05f3a6ccadbf43e37f5dfc195cc090b6a" "commitHash": "20d57147be17d551f68ae56b649d7f529cd104bd"
} }
}, },
"licenseDetail": [ "licenseDetail": [
@ -40,7 +40,7 @@
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." "SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
], ],
"isOnlyProductionDependency": true, "isOnlyProductionDependency": true,
"version": "98.0.4758.141" "version": "100.0.4894.0"
}, },
{ {
"component": { "component": {
@ -48,11 +48,11 @@
"git": { "git": {
"name": "nodejs", "name": "nodejs",
"repositoryUrl": "https://github.com/nodejs/node", "repositoryUrl": "https://github.com/nodejs/node",
"commitHash": "40ecd5601193c316e62e9216e8a4259130686208" "commitHash": "acb71eab779fb56bf70e8a9e0cb2e82a089a87de"
} }
}, },
"isOnlyProductionDependency": true, "isOnlyProductionDependency": true,
"version": "16.13.0" "version": "16.13.2"
}, },
{ {
"component": { "component": {
@ -60,12 +60,12 @@
"git": { "git": {
"name": "electron", "name": "electron",
"repositoryUrl": "https://github.com/electron/electron", "repositoryUrl": "https://github.com/electron/electron",
"commitHash": "3a1945bd6c62459a457bd8d0b922259234816e22" "commitHash": "fc3172dd2a6a0f0e8289a5e72483c66d559b65a2"
} }
}, },
"isOnlyProductionDependency": true, "isOnlyProductionDependency": true,
"license": "MIT", "license": "MIT",
"version": "17.4.6" "version": "18.0.0-beta.4"
}, },
{ {
"component": { "component": {

View file

@ -136,7 +136,7 @@
"cssnano": "^4.1.11", "cssnano": "^4.1.11",
"debounce": "^1.0.0", "debounce": "^1.0.0",
"deemon": "^1.4.0", "deemon": "^1.4.0",
"electron": "17.4.6", "electron": "18.0.0-beta.4",
"eslint": "8.7.0", "eslint": "8.7.0",
"eslint-plugin-header": "3.1.1", "eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0", "eslint-plugin-jsdoc": "^19.1.0",

View file

@ -1,4 +1,4 @@
disturl "http://nodejs.org/dist" disturl "http://nodejs.org/dist"
target "16.13.0" target "16.13.2"
runtime "node" runtime "node"
build_from_source "true" build_from_source "true"

View file

@ -335,7 +335,6 @@ export class IssueMainService implements ICommonIssueService {
v8CacheOptions: this.environmentMainService.useCodeCache ? 'bypassHeatCheck' : 'none', v8CacheOptions: this.environmentMainService.useCodeCache ? 'bypassHeatCheck' : 'none',
enableWebSQL: false, enableWebSQL: false,
spellcheck: false, spellcheck: false,
nativeWindowOpen: true,
zoomFactor: zoomLevelToZoomFactor(options.zoomLevel), zoomFactor: zoomLevelToZoomFactor(options.zoomLevel),
sandbox: true, sandbox: true,
contextIsolation: true contextIsolation: true

View file

@ -228,7 +228,6 @@ export class SharedProcess extends Disposable implements ISharedProcess {
contextIsolation: false, contextIsolation: false,
enableWebSQL: false, enableWebSQL: false,
spellcheck: false, spellcheck: false,
nativeWindowOpen: true,
images: false, images: false,
webgl: false webgl: false
} }

View file

@ -195,7 +195,6 @@ export class CodeWindow extends Disposable implements ICodeWindow {
v8CacheOptions: this.environmentMainService.useCodeCache ? 'bypassHeatCheck' : 'none', v8CacheOptions: this.environmentMainService.useCodeCache ? 'bypassHeatCheck' : 'none',
enableWebSQL: false, enableWebSQL: false,
spellcheck: false, spellcheck: false,
nativeWindowOpen: true,
zoomFactor: zoomLevelToZoomFactor(windowSettings?.zoomLevel), zoomFactor: zoomLevelToZoomFactor(windowSettings?.zoomLevel),
// Enable experimental css highlight api https://chromestatus.com/feature/5436441440026624 // Enable experimental css highlight api https://chromestatus.com/feature/5436441440026624
// Refs https://github.com/microsoft/vscode/issues/140098 // Refs https://github.com/microsoft/vscode/issues/140098

View file

@ -187,8 +187,7 @@ app.on('ready', () => {
nodeIntegration: true, nodeIntegration: true,
contextIsolation: false, contextIsolation: false,
enableWebSQL: false, enableWebSQL: false,
spellcheck: false, spellcheck: false
nativeWindowOpen: true
} }
}); });

View file

@ -4287,10 +4287,10 @@ electron-to-chromium@^1.4.17:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598"
integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg== integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==
electron@17.4.6: electron@18.0.0-beta.4:
version "17.4.6" version "18.0.0-beta.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.6.tgz#4837b3adb2636992a33da734a77794dd932fb05c" resolved "https://registry.yarnpkg.com/electron/-/electron-18.0.0-beta.4.tgz#68f33aa577cb47a841bd090f0200558ea3c0db73"
integrity sha512-9aPjlyWoVxchD/iw5KcbQ7ZaC5ezxsObBrMbGjpdMmDL5dktI0EkT6x2l2CYPZCi4rQG/6qlPfTZJeVPIIwI2Q== integrity sha512-0dlt8srsvuaheRYiKJ5FXdr+7HCysCrCXVrO/b/E0nfythK05ec/DjOL8dWBfdVe2wMMiTST6fMREdHtis8vQg==
dependencies: dependencies:
"@electron/get" "^1.13.0" "@electron/get" "^1.13.0"
"@types/node" "^14.6.2" "@types/node" "^14.6.2"