Skip to content

Commit

Permalink
Merge pull request #2942 from Azure/shpaster/component-governance
Browse files Browse the repository at this point in the history
Component governance updates
  • Loading branch information
gingi authored Nov 18, 2024
2 parents b41ece3 + 817016c commit e1eff58
Show file tree
Hide file tree
Showing 10 changed files with 155 additions and 330 deletions.
12 changes: 6 additions & 6 deletions .vsts/darwin/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.network.client</key>
Expand Down
138 changes: 36 additions & 102 deletions desktop/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"@azure/bonito-ui": "^1.0.0",
"@azure/core-util": "1.9.1",
"@azure/msal-node": "^2.7.0",
"@azure/storage-blob": "^12.23.0",
"@azure/storage-blob": "^12.25.0",
"@batch/ui-playground": "^1.0.0",
"@batch/ui-react": "^1.0.0",
"@batch/ui-service": "^1.0.0",
Expand All @@ -205,7 +205,7 @@
"commander": "^8.0.0",
"d3": "^7.8.2",
"decode-uri-component": "^0.2.1",
"electron-updater": "^4.3.8",
"electron-updater": "^6.3.9",
"element-resize-detector": "^1.2.1",
"extract-zip": "^1.6.7",
"focus-visible": "^4.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class AutoUpdateMainService extends AutoUpdateService implements OnDestro

this.updateReady = this._status.pipe(map(x => x === UpdateStatus.Ready));

autoUpdater.on("checking-for-update", (info) => {
autoUpdater.on("checking-for-update", () => {
this._status.next(UpdateStatus.Checking);
});

Expand Down
Loading

0 comments on commit e1eff58

Please sign in to comment.