Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the @scratch/task-herder workspace to use official Vite v8 now that Vite defaults to Rolldown, removing the prior npm alias override to rolldown-vite.
Changes:
- Remove the
overridesentry that aliasedvitetonpm:rolldown-vite@7.3.1. - Set
packages/task-herderdevDependencyviteto8.0.8. - Regenerate
package-lock.jsonto reflect the new Vite/Rolldown dependency graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/task-herder/package.json | Removes the vite alias override and pins Vite to 8.0.8 for the task-herder workspace. |
| package-lock.json | Updates lockfile entries from the Vite/Rolldown toolchain change (including Vite 8.0.8 and Rolldown rc.15). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Test Results 8 files 1 083 suites 12m 6s ⏱️ Results for commit f54643d. |
Contributor
Test Results 8 files 1 083 suites 12m 5s ⏱️ Results for commit f54643d. |
KManolov3
approved these changes
Apr 16, 2026
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.
Proposed Changes
Replace
rolldown-vite@^7withvite@^8Reason for Changes
Vite 8 has been released, and defaults to using rolldown.
Test Coverage
Covered by existing tests.