Skip to content

chore(deps-dev): bump electron from 40.4.1 to 40.8.5 in /packages/desktop-electron#8302

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/desktop-electron/electron-40.8.5
Open

chore(deps-dev): bump electron from 40.4.1 to 40.8.5 in /packages/desktop-electron#8302
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/packages/desktop-electron/electron-40.8.5

Conversation

@dependabot
Copy link
Copy Markdown

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

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: electron
  dependency-version: 40.8.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 3, 2026
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"electron": "40.4.1",
"electron": "40.8.5",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

WARNING: Root lockfile is not updated for this dependency bump

bun.lock still records electron as 40.4.1 for packages/desktop-electron, so a fresh install can keep resolving the old version instead of the one declared here. This leaves the repo in a non-reproducible state and can cause CI or downstream packaging to build against a different Electron release than this PR intends.

@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot bot commented Apr 3, 2026

Code Review Summary

Status: 1 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 0
Issue Details (click to expand)

WARNING

File Line Issue
packages/desktop-electron/package.json 46 electron was bumped without updating the root bun.lock, so fresh installs can still resolve 40.4.1 instead of 40.8.5.
Other Observations (not in diff)

No additional issues found outside the diff.

Files Reviewed (1 files)
  • packages/desktop-electron/package.json - 1 issue

Fix these issues in Kilo Cloud


Reviewed by gpt-5.4-20260305 · 157,476 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants