Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the vite-task related dependencies from a pinned git revision to a branch reference. The change affects five dependencies (vite_glob, vite_path, vite_str, vite_task, and vite_workspace) and updates them to use the 11-11-refactor_simplify_fspy_command_api_and_add_pre_exec_hook branch, which resolves to commit 69156d7008180a645c3621b2202f8327395730ff. This also brings in new transitive dependencies including derive_more, unicode-xid, and fspy_test_utils.
Key Changes
- Switched all vite-task dependencies from
revspecification tobranchspecification in Cargo.toml - Updated resolved commit hash from
d66556ab090fb5c5d85ecc7798a0fe9b6f1f26dato69156d7008180a645c3621b2202f8327395730ffin Cargo.lock - Added new transitive dependencies from the updated vite-task packages
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Cargo.toml | Updated dependency specifications for vite_glob, vite_path, vite_str, vite_task, and vite_workspace to reference a branch instead of a specific commit |
| Cargo.lock | Reflected the dependency updates with new commit hashes and added transitive dependencies (unicode-xid, derive_more, fspy_test_utils) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
796d59a to
5ed6a9b
Compare
fengmk2
approved these changes
Nov 11, 2025
Member
Author
Merge activity
|
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.

No description provided.