Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeepak1556 <hop2deep@gmail.com>2021-10-01 18:36:24 +0300
committerdeepak1556 <hop2deep@gmail.com>2021-10-01 18:37:51 +0300
commita9a598351ea8500754b35cacd937dd1ab429dee6 (patch)
treecc9967f3ee112cea3c3d583480bdf03ac2d7bfc6
parentc9e8266ee24f34107ff52d836a4e8f533afb93c5 (diff)
chore: bump electron@13.5.1
Fixes https://github.com/microsoft/vscode/issues/134244 Fixes https://github.com/microsoft/vscode/issues/122225
-rw-r--r--.vscode/launch.json2
-rw-r--r--.yarnrc2
-rw-r--r--cgmanifest.json4
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
5 files changed, 8 insertions, 10 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 7524c58bdc4..6c5dda1ce3d 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -226,8 +226,6 @@
"runtimeArgs": [
"--inspect=5875",
"--no-cached-data",
- // for breakpoint freeze: https://github.com/microsoft/vscode/issues/122225#issuecomment-885377304
- "--js-flags=\"--regexp_interpret_all\"",
// for general runtime freezes: https://github.com/microsoft/vscode/issues/127861#issuecomment-904144910
"--disable-features=CalculateNativeWinOcclusion",
],
diff --git a/.yarnrc b/.yarnrc
index 792fb0d563c..08e0261794d 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,3 +1,3 @@
disturl "https://electronjs.org/headers"
-target "13.5.0"
+target "13.5.1"
runtime "electron"
diff --git a/cgmanifest.json b/cgmanifest.json
index 3fd26bc1f4b..62bb0a3718d 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
- "commitHash": "d93629321e994031e27504ccada933fb13fedb5a"
+ "commitHash": "e64966641c6aa10450ae1122efd3dac1f29eba21"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
- "version": "13.5.0"
+ "version": "13.5.1"
},
{
"component": {
diff --git a/package.json b/package.json
index eba2bebda8f..97f3d27a3e7 100644
--- a/package.json
+++ b/package.json
@@ -131,7 +131,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
- "electron": "13.5.0",
+ "electron": "13.5.1",
"eslint": "6.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",
diff --git a/yarn.lock b/yarn.lock
index 2c5d0d8f225..053ba8a53a2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3328,10 +3328,10 @@ electron-to-chromium@^1.3.723:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.737.tgz#196f2e9656f4f3c31930750e1899c091b72d36b5"
integrity sha512-P/B84AgUSQXaum7a8m11HUsYL8tj9h/Pt5f7Hg7Ty6bm5DxlFq+e5+ouHUoNQMsKDJ7u4yGfI8mOErCmSH9wyg==
-electron@13.5.0:
- version "13.5.0"
- resolved "https://registry.yarnpkg.com/electron/-/electron-13.5.0.tgz#6f746ca55d6be4f20dd4b799a5bf42fcb1ea0587"
- integrity sha512-s4+b1RFWkNKWp7WWrv2q60MuFljHUCbO7XAupBSCUz/NP1Hz4OenWbMPUt0H+fa8YZeN8CX3JDIA8Bet5uAJvw==
+electron@13.5.1:
+ version "13.5.1"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-13.5.1.tgz#76c02c39be228532f886a170b472cbd3d93f0d0f"
+ integrity sha512-ZyxhIhmdaeE3xiIGObf0zqEyCyuIDqZQBv9NKX8w5FNzGm87j4qR0H1+GQg6vz+cA1Nnv1x175Zvimzc0/UwEQ==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^14.6.2"