@qified/redis - chore: upgrade redis#210
Merged
Merged
Conversation
Upgrade the redis client in the redis provider package: - redis ^6.0.0 → ^6.1.0 (@qified/redis) pnpm build and pnpm test pass across all packages (100% coverage maintained). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014cLAa8HaTokNu5wBM7cM6x
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 1659 1659
Branches 288 288
=========================================
Hits 1659 1659 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the 'redis' dependency from version 6.0.0 to 6.1.0 in 'packages/redis/package.json' and updates the corresponding lockfile 'pnpm-lock.yaml' to reflect the new version across all related Redis packages. I have no feedback to provide as there were no review comments submitted for this pull request.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Chore — runtime dependency upgrade of the
redisclient in the@qified/redispackage. No source changes.Versions
redis^6.0.0→^6.1.0(@qified/redis)Exact "Latest" from
pnpm outdated(gated by the workspaceminimumReleaseAge); minor bump.Tests
pnpm buildpassespnpm testpasses — qified 132, nats 80, rabbitmq 114, redis 88, valkey 88, zeromq 8; 100% coverage maintained (the@qified/redisintegration tests run against the live redis service)🤖 Generated with Claude Code
Generated by Claude Code