chore(deps): update dependency polyfill to 11.0.2 - #6548
Conversation
Greptile SummaryThis PR updates Polyfill from 11.0.1 to 11.0.2 across the centrally managed repository dependencies and the generated .NET Framework test-project template.
Confidence Score: 4/5The PR is not safe to merge until the remaining source-generator calls to the generic The central upgrade still reaches netstandard2.0 source-generator projects, while Files Needing Attention: Directory.Packages.props; src/TUnit.Core.SourceGenerator/CodeWriter.cs; src/TUnit.Assertions.SourceGenerator/Generators/AssertionMethodGenerator.cs
|
| Filename | Overview |
|---|---|
| Directory.Packages.props | Updates the repository-wide Polyfill version; the previously reported source-generator compilation incompatibility remains unresolved. |
| src/TUnit.Templates/content/TUnit/TestProject.csproj | Aligns the conditional .NET Framework template dependency with Polyfill 11.0.2; no separate eligible defect was established. |
Reviews (2): Last reviewed commit: "chore(deps): update dependency polyfill ..." | Re-trigger Greptile
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c0ee6394a2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <PackageVersion Include="OneOf.SourceGenerator" Version="3.0.271" /> | ||
| <PackageVersion Include="Polly" Version="8.7.0" /> | ||
| <PackageVersion Include="Polyfill" Version="11.0.1" /> | ||
| <PackageVersion Include="Polyfill" Version="11.0.2" /> |
There was a problem hiding this comment.
Update the packaged Polyfill fallback too
For consumers targeting .NET Framework or netstandard without their own Polyfill reference, the packed src/TUnit.Core/TUnit.Core.targets still sets _TUnitPolyfillVersion to 11.0.1 and injects that version. Consequently, this dependency update reaches internal builds and newly generated templates but not existing TUnit consumers relying on automatic injection; update the packaged fallback constant alongside this line. CLAUDE.mdL71-L71
Useful? React with 👍 / 👎.
Code reviewNo issues found. This is an automated Renovate dependency patch bump (Polyfill |
c0ee639 to
2d0129b
Compare
This PR contains the following updates:
11.0.1→11.0.2Release Notes
SimonCropp/Polyfill (Polyfill)
v11.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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 Mend Renovate.