chore(deps): update dependency polyfill to 9.10.0#4977
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review: chore(deps): update dependency polyfill to 9.10.0
This is a straightforward minor dependency bump of Polyfill from 9.9.0 → 9.10.0.
Change Summary
The single change is in TUnit.Core/TUnit.Core.targets, updating the _TUnitPolyfillVersion property from 9.9.0 to 9.10.0.
Assessment
No issues found. This is a minimal, low-risk dependency update:
- The change is isolated to a single MSBuild property in
.targets - Polyfill is a compile-time source generator — it injects polyfill types only when targeting older frameworks (
netstandard2.0,netstandard2.1,.NETFramework), so runtime behavior is not affected fornet8.0/net9.0/net10.0targets - It's a minor version bump, so it should be backwards-compatible by semver convention
- Automerge is already enabled, which is appropriate for this class of automated dependency update
LGTM. Safe to merge.
This was referenced Feb 22, 2026
Open
This was referenced Feb 23, 2026
Open
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.
This PR contains the following updates:
9.9.0→9.10.0Release Notes
SimonCropp/Polyfill (Polyfill)
v9.10.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.