Skip to content

chore(deps): update dependency polyfill to 11.4.0 - #6841

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

thomhurst merged 1 commit into
mainfrom
renovate/polyfill-11.x

Conversation

@thomhurst

@thomhurst thomhurst commented Sep 19, 2026 •

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Polyfill nuget minor 11.3.0 → 11.4.0

Release Notes

SimonCropp/Polyfill (Polyfill)

v11.4.0

Compare Source

  • #​609 Add UTF-8 Parse/TryParse/TryFormat polyfills for BigInteger and Complex
  • #​611 Add ArrayBufferWriter polyfill

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

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Sep 19, 2026
@thomhurst
thomhurst enabled auto-merge (squash) September 19, 2026 01:45
@thomhurst
thomhurst deployed to Pull Requests September 19, 2026 01:45 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 19, 2026 01:45 — with GitHub Actions Active
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Sep 19, 2026 •

Copy link
Copy Markdown

Review in Change Stack →

Navigate logical layers of code changes, visualize relationships, and explore their blast radius.

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: d1902989-4570-4fa2-9b4c-688a4cbf8e6c

📥 Commits

Reviewing files that changed from the base of the PR and between 4eba50f and 86e7b1f.

📒 Files selected for processing (1)
  • src/TUnit.Templates/content/TUnit/TestProject.csproj

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The PR updates Polyfill from 11.3.0 to 11.4.0 in central package management and the .NET Framework test project template.

Changes

Polyfill Version Alignment

Layer / File(s) Summary
Update Polyfill references
Directory.Packages.props, src/TUnit.Templates/content/TUnit/TestProject.csproj
The central package version and the conditional template reference now use Polyfill 11.4.0. PrivateAssets remains set to all in the template.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~3 minutes

Change: Other

Suggested reviewers: fornever

Merge Risk: ⚪ Minimal · up to 86e7b

The project references Polyfill 11.4.0 consistently in central package management and the .NET Framework template, with no actionable merge-blocking risk identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the Polyfill dependency update to version 11.4.0.
✨ Finishing Touches 💡 1
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR
🛠️ Fix failing CI checks 💡
  • Commit to this branch
  • Create a new PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

A rabbit checks the package row
Polyfill hops from three to four
The template follows close behind
With private assets kept aligned
Two tiny edits, one tidy trail

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 19, 2026 •

Copy link
Copy Markdown
Contributor

RetriggerConfidence Score: 5/5

The PR appears safe to merge, although the existing non-blocking inconsistency with the build-transitive Polyfill version remains.

Findings

  1. P2 Polyfill Versions Remain Inconsistent ▶

Summary

Updates Polyfill from 11.3.0 to 11.4.0 in central package management and the .NET Framework test-project template.

  • Keeps the repository-managed and template package versions aligned.
  • Does not update the build-transitive Polyfill version embedded in TUnit.Core.targets.

Reviews (14) · Last reviewed commit: "chore(deps): update dependency polyfill ..."

Comment thread Directory.Packages.props
<PackageVersion Include="OneOf.SourceGenerator" Version="3.0.271" />
<PackageVersion Include="Polly" Version="8.8.0" />
<PackageVersion Include="Polyfill" Version="11.3.0" />
<PackageVersion Include="Polyfill" Version="11.4.0" />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Polyfill Versions Remain Inconsistent

The central and template references now use Polyfill 11.4.0, but the build-transitive targets shipped with TUnit.Core still hardcode 11.3.0. External TUnit consumers targeting .NET Framework or netstandard2.0/2.1 without their own Polyfill reference will therefore continue receiving 11.3.0, leaving the dependency update incomplete and producing different default polyfills depending on how a project is created.

Knowledge Base Used: Observability, ecosystem extensions, and delivery

@thomhurst
thomhurst force-pushed the renovate/polyfill-11.x branch from 5fafb66 to 8498a68 Compare September 19, 2026 03:15
@thomhurst
thomhurst deployed to Pull Requests September 19, 2026 03:15 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 19, 2026 03:15 — with GitHub Actions Active
@thomhurst
thomhurst force-pushed the renovate/polyfill-11.x branch from 8498a68 to 590a10d Compare September 20, 2026 00:40
@thomhurst
thomhurst deployed to Pull Requests September 20, 2026 00:40 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 20, 2026 00:40 — with GitHub Actions Active
@thomhurst
thomhurst force-pushed the renovate/polyfill-11.x branch from 590a10d to 8a4c4f9 Compare September 20, 2026 02:43
@thomhurst
thomhurst deployed to Pull Requests September 20, 2026 02:43 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 20, 2026 02:43 — with GitHub Actions Active
@thomhurst
thomhurst force-pushed the renovate/polyfill-11.x branch from 8a4c4f9 to c08f7b8 Compare September 20, 2026 04:15
@thomhurst
thomhurst deployed to Pull Requests September 20, 2026 04:15 — with GitHub Actions Active
@thomhurst
thomhurst deployed to Pull Requests September 20, 2026 04:15 — with GitHub Actions Active
This was referenced Sep 24, 2026

This branch was successfully deployed

1 active deployment
Pull Requests — 60f0ce66 Deployed Sep 22, 2026 by thomhurst via modularpipeline (macos-latest) #19445
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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants