chore(deps): bump ioredis to 6.0.0 (hub) - #456
Merged
Merged
Conversation
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>
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.
Summary
Verification (ioredis)
hubtypecheck: 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.hub/src/api/auth.ts,hub/src/middleware/rate-limit.ts,hub/src/titanium-client.ts) and their tests pass.typescript 7.0.2 — DEFERRED (do not merge #447)
Confirmed 7.0.2 is a real GA release on npm (dist-tag
latest). Butcd 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: newRouteConfig/@hono/zod-openapiincompatibilities acrosssrc/api/_openapi.ts(repo-groups, orchestrator-tasks, ext routes) and newTaskTypenarrowing failures insrc/api/scheduled-tasks.ts. This is a genuine typing regression, not noise -- recommend leaving #447 open until@hono/zod-openapitypes are compatible with TS7 or the openapi route registrations are adjusted.Test plan