chore(deps): update dependency polyfill to 10.2.0#5482
Conversation
There was a problem hiding this comment.
Code Review
This PR bumps the Polyfill dependency from 10.1.1 to 10.2.0 (minor version) in TUnit.Core/TUnit.Core.targets.
Change is minimal and straightforward — a single version string update for the auto-injected Polyfill package used for netstandard2.0, netstandard2.1, and .NETFramework targets.
Looks good. The version bump is a minor release so no breaking changes are expected. The package is used only for compile-time type generation (compile; analyzers) with PrivateAssets=all, so the version bump won't affect end-user runtime dependencies. The change correctly handles both CPM (VersionOverride) and non-CPM (Version) scenarios without modification.
There was a problem hiding this comment.
Code Review
This PR bumps the Polyfill dependency from 10.1.1 to 10.2.0 (minor version) in TUnit.Core/TUnit.Core.targets.
Change is minimal and straightforward — a single version string update for the auto-injected Polyfill package used for netstandard2.0, netstandard2.1, and .NETFramework targets.
Looks good. The version bump is a minor release so no breaking changes are expected. The package is used only for compile-time type generation (compile; analyzers) with PrivateAssets=all, so the version bump won't affect end-user runtime dependencies. The change correctly handles both CPM (VersionOverride) and non-CPM (Version) scenarios without modification.
Up to standards ✅🟢 Issues
|
This PR contains the following updates:
10.1.1→10.2.0Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.