refactor: migrate to vite-plus unified toolchain - #3033
Conversation
Signed-off-by: Adam Setch <adam.setch@outlook.com>
✅ Deploy Preview for atlassify canceled.
|
|
note 0.2.1 needs some manual migration steps: see https://github.com/voidzero-dev/vite-plus/releases/tag/v0.2.1 |
# Conflicts: # .github/workflows/zizmor.yml # README.md # biome.json # docs/package.json # package.json # pnpm-lock.yaml # pnpm-workspace.yaml # src/main/events.test.ts # src/main/events.ts # tailwind.config.mts # vite.config.ts
vite-plus@0.2.2 bundles vitest@4.1.9 internally. Having @vitest/coverage-v8 and @vitest/ui at 4.1.10 causes a mixed-versions warning and snapshot client errors. Signed-off-by: Adam Setch <adam.setch@outlook.com>
Signed-off-by: Adam Setch <adam.setch@outlook.com>
Signed-off-by: Adam Setch <adam.setch@outlook.com>
Signed-off-by: Adam Setch <adam.setch@outlook.com>
Signed-off-by: Adam Setch <adam.setch@outlook.com>
Signed-off-by: Adam Setch <adam.setch@outlook.com>
|
|
@copilot let's review this PR |
Here's my review of the vite-plus migration: Overall: The migration looks clean and well-executed. Key items are correctly handled: ✅ One thing worth verifying: The v0.2.1 migration guide specifies keeping a Everything else is in order — the migration follows the 0.2.1 upgrade guide for a node-mode project with direct vitest usage. |



closes: #3028