chore(deps): bulk dependency bumps (closes 6 dependabot PRs)#58
Merged
Conversation
Address 7 of 8 open dependabot PRs in a single update: Runtime / dev deps: - ignore 5.3.2 → 7.0.5 (PR #54) - @types/node 22.19.17 → 25.6.2 (PR #53) - @tailwindcss/vite 4.2.4 → 4.3.0 (PR #52) - tailwindcss 4.2.4 → 4.3.0 (PR #52) - electron 42.0.0 → 42.0.1 (PR #52) GitHub Actions: - actions/attest-build-provenance v2 → v4 (PR #51) - actions/upload-pages-artifact v3 → v5 (PR #49) - actions/deploy-pages v4 → v5 (PR #50) Skipped with rationale: - eslint 9 → 10 (PR #55): eslint-plugin-react@7.37.5 (latest) declares 'eslint: ^9.7' and crashes on ESLint 10 with 'react/display-name' rule incompatibility. Blocked on upstream. - @vitejs/plugin-react 5 → 6 (PR #19): requires Vite 8, but electron-vite@5.0.0 (latest stable) only supports Vite ≤ 7. Blocked on electron-vite 6. Validation: typecheck clean, lint baseline unchanged (96 problems, identical to main), unit 325/325, e2e 14/14, monkey 1/1, build OK. Co-authored-by: Copilot <223556219+Copilot@users.noreply.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.
Addresses 7 of 8 open dependabot PRs in a single update.
Bumped
Runtime / dev dependencies
ignore5.3.2 → 7.0.5 — closes chore(deps): bump ignore from 5.3.2 to 7.0.5 #54@types/node22.19.17 → 25.6.2 — closes chore(deps-dev): bump @types/node from 22.19.17 to 25.6.2 #53@tailwindcss/vite4.2.4 → 4.3.0,tailwindcss4.2.4 → 4.3.0,electron42.0.0 → 42.0.1 — closes chore(deps-dev): bump the minor-and-patch group with 3 updates #52GitHub Actions
actions/attest-build-provenancev2 → v4 — closes chore(deps): bump actions/attest-build-provenance from 2 to 4 #51actions/upload-pages-artifactv3 → v5 — closes chore(deps): bump actions/upload-pages-artifact from 3 to 5 #49actions/deploy-pagesv4 → v5 — closes chore(deps): bump actions/deploy-pages from 4 to 5 #50Skipped (with rationale)
eslint9 → 10 —eslint-plugin-react@7.37.5(latest) declareseslint: ^9.7as a peer and crashes on ESLint 10 withTypeError: contextOrFilename.getFilename is not a functionin thereact/display-namerule. Blocked on upstream plugin support.@vitejs/plugin-react5 → 6 — requires Vite 8, butelectron-vite@5.0.0(latest stable) only declaresvite: ^5 || ^6 || ^7. Blocked on electron-vite 6.Breaking-change review
ignore7 — only break is mixing instances across major versions; we use a single instance. Verifiedignore()andignores()still work.@types/node25 — types are forward-compatible with Electron 42's bundled Node 24.Validation
npm run typecheckcleannpm run lint— 96 problems, identical tomainbaseline (zero regressions)npm run test:unit— 325/325 passnpm run test:e2e— 14/14 passnpm run test:monkey— 1/1 passnpm run buildsucceedsVersion bumped to 0.14.3 (patch — no user-visible behavior change, so no CHANGELOG entry per policy).