-
-
Notifications
You must be signed in to change notification settings - Fork 108
chore(deps): update dependency polyfill to 9.6.0 #4220
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
SummaryUpdates Polyfill dependency from 9.5.0 to 9.6.0 (minor version bump). Critical IssuesNone found ✅ TUnit Rules Compliance
Verdict✅ APPROVE - No critical issues This is a straightforward minor version bump of the Polyfill package used for compile-time type generation on older frameworks. The dependency is properly scoped to compile-time only and doesn't affect runtime behavior. |
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.5.0 to 9.6.0 as part of routine dependency maintenance. The update is a minor version bump that should include new features or improvements without breaking changes.
Key Changes
- Updated Polyfill version reference in TUnit.Core.targets to 9.6.0
| <!-- Auto-include Polyfill package for compile-time type generation --> | ||
| <PropertyGroup> | ||
| <_TUnitPolyfillVersion>9.5.0</_TUnitPolyfillVersion> | ||
| <_TUnitPolyfillVersion>9.6.0</_TUnitPolyfillVersion> |
Copilot
AI
Jan 3, 2026
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 was updated in TUnit.Core.targets to 9.6.0, but the version in Directory.Packages.props (line 64) remains at 9.5.0. This creates an inconsistency where external NuGet consumers will use Polyfill 9.6.0 while internal development and testing will use 9.5.0. Both files should be updated together to ensure consistent behavior between development and production environments.
| <_TUnitPolyfillVersion>9.6.0</_TUnitPolyfillVersion> | |
| <_TUnitPolyfillVersion>9.5.0</_TUnitPolyfillVersion> |
1490188 to
6cc8c9a
Compare
SummaryUpdates the Polyfill dependency from version 9.5.0 to 9.6.0. Critical IssuesNone found ✅ AnalysisThis is a straightforward dependency update PR from Renovate Bot. The change:
TUnit rules check:
The change follows TUnit's principle of using modern features while maintaining backward compatibility for older frameworks through polyfills. Verdict✅ APPROVE - No critical issues |
6cc8c9a to
42e89d1
Compare
SummaryUpdates the Polyfill dependency from version 9.5.0 to 9.6.0 in TUnit.Core.targets. Critical IssuesNone found ✅ This is a straightforward dependency update:
Verdict✅ APPROVE - No critical issues This is a safe, automated dependency update by Renovate Bot. The change only updates the Polyfill package version reference used for compile-time type generation on older target frameworks (netstandard2.0, netstandard2.1, .NET Framework). |
This PR contains the following updates:
9.5.0→9.6.0Release Notes
SimonCropp/Polyfill (Polyfill)
v9.6.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.