Skip to content

Commit 86e5586

Browse files
authored
chore: update electron version of test fixtures to 35.7.5 (electron-userland#9336)
1 parent f4d7924 commit 86e5586

20 files changed

Lines changed: 81 additions & 39 deletions

File tree

.github/actions/pretest/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- name: Update npm to mirror pr-release workflow environment
3232
run: npm install -g npm@11.6.2
3333
shell: bash
34-
34+
3535
- name: Verify updated npm version
3636
run: npm -v
3737
shell: bash
@@ -55,4 +55,4 @@ runs:
5555
# uses: ./.github/actions/pretest
5656
# with:
5757
# cache-path: ~/Library/Caches/electron
58-
# cache-key: v-23.3.10-macos-electron
58+
# cache-key: v-35.7.5-macos-electron

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: ./.github/actions/pretest
8383
with:
8484
cache-path: ~/.cache/electron
85-
cache-key: v-23.3.10-linux-electron
85+
cache-key: v-35.7.5-linux-electron
8686

8787
- name: Download test-runner if exists
8888
if: needs.run-docker-build.result == 'success'
@@ -129,7 +129,7 @@ jobs:
129129
uses: ./.github/actions/pretest
130130
with:
131131
cache-path: ~/.cache/electron
132-
cache-key: v-23.3.10-update-electron
132+
cache-key: v-35.7.5-update-electron
133133

134134
- name: Download test-runner if exists
135135
if: needs.run-docker-build.result == 'success'
@@ -172,7 +172,7 @@ jobs:
172172
uses: ./.github/actions/pretest
173173
with:
174174
cache-path: ~/.cache/electron
175-
cache-key: v-23.3.10-update-electron
175+
cache-key: v-35.7.5-update-electron
176176

177177
- name: Verify Docs Generation
178178
run: pnpm generate-all
@@ -200,7 +200,7 @@ jobs:
200200
- name: Setup Tests
201201
uses: ./.github/actions/pretest
202202
with:
203-
cache-key: v-23.3.10-windows-electron
203+
cache-key: v-35.7.5-windows-electron
204204
cache-path: ~\AppData\Local\electron\Cache
205205

206206
- name: Test
@@ -230,7 +230,7 @@ jobs:
230230
uses: ./.github/actions/pretest
231231
with:
232232
cache-path: ~/Library/Caches/electron
233-
cache-key: v-23.3.10-macos-electron
233+
cache-key: v-35.7.5-macos-electron
234234

235235
- name: Install toolset via brew
236236
run: |

packages/electron-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/lodash.escaperegexp": "4.1.6",
3232
"@types/lodash.isequal": "4.5.5",
3333
"@types/semver": "7.7.1",
34-
"electron": "^31.2.1"
34+
"electron": "35.7.5"
3535
},
3636
"typings": "./out/main.d.ts",
3737
"publishConfig": {

pnpm-lock.yaml

Lines changed: 25 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/test-app-build-sub/electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
electronVersion: 23.3.10
1+
electronVersion: 35.7.5
22
appId: org.electron-builder.testApp
33
compression: store
44
npmRebuild: false

test/fixtures/test-app-hoisted/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"main": "index.js",
1111
"build": {
12-
"electronVersion": "23.3.10",
12+
"electronVersion": "35.7.5",
1313
"appId": "org.electron-builder.testApp",
1414
"compression": "store",
1515
"npmRebuild": false,

test/fixtures/test-app-one/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Foo Bar <foo@example.com>",
99
"license": "MIT",
1010
"build": {
11-
"electronVersion": "23.3.10",
11+
"electronVersion": "35.7.5",
1212
"appId": "org.electron-builder.testApp",
1313
"compression": "store",
1414
"npmRebuild": false,

test/fixtures/test-app-symlink-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"main": "index.js",
1010
"build": {
11-
"electronVersion": "23.3.10",
11+
"electronVersion": "35.7.5",
1212
"appId": "org.electron-builder.testApp",
1313
"compression": "store"
1414
},

test/fixtures/test-app-yarn-hoisted/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"build": {
4-
"electronVersion": "23.3.10",
4+
"electronVersion": "35.7.5",
55
"appId": "org.electron-builder.testApp",
66
"compression": "store",
77
"npmRebuild": false,

test/fixtures/test-app-yarn-several-workspace/packages/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Foo Bar <foo@example.com>",
88
"license": "MIT",
99
"build": {
10-
"electronVersion": "23.3.10",
10+
"electronVersion": "35.7.5",
1111
"appId": "org.electron-builder.testApp",
1212
"compression": "store",
1313
"npmRebuild": false,

0 commit comments

Comments
 (0)