Skip to content

Tighten ioredis range to ^5.10.1 to exclude broken 5.10.0#1288

Merged
evantahler merged 1 commit intomainfrom
evantahler/issue-1287
Apr 22, 2026
Merged

Tighten ioredis range to ^5.10.1 to exclude broken 5.10.0#1288
evantahler merged 1 commit intomainfrom
evantahler/issue-1287

Conversation

@evantahler
Copy link
Copy Markdown
Member

Summary

Closes #1287. Bumps the ioredis dependency range from ^5.9.1 to ^5.10.1 so that the broken 5.10.0 release can no longer be selected.

ioredis@5.10.0 introduced a nominal-typing regression on AbstractConnector that causes TypeScript consumers (e.g. keryx) to fail when two ioredis copies end up coexisting in the dependency tree — one pulled via node-resque's loose range, one pinned tighter by the app. Narrowing our range to ^5.10.1 lets package managers dedupe and fixes the downstream type error without any code change in consumers.

Test plan

  • npm test passes locally against real Redis
  • CI green on Node 20/24/25

🤖 Generated with Claude Code

Closes #1287. 5.10.0 introduced a nominal-type regression on
AbstractConnector that breaks downstream TypeScript consumers (e.g.
keryx) when two ioredis copies coexist in the tree.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@evantahler evantahler enabled auto-merge (squash) April 22, 2026 07:33
@evantahler evantahler merged commit c31dcb6 into main Apr 22, 2026
11 checks passed
@evantahler evantahler deleted the evantahler/issue-1287 branch April 22, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tighten ioredis dep range to exclude 5.10.0

1 participant