chore: upgrade package dependencies - #32
Merged
Merged
Conversation
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
Why
This keeps the package aligned with the current Vite/Vitest/TypeScript toolchain and ensures the build remains healthy after dependency upgrades.
Validation
$ tsc && vite build
vite v7.3.6 building client environment for production...
transforming...
✓ 459 modules transformed.
rendering chunks...
[unplugin:dts] Start generate declaration files...
computing gzip size...
dist/rwanda.js 259.38 kB │ gzip: 77.14 kB
[unplugin:dts] Declaration files built in 479ms.
dist/rwanda.umd.cjs 184.01 kB │ gzip: 58.04 kB
✓ built in 735ms
Done in 1.56s.
$ vitest run
RUN v3.2.7 /Users/bruce/workspace/personal/packages/rwanda.worktrees/package-analysis-upgrade-build-check
✓ test/provinces.test.ts (1 test) 2ms
✓ test/districts.test.ts (4 tests) 1ms
✓ test/cells.test.ts (5 tests) 2ms
✓ test/villages.test.ts (6 tests) 4ms
✓ test/sectors.test.ts (5 tests) 8ms
Test Files 5 passed (5)
Tests 21 passed (21)
Start at 11:47:30
Duration 897ms (transform 471ms, setup 0ms, collect 3.69s, tests 16ms, environment 0ms, prepare 162ms)
Done in 1.58s.