-
-
Notifications
You must be signed in to change notification settings - Fork 109
chore(deps): update dependency polyfill to 9.5.0 #4152
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
Code Review - PR #4152: Update Polyfill to 9.5.0
|
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 Polyfill dependency from version 9.4.1 to 9.5.0, a minor version update. This is an automated dependency update generated by Renovate Bot.
Key Changes:
- Updates the Polyfill version string in TUnit.Core.targets to 9.5.0
| <!-- Auto-include Polyfill package for compile-time type generation --> | ||
| <PropertyGroup> | ||
| <_TUnitPolyfillVersion>9.4.1</_TUnitPolyfillVersion> | ||
| <_TUnitPolyfillVersion>9.5.0</_TUnitPolyfillVersion> |
Copilot
AI
Dec 23, 2025
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.
The Polyfill version is also defined in Directory.Packages.props at line 63 and needs to be updated to 9.5.0 to maintain consistency. The project uses Central Package Management (CPM) as evidenced by Directory.Packages.props, and TUnit.Core.targets references this version for automatic Polyfill injection. Both version definitions should be kept in sync.
7d4e6c5 to
78f7ac6
Compare
PR Review: Polyfill 9.4.1 → 9.5.0 UpdateSummaryThis PR updates the Polyfill dependency from version 9.4.1 to 9.5.0. The change is isolated to the ✅ Positive Observations
🔍 Considerations
📋 Pre-Merge Checklist
🎯 RecommendationLGTM with minor suggestion: The PR is safe to merge once CI passes. Consider updating The automerge configuration should proceed safely once all status checks complete. Review generated following TUnit development guidelines in CLAUDE.md |
78f7ac6 to
2990c32
Compare
Pull Request ReviewSummaryThis PR updates the Polyfill dependency from version 9.4.1 to 9.5.0. This is a Renovate-generated dependency update for a compile-time polyfill package used to support older target frameworks (netstandard2.0, netstandard2.1, and .NET Framework). Code Quality ✅
Potential Issues 🔍
|
2990c32 to
a50cc86
Compare
Code Review - PR #4152: Update Polyfill to 9.5.0✅ LGTM - Clean Dependency UpdateThis PR correctly updates the Polyfill version reference in 📋 Review SummaryCode Quality: ✅ Excellent
Dual-Mode Compatibility: ✅ Not Affected
Performance: ✅ No Impact
Security: ✅ Low Risk
Test Coverage: ✅ CI Validates
AOT/Trimming: ✅ Compatible
📝 Pre-Commit Checklist (per CLAUDE.md)
✅ Recommendation: APPROVEThis is a textbook dependency update:
The automerge configuration should proceed safely once CI completes. No action required from maintainers. Review conducted following TUnit CLAUDE.md development guidelines |
a50cc86 to
11564a1
Compare
This PR contains the following updates:
9.4.1→9.5.0Release Notes
SimonCropp/Polyfill (Polyfill)
v9.5.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 this update again.
This PR has been generated by Renovate Bot.