deps(dotnet): Bump Stimulsoft.Dashboards.Win from 2022.1.2 to 2026.2.2#72
deps(dotnet): Bump Stimulsoft.Dashboards.Win from 2022.1.2 to 2026.2.2#72dependabot[bot] wants to merge 1 commit into
Conversation
AI AnalysisTechnical Summary: This pull request upgrades the NuGet package dependency Stimulsoft.Dashboards.Win from version 2022.1.2 to 2026.2.2 in a .NET project. Technical requirements and constraints:
Implementation considerations:
This summary was automatically generated by AI to help with triage and may not be 100% accurate. Suggested Labels: bug |
--- updated-dependencies: - dependency-name: Stimulsoft.Dashboards.Win dependency-version: 2026.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
cb5f198 to
765b532
Compare
Stimulsoft.Dashboards.Win and Stimulsoft.Reports.Wpf are pinned at 2022.1.2 because our license only covers that build. Without an ignore rule, Dependabot kept opening upgrade PRs (most recently #72: 2022.1.2 -> 2026.2.2) that must be declined every time. * Pin is enforced in Directory.Packages.props with an inline German comment ("Version bleibt wegen Lizenz!") on the Stimulsoft package versions * Ignore is applied to both sibling packages so neither one drifts ahead of the licensed version * Why a full ignore rather than a version range: the license is specific to 2022.1.2, not a major-version window — any other version is out of scope If the license is ever expanded, remove the ignore block and let Dependabot resume normal updates.
|
Looks like Stimulsoft.Dashboards.Win is no longer being updated by Dependabot, so this is no longer needed. |
|
Closed automatically by Dependabot after I added an ignore rule for both Stimulsoft packages — recording the reasoning here for future reference:
<!-- Reporting (Stimulsoft) - Version bleibt wegen Lizenz! -->
<PackageVersion Include="Stimulsoft.Dashboards.Win" Version="2022.1.2" />
<PackageVersion Include="Stimulsoft.Reports.Wpf" Version="2022.1.2" />A second concern even setting the license aside: this PR only bumped The permanent ignore is in Thanks Dependabot — the diff itself was clean, just the wrong package for our setup. |
Updated Stimulsoft.Dashboards.Win from 2022.1.2 to 2026.2.2.