You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ioredis v6.0.0 was released on 2026 07 31. The current peerDependencies in ioredis-mock only allows ioredis v5, which blocks projects that upgrade to ioredis v6 from installing ioredis-mock without peer dependency conflicts.
Summary
ioredis v6.0.0 was released on 2026 07 31. The current
peerDependenciesinioredis-mockonly allows ioredis v5, which blocks projects that upgrade to ioredis v6 from installingioredis-mockwithout peer dependency conflicts.Current State
In
package.json:Proposed Change
Update the
peerDependenciesrange to also support v6:Notable Breaking Changes in ioredis v6
From the v6.0.0 release notes:
protocol: 2retains the v5 wire protocolAdditional Considerations
ioredisdevDependency (currently^5.8.2) to run the test suite against v6enginesfield currently specifiesnode >=12.22, which may need review given the ioredis v6 requirement of Node.js 20 or newer