mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 12:39:45 +00:00
Bump electron from 29.0.1 to 29.1.0 (#3390)
Bumps [electron](https://github.com/electron/electron) from 29.0.1 to 29.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v29.1.0</h2> <h1>Release Notes for v29.1.0</h1> <h2>Features</h2> <ul> <li>Added proxy configuring support for requests made with net module from utility process. <a href="https://redirect.github.com/electron/electron/pull/41416">#41416</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/41417">30</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Ensured ScreenCaptureKit is used exclusively on macOS 14.4 and higher to avoid permission prompts. <a href="https://redirect.github.com/electron/electron/pull/41403">#41403</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/41404">30</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 122.0.6261.70. <a href="https://redirect.github.com/electron/electron/pull/41446">#41446</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2d9c5a62c6
"><code>2d9c5a6</code></a> chore: bump chromium to 122.0.6261.70 (29-x-y) (<a href="https://redirect.github.com/electron/electron/issues/41446">#41446</a>)</li> <li><a href="23f690ffd0
"><code>23f690f</code></a> chore: bump chromium to 122.0.6261.69 (29-x-y) (<a href="https://redirect.github.com/electron/electron/issues/41425">#41425</a>)</li> <li><a href="8f4e94694e
"><code>8f4e946</code></a> chore: fix import from patches.py in script/lib/git.py (<a href="https://redirect.github.com/electron/electron/issues/41437">#41437</a>)</li> <li><a href="af47434dc8
"><code>af47434</code></a> feat: add support for configuring system network context proxies (<a href="https://redirect.github.com/electron/electron/issues/41416">#41416</a>)</li> <li><a href="8ab99e2d8e
"><code>8ab99e2</code></a> refactor: prefer using <code>base::NoDestructor</code> to `base::{Singleton,LazyInstance...</li> <li><a href="ffcccdcf37
"><code>ffcccdc</code></a> perf: omit unnecessary work from `ElectronRenderFrameObserver::ShouldNotifyCl...</li> <li><a href="ce2ac1c0c2
"><code>ce2ac1c</code></a> fix: use ScreenCaptureKit exclusively on macOS 14.4 and higher (<a href="https://redirect.github.com/electron/electron/issues/41403">#41403</a>)</li> <li><a href="1c3feddef8
"><code>1c3fedd</code></a> docs: update breaking changes language (<a href="https://redirect.github.com/electron/electron/issues/41398">#41398</a>)</li> <li>See full diff in <a href="https://github.com/electron/electron/compare/v29.0.1...v29.1.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
313531d623
commit
2f2d84bb5c
9
package-lock.json
generated
9
package-lock.json
generated
@ -12,6 +12,7 @@
|
||||
"dependencies": {
|
||||
"ansis": "^2.3.0",
|
||||
"console-stamp": "^3.1.2",
|
||||
"electron": "^29.1.0",
|
||||
"envsub": "^4.1.0",
|
||||
"eslint": "^8.57.0",
|
||||
"express": "^4.18.2",
|
||||
@ -51,7 +52,7 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^29.0.1"
|
||||
"electron": "^29.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
@ -4022,9 +4023,9 @@
|
||||
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "29.0.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-29.0.1.tgz",
|
||||
"integrity": "sha512-hsQr9clm8NCAMv4uhHlXThHn52UAgrHgyz3ubBAxZIPuUcpKVDtg4HPmx4hbmHIbYICI5OyLN3Ztp7rS+Dn4Lw==",
|
||||
"version": "29.1.0",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-29.1.0.tgz",
|
||||
"integrity": "sha512-giJVIm0sWVp+8V1GXrKqKTb+h7no0P3ooYqEd34AD9wMJzGnAeL+usj+R0155/0pdvvP1mgydnA7lcaFA2M9lw==",
|
||||
"hasInstallScript": true,
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
|
@ -66,7 +66,7 @@
|
||||
"suncalc": "^1.9.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron": "^29.0.1"
|
||||
"electron": "^29.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ansis": "^2.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user