Skip to content

chore(deps): bump ioredis to 6.0.0 (hub) - #456

Merged
finedesignz merged 2 commits into
mainfrom
chore/deps-hub
Sep 10, 2026
Merged

chore(deps): bump ioredis to 6.0.0 (hub)#456
finedesignz merged 2 commits into
mainfrom
chore/deps-hub

Conversation

@finedesignz

Copy link
Copy Markdown
Owner

Summary

Verification (ioredis)

  • hub typecheck: 0 new errors vs origin/main baseline (verified at matching commit 39bc63b — earlier informal baseline was off by 4 commits and gave a false diff).
  • bun run check-baseline (root): pass=2124 skip=248 fail=0 (baseline pass=2010 skip=247 fail=0) — clean, no regressions.
  • Redis-touching files (hub/src/api/auth.ts, hub/src/middleware/rate-limit.ts, hub/src/titanium-client.ts) and their tests pass.
  • Reviewed ioredis v6 release notes: no breaking option/default changes affecting this codebase's usage.

typescript 7.0.2 — DEFERRED (do not merge #447)

Confirmed 7.0.2 is a real GA release on npm (dist-tag latest). But cd hub && bun run typecheck (tsc, not swallowed) goes from 427 to 427 errors in raw count but with 86 new + 77 resolved = a real regression class: new RouteConfig/@hono/zod-openapi incompatibilities across src/api/_openapi.ts (repo-groups, orchestrator-tasks, ext routes) and new TaskType narrowing failures in src/api/scheduled-tasks.ts. This is a genuine typing regression, not noise -- recommend leaving #447 open until @hono/zod-openapi types are compatible with TS7 or the openapi route registrations are adjusted.

Test plan

  • bun install
  • hub typecheck (baseline-diffed against exact origin/main commit)
  • bun run check-baseline
  • targeted redis-adjacent tests

dependabot Bot and others added 2 commits September 10, 2026 11:23
Bumps [ioredis](https://github.com/redis/ioredis) from 5.11.1 to 6.0.0.
- [Release notes](https://github.com/redis/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.11.1...v6.0.0)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@finedesignz
finedesignz merged commit f0e73d1 into main Sep 10, 2026
1 check passed
@finedesignz
finedesignz deleted the chore/deps-hub branch September 10, 2026 20:42
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.

1 participant