Require @redis/client ^5.0.0 for RedisKvStore#819
Conversation
🦋 Changeset detectedLatest commit: 4b033d1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bumps [@redis/client](https://github.com/redis/node-redis) from 1.6.0 to 5.11.0. - [Release notes](https://github.com/redis/node-redis/releases) - [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/node-redis/compare/client@1.6.0...json@5.11.0) --- updated-dependencies: - dependency-name: "@redis/client" dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
101c6a5 to
0ee40db
Compare
|
@copilot we're Bump @redis/client from 1.6.0 to 5.11.0, a lot of major versions, and now the build is failing. Make the necessary changes to make it work again. CI will reveal if all tests work as expected, but try to confirm the basics yourself. |
…list() Agent-Logs-Url: https://github.com/tus/tus-node-server/sessions/1591bb04-c85a-494a-aeaa-065d3cf0828e Co-authored-by: Murderlon <9060226+Murderlon@users.noreply.github.com>
Fixed in fc8c135. The |
|
@copilot change the required version to ^5.0.0 instead of 5.11.0. Make sure to update the lock file and the new changeset description as well |
Agent-Logs-Url: https://github.com/tus/tus-node-server/sessions/eb358240-7915-4c34-b625-425b21fb791b Co-authored-by: Murderlon <9060226+Murderlon@users.noreply.github.com>
Done in 4b033d1. Updated the version to |
packages/utils/src/kvstores/RedisKvStore.ts(cursor type changed fromnumbertostring | Bufferin v5)list()method to usescanIterator(idiomatic v5 API) instead of manual cursor loop^5.0.0in package.json files, update lock file, and update changeset description