Skip to content

chore(deps): update dependency polyfill to 11.0.2 - #6548

Merged
thomhurst merged 1 commit into
mainfrom
renovate/polyfill-11.x
Aug 6, 2026
Merged

chore(deps): update dependency polyfill to 11.0.2#6548
thomhurst merged 1 commit into
mainfrom
renovate/polyfill-11.x

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Polyfill nuget patch 11.0.111.0.2

Release Notes

SimonCropp/Polyfill (Polyfill)

v11.0.2

Compare Source

  • #​571 Remove the non-BCL generic params AppendJoin overloads

Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Aug 6, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 6, 2026 01:39
@greptile-apps

greptile-apps Bot commented Aug 6, 2026

Copy link
Copy Markdown

Greptile Summary

This 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.

  • Updates the central Polyfill package version.
  • Keeps generated .NET Framework projects aligned with that version.

Confidence Score: 4/5

The PR is not safe to merge until the remaining source-generator calls to the generic StringBuilder.AppendJoin overload removed by Polyfill 11.0.2 are replaced or otherwise made compatible.

The central upgrade still reaches netstandard2.0 source-generator projects, while CodeWriter and the assertions generator continue invoking the generic overload removed in this package release, leaving the previously reported compilation failure outstanding.

Files Needing Attention: Directory.Packages.props; src/TUnit.Core.SourceGenerator/CodeWriter.cs; src/TUnit.Assertions.SourceGenerator/Generators/AssertionMethodGenerator.cs

Important Files Changed

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

Comment thread Directory.Packages.props

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread Directory.Packages.props
<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" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@claude

claude Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Code review

No issues found. This is an automated Renovate dependency patch bump (Polyfill 11.0.111.0.2), touching only version numbers in Directory.Packages.props and the test project template. No code or logic changes to review — safe to merge.

@thomhurst
thomhurst force-pushed the renovate/polyfill-11.x branch from c0ee639 to 2d0129b Compare August 6, 2026 03:08
@thomhurst
thomhurst merged commit 534c861 into main Aug 6, 2026
13 checks passed
@thomhurst
thomhurst deleted the renovate/polyfill-11.x branch August 6, 2026 04:37
This was referenced Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants