Bump Electron to v41.1.1+wvcus [NEXT MAJOR]#252
Merged
Conversation
ae4ad20 to
2a49723
Compare
Greptile SummaryThis PR bumps Electron from v40.x to v41.1.1+wvcus (castlabs fork with Widevine/WVCUS DRM support) as a next major version promotion, auto-generated by the Electron Version Updater workflow.
Confidence Score: 5/5Safe to merge — clean auto-generated version bump with no logic changes All three files are updated consistently by the automated upgrade script. Version constants in github.ts correctly reflect v41 as current and v42 as the next major target. No logic bugs or security concerns detected. No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[GitHub Actions Workflow] --> B[next.ts]
B --> C[findLatestNextMajorVersion]
C --> D[GitHub API
castlabs/electron-releases]
D --> E[Latest v41.x tag
v41.1.1+wvcus]
B --> F[getCommitHashForTag]
F --> D
B --> G[updatePackageJson]
B --> H[updateBunLock]
B --> I[incrementElectronUpdaterVersionConfiguration]
G --> J[package.json
electron → v41.1.1+wvcus]
H --> K[bun.lock
commit hash 57d9d04]
I --> L[github.ts
CURRENT 40→41
NEXT 41→42]
Reviews (1): Last reviewed commit: "chore: bump electron to v41.1.1+wvcus [N..." | Re-trigger Greptile |
2a49723 to
5614357
Compare
Contributor
Author
Build artifacts for all platforms are ready! 🚀Download the artifacts for: One-line installer (Unstable):bunx flow-debug-build@1.2.1 --open 24031320435(execution 24031320435 / attempt 1) |
5614357 to
9666ab9
Compare
9666ab9 to
2e76edf
Compare
iamEvanYT
approved these changes
Apr 6, 2026
iamEvanYT
added a commit
that referenced
this pull request
Apr 15, 2026
Co-authored-by: Evan <evan@iamevan.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Electron Version Update (Next Major Version)
This PR updates Electron to the latest next major version: v41.1.1+wvcus
Changes
package.jsonelectron dependencybun.lockwith new electron version and commit hashAuto-generated
This PR was automatically generated by the Electron Version Updater workflow.