chore(deps-dev): bump electron from 41.0.0 to 41.1.0 in /ui/desktop#8444
chore(deps-dev): bump electron from 41.0.0 to 41.1.0 in /ui/desktop#8444dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8266516e55
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@vitest/ui": "^4.0.18", | ||
| "autoprefixer": "^10.4.24", | ||
| "electron": "41.0.0", | ||
| "electron": "41.1.0", |
There was a problem hiding this comment.
Regenerate lockfile after bumping electron
The manifest now requires electron 41.1.0, but ui/pnpm-lock.yaml in this commit still pins the desktop importer to 41.0.0 (specifier and version), so the dependency graph is inconsistent. In this repo, desktop CI jobs run pnpm install --frozen-lockfile (for example in .github/workflows/ci.yml), and frozen installs fail on this kind of manifest/lock drift, which blocks the desktop pipeline until the lockfile is updated alongside this change.
Useful? React with 👍 / 👎.
Bumps [electron](https://github.com/electron/electron) from 41.0.0 to 41.1.0. - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v41.0.0...v41.1.0) --- updated-dependencies: - dependency-name: electron dependency-version: 41.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
8266516 to
5cbc69c
Compare
Bumps electron from 41.0.0 to 41.1.0.
Release notes
Sourced from electron's releases.
... (truncated)
Commits
eb49ed9fix: outdated execution path for COM activation (#50519)7e36ac6chore: bump chromium to 146.0.7680.166 (41-x-y) (#50458)cbae32afix: [a11y] fire AXMenuOpened event when ARIA menu is added to DOM (#50506)880b1e0refactor: remove dead named-window lookup from guest-window-manager (#50497)aedea57fix: hex-encode Windows notification icon temp filenames (#50483)707541dfix: fall back to default DPI when GTK returns 0 on Linux (#50489)3dcb641fix: crash calling OSR shared texture release() after texture GC'd (#50501)878a763fix: crash in clipboard.readImage() on malformed image data (#50492)6a8d187feat: add accessibilityDisplayShouldDifferentiateWithoutColor on macOS (#50408)2962293feat: support notification priority on Windows (#50382)