Dependabot Updates#125
Merged
Merged
Conversation
….1.8 (#122) Test tooling minor bump. Lint, typecheck, and unit tests pass with 100% coverage maintained (statements/branches/functions/lines).
Major bump (7 majors). Validated empirically: - No API breaking changes 36-42 affect this app (clipboard handled in main via IPC, not renderer; modern setWindowOpenHandler already used; no printer/notification/utility-process/OSR usage). - Toolchain electron-version-agnostic (electron-vite, electron-builder, electron-updater); no native runtime modules. - lint, typecheck, build all green. - Full Playwright e2e suite: 18/18 pass (clipboard text+image, context menu, settings, theme, tools launcher, templates). Note: E42 no longer downloads its binary in postinstall; it fetches on first run. Vulnerability count dropped 14 -> 8.
📊 Coverage Report
|
🧪 E2E Test Results✅ 18 passed, 0 failed, 0 skipped
|
This reverts commit 1ce78d6.
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.
Summary
1.8.6.Added
Changed
35.7.5->42.3.3(Bump electron from 35.7.5 to 42.3.3 #115) -- major upgrade across 7 major versions. No Electron 36-42 API breaking change affects this app: clipboard is handled in the main process via IPC (not the renderer), the modernsetWindowOpenHandleris already in use, and there is no printer / notification / utility-process / offscreen-rendering usage. The toolchain (electron-vite,electron-builder,electron-updater) is electron-version-agnostic and there are no native runtime modules to rebuild. Validated empirically by the full Playwright e2e suite launching the real Electron 42 app.postinstallscript -- it fetches on first run (npx electron).4.0.18->4.1.8(Bump vitest, @vitest/coverage-v8 and @vitest/ui #122) -- test tooling; 100% coverage maintained.6.4.1->6.4.3(Bump vite from 6.4.1 to 6.4.2 #109) and postcss ->8.5.15(Bump postcss from 8.5.6 to 8.5.14 #114, transitive under vite).0.2.5->0.2.7(Bump tmp from 0.2.5 to 0.2.7 #116), ip-address10.1.0->10.2.0(Bump ip-address from 10.1.0 to 10.2.0 #112), @xmldom/xmldom0.8.12->0.8.13(Bump @xmldom/xmldom from 0.8.12 to 0.8.13 #111) -- transitive packaging deps underelectron-builder(lock-only, not inpackage.json).1.8.5->1.8.6.Fixed
server.fshardening (Bump vite from 6.4.1 to 6.4.2 #109) and postcss XSS / file-read fixes (Bump postcss from 8.5.6 to 8.5.14 #114). Audit vulnerability count dropped 14 -> 8.Removed
Closes #109, #111, #112, #114, #115, #116, #122.