theia-trace-extension
theia-trace-extension copied to clipboard
Bump electron from 30.5.1 to 35.7.5
Bumps electron from 30.5.1 to 35.7.5.
Release notes
Sourced from electron's releases.
electron v35.7.5
Release Notes for v35.7.5
[!WARNING] Electron 35.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
Fixes
electron v35.7.4
Release Notes for v35.7.4
- Fix ffmpeg generation on Windows non-x64
electron v35.7.2
Release Notes for v35.7.2
Fixes
- Fixed an issue where printing PDFs with
webContents.print({ silent: true })would fail. #47645 (Also in 36, 37)electron v35.7.0
Release Notes for v35.7.0
Other Changes
- Updated Node.js to v22.16.0. #47213
electron v35.6.0
Release Notes for v35.6.0
Features
- Added support for
--no-experimental-global-navigatorflag. #47416 (Also in 36, 37)- Added support for customizing system accent color and highlighting of active window border. #47539 (Also in 36, 37)
Fixes
- Fixed a potential crash using
session.clearDatain some circumstances. #47410 (Also in 36, 37)- Fixed an error when importing
electronfor the first time from an ESM module loaded by a CJS module in a packaged app. #47344 (Also in 36, 37)- Fixed an issue where calling
Fetch.continueResponsevia debugger withWebContentsViewcould cause a crash. #47443 (Also in 36, 37)- Fixed an issue where utility processes could leak file handles. #47542 (Also in 36, 37)
- Partially fixes an issue with printing a PDF via
webContents.print()where the callback would not be called. #47399 (Also in 36, 37)Other Changes
- Backported fix for 420637585. #47369
electron v35.5.1
Release Notes for v35.5.1
... (truncated)
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 (39.0)
Deprecated:
--host-rulescommand line switchChromium is deprecating the
--host-rulesswitch.You should use
--host-resolver-rulesinstead.Behavior Changed: window.open popups are always resizable
Per current WHATWG spec, the
window.openAPI will now always create a resizable popup window.To restore previous behavior:
webContents.setWindowOpenHandler((details) => { return { action: 'allow', overrideBrowserWindowOptions: { resizable: details.features.includes('resizable=yes') } } })Behavior Changed: shared texture OSR
paintevent data structureWhen using shared texture offscreen rendering feature, the
paintevent now emits a more structured object. It moves thesharedTextureHandle,planes,modifierinto a unifiedhandleproperty. See here for more details.Planned Breaking API Changes (38.0)
Removed:
ELECTRON_OZONE_PLATFORM_HINTenvironment variableThe default value of the
--ozone-plaftformflag changed toauto.
... (truncated)
Commits
86d839abuild: correct CHECK syntax (#48106)5be0be7fix: ensure snapshot is valid (#48105)df232d1ci: cleanup use new arc cluster (#48007)ab51554ci: fixup mac runner hang (#47992)203abddci: use new arc cluster (#47913)ea17e83build: fix ffmpeg generation on Windows non-x64 (#47845)7b5d411build(dev-deps): drop unused@types/webpackdep (#47806)def6203build: deep update brace-expansion to resolve an audit alert (#47719)28d8ed0test: cleanup RenderFrame lifespan tests (#47795)ee8942dbuild: drop eslint-plugin-unicorn (#47690)- 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.