Skip to content

chore(deps): update dependency polyfill to 10.3.0 - #5509

Merged
thomhurst merged 1 commit into
mainfrom
renovate/_tunitpolyfillversion
Apr 11, 2026
Merged

chore(deps): update dependency polyfill to 10.3.0#5509
thomhurst merged 1 commit into
mainfrom
renovate/_tunitpolyfillversion

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

PackageTypeUpdateChange
Polyfillnugetminor10.2.010.3.0

Release Notes

SimonCropp/Polyfill (Polyfill)

v10.3.0

Compare Source

  • #​537 Add ConfigureAwaitOptions polyfill for pre-net8.0
  • #​538 Os polyfill issue
  • #​539 Add RequiresAssemblyFilesAttribute

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 Renovate Bot.

@thomhurstthomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Apr 11, 2026
@thomhurst
thomhurst enabled auto-merge (squash) April 11, 2026 04:22

@claudeclaudeBot left a comment

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.

Code Review

Type: Dependency update (minor)

Change:10.2.010.3.0 in TUnit.Core/TUnit.Core.targets


Assessment: Approve

This is a clean, routine minor version bump with no logic changes. The single-line modification correctly updates _TUnitPolyfillVersion in the MSBuild targets file.

What's new in Polyfill 10.3.0 — relevance to TUnit:

  • ConfigureAwaitOptions polyfill for pre-net8.0 — Directly relevant: TUnit uses this polyfill for netstandard2.0, netstandard2.1, and .NETFramework targets, and ConfigureAwaitOptions is a net8.0 addition. Downstream consumers on older frameworks will benefit.
  • Os polyfill fix (PR #538) — Bug fix for OS detection; low risk.
  • RequiresAssemblyFilesAttribute polyfill — Aligns well with TUnit's AOT-compatibility requirements (CLAUDE.md mandates AOT support and proper [DynamicallyAccessedMembers] annotations).

No concerns. The version bump is minimal and the new additions are additive/backwards-compatible. The auto-merge + squash configuration is appropriate for this kind of routine dependency update.

@claudeclaudeBot left a comment

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.

Code Review

Type: Dependency update (minor)

Change: Polyfill 10.2.0 to 10.3.0 in TUnit.Core/TUnit.Core.targets


Assessment: Approve

This is a clean, routine minor version bump with no logic changes. The single-line modification correctly updates _TUnitPolyfillVersion in the MSBuild targets file.

What is new in Polyfill 10.3.0 — relevance to TUnit:

  • ConfigureAwaitOptions polyfill for pre-net8.0 — Directly relevant: TUnit uses this polyfill for netstandard2.0, netstandard2.1, and .NETFramework targets, and ConfigureAwaitOptions is a net8.0 addition. Downstream consumers on older frameworks will benefit.
  • Os polyfill fix (PR #538) — Bug fix for OS detection; low risk.
  • RequiresAssemblyFilesAttribute polyfill — Aligns well with TUnit AOT-compatibility requirements (CLAUDE.md mandates AOT support and proper reflection annotations).

No concerns. The version bump is minimal and the new additions are additive/backwards-compatible. The auto-merge + squash configuration is appropriate for this kind of routine dependency update.

@codacy-production

codacy-productionBot commented Apr 11, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@claudeclaudeBot left a comment

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.

Code Review

Type: Dependency update (minor)

Change: Polyfill 10.2.010.3.0 in TUnit.Core/TUnit.Core.targets


Assessment: Approve

This is a clean, routine single-line version bump with no logic changes.

Previous reviews already covered this PR — no new issues have surfaced. The change remains straightforward and low-risk.

Polyfill 10.3.0 additions — TUnit relevance:

  • ConfigureAwaitOptions polyfill for pre-net8.0 — Directly beneficial: TUnit targets netstandard2.0, netstandard2.1, and .NETFramework, and ConfigureAwaitOptions is a net8.0 addition. Downstream consumers on older frameworks will gain access.
  • Os polyfill bug fix (PR #538) — Low-risk correction.
  • RequiresAssemblyFilesAttribute polyfill — Aligns well with TUnit's AOT-compatibility mandate (CLAUDE.md requires AOT support and proper [DynamicallyAccessedMembers] annotations).

No concerns. The auto-merge + squash configuration is appropriate for this type of routine dependency update.

This was referenced Jun 8, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency fileMINORrenovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thomhurst@renovate-bot