chore(deps): Bump StackExchange.Redis from 2.13.17 to 3.1.13 - #577
Conversation
--- updated-dependencies: - dependency-name: StackExchange.Redis dependency-version: 3.1.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6e5676c307
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.*" /> | ||
| <PackageReference Include="Serilog.Extensions.Logging" Version="10.*" /> | ||
| <PackageReference Include="StackExchange.Redis" Version="2.*" /> | ||
| <PackageReference Include="StackExchange.Redis" Version="3.*" /> |
There was a problem hiding this comment.
Regenerate the downstream NuGet lock files
The API and integration-test lock files still describe Cluckwork.Infrastructure as requiring StackExchange.Redis [2.*, ) and resolve 2.13.17 (src/Cluckwork.Api/packages.lock.json:402-405,489-500 and tests/Cluckwork.Api.IntegrationTests/packages.lock.json:446-449,550-561). Because ci.yml restores the entire solution with --locked-mode, this project-reference dependency change causes NU1004 before the build; regenerate and commit every affected downstream lock file with the bump.
AGENTS.md reference: AGENTS.md:L150-L150
Useful? React with 👍 / 👎.
The 2.13.17 → 3.1.13 major bump is source-breaking in two spots: - RedisTimeoutException(string, CommandStatus) is obsolete; the 3.x overload takes CommandFlags first — pass CommandFlags.None. - StackExchange.Redis now ships its own TestHarness type, which collides with our Cluckwork.Api.IntegrationTests.Infrastructure.TestHarness; fully-qualify ours to Infrastructure.TestHarness at the single ambiguous call site. Verified locally: --locked-mode restore clean, full solution build 0 errors, ResilientFallback + DistributedRateLimiterWiring suites green (12), SharedState suite green (43).
Updated StackExchange.Redis from 2.13.17 to 3.1.13.
Release notes
Sourced from StackExchange.Redis's releases.
No release notes found for this version range.
Commits viewable in compare view.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)