Skip to content

build(deps-dev): bump electron from 33.4.11 to 41.1.1#13

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

build(deps-dev): bump electron from 33.4.11 to 41.1.1#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/electron-41.1.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps electron from 33.4.11 to 41.1.1.

Release notes

Sourced from electron's releases.

electron v41.1.1

Release Notes for v41.1.1

Fixes

  • Fixed a crash when calling contentTracing.getTraceBufferUsage() while a trace session is active. #50594 (Also in 39, 40, 42)
  • Fixed printing on Linux failing with "Invalid printer settings". #50486 (Also in 42)

Other Changes

  • Enabled profile-guided optimization for V8 builtins in release builds, improving JavaScript builtin performance (Array, String, RegExp, etc.). #50574 (Also in 40, 42)

electron v41.1.0

Release Notes for v41.1.0

Features

  • Added nativeTheme.shouldDifferentiateWithoutColor on macOS. #50408 (Also in 42)
  • Notes: Added support for the urgency option in Notifications on Windows. #50382 (Also in 42)

Fixes

  • Fixed a bug where Windows notification icons could fail to save because their temporary filenames contained invalid characters. #50483 (Also in 40)
  • Fixed a crash in clipboard.readImage() when the clipboard contains malformed image data. #50492 (Also in 39, 40, 42)
  • Fixed a crash when calling an offscreen shared texture's release() after the texture object was garbage collected. #50501 (Also in 39, 40, 42)
  • Fixed an accessibility issue where the AXMenuOpened event was not fired on menu creation. #50506 (Also in 40, 42)
  • Fixed an issue where an app shortcut may lose its icon after auto-updating on Windows. #50519 (Also in 40)

Other Changes

  • Updated Chromium to 146.0.7680.166. #50458

electron v41.0.4

Release Notes for v41.0.4

Fixes

  • Fixed crash when handling JavaScript dialogs from windows opened with invalid or empty URLs. #50399 (Also in 39, 40, 42)
  • Fixed improper focus tracking in BaseWindow on MacOS. #50340 (Also in 39, 40, 42)
  • Fixed logic bug that rendered certain window types un-resizable on MAS builds. #50354 (Also in 40, 42)
  • Fixed utilityProcess exit event reporting incorrect exit codes on Windows when the exit code has the high bit. #50386 (Also in 40, 42)
  • Fixed window freeze when failing to enter/exit fullscreen on macOS. #50343 (Also in 39, 40, 42)
  • Improved the appearance of shadows and borders on frameless windows on Wayland. #50213

Other Changes

  • Added support for using a proxy during yarn install. #50350 (Also in 39, 40, 42)
  • Updated Chromium to 146.0.7680.153. #50346

electron v41.0.3

Release Notes for v41.0.3

Fixes

... (truncated)

Commits
  • 7889677 ci: update actions to node24 (#50522)
  • 40eb416 ci: update nick-fields/retry to v4.0.0 (#50544)
  • 5a69e80 ci: add functionality for programmatic add/remove needs-signed-commits label ...
  • 90decd4 fix: add missing HandleScope in contentTracing.getTraceBufferUsage() (#50594)
  • ba551d2 perf: enable V8 builtins PGO (#50574)
  • 24784ed refactor: improve input handling in FilePath gin converter (#50547)
  • f49f6b1 docs: clarify allowed characters in protocol names (#50538)
  • c63e0d8 test: add interactive macOS dialog tests (#50528)
  • 33a81b4 fix: register PrintDialogLinuxFactory on Linux (#50486)
  • eb49ed9 fix: outdated execution path for COM activation (#50519)
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 5, 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.1.1 branch 6 times, most recently from 018b335 to 3c8793c Compare April 8, 2026 01:46
@dependabot dependabot bot changed the title chore(deps-dev): bump electron from 33.4.11 to 41.1.1 build(deps-dev): bump electron from 33.4.11 to 41.1.1 Apr 8, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-41.1.1 branch 14 times, most recently from 06b153b to 65f36de Compare April 13, 2026 15:23
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 13, 2026

Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-41.1.1 branch from 65f36de to bf3680e Compare April 13, 2026 19:02
Bumps [electron](https://github.com/electron/electron) from 33.4.11 to 41.1.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v33.4.11...v41.1.1)

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 41.1.1
  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.1.1 branch from bf3680e to fefd6d9 Compare April 13, 2026 19:28
@nullxnothing
Copy link
Copy Markdown
Owner

Merged via #82 in the consolidated Electron/native-runtime upgrade branch.

Handled together so the runtime, native module, rebuild tooling, and packaging changes were validated as one stack instead of landing piecemeal.

@dependabot @github
Copy link
Copy Markdown
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.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-41.1.1 branch April 13, 2026 20:02
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