chore(deps): bump esbuild + @playwright/test; defer Vitest 4 major#80
Merged
Conversation
Resolves the outstanding dev-dependency updates safely: - esbuild ^0.21.5 → ^0.28.1 (build only; verified — bundle + e2e green). - @playwright/test ^1.48.0 → ^1.61.1 (patch). - Hold vitest / @vitest/coverage-v8 / happy-dom on their current majors and add dependabot `ignore` rules for their major bumps: coverage-v8 v4 measures coverage differently and drops the suite below the 100%/90% per-file gate even with every test passing (that's the Vitest-4 migration, to be done deliberately — it's why dependabot's grouped PR #79 failed `test`). Minors/patches still flow. npm test green (1023); build verified; bundled third-party notices intact. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019kE9qbgBNBrfNgwg9fRsMJ
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.
Resolves the outstanding dependency-update chores. Merges the safe bumps and defers the breaking one.
^0.21.5 → ^0.28.1— build-only; verified (bundle + e2e were green on chore(deps-dev): Bump the dev-dependencies group with 4 updates #79 which carried it).^1.48.0 → ^1.61.1— patch.@vitest/coverage-v8v4 changes how coverage is measured and drops the suite below the 100%/90% per-file gate even though every test passes — that's why dependabot's grouped chore(deps-dev): Bump the dev-dependencies group with 4 updates #79 failed thetestjob. Holdvitest/@vitest/coverage-v8/happy-domon their current majors and add dependabotignorerules for their major bumps until the Vitest-4 migration is done deliberately. Minors/patches still flow.Supersedes #79 (which bundled the breaking majors). The three GitHub-Actions bumps (#76/#77/#78) are handled separately.
npm test green (1023);
npm run buildverified; bundled Chart.js/dagre notices intact.🤖 Generated with Claude Code
https://claude.ai/code/session_019kE9qbgBNBrfNgwg9fRsMJ