Skip to content

chore(deps): update dependency stackexchange.redis to 2.11.8#4998

Merged
thomhurst merged 1 commit intomainfrom
renovate/stackexchange.redis-2.x
Feb 25, 2026
Merged

chore(deps): update dependency stackexchange.redis to 2.11.8#4998
thomhurst merged 1 commit intomainfrom
renovate/stackexchange.redis-2.x

Conversation

@thomhurst
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
StackExchange.Redis (source) nuget patch 2.11.32.11.8

Release Notes

StackExchange/StackExchange.Redis (StackExchange.Redis)

v2.11.8

Compare Source

What's Changed
New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.11.3...2.11.8


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 PATCH renovate-bot labels Feb 25, 2026
@thomhurst thomhurst enabled auto-merge (squash) February 25, 2026 11:50
Copy link
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.

Code Review: Dependency Update - StackExchange.Redis 2.11.3 → 2.11.8

This is a straightforward Renovate Bot patch update. The changes are clean and correct.

Summary of Changes

  • Directory.Packages.props: Central version bumped from 2.11.3 to 2.11.8
  • examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj: Direct package reference also bumped

Notable Observations

Inconsistent version management: The project uses Directory.Packages.props for centralized package management (CPM), but CloudShop.Tests.csproj has a direct <PackageReference> with an explicit version rather than relying on the central version. With CPM enabled, all package versions should be defined centrally in Directory.Packages.props and child projects should omit the Version attribute on <PackageReference>. Having both results in two places to update per dependency bump (as evidenced by this PR needing to update both files).

Suggested fix: In examples/CloudShop/CloudShop.Tests/CloudShop.Tests.csproj, change:

<PackageReference Include="StackExchange.Redis" Version="2.11.8" />

to:

<PackageReference Include="StackExchange.Redis" />

This would let the central Directory.Packages.props be the single source of truth, reducing future maintenance burden. The reason this matters: with CPM, duplicate versioning can cause confusion, and Renovate has to patch two files instead of one, increasing the risk of drift.

Release Notes Review

The 2.11.3 → 2.11.8 range includes only bug fixes:

  • Handling -MOVED errors pointing to the same endpoint
  • Fixing time conversion errors in HOTKEYS

No breaking changes; safe to merge.

Verdict: Approve with the minor suggestion above to clean up the version management inconsistency.

@thomhurst thomhurst merged commit 8d7ed2f into main Feb 25, 2026
14 of 15 checks passed
@thomhurst thomhurst deleted the renovate/stackexchange.redis-2.x branch February 25, 2026 13:02
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