-
-
Notifications
You must be signed in to change notification settings - Fork 96
chore(deps): update tunit to 0.77.0 #3534
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
|
Claude finished @thomhurst's task —— View job Comprehensive Code Review
Review Summary: ✅ APPROVED - Clean Dependency UpdateThis is a well-structured Renovate PR that updates TUnit packages from 📋 Changes AnalyzedUpdated Packages:
Files Updated:
🔍 Code Quality & Best Practices ✅
🐛 Potential Issues ✅ None Found
🚀 Performance Considerations ✅ Positive ImpactThe key feature in 0.77.0 is enhanced parallelism configuration (PR #3533): Performance Improvements:
Before (0.76.26): // Default was unlimited (int.MaxValue) unless explicitly set
return int.MaxValue;After (0.77.0): // Smart default: 4x CPU cores, with priority hierarchy:
// 1. Command line argument (--maximum-parallel-tests)
// 2. Environment variable (TUNIT_MAX_PARALLEL_TESTS)
// 3. Default: ProcessorCount * 4
var defaultLimit = Environment.ProcessorCount * 4;🔒 Security Concerns ✅ None
🧪 Test Coverage Impact ✅ Maintained
|
a816174 to
62bda48
Compare
|
Claude finished @thomhurst's task —— View job Comprehensive Code Review
Review Summary: ✅ APPROVED - Clean Dependency UpdateThis is a well-structured Renovate PR that updates TUnit packages from 📋 Changes AnalyzedUpdated Packages:
Files Updated:
🔍 Code Quality & Best Practices ✅
🐛 Potential Issues ✅ None Found
🚀 Performance Considerations ✅ Positive ImpactThe key feature in 0.77.0 is enhanced parallelism configuration (PR #3533): Performance Improvements:
Before (0.76.26): // Default was unlimited (int.MaxValue) unless explicitly set
return int.MaxValue;After (0.77.0): // Smart default: 4x CPU cores, with priority hierarchy:
// 1. Command line argument (--maximum-parallel-tests)
// 2. Environment variable (TUNIT_MAX_PARALLEL_TESTS)
// 3. Default: ProcessorCount * 4
var defaultLimit = Environment.ProcessorCount * 4;🔒 Security Concerns ✅ None
🧪 Test Coverage Impact ✅ Maintained
|
This PR contains the following updates:
0.76.26->0.77.00.76.26->0.77.00.76.26->0.77.00.76.26->0.77.00.76.26->0.77.0Release Notes
thomhurst/TUnit (TUnit)
v0.77.0: 0.77.0What's Changed
🏕 Changes
👒 Dependencies
Full Changelog: v0.76.26...v0.77.0
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.