Skip to content

Commit 17ae8c0

Browse files
committed
chore: bump [email protected]
1 parent a742327 commit 17ae8c0

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
disturl "https://electronjs.org/headers"
2-
target "17.1.0"
2+
target "17.1.1"
33
runtime "electron"
44
build_from_source "true"

build/azure-pipelines/linux/product-build-linux-client.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ steps:
9999
100100
if [ -z "$CC" ] || [ -z "$CXX" ]; then
101101
# Download clang based on chromium revision used by vscode
102-
curl -s https://raw.githubusercontent.com/chromium/chromium/98.0.4758.102/tools/clang/scripts/update.py | python - --output-dir=$PWD/.build/CR_Clang --host-os=linux
102+
curl -s https://raw.githubusercontent.com/chromium/chromium/98.0.4758.109/tools/clang/scripts/update.py | python - --output-dir=$PWD/.build/CR_Clang --host-os=linux
103103
# Download libcxx headers and objects from upstream electron releases
104104
DEBUG=libcxx-fetcher \
105105
VSCODE_LIBCXX_OBJECTS_DIR=$PWD/.build/libcxx-objects \
@@ -109,9 +109,9 @@ steps:
109109
node build/linux/libcxx-fetcher.js
110110
# Set compiler toolchain
111111
# Flags for the client build are based on
112-
# https://source.chromium.org/chromium/chromium/src/+/refs/tags/98.0.4758.102:build/config/arm.gni
113-
# https://source.chromium.org/chromium/chromium/src/+/refs/tags/98.0.4758.102:build/config/compiler/BUILD.gn
114-
# https://source.chromium.org/chromium/chromium/src/+/refs/tags/98.0.4758.102:build/config/c++/BUILD.gn
112+
# https://source.chromium.org/chromium/chromium/src/+/refs/tags/98.0.4758.109:build/config/arm.gni
113+
# https://source.chromium.org/chromium/chromium/src/+/refs/tags/98.0.4758.109:build/config/compiler/BUILD.gn
114+
# https://source.chromium.org/chromium/chromium/src/+/refs/tags/98.0.4758.109:build/config/c++/BUILD.gn
115115
export CC=$PWD/.build/CR_Clang/bin/clang
116116
export CXX=$PWD/.build/CR_Clang/bin/clang++
117117
export CXXFLAGS="-nostdinc++ -D__NO_INLINE__ -isystem$PWD/.build/libcxx_headers -isystem$PWD/.build/libcxx_headers/include -isystem$PWD/.build/libcxxabi_headers/include -fPIC -flto=thin -fsplit-lto-unit"

cgmanifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"git": {
77
"name": "chromium",
88
"repositoryUrl": "https://chromium.googlesource.com/chromium/src",
9-
"commitHash": "5fcc32e77f5fd4aeea4b58321d18b4561e95bc68"
9+
"commitHash": "cbadbe267bec5c3c673d5a2f2fdef15541f5bfc1"
1010
}
1111
},
1212
"licenseDetail": [
@@ -40,7 +40,7 @@
4040
"SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
4141
],
4242
"isOnlyProductionDependency": true,
43-
"version": "98.0.4758.102"
43+
"version": "98.0.4758.109"
4444
},
4545
{
4646
"component": {
@@ -60,12 +60,12 @@
6060
"git": {
6161
"name": "electron",
6262
"repositoryUrl": "https://github.com/electron/electron",
63-
"commitHash": "08efa9a9b92ae67b0ae5c88de5b4699b20bc5d84"
63+
"commitHash": "d35270ebb1dc5e1b8efcc19f4b5623ebd6f6a471"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "17.1.0"
68+
"version": "17.1.1"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"cssnano": "^4.1.11",
137137
"debounce": "^1.0.0",
138138
"deemon": "^1.4.0",
139-
"electron": "17.1.0",
139+
"electron": "17.1.1",
140140
"eslint": "8.7.0",
141141
"eslint-plugin-header": "3.1.1",
142142
"eslint-plugin-jsdoc": "^19.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4302,10 +4302,10 @@ electron-to-chromium@^1.4.17:
43024302
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.45.tgz#cf1144091d6683cbd45a231954a745f02fb24598"
43034303
integrity sha512-czF9eYVuOmlY/vxyMQz2rGlNSjZpxNQYBe1gmQv7al171qOIhgyO9k7D5AKlgeTCSPKk+LHhj5ZyIdmEub9oNg==
43044304

4305-
4306-
version "17.1.0"
4307-
resolved "https://registry.yarnpkg.com/electron/-/electron-17.1.0.tgz#7539937d294413af8efba69dc370cf7d2b0cdc72"
4308-
integrity sha512-X/qdldmQ8lA15NmeraubWCTtMeTO8K9Ser0wtSCgOXVh53Sr1Ea0VQQ7Q9LuGgWRVz4qtr40cntuEdM8icdmTw==
4305+
4306+
version "17.1.1"
4307+
resolved "https://registry.yarnpkg.com/electron/-/electron-17.1.1.tgz#a936907faf68a0a4ae24e8f79c8b22995661c54b"
4308+
integrity sha512-S+PIsCOfxB+9DkPsbnWpbLQx6+3P5FGedCeVQ/vhZEX8zD4Wj2F118HGFX6ShEfsaTYE623ESK/f+b2ueHpEpQ==
43094309
dependencies:
43104310
"@electron/get" "^1.13.0"
43114311
"@types/node" "^14.6.2"

0 commit comments

Comments
 (0)