File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
disturl "https://electronjs.org/headers"
2
- target "19.1.3 "
2
+ target "19.1.6 "
3
3
runtime "electron"
4
4
build_from_source "true"
Original file line number Diff line number Diff line change 528
528
"git" : {
529
529
"name" : " electron" ,
530
530
"repositoryUrl" : " https://github.com/electron/electron" ,
531
- "commitHash" : " 83077e9b97c55cd4f9f641530442bcfd1c2ab949 "
531
+ "commitHash" : " 165d5a2547bfc5ff22cd98950bca7fcddb7dea9d "
532
532
}
533
533
},
534
534
"isOnlyProductionDependency" : true ,
535
535
"license" : " MIT" ,
536
- "version" : " 19.1.3 "
536
+ "version" : " 19.1.6 "
537
537
},
538
538
{
539
539
"component" : {
Original file line number Diff line number Diff line change 141
141
"cssnano" : " ^4.1.11" ,
142
142
"debounce" : " ^1.0.0" ,
143
143
"deemon" : " ^1.8.0" ,
144
- "electron" : " 19.1.3 " ,
144
+ "electron" : " 19.1.6 " ,
145
145
"eslint" : " 8.7.0" ,
146
146
"eslint-plugin-header" : " 3.1.1" ,
147
147
"eslint-plugin-jsdoc" : " ^39.3.2" ,
Original file line number Diff line number Diff line change @@ -237,6 +237,11 @@ function configureCommandlineSwitchesSync(cliArgs) {
237
237
*/
238
238
app . commandLine . appendSwitch ( 'disable-features' , 'CalculateNativeWinOcclusion' ) ;
239
239
240
+ /* Following features are enabled from the runtime.
241
+ * `AutoDisableAccessibility` - https://github.com/microsoft/vscode/issues/162331#issue-1390744354
242
+ */
243
+ app . commandLine . appendSwitch ( 'enable-features' , 'AutoDisableAccessibility' ) ;
244
+
240
245
// Support JS Flags
241
246
const jsFlags = getJSFlags ( cliArgs ) ;
242
247
if ( jsFlags ) {
Original file line number Diff line number Diff line change @@ -3912,10 +3912,10 @@ electron-to-chromium@^1.4.202:
3912
3912
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.207.tgz#9c3310ebace2952903d05dcaba8abe3a4ed44c01"
3913
3913
integrity sha512-piH7MJDJp4rJCduWbVvmUd59AUne1AFBJ8JaRQvk0KzNTSUnZrVXHCZc+eg+CGE4OujkcLJznhGKD6tuAshj5Q==
3914
3914
3915
-
3916
- version "19.1.3 "
3917
- resolved "https://registry.yarnpkg.com/electron/-/electron-19.1.3 .tgz#90a2b6c3d738789d657477d87d1539f008be6536 "
3918
- integrity sha512-P2kfFc8UqVvPHE1w9qTZSPNpfOqd+CK34K3wBqJwokzYdVBLsVkbIoLxyByjJ/cU35WaeCL5bsI8kXALfPvebw ==
3915
+
3916
+ version "19.1.6 "
3917
+ resolved "https://registry.yarnpkg.com/electron/-/electron-19.1.6 .tgz#32443cd293d3d877cd3d224e45880e3fbf264e49 "
3918
+ integrity sha512-bT6Mr7JbHbONpr/U7R47lwTkMUvuAyOfnoLlbDqvGocQyZCCN3JB436wtf2+r3/IpMEz3T+dHLweFDY5i2wuxw ==
3919
3919
dependencies :
3920
3920
" @electron/get" " ^1.14.1"
3921
3921
" @types/node" " ^16.11.26"
You can’t perform that action at this time.
0 commit comments