Bump electron from 11.1.1 to 28.3.2 in /src/main/webapp
Type: Pull Request
State: Open
Association: None
Comments: 0
(12 months ago)
(12 months ago)
dependencies javascript
Bumps electron from 11.1.1 to 28.3.2.
Changelog
Sourced from electron's changelog.
Breaking Changes
Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least one major version before the change is made.
Types of Breaking Changes
This document uses the following convention to categorize breaking changes:
- API Changed: An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.
- Behavior Changed: The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.
- Default Changed: Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.
- Deprecated: An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.
- Removed: An API or feature was removed, and is no longer supported by Electron.
Planned Breaking API Changes (38.0)
Removed: macOS 11 support
macOS 11 (Big Sur) is no longer supported by Chromium.
Older versions of Electron will continue to run on Big Sur, but macOS 12 (Monterey) or later will be required to run Electron v38.0.0 and higher.
Planned Breaking API Changes (37.0)
Utility Process unhandled rejection behavior change
Utility Processes will now warn with an error message when an unhandled rejection occurs instead of crashing the process.
To restore the previous behavior, you can use:
process.on('unhandledRejection', () => { process.exit(1) })Behavior Changed:
process.exit()kills utility process synchronouslyCalling
process.exit()in a utility process will now kill the utility process synchronously. This brings the behavior ofprocess.exit()in line with Node.js behavior.Please refer to the Node.js docs and [PR #45690](electron/electron#45690) to understand the potential implications of that, e.g., when calling
console.log()beforeprocess.exit().Behavior Changed: WebUSB and WebSerial Blocklist Support
... (truncated)
Commits
db68805chore: cherry-pick 3 changes from 0-M125 (#42221)cd25fbfchore: cherry-pick 1 changes from 0-M124 (#41985)65d3530fix: rename patches/devtools_frontend to patches/devtools-frontend (#42212)1e054f3chore: cherry-pick b3c01ac1e60a from v8 (#42176)c89546bchore: cherry-pick f320600cd1f4 from v8 (#42124)19d3d66chore: cherry-pick 19a4eebd05a7 from devtools-frontend (#42103)196b6e6chore: cherry-pick 1 changes from 3-M124 (#42091)b5262e4chore: cherry-pick 013961609785 from chromium (#42092)70cdc2echore: cherry-pick b2cc7b7ac538 from chromium (#42098)b5eba90chore: cherry-pick 8a3bfd4b7403 from devtools-frontend (#42093)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+342
-405
Package Dependencies
electron
npm
11.1.1 → 28.3.2
Major
/src/main/webapp
Technical Details
| ID: | 2665131 |
| UUID: | 2632688196 |
| Node ID: | PR_kwDOErCPpc6c66JE |
| Host: | GitHub |
| Repository: | httpsgithu/drawio |
| Merge State: | Unknown |