-
-
Notifications
You must be signed in to change notification settings - Fork 109
chore(deps): update verify to 31.9.0 #4092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull Request ReviewSummaryThis is a clean dependency update PR that bumps the Verify snapshot testing libraries from 31.8.0 to 31.9.0 (minor version update). ✅ Code Quality & Best PracticesExcellent:
✅ Changes ReviewModified packages:
Impact Assessment:
🔍 Potential IssuesNone identified, but recommend:
📋 CLAUDE.md Compliance Check
🎯 RecommendationsPre-merge verification: # Run snapshot tests to ensure compatibility
dotnet test TUnit.Core.SourceGenerator.Tests
dotnet test TUnit.PublicAPI
# Verify no unexpected snapshot changes
find . -name '*.received.txt' 2>/dev/null || echo "No received files - good!"✅ SecurityNo security concerns - Verify is a well-maintained, reputable testing library from VerifyTests organization. 📊 Final VerdictLGTM ✅ - Safe to merge once CI passes. This is a routine, low-risk dependency update that maintains the snapshot testing infrastructure. The minor version bump should be backward compatible. Automerge is appropriately enabled for this type of maintenance PR. Review based on TUnit development guidelines from CLAUDE.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Verify snapshot testing library and its related packages from version 31.8.0 to 31.9.0. This is a standard dependency maintenance update with no code changes required.
Key Changes
- Minor version bump for Verify ecosystem packages (31.8.0 → 31.9.0)
- All three Verify-related packages updated consistently
- No functional code changes or breaking changes expected
This PR contains the following updates:
31.8.0->31.9.031.8.0->31.9.031.8.0->31.9.0Release Notes
VerifyTests/Verify (Verify)
v31.9.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.