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 10, 2026
github-actions Bot pushed a commit to BenjaminMichaelis/TrxLib that referenced this pull request Aug 10, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.63.0 to
1.64.6.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.64.6

<!-- Release notes generated using configuration in .github/release.yml
at v1.64.6 -->

## What's Changed
### Other Changes
* Switch NuGet publishing to trusted publishing by @​thomhurst in
thomhurst/TUnit#6573
* Expose results directory through TestContext by @​thomhurst in
thomhurst/TUnit#6575
* Fix outcome timeline overflow in HTML reports by @​thomhurst in
thomhurst/TUnit#6574
### Dependencies
* chore(deps): update tunit to 1.64.0 by @​thomhurst in
thomhurst/TUnit#6570


**Full Changelog**:
thomhurst/TUnit@v1.64.0...v1.64.6

## 1.64.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.64.0 -->

## What's Changed
### Other Changes
* Honor cancellation tokens linked by custom test executors by
@​thomhurst in thomhurst/TUnit#6565
* Fix linked cancellation from before-test hooks by @​thomhurst in
thomhurst/TUnit#6568
* Add per-test execution cancellation by @​thomhurst in
thomhurst/TUnit#6569
### Dependencies
* chore(deps): update tunit to 1.63.25 by @​thomhurst in
thomhurst/TUnit#6559
* chore(deps): update dependency serialize-javascript to v7.1.0 by
@​thomhurst in thomhurst/TUnit#6561
* chore(deps): update dependency nsubstitute to 6.1.0 by @​thomhurst in
thomhurst/TUnit#6564
* chore(deps): bump mermaid from 11.15.0 to 11.16.1 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6563
* chore(deps): bump nanoid from 3.3.16 to 3.3.18 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6562


**Full Changelog**:
thomhurst/TUnit@v1.63.25...v1.64.0

## 1.63.25

<!-- Release notes generated using configuration in .github/release.yml
at v1.63.25 -->

## What's Changed
### Other Changes
* Fix Mermaid label contrast in dark mode by @​thomhurst in
thomhurst/TUnit#6531
* Enhance matrix tests documentation by @​koryphaee in
thomhurst/TUnit#6537
* fix: support nested Member after IsTypeOf by @​mvanhorn in
thomhurst/TUnit#6540
* docs: Add documentation for TestContext.Parameters by @​thomhurst with
@​Copilot in thomhurst/TUnit#6558
* fix: run event receivers on injected properties by @​thomhurst in
thomhurst/TUnit#6556
### Dependencies
* chore(deps): update tunit to 1.63.0 by @​thomhurst in
thomhurst/TUnit#6526
* chore(deps): update dependency stackexchange.redis to 3.1.0 by
@​thomhurst in thomhurst/TUnit#6529
* chore(deps): update verify to 31.28.0 by @​thomhurst in
thomhurst/TUnit#6532
* chore(deps): update dependency stackexchange.redis to 3.1.3 by
@​thomhurst in thomhurst/TUnit#6541
* chore(deps): update dependency dompurify to v3.4.13 by @​thomhurst in
thomhurst/TUnit#6542
* chore(deps): update dependency rabbitmq.client to 7.2.2 by @​thomhurst
in thomhurst/TUnit#6546
* chore(deps): update dependency polyfill to 11.0.2 by @​thomhurst in
thomhurst/TUnit#6549
* chore(deps): update dependency polyfill to 11.0.2 by @​thomhurst in
thomhurst/TUnit#6548
* chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6545
* chore(deps): bump postcss from 8.5.22 to 8.5.25 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6547
* chore(deps): update dependency stackexchange.redis to 3.1.11 by
@​thomhurst in thomhurst/TUnit#6550
* chore(deps): update dependency stackexchange.redis to 3.1.13 by
@​thomhurst in thomhurst/TUnit#6552

## New Contributors
* @​koryphaee made their first contribution in
thomhurst/TUnit#6537

**Full Changelog**:
thomhurst/TUnit@v1.63.0...v1.63.25

Commits viewable in [compare
view](thomhurst/TUnit@v1.63.0...v1.64.6).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.63.0&new-version=1.64.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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