Skip to content

chore(deps): update dependency polyfill to 9.20.0#5162

Merged
thomhurst merged 1 commit intomainfrom
renovate/polyfill-9.x
Mar 14, 2026
Merged

chore(deps): update dependency polyfill to 9.20.0#5162
thomhurst merged 1 commit intomainfrom
renovate/polyfill-9.x

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
Polyfill nuget minor 9.18.09.20.0

Release Notes

SimonCropp/Polyfill (Polyfill)

v9.20.0

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


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

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Mar 14, 2026
@thomhurst thomhurst enabled auto-merge (squash) March 14, 2026 13:26
Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

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

This is a routine automated dependency update from Renovate Bot, bumping the Polyfill package from 9.18.0 to 9.20.0 in Directory.Packages.props.

Summary of change: Single-line version bump in the centralized package version management file. No logic, no structural changes.

Assessment:

  • The change is minimal and low-risk. Polyfill is a source-generator-based package, meaning it injects polyfill APIs at compile time rather than shipping runtime binary dependencies. A minor version bump (9.18 → 9.20) in a well-maintained package like this is unlikely to introduce breaking changes.
  • The PR has auto-merge enabled, which is appropriate for this type of automated dependency update.
  • The release notes link is sparse — it would be worth briefly checking the upstream changelog to confirm no new polyfills were added that might conflict with existing TUnit API surface, especially given TUnit's multi-target setup (net8.0;net9.0;net10.0). Since net10.0 is a target and Polyfill typically adds APIs that are only present in newer runtimes, newly added polyfills from v9.19/v9.20 could potentially shadow or conflict with native APIs on net10.0. This is generally handled gracefully by the package itself, but worth being aware of.
  • No concerns about AOT compatibility or source generator output changes; Polyfill does not affect TUnit's own source generator snapshots.

No issues found. This update looks safe to merge.

This was referenced Apr 1, 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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants