chore: bump all dependencies to latest stable (closes #95)#96
Merged
Conversation
Go: directive 1.25 → 1.26; pgx v5.9 → v5.10, plus indirect dep bumps (labstack/echo, otel, moby, golang.org/x/*, etc.) Frontend: npm update across all prod and dev deps (react 19.2.7, vite 8.0.16, vitest 4.1.8, tailwindcss 4.3.1, and others) README: update Go badge and tech-stack table (Go 1.26, React 19) All tests green: go test, vitest (400), Playwright (88).
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.25→1.26;pgx/v55.9.2→5.10.0; indirect deps updated (labstack/echo,otel,moby,golang.org/x/*, etc.)npm updateacross all production and dev deps — React19.2.7, Vite8.0.16, Vitest4.1.8, Tailwind CSS4.3.1, and othersGo 1.26,React 19)wails/v2,testcontainers-go, andgo-keyringwere already at their latest versions — no change neededTest plan
go test .— all Go unit tests passnpm run build— TypeScript check + Vite build cleannpm run check— Biome lint/format passesnpm run test— 400/400 vitest tests passnpx playwright test— 88/88 E2E tests pass