build(deps-dev): bump electron from 33.4.11 to 35.7.5#177
Open
dependabot[bot] wants to merge 4 commits intomainfrom
Open
build(deps-dev): bump electron from 33.4.11 to 35.7.5#177dependabot[bot] wants to merge 4 commits intomainfrom
dependabot[bot] wants to merge 4 commits intomainfrom
Conversation
Adds a full Electron desktop client (apps/desktop) that coexists with the web client. Uses electron-vite for building, desktopCapturer for screen recording, native filesystem storage, OAuth2 PKCE auth with token paste for dev, and a custom React + Tailwind UI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ound Enable ESM in the desktop app by adding "type": "module" to package.json. This lets Electron 33 natively import ESM-only dependencies (@orpc/*, workspace packages) without force-bundling them. Also fixes CI by building workspace packages explicitly and resolving the electron version dynamically for electron-builder in the pnpm monorepo.
Bumps [electron](https://github.com/electron/electron) from 33.4.11 to 35.7.5. - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v33.4.11...v35.7.5) --- updated-dependencies: - dependency-name: electron dependency-version: 35.7.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps electron from 33.4.11 to 35.7.5.
Commits
86d839abuild: correct CHECK syntax (#48106)5be0be7fix: ensure snapshot is valid (#48105)df232d1ci: cleanup use new arc cluster (#48007)ab51554ci: fixup mac runner hang (#47992)203abddci: use new arc cluster (#47913)ea17e83build: fix ffmpeg generation on Windows non-x64 (#47845)7b5d411build(dev-deps): drop unused@types/webpackdep (#47806)def6203build: deep update brace-expansion to resolve an audit alert (#47719)28d8ed0test: cleanup RenderFrame lifespan tests (#47795)ee8942dbuild: drop eslint-plugin-unicorn (#47690)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.