Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@electron-forge/plugin-fuses": "^7.11.1",
"@electron-forge/plugin-vite": "^7.11.1",
"@electron-forge/shared-types": "^7.11.1",
"@electron/fuses": "^1.8.0",
"@electron/fuses": "^2.1.1",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot May 2, 2026

Choose a reason for hiding this comment

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

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",
Fix with Cubic

"@electron/rebuild": "^4.0.4",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.59.1",
Expand All @@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^8.58.2",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^4.1.4",
"electron": "41.2.1",
"electron": "41.5.0",
"eslint": "^10.2.1",
"eslint-plugin-import-x": "^4.0.0",
"eslint-plugin-react-hooks": "^7.1.1",
Expand Down
40 changes: 18 additions & 22 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -513,14 +513,10 @@
glob "^7.1.6"
minimatch "^3.0.4"

"@electron/fuses@^1.8.0":
version "1.8.0"
resolved "https://registry.npmjs.org/@electron/fuses/-/fuses-1.8.0.tgz"
integrity sha512-zx0EIq78WlY/lBb1uXlziZmDZI4ubcCXIMJ4uGjXzZW0nS19TjSPeXPAjzzTmKQlJUZm0SbmZhPKP7tuQ1SsEw==
dependencies:
chalk "^4.1.1"
fs-extra "^9.0.1"
minimist "^1.2.5"
"@electron/fuses@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@electron/fuses/-/fuses-2.1.1.tgz#8b15eb91dcde51e20a2b3cefb5fb11adb43d237a"
integrity sha512-38ho27/mtUV/LpsZ1LCDJUomKBBSUZDk/qBH4FNNtoN5fmnkmWDcIp5pm1Kv3InqhRjKZKs7Jzx+wWZNMArHrA==

"@electron/get@^2.0.0":
version "2.0.3"
Expand Down Expand Up @@ -1736,7 +1732,14 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@>=13.7.0", "@types/node@^20.14.0":
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^24.9.0":
version "24.12.2"
resolved "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz"
integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==
dependencies:
undici-types "~7.16.0"

"@types/node@^20.14.0":
version "20.19.39"
resolved "https://registry.npmjs.org/@types/node/-/node-20.19.39.tgz"
integrity sha512-orrrD74MBUyK8jOAD/r0+lfa1I2MO6I+vAkmAWzMYbCcgrN4lCrmK52gRFQq/JRxfYPfonkr4b0jcY7Olqdqbw==
Expand All @@ -1750,13 +1753,6 @@
dependencies:
undici-types "~6.21.0"

"@types/node@^24.9.0":
version "24.12.2"
resolved "https://registry.npmjs.org/@types/node/-/node-24.12.2.tgz"
integrity sha512-A1sre26ke7HDIuY/M23nd9gfB+nrmhtYyMINbjI1zHJxYteKR6qSMX56FsmjMcDb3SMcjJg5BiRRgOCC/yBD0g==
dependencies:
undici-types "~7.16.0"

"@types/pngjs@^6.0.5":
version "6.0.5"
resolved "https://registry.npmjs.org/@types/pngjs/-/pngjs-6.0.5.tgz"
Expand Down Expand Up @@ -2785,7 +2781,7 @@ chai@^6.2.2:
resolved "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz"
integrity sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==

chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
chalk@^4.0.0, chalk@^4.1.0:
version "4.1.2"
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
Expand Down Expand Up @@ -3383,10 +3379,10 @@ electron-winstaller@^5.3.0:
optionalDependencies:
"@electron/windows-sign" "^1.1.2"

electron@41.2.1:
version "41.2.1"
resolved "https://registry.npmjs.org/electron/-/electron-41.2.1.tgz"
integrity sha512-teeRThiYGTPKf/2yOW7zZA1bhb91KEQ4yLBPOg7GxpmnkLFLugKgQaAKOrCgdzwsXh/5mFIfmkm+4+wACJKwaA==
electron@41.5.0:
version "41.5.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-41.5.0.tgz#b011d046290a2404e59f9e25e33d7203946ffa70"
integrity sha512-x9j9//PubUA4EjDtQbZhtk3prolandqCKgit0uCIqc1jb8FTskPbnJtxcDFB1aejczJcuERgjPixBUaMwoWyJg==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^24.9.0"
Expand Down Expand Up @@ -5468,7 +5464,7 @@ minimatch@^9.0.3:
dependencies:
brace-expansion "^2.0.2"

minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.7, minimist@^1.2.8:
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6, minimist@^1.2.7, minimist@^1.2.8:
version "1.2.8"
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
Expand Down
Loading