build(deps-dev): bump electron from 28.3.2 to 35.7.5 in /tasks/electron/easy
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(8 days ago)
(8 days ago)
dependencies javascript
Bumps electron from 28.3.2 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-navigator
flag. #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.clearData
in some circumstances. #47410 (Also in 36, 37)- Fixed an error when importing
electron
for 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.continueResponse
via debugger withWebContentsView
could 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-rules
command line switchChromium is deprecating the
--host-rules
switch.You should use
--host-resolver-rules
instead.Behavior Changed: window.open popups are always resizable
Per current WHATWG spec, the
window.open
API 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
paint
event data structureWhen using shared texture offscreen rendering feature, the
paint
event now emits a more structured object. It moves thesharedTextureHandle
,planes
,modifier
into a unifiedhandle
property. See here for more details.Planned Breaking API Changes (38.0)
Removed:
ELECTRON_OZONE_PLATFORM_HINT
environment variableThe default value of the
--ozone-plaftform
flag changed toauto
.
... (truncated)
Commits
86d839a
build: correct CHECK syntax (#48106)5be0be7
fix: ensure snapshot is valid (#48105)df232d1
ci: cleanup use new arc cluster (#48007)ab51554
ci: fixup mac runner hang (#47992)203abdd
ci: use new arc cluster (#47913)ea17e83
build: fix ffmpeg generation on Windows non-x64 (#47845)7b5d411
build(dev-deps): drop unused@types/webpack
dep (#47806)def6203
build: deep update brace-expansion to resolve an audit alert (#47719)28d8ed0
test: cleanup RenderFrame lifespan tests (#47795)ee8942d
build: 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 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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+22
-10
Package Dependencies
electron
npm
28.3.2 → 35.7.5
Major
/tasks/electron/easy
Technical Details
ID: | 6966675 |
UUID: | 2799936838 |
Node ID: | PR_kwDOJ8d4z86m46VG |
Host: | GitHub |
Repository: | fork-commit-merge/fork-commit-merge |
Merge State: | Unknown |