Skip to content

deps(dotnet): Bump Stimulsoft.Dashboards.Win from 2022.1.2 to 2026.2.2#72

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Stimulsoft.Dashboards.Win-2026.2.2
Closed

deps(dotnet): Bump Stimulsoft.Dashboards.Win from 2022.1.2 to 2026.2.2#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Stimulsoft.Dashboards.Win-2026.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Updated Stimulsoft.Dashboards.Win from 2022.1.2 to 2026.2.2.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 10, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner May 10, 2026 07:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels May 10, 2026
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical 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:

  • The upgrade involves a major version jump (2022.x.x to 2026.x.x), indicating significant changes in the library that might include new features, bug fixes, API changes, and potentially breaking changes.
  • Compatibility should be verified with the existing codebase to ensure that the upgraded package interfaces and functionality remain consistent or that necessary adjustments are made.
  • The upgrade requires validating that the newer version is compatible with the .NET runtime/framework version used in the project.
  • Dependency resolution and conflict management will be handled by Dependabot or can be triggered manually via commands (e.g., @dependabot rebase).

Implementation considerations:

  • Review release notes and changelogs for Stimulsoft.D

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: bug

@github-actions github-actions Bot added the bug Something isn't working label May 10, 2026
---
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>
@dependabot dependabot Bot force-pushed the dependabot/nuget/Stimulsoft.Dashboards.Win-2026.2.2 branch from cb5f198 to 765b532 Compare May 19, 2026 10:30
karlspace added a commit that referenced this pull request May 19, 2026
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.
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

Looks like Stimulsoft.Dashboards.Win is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this May 19, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/Stimulsoft.Dashboards.Win-2026.2.2 branch May 19, 2026 13:29
@karlspace
Copy link
Copy Markdown
Contributor

Closed automatically by Dependabot after I added an ignore rule for both Stimulsoft packages — recording the reasoning here for future reference:

Stimulsoft.Dashboards.Win is intentionally pinned at 2022.1.2 because our Stimulsoft license only covers that specific build. The pin lives in Directory.Packages.props with an inline German comment as the in-code reason:

<!-- 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 .Dashboards.Win, leaving the sibling .Reports.Wpf at 2022.1.2 — that would create a major-version split between two packages that ship together.

The permanent ignore is in .github/dependabot.yml (commit c3a1c12) covering both Stimulsoft packages. If the license is ever expanded, removing those two lines re-enables updates.

Thanks Dependabot — the diff itself was clean, just the wrong package for our setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant