chore(deps): update dependency polyfill to 9.11.0#4996
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review: chore(deps): update dependency polyfill to 9.11.0
This is a Renovate Bot-generated dependency update PR, bumping Polyfill from 9.10.0 → 9.11.0.
Change Summary
The single-line change in TUnit.Core/TUnit.Core.targets updates the internal _TUnitPolyfillVersion MSBuild property:
- <_TUnitPolyfillVersion>9.10.0</_TUnitPolyfillVersion>
+ <_TUnitPolyfillVersion>9.11.0</_TUnitPolyfillVersion>Assessment: LGTM ✓
This is a clean minor version bump with no concerns:
- Scope is minimal and correct — the change is isolated to the version property; the surrounding conditional logic for polyfill inclusion (
netstandard2.0,netstandard2.1,.NETFramework) is untouched. - Minor version — Polyfill 9.11.0 should be backwards-compatible per semver. The Polyfill library by SimonCropp is a source-only compile-time package (no runtime dependency), which means this update carries very low risk.
- No AOT / source-gen impact — Since Polyfill is a compile-time source generator, it has no effect on the TUnit engine's runtime or reflection paths, so the dual-mode requirement (source-gen + reflection) is unaffected.
- No snapshot test changes needed — The update does not alter any TUnit source generator outputs or public APIs.
No issues found. Safe to merge.
This was referenced Feb 25, 2026
Closed
Closed
This was referenced Feb 26, 2026
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.10.0→9.11.0Release Notes
SimonCropp/Polyfill (Polyfill)
v9.11.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.