build(deps-dev): bump the electron group across 1 directory with 2 updates#379
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps-dev): bump the electron group across 1 directory with 2 updates#379dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="app/package.json">
<violation number="1" location="app/package.json:69">
P2: `@electron/fuses` was upgraded to v2, but `@electron-forge/plugin-fuses` only declares compatibility with `@electron/fuses` v1 (`^1.0.0`). This creates an unsupported dependency combination that can break fuse packaging behavior or fail in stricter install environments.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
| "@electron-forge/plugin-vite": "^7.11.1", | ||
| "@electron-forge/shared-types": "^7.11.1", | ||
| "@electron/fuses": "^1.8.0", | ||
| "@electron/fuses": "^2.1.1", |
There was a problem hiding this comment.
P2: @electron/fuses was upgraded to v2, but @electron-forge/plugin-fuses only declares compatibility with @electron/fuses v1 (^1.0.0). This creates an unsupported dependency combination that can break fuse packaging behavior or fail in stricter install environments.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At app/package.json, line 69:
<comment>`@electron/fuses` was upgraded to v2, but `@electron-forge/plugin-fuses` only declares compatibility with `@electron/fuses` v1 (`^1.0.0`). This creates an unsupported dependency combination that can break fuse packaging behavior or fail in stricter install environments.</comment>
<file context>
@@ -66,7 +66,7 @@
"@electron-forge/plugin-vite": "^7.11.1",
"@electron-forge/shared-types": "^7.11.1",
- "@electron/fuses": "^1.8.0",
+ "@electron/fuses": "^2.1.1",
"@electron/rebuild": "^4.0.4",
"@eslint/js": "^10.0.1",
</file context>
Suggested change
| "@electron/fuses": "^2.1.1", | |
| "@electron/fuses": "^1.8.0", |
…dates Bumps the electron group with 2 updates in the /app directory: [@electron/fuses](https://github.com/electron/fuses) and [electron](https://github.com/electron/electron). Updates `@electron/fuses` from 1.8.0 to 2.1.1 - [Release notes](https://github.com/electron/fuses/releases) - [Commits](electron/fuses@v1.8.0...v2.1.1) Updates `electron` from 41.2.1 to 41.5.0 - [Release notes](https://github.com/electron/electron/releases) - [Commits](electron/electron@v41.2.1...v41.5.0) --- updated-dependencies: - dependency-name: "@electron/fuses" dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: electron - dependency-name: electron dependency-version: 41.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: electron ... Signed-off-by: dependabot[bot] <support@github.com>
dedfe6e to
eca3273
Compare
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 the electron group with 2 updates in the /app directory: @electron/fuses and electron.
Updates
@electron/fusesfrom 1.8.0 to 2.1.1Release notes
Sourced from @electron/fuses's releases.
Commits
0b8ac07perf: optimize binary scanning with streaming and concurrent chunk processing...12810c2build(deps): bump tar from 7.5.9 to 7.5.10 (#94)0efd835build(deps): bump rollup from 4.50.1 to 4.59.0 (#93)e93f189build(deps): bump electron/semantic-trusted-release from 1.0.1 to 1.1.0 (#92)219b6e0build(deps): bump tar from 7.5.7 to 7.5.9 (#91)c76019bfeat: add FuseV1Options.WasmTrapHandlers (#89)9fadbdabuild(deps): bump tar from 7.5.4 to 7.5.7 (#88)2b65c43build(deps): bump actions/setup-node from 6.1.0 to 6.2.0 (#87)1f3d586build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#86)ca68a33build(deps): bump electron/github-app-auth-action from 1.1.1 to 2.0.0 (#85)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@electron/fusessince your current version.Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
electronfrom 41.2.1 to 41.5.0Release notes
Sourced from electron's releases.
... (truncated)
Commits
7f51178fix: ensure stable bounds on Windows when toggling setResizable for frameless...6ec2b16fix: use bundled devtools frontend URL for remote debugging (#51413)f6ec0dffeat: support WebAuthn Touch ID platform authenticator on macOS (#51412)6037d59fix: preserve mouse hook handle when UnhookWindowsHookEx fails (#51419)f4d3708docs: fix version of deprecation notice (#51422)ff343d4build(deps): bump dorny/paths-filter from 3.0.2 to 4.0.1 (#51410)5562011chore: bump chromium to 146.0.7680.216 (41-x-y) (#51382)c9a1cfffix: dispatch toast action and reply events from WinRT activation path (#51397)8d1475eci: backport secondary siso patch (#51392)7e0499dfeat: support heap profiling incontentTracing(#51178)