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:
authorRobo <hop2deep@gmail.com>2022-05-19 08:34:26 +0300
committerGitHub <noreply@github.com>2022-05-19 08:34:26 +0300
commit60e199cda4988e09fd78b1eeb9dce5e9e87e8a1d (patch)
tree9ecd3e0e3fa9fb5e150c62152df4b11a2fd45483
parentba2dd825803b5f95d5dcce927afc3a4882ed0f84 (diff)
chore: bump electron@17.4.4 (#149896)
-rw-r--r--.yarnrc2
-rw-r--r--build/azure-pipelines/linux/product-build-linux-client.yml10
-rw-r--r--build/azure-pipelines/win32/product-build-win32.yml8
-rw-r--r--cgmanifest.json4
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
6 files changed, 8 insertions, 26 deletions
diff --git a/.yarnrc b/.yarnrc
index 95494af5201..f2811eb170a 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,4 +1,4 @@
disturl "https://electronjs.org/headers"
-target "17.4.3"
+target "17.4.4"
runtime "electron"
build_from_source "true"
diff --git a/build/azure-pipelines/linux/product-build-linux-client.yml b/build/azure-pipelines/linux/product-build-linux-client.yml
index 4e6f8f13d0e..7dba0eef378 100644
--- a/build/azure-pipelines/linux/product-build-linux-client.yml
+++ b/build/azure-pipelines/linux/product-build-linux-client.yml
@@ -122,16 +122,6 @@ steps:
- script: |
set -e
export npm_config_arch=$(NPM_ARCH)
- # node-gyp@9.0.0 shipped with node@16.15.0 starts using config.gypi
- # from the custom headers path if dist-url option was set instead of
- # using the config value from the process. Electron builds with pointer compression
- # enabled for x64 and arm64, but incorrectly ships a single copy of config.gypi
- # with v8_enable_pointer_compression option always set for all target architectures.
- # We use the force_process_config option to use the config.gypi from the
- # nodejs process executing npm for 32-bit architectures.
- if [ "$NPM_ARCH" = "armv7l" ]; then
- export npm_config_force_process_config="true"
- fi
if [ -z "$CC" ] || [ -z "$CXX" ]; then
# Download clang based on chromium revision used by vscode
diff --git a/build/azure-pipelines/win32/product-build-win32.yml b/build/azure-pipelines/win32/product-build-win32.yml
index 286283a31dc..4b746afc2a1 100644
--- a/build/azure-pipelines/win32/product-build-win32.yml
+++ b/build/azure-pipelines/win32/product-build-win32.yml
@@ -103,14 +103,6 @@ steps:
. build/azure-pipelines/win32/retry.ps1
$ErrorActionPreference = "Stop"
$env:npm_config_arch="$(VSCODE_ARCH)"
- # node-gyp@9.0.0 shipped with node@16.15.0 starts using config.gypi
- # from the custom headers path if dist-url option was set instead of
- # using the config value from the process. Electron builds with pointer compression
- # enabled for x64 and arm64, but incorrectly ships a single copy of config.gypi
- # with v8_enable_pointer_compression option always set for all target architectures.
- # We use the force_process_config option to use the config.gypi from the
- # nodejs process executing npm for 32-bit architectures.
- if ('$(VSCODE_ARCH)' -eq 'ia32') { $env:npm_config_force_process_config="true" }
$env:CHILD_CONCURRENCY="1"
retry { exec { yarn --frozen-lockfile --check-files } }
env:
diff --git a/cgmanifest.json b/cgmanifest.json
index a4a8dc1be73..d153e97eb0f 100644
--- a/cgmanifest.json
+++ b/cgmanifest.json
@@ -60,12 +60,12 @@
"git": {
"name": "electron",
"repositoryUrl": "https://github.com/electron/electron",
- "commitHash": "322f1c3f8907f2592eef5b5e03a97045e30df9e3"
+ "commitHash": "085a15fd95969f3c61a52b39d64a7048d306dabe"
}
},
"isOnlyProductionDependency": true,
"license": "MIT",
- "version": "17.4.3"
+ "version": "17.4.4"
},
{
"component": {
diff --git a/package.json b/package.json
index 035efff2f33..c9215abb13a 100644
--- a/package.json
+++ b/package.json
@@ -135,7 +135,7 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
- "electron": "17.4.3",
+ "electron": "17.4.4",
"eslint": "8.7.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",
diff --git a/yarn.lock b/yarn.lock
index cee415886c1..21813ce9737 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4296,10 +4296,10 @@ electron-to-chromium@^1.4.17:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598"
integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==
-electron@17.4.3:
- version "17.4.3"
- resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.3.tgz#5f3c26cb211f9267d2becee717f34e3ce564a6bf"
- integrity sha512-WQggyCgNUOzoOn+wJKe+xFhYy56gyrn/jIa/l7dyD3TxPb8lddSc86OAqPnP5EugcNXQ0yIu8b+SIE8duKozSw==
+electron@17.4.4:
+ version "17.4.4"
+ resolved "https://registry.yarnpkg.com/electron/-/electron-17.4.4.tgz#a289fa5cff6a59ef83647517a295eca780d64a86"
+ integrity sha512-/CqXJwm1VLfhF7+QhCrPEoePcpGMdRh09A+sVHX+kgT1twrmNH8S+ZeMPYxX8EU0O0Eki3UfA5zA2ADWaCDq2Q==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"