chore(deps): update dependency bullmq to v5.76.10#614
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
6827e2a to
e8cc947
Compare
11 tasks
ThePrismSystem
added a commit
that referenced
this pull request
May 10, 2026
* chore(deps): update github actions * chore(deps): bump hono from 4.12.15 to 4.12.18 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> * chore(deps): update tanstack-query monorepo to v5.100.9 * chore(deps): update dependency @aws-sdk/xml-builder>fast-xml-parser to v5.5.12 * chore(deps): absorb remaining renovate updates via pnpm update --recursive 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. * fix(rotation-worker): drop redundant RotationApiClient cast 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. * chore(beans): close infra-kmnl renovate batch with summary * fix(lint): remove unnecessary type assertions flagged by typescript-eslint 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. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
946467c to
160ca0c
Compare
2550663 to
1aa6adb
Compare
88b8697 to
27bad53
Compare
27bad53 to
4a1e4e5
Compare
4a1e4e5 to
57f0a5e
Compare
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.
This PR contains the following updates:
5.76.6→5.76.10Release Notes
taskforcesh/bullmq (bullmq)
v5.76.10Compare Source
Bug Fixes
v5.76.9Compare Source
Bug Fixes
v5.76.8Compare Source
Bug Fixes
v5.76.7Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.