Skip to content

Commit f1a7a54

Browse files
deepak1556bpasero
andcommitted
chore: update to electron 9-x-y (#102011)
* chore: bump [email protected] * remove exploration config * fix compile error * fix compile error * crashReporter has to be called only once before app ready * chore: bump [email protected] * enable LayoutNG * fix cron schedule * allow disabling appcenter crash reporting * set additional crash reporting parameters * start crashreporter for child process on linux * setup crash parameters only once * remove unused crashReporter.guid * address review feedback * reuse argv.json for storing crash reporter id * remove trailing commas * update localized name * update argv based on telemetry optout * update initial config based on setting * fix conditional errors * remove telemetry.enableCrashReporter * move default crash reporter config to electron-main * update comment for ext host crash reporting * set default value for configuration * some 💄 changes * address review feedback * do not use ES7 features in JS yet * add app.focus({ steal: true }) usage Co-authored-by: Benjamin Pasero <[email protected]>
1 parent 51e2299 commit f1a7a54

File tree

43 files changed

+249
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+249
-241
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://atom.io/download/electron"
2-
target "7.3.2"
2+
target "9.1.0"
33
runtime "electron"

build/azure-pipelines/darwin/continuous-build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- task: NodeTool@0
33
inputs:
4-
versionSpec: "12.13.0"
4+
versionSpec: "12.14.1"
55

66
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
77
inputs:

build/azure-pipelines/darwin/product-build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121

2222
- task: NodeTool@0
2323
inputs:
24-
versionSpec: "12.13.0"
24+
versionSpec: "12.14.1"
2525

2626
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
2727
inputs:

build/azure-pipelines/distro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pr:
88
steps:
99
- task: NodeTool@0
1010
inputs:
11-
versionSpec: "12.13.0"
11+
versionSpec: "12.14.1"
1212

1313
- task: AzureKeyVault@1
1414
displayName: 'Azure Key Vault: Get Secrets'

build/azure-pipelines/exploration-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pr:
1111
steps:
1212
- task: NodeTool@0
1313
inputs:
14-
versionSpec: "12.13.0"
14+
versionSpec: "12.14.1"
1515

1616
- task: AzureKeyVault@1
1717
displayName: 'Azure Key Vault: Get Secrets'

build/azure-pipelines/linux/continuous-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
1111
- task: NodeTool@0
1212
inputs:
13-
versionSpec: "12.13.0"
13+
versionSpec: "12.14.1"
1414

1515
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
1616
inputs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121

2222
- task: NodeTool@0
2323
inputs:
24-
versionSpec: "12.13.0"
24+
versionSpec: "12.14.1"
2525

2626
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
2727
inputs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121

2222
- task: NodeTool@0
2323
inputs:
24-
versionSpec: "12.13.0"
24+
versionSpec: "12.14.1"
2525

2626
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
2727
inputs:

build/azure-pipelines/linux/snap-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- task: NodeTool@0
33
inputs:
4-
versionSpec: "12.13.0"
4+
versionSpec: "12.14.1"
55

66
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
77
inputs:

build/azure-pipelines/product-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ steps:
1616

1717
- task: NodeTool@0
1818
inputs:
19-
versionSpec: "12.13.0"
19+
versionSpec: "12.14.1"
2020
condition: and(succeeded(), ne(variables['CacheExists-Compilation'], 'true'))
2121

2222
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2

0 commit comments

Comments
 (0)