chore: upgrade dependencies (vitest 4, eslint 10, typescript 6, pytest 9, node 22)#103
Open
chore: upgrade dependencies (vitest 4, eslint 10, typescript 6, pytest 9, node 22)#103
Conversation
…t 9, node 22) - vitest 3→4.1.5, @vitest/coverage-v8 hoisting fix - eslint 9→10 via @eslint-react/eslint-plugin (replaces eslint-plugin-react) - @eslint/markdown 7→8 - typescript 5→6.0.3, fix 22 type errors (noUncheckedIndexedAccess) - pytest 8→9.0.3, pytest-asyncio 0.24→1.3.0 - start-server-and-test 2→3.0.2 - node 20→22 in CI workflows - React 19: use() instead of useContext, Context as provider - Fix ref naming conventions, exhaustive-deps, leaked timeout - Fix LoadingSkeleton.test borderRadius assertion for vitest 4
This was referenced Apr 22, 2026
added 3 commits
April 22, 2026 22:37
- Fix asyncio.CancelledError not re-raised in health_check.py - Add keyboard listeners (onKeyDown) for a11y in ConfirmDialog, ManualIPModal, RadioSearch - Harden SSL context in wizard_routes.py _check_port_443 with PROTOCOL_TLS_CLIENT - Add station_id input validation in tunein.py to prevent URL injection - Add coverage reporting (Python + JS) to SonarQube workflow - Add weekly scheduled SonarQube scan (Monday 6:00 UTC)
- Extract getStationInitials() and getAvatarColor() from PresetButton and RadioSearch into shared utils/stationAvatar.ts - Add unit tests for extracted functions (11 tests) - Fix SonarQube frontend coverage path (.out/coverage/frontend/lcov.info)
- DeviceHealthCheck: 21 tests covering lifecycle, ping, SSH verification, error resilience - ConfirmDialog: 11 tests covering visibility, content, interactions, a11y - StatusBadge: 17 tests covering all 7 statuses, labels, CSS classes, icons
|
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
Batch upgrade of all Dependabot PRs + blocked dependencies.
Changes
Code quality improvements
Supersedes
Closes #72, closes #79, closes #91, closes #94, closes #95, closes #96
Verification