chore(deps): batch renovate/dependabot updates (12 PRs)#622
Merged
Conversation
Bumps [hono](https://github.com/honojs/hono) from 4.12.15 to 4.12.18. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.15...v4.12.18) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…rsive Bumps every dependency to the latest semver-compatible version in scope. Covers the lockfile-only renovate PRs (#618 fast-uri, #617 hono security, #614 bullmq, #613 aws-sdk-js-v3, #610 expo, #609 dev-deps, #608 react-i18next, #606 hono-node-server) and refreshes pnpm-lock.yaml. Catalog bumps in pnpm-workspace.yaml: pglite 0.4.5, react-query 5.100.9, drizzle-orm 0.45.2, eslint 10.3.0, happy-dom 20.9.0, react-dom 19.2.6, zod 4.4.3. Restores @trpc/server catalog: refs in apps/api and packages/api-client that pnpm update --recursive unwrapped to literal 11.16.0. Includes infra-kmnl tracking bean.
Newer @typescript-eslint/no-unnecessary-type-assertion (8.59.x via dev-deps bump in #609) flags `apiClient as RotationApiClient` because the inferred return type of makeMockApiClient already satisfies RotationApiClient. Switching to the property shorthand removes the noise without changing behavior.
…slint 8.59 The dev-deps bump in #609 (typescript-eslint 8.59.x) tightened @typescript-eslint/no-unnecessary-type-assertion. eslint --fix removed 72+ casts across 121 files; the leftover unused-import lint errors and two type-system regressions are addressed here. Manual fixes: - apps/api/src/trpc/context.ts: introduce OptionalAuthEnv (auth?: AuthContext) in apps/api/src/lib/auth-context.ts and cast the tRPC Context to it. This lets c.get("auth") legitimately return undefined, which is what happens at runtime when no Bearer token is present — the previous (c.get("auth") as AuthContext | undefined) ?? null was flagged as unnecessary because the inline assertion looked redundant to the rule. - packages/sync/src/__tests__/document-factory.test.ts: restore the Doc<Record<string, unknown>> annotation so Automerge.save accepts the union return type from createDocument(type). - apps/api/src/__tests__/lib/bucket-access.integration.test.ts: switch "member" as BucketContentEntityType to "member" as const to keep drizzle's typed insert happy without an `as` cast. The remaining changes are eslint --fix output: dropping `as Type` where the receiver already accepts the source type, plus removing the now- unused type imports those casts referenced.
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
Batch of 12 open renovate/dependabot dependency PRs applied as one branch. Replaces them so they can be closed without separate merge churn.
Cherry-picked individually (touched files beyond the lockfile)
Absorbed via `pnpm update --recursive`
Lockfile-only renovate PRs picked up by a fresh resolve within the existing semver ranges:
Catalog bumps in `pnpm-workspace.yaml`
pglite 0.4.5, react-query 5.100.9, drizzle-orm 0.45.2, eslint 10.3.0, happy-dom 20.9.0, react-dom 19.2.6, zod 4.4.3.
Fix-up commits
Test plan
Pre-push hook (regen migrations + full suite) also ran clean.
Closes
Supersedes #605, #606, #608, #609, #610, #611, #612, #613, #614, #617, #618, #619.
Tracking bean
`infra-kmnl` — closed with summary in this PR.