Skip to content

Upgrade Vite+ to v0.2.1#4631

Merged
rorychatt merged 1 commit into
developmentfrom
feature/upgrade-vite-plus
Jun 24, 2026
Merged

Upgrade Vite+ to v0.2.1#4631
rorychatt merged 1 commit into
developmentfrom
feature/upgrade-vite-plus

Conversation

@rorychatt

Copy link
Copy Markdown
Collaborator

Upgrades Vite+ to 0.2.1 and pins Vitest to 4.1.9 across packages and templates.

@rorychatt

Copy link
Copy Markdown
Collaborator Author

@claude review this

@ivy-interactive-claude-code

ivy-interactive-claude-code Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Claude finished @rorychatt's task in 1m 4s —— View job


PR Review: Upgrade Vite+ to v0.2.1

  • Read repository guidelines (CLAUDE.md) - No CLAUDE.md found
  • Analyze package.json changes for version consistency
  • Review dependency updates across all packages
  • Check for potential breaking changes or security concerns
  • Provide review feedback

Summary

This PR upgrades the Vite+ toolchain from v0.1.24 to v0.2.1 across the main frontend and 9 widget packages. The changes are consistent and well-structured.

Changes Reviewed

Package Before After
vite (aliased) @voidzero-dev/vite-plus-core@0.1.24 @voidzero-dev/vite-plus-core@0.2.1
vite-plus 0.1.24 0.2.1
vitest @voidzero-dev/vite-plus-test@0.1.24 4.1.9 (standard vitest)

Findings

Positive:

  • All 10 packages (main frontend + 9 widgets) have consistent version updates
  • Lock files are properly regenerated
  • The pnpm.overrides sections are updated to match the new versions

Notable change:

  • vitest is now pinned to the standard 4.1.9 release instead of the aliased @voidzero-dev/vite-plus-test package. This simplifies the dependency tree and aligns with the upstream vitest release. The lockfile shows vitest 4.1.9 is being resolved correctly with all its sub-packages (@vitest/browser-preview, @vitest/expect, etc.).

No issues found:

  • Version consistency is maintained across all packages
  • Override sections properly updated to prevent duplicate vite/vitest resolutions
  • No breaking API changes detected in the dependency declarations

Recommendation

Approve - This is a straightforward dependency upgrade with consistent changes across all packages. Consider running the test suite (pnpm test) to verify everything works with the new vitest version before merging.


@rorychatt rorychatt merged commit ebd105c into development Jun 24, 2026
11 checks passed
@rorychatt rorychatt deleted the feature/upgrade-vite-plus branch June 24, 2026 08:35
@artem-ivy-ai

Copy link
Copy Markdown
Collaborator

Staging removed

Staging environment has been deleted for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants