chore(deps)(deps): bump the bullmq group in /apps/api with 2 updates#134
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps)(deps): bump the bullmq group in /apps/api with 2 updates#134dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the bullmq group in /apps/api with 2 updates: [bullmq](https://github.com/taskforcesh/bullmq) and [ioredis](https://github.com/luin/ioredis). Updates `bullmq` from 5.77.3 to 5.77.6 - [Release notes](https://github.com/taskforcesh/bullmq/releases) - [Commits](taskforcesh/bullmq@v5.77.3...v5.77.6) Updates `ioredis` from 5.10.1 to 5.11.0 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.10.1...v5.11.0) --- updated-dependencies: - dependency-name: bullmq dependency-version: 5.77.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bullmq - dependency-name: ioredis dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bullmq ... Signed-off-by: dependabot[bot] <support@github.com>
agjs
added a commit
that referenced
this pull request
Jun 9, 2026
* chore(deps): bump GitHub Actions pins (checkout, codecov, changesets) - actions/checkout 6.0.2 -> 6.0.3 (23 workflows) - codecov/codecov-action 6.0.1 -> 7.0.0 (api-ci, ui-validate) - changesets/action 1.8.0 -> 1.9.0 (release workflows) Consolidates dependabot PRs #128, #129, #140. * chore(deps): bump apps/api dependencies - @anthropic-ai/sdk 0.98.0 -> 0.100.1, openai 6.39.0 -> 6.39.1 (#148) - @sentry/bun 10.53.1 -> 10.55.0 (#144) - bullmq 5.77.3 -> 5.77.6 (#134, ioredis held back below) - nodemailer 8.0.8 -> 8.0.10 (#138) - stripe 22.1.1 -> 22.2.0 (#136) - eslint 10.4.0 -> 10.4.1, eslint-plugin-prettier 5.5.5 -> 5.5.6 (#141) - @boring-stack-pkg/eslint-plugin-jwt-cookies 0.1.1 -> 0.1.2 (#150) - @boring-stack-pkg/eslint-plugin-module-boundaries 0.1.1 -> 0.1.2 (#149) ioredis intentionally kept at 5.10.1 (not bumped to 5.11.0 from #134's group): bullmq@5.77.6 pins ioredis to an exact 5.10.1, so a top-level 5.11.0 cannot dedupe and the two copies' connector types are structurally incompatible (TS2769). Defer ioredis until bullmq updates its pin. * chore(deps): bump apps/ui dependencies - @sentry/react 10.53.1 -> 10.55.0 (#142) - react-hook-form 7.75.0 -> 7.77.0 (#145) - react-router-dom 7.15.1 -> 7.16.0 (#130) - lucide-react 1.16.0 -> 1.17.0 (#133) - lint-staged 17.0.5 -> 17.0.7 (#147) - tsx 4.22.3 -> 4.22.4 (#146) - @eslint/json 1.2.0 -> 2.0.0, eslint 10.4.0 -> 10.4.1, eslint-import-resolver-typescript 4.4.4 -> 4.4.5 (#139) - @boring-stack-pkg/eslint-plugin-module-boundaries 0.1.1 -> 0.1.2 (#143) Consolidates dependabot PRs #130, #133, #139, #142, #143, #145, #146, #147. * chore(deps): bump apps/docs dependencies + pin @astrojs/markdown-remark - astro 6.3.7 -> 6.4.2 (#132) - @astrojs/react 5.0.5 -> 5.0.6 (#135) - @astrojs/sitemap 3.7.2 -> 3.7.3 (#131) - wrangler 4.94.0 -> 4.95.0 (#137) Adds an @astrojs/markdown-remark@7.2.0 override: astro 6.4.2 pins that exact version (only it exposes the `unified` subpath export the prerender runtime imports), but Starlight pulls 7.1.x transitively; without the pin the hoisted 7.1.x copy shadows astro's nested 7.2.0 and `astro build` fails. Rationale documented in the //overrides block. Consolidates dependabot PRs #131, #132, #135, #137.
Contributor
|
Partially superseded by #151. The @dependabot close |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Bumps the bullmq group in /apps/api with 2 updates: bullmq and ioredis.
Updates
bullmqfrom 5.77.3 to 5.77.6Release notes
Sourced from bullmq's releases.
Commits
81709e4fix(types): change NodeRedisRawClient to be node-redis compliant (#4195)411690efix(connection): handle cluster reconnection with timeouts (#4186)e7d7d87chore(release): 5.77.4 (#4197)6e4972efix(deduplication): preserve custom jobId when requeuing keepLastIfActive pro...6e20ecfchore(release): 5.77.3 (#4193)Updates
ioredisfrom 5.10.1 to 5.11.0Release notes
Sourced from ioredis's releases.
Changelog
Sourced from ioredis's changelog.
Commits
1490432chore(release): 5.11.0 [skip ci]5359d4drefactor(utils): inline defaults and isArguments helpers (#2107)b7b3deffeat: add vector set command support (#2116)faa53fdci: update Node.js and Redis test matrix (#2119)37d0695feat: add increx command (#2115)612ee9dchore: update Redis 8.8 test image to custom (#2118)baf68d6feat: add array commands, typings and tests (#2114)ba3b4cftest: update Redis 8.8 test image to m03 (#2113)32dd17btest: add hash field subkey notification coverage (#2112)04a4615feat: add Redis MSETEX support (#2111)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions