Skip to content

chore(deps-dev): bump electron from 35.7.5 to 41.0.3#68

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-41.0.3
Closed

chore(deps-dev): bump electron from 35.7.5 to 41.0.3#68
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-41.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2026

Bumps electron from 35.7.5 to 41.0.3.

Release notes

Sourced from electron's releases.

electron v41.0.3

Release Notes for v41.0.3

Fixes

  • Added additional ASAR support to additional fs copy methods. #50286 (Also in 39, 40, 42)
  • Fixed an issue where some DevTools functionality didn't work as expected. #50276 (Also in 40, 42)
  • Fixed user resizing of transparent windows on win32 platform. #50298 (Also in 39, 40, 42)

Other Changes

  • Updated Chromium to 146.0.7680.80. #50262

Documentation

  • Documentation changes: #50293

electron v41.0.2

Release Notes for v41.0.2

Other Changes

  • Backported fix for b/491421267. #50234

electron v41.0.1

Release Notes for v41.0.1

Fixes

  • Fixed an issue on macOS where calling autoUpdater.quitAndInstall() could fail if checkForUpdates() was called again after an update was already downloaded. #50217 (Also in 39, 40)
  • Fixed an issue where traffic light buttons would flash at position (0,0) when restoring a window with a custom trafficLightPosition from minimization on macOS. #50209 (Also in 39, 40)
  • Fixed bug where opening a message box immediately upon closing a child window may cause the parent window to freeze on Windows. #50191 (Also in 39, 40)

Other Changes

  • Updated Chromium to 146.0.7680.72. #50196

electron v41.0.0

Release Notes for v41.0.0

Stack Upgrades

Breaking Changes

  • Fixed an issue where cookie changed events weren't properly emitted in all cases. #49631

For breaking changes inherited via Chromium, see blog post

Features

... (truncated)

Commits
  • 44bc2c8 fix: user resizable transparent windows on win32 (#50298)
  • 4e9e733 test: fix esm issue in node-spec-runner (#50295)
  • cd88382 fix: add ASAR support to additional copy methods (#50286)
  • 105c559 docs: update the example of webContents.setWindowOpenHandler to cla… (#50293)
  • 90b3a23 build: remove redundant bits of ncrypto node patch (#50279)
  • 21f9474 chore: bump chromium to 146.0.7680.80 (41-x-y) (#50262)
  • c3e397e fix: prefer browser runtime over node in DevTools HostRuntime detection (#50276)
  • d84dca2 build: skip archiving patch conflict fix artifact (#50257)
  • bb20d0c docs: point pull requests guide to build tools (#50253)
  • c66fc55 chore: bump chromium to 146.0.7680.76 (41-x-y) (#50244)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 21, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-41.0.3 branch 3 times, most recently from 6b4cb98 to 9cc4fc3 Compare March 25, 2026 08:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-41.0.3 branch 4 times, most recently from 2bed935 to 8462e76 Compare April 2, 2026 10:37
@hqhq1025 hqhq1025 closed this Apr 13, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@hqhq1025 hqhq1025 reopened this Apr 13, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Findings

  • [Major] Electron 41 drops macOS 11 / Big Sur support, but this PR only bumps the dependency. The repo still advertises generic macOS support and the mac build config does not declare a minimum OS version, so Big Sur users can receive a build that no longer launches. Evidence package.json:102, README_zh.md:21, README_zh.md:30, electron-builder.yml:81. Not found in repo/docs: any macOS 12+ requirement.

Summary

Review mode: initial
1 major issue found.

Testing

  • npm run typecheck failed in the current checkout with tsconfig.json deprecation error (baseUrl without ignoreDeprecations), which does not appear related to this PR.
  • npm run test -- --run src/tests/pre-build-check.test.ts src/tests/preflight.test.ts could not run because vitest is not installed in this environment.

Open Cowork Bot

Comment thread package.json
"autoprefixer": "^10.4.27",
"electron": "^35.7.5",
"electron": "^41.1.1",
"electron-builder": "^26.8.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MAJOR] Electron 41 drops macOS 11 / Big Sur support, so this version bump becomes a silent runtime regression for existing macOS users unless the project raises its published minimum OS in the same PR. The repo still advertises generic macOS support (README_zh.md:21, README_zh.md:30), and the packager does not declare a minimum system version (electron-builder.yml:81).

Suggested fix:

# electron-builder.yml
mac:
  minimumSystemVersion: "12.0.0"
# README_zh.md
| **macOS 12+** (Apple Silicon) | `.dmg` |

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-41.0.3 branch from 8462e76 to e002081 Compare April 14, 2026 03:04
Bumps [electron](https://github.com/electron/electron) from 35.7.5 to 41.0.3.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v35.7.5...v41.0.3)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 41.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-41.0.3 branch from e002081 to d3e8565 Compare April 15, 2026 17:38
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2026

Looks like electron is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Apr 18, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-41.0.3 branch April 18, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant