Upgrade to Electron 17.0.1

This commit is contained in:
Evan Hahn 2022-02-18 15:58:49 -06:00 committed by GitHub
parent 2de45a341b
commit 811e38b633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Signal Messenger, LLC # Copyright 2020-2022 Signal Messenger, LLC
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
name: Benchmark name: Benchmark
@ -26,7 +26,7 @@ jobs:
- name: Setup node.js - name: Setup node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '16.9.1' node-version: '16.13.0'
- name: Install global dependencies - name: Install global dependencies
run: npm install -g yarn@1.22.10 run: npm install -g yarn@1.22.10

View File

@ -1,4 +1,4 @@
# Copyright 2020-2021 Signal Messenger, LLC # Copyright 2020-2022 Signal Messenger, LLC
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
name: CI name: CI
@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '16.9.1' node-version: '16.13.0'
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules - name: Cache Desktop node_modules
@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '16.9.1' node-version: '16.13.0'
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules - name: Cache Desktop node_modules
@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '16.9.1' node-version: '16.13.0'
- run: sudo apt-get install xvfb - run: sudo apt-get install xvfb
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '16.9.1' node-version: '16.13.0'
- run: npm install -g yarn@1.22.10 - run: npm install -g yarn@1.22.10
- name: Cache Desktop node_modules - name: Cache Desktop node_modules
@ -167,7 +167,7 @@ jobs:
- name: Setup node.js - name: Setup node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '16.9.1' node-version: '16.13.0'
- name: Install global dependencies - name: Install global dependencies
run: npm install -g yarn@1.22.10 run: npm install -g yarn@1.22.10

2
.nvmrc
View File

@ -1 +1 @@
16.9.1 16.13.0

View File

@ -259,7 +259,7 @@
"cross-env": "5.2.0", "cross-env": "5.2.0",
"css-loader": "3.2.0", "css-loader": "3.2.0",
"debug": "4.3.3", "debug": "4.3.3",
"electron": "16.0.8", "electron": "17.0.1",
"electron-builder": "22.14.5", "electron-builder": "22.14.5",
"electron-mocha": "11.0.2", "electron-mocha": "11.0.2",
"electron-notarize": "0.1.1", "electron-notarize": "0.1.1",
@ -303,7 +303,7 @@
"sharp/color/color-string": "1.7.4" "sharp/color/color-string": "1.7.4"
}, },
"engines": { "engines": {
"node": "16.9.1" "node": "16.13.0"
}, },
"build": { "build": {
"appId": "org.whispersystems.signal-desktop", "appId": "org.whispersystems.signal-desktop",

View File

@ -6028,10 +6028,10 @@ electron-window@^0.8.0:
dependencies: dependencies:
is-electron-renderer "^2.0.0" is-electron-renderer "^2.0.0"
electron@16.0.8: electron@17.0.1:
version "16.0.8" version "17.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-16.0.8.tgz#7ebd3e23c4883c239f53d8b7af1100f455ac8a02" resolved "https://registry.yarnpkg.com/electron/-/electron-17.0.1.tgz#e6c7ad2be26e7be8a5a9bac16b21920ad2671224"
integrity sha512-znTVkl8LaGcPNdfc6SRr+6LYg2GtSCKXln/nW/PC+urBfAFnOYIuDock8QyGVFfzr5PuAa+g8YQQAboHV77D7g== integrity sha512-CBReR/QEOpgwMdt59lWCtj9wC8oHB6aAjMF1lhXcGew132xtp+C5N6EaXb/fmDceVYLouziYjbNcpeXsWrqdpA==
dependencies: dependencies:
"@electron/get" "^1.13.0" "@electron/get" "^1.13.0"
"@types/node" "^14.6.2" "@types/node" "^14.6.2"