chore: update to vally 0.7.0 - #2759
Merged
JasonYeMSFT (JasonYeMSFT) merged 1 commit intoJul 6, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the test harness’ Vally dependency to @microsoft/vally-cli@^0.7.0 and aligns the custom graders’ metadata with the newer Vally grader schema.
Changes:
- Bump
@microsoft/vally-clifrom^0.6.0to^0.7.0(and refresh the lockfile). - Update custom grader metadata to use the new
behaviorfields (requiresLlmClient,requiresWorkspace) and remove deprecated metadata fields / checks.
Show a summary per file
| File | Description |
|---|---|
| tests/vally/json-grader.ts | Updates grader metadata schema for Vally 0.7 and removes the workspaceStatus-based guard. |
| tests/vally/java-upgrade-grader.ts | Updates grader metadata schema for Vally 0.7 and removes the workspaceStatus-based guard. |
| tests/package.json | Bumps @microsoft/vally-cli dependency to ^0.7.0. |
| tests/package-lock.json | Lockfile refresh reflecting Vally 0.7.0 and transitive dependency updates. |
Review details
Files not reviewed (1)
- tests/package-lock.json: Generated file
- Files reviewed: 3/4 changed files
- Comments generated: 0
- Review effort level: Low
JasonYeMSFT (JasonYeMSFT)
marked this pull request as ready for review
July 6, 2026 17:44
Jon Gallant (jongio)
left a comment
Collaborator
There was a problem hiding this comment.
Only two files in the repo implement GraderMetadata (json-grader.ts and java-upgrade-grader.ts), and both are updated here. No missed siblings for the 0.7.0 schema migration.
Tom Meschter (tmeschter)
approved these changes
Jul 6, 2026
This was referenced Jul 13, 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.
Description
Update Vally to version 0.7.0. Vally 0.7.0 removed the buggy reference linter that raises false positive issues for orphaned reference files. This will remove the lint error we get for azure-compute in PR checks.
Checklist
cd tests && npm test)fix:,feat:,feature:,chore:,misc:,test:,eval:tests/,npm run test:integration -- <skill>ornpm run test:vally -- --skill <skill>)Related Issues