chore(deps): consolidate all 23 open Dependabot bumps#151
Merged
Conversation
- @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.
- @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.
- 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.
This was referenced Jun 9, 2026
Closed
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
Consolidates all 23 open Dependabot PRs (#128–#150) into a single PR. Every package.json bump is applied, the three per-app
bun.lockfiles are regenerated together, and two cross-PR incompatibilities that would have broken the merged tree are resolved.Dependency bumps
GitHub Actions (#128, #129, #140)
actions/checkout6.0.2 → 6.0.3 (23 workflows)codecov/codecov-action6.0.1 → 7.0.0changesets/action1.8.0 → 1.9.0apps/api (#134, #136, #138, #141, #144, #148, #149, #150)
@anthropic-ai/sdk0.98.0 → 0.100.1,openai6.39.0 → 6.39.1@sentry/bun10.53.1 → 10.55.0,stripe22.1.1 → 22.2.0nodemailer8.0.8 → 8.0.10,bullmq5.77.3 → 5.77.6eslint10.4.0 → 10.4.1,eslint-plugin-prettier5.5.5 → 5.5.6@boring-stack-pkg/eslint-plugin-jwt-cookies0.1.1 → 0.1.2,@boring-stack-pkg/eslint-plugin-module-boundaries0.1.1 → 0.1.2apps/ui (#130, #133, #139, #142, #143, #145, #146, #147)
@sentry/react10.53.1 → 10.55.0,react-hook-form7.75.0 → 7.77.0,react-router-dom7.15.1 → 7.16.0,lucide-react1.16.0 → 1.17.0lint-staged17.0.5 → 17.0.7,tsx4.22.3 → 4.22.4@eslint/json1.2.0 → 2.0.0,eslint10.4.0 → 10.4.1,eslint-import-resolver-typescript4.4.4 → 4.4.5@boring-stack-pkg/eslint-plugin-module-boundaries0.1.1 → 0.1.2apps/docs (#131, #132, #135, #137)
astro6.3.7 → 6.4.2,@astrojs/react5.0.5 → 5.0.6,@astrojs/sitemap3.7.2 → 3.7.3,wrangler4.94.0 → 4.95.0Two conflicts that only surface when bumps are combined
1. ioredis held at 5.10.1 (deviates from #134's group).
bullmq@5.77.6pinsioredisto an exact5.10.1. Bumping the top-levelioredisto 5.11.0 (the other half of #134's group) creates two un-dedupable copies whoseConnector/AbstractConnectortypes are structurally incompatible (TS2769in the OAuth-state tests). #134's own lockfile has the same split. Resolution: take thebullmqbump, keepioredisat 5.10.1 so the copies dedupe (matchingmain's working state). Defer the standalone ioredis bump until bullmq advances its pin.2.
@astrojs/markdown-remarkoverride added (apps/docs).astro@6.4.2pins@astrojs/markdown-remark@7.2.0— only that version exposes theunifiedsubpath export astro's prerender runtime imports. Starlight pulls the7.1.xrange transitively, and the hoisted 7.1.x copy shadows astro's nested 7.2.0, soastro buildfails with "does not provide an export named 'unified'". #132's own lockfile has the same split; it passes Dependabot CI only because docsbuild:ciisn't enforced in GitHub CI (it is run by the local pre-push gate). Resolution: pin@astrojs/markdown-remarkto 7.2.0 inoverrides(Starlight's^7.1.1is satisfied), with rationale documented in the//overridesblock.Verification
apps/apibun run check✅ (typecheck, lint, lint:meta, RULES.md, knip)apps/uibun run check✅ +bun run build✅apps/docsbun run build:ci✅ (astro build + fragment check)bun.lockfiles regenerated and committed (frozen-install safe)The Docker-backed smoke/Playwright stage and the Redis/Postgres integration tests (5 OAuth-state tests that need a live Valkey on :6379) were not run locally — no Docker daemon in this environment. GitHub CI provides those service containers and will run them on this PR.
Closes
Supersedes and closes #128, #129, #130, #131, #132, #133, #134, #135, #136, #137, #138, #139, #140, #141, #142, #143, #144, #145, #146, #147, #148, #149, #150.