chore(deps): aggregate weekly Dependabot batch (api, ui, docs, ci)#272
Merged
Conversation
Consolidates 23 Dependabot PRs (#248–#271) into one batch. Lockfiles regenerated per app; all three app gates pass locally. api (apps/api): pg 8.21.0→8.22.0, @anthropic-ai/sdk 0.105.0→0.106.0, openai 6.44.0→6.45.0, @sentry/bun 10.59.0→10.62.0, resend 6.14.0→6.16.0, stripe 22.2.2→22.3.0, bullmq 5.79.1→5.79.2, knip 6.16.1→6.23.0 ui (apps/ui): @sentry/react 10.59.0→10.62.0, i18next 26.3.1→26.3.3, lucide-react 1.21.0→1.22.0, @tanstack/react-query(+devtools) 5.101.0→5.101.2, @playwright/test 1.61.0→1.61.1, @eslint-community/eslint-plugin-eslint-comments 4.7.1→4.7.2, knip 6.16.1→6.23.0 docs (apps/docs) — includes two majors, validated via build:ci: astro 6.4.8→7.0.3, @astrojs/react 5.0.7→6.0.0, wrangler 4.103.0→4.105.0, @axe-core/cli 4.11.3→4.12.1 lint tooling, lockstep across api + ui: eslint 10.5.0→10.6.0, typescript-eslint 8.61.1→8.62.0, eslint-plugin-unicorn 68.0.0→69.0.0, prettier 3.8.4→3.9.1 ci (.github/workflows): docker/login-action v4.2.0→v4.4.0, docker/build-push-action v7.2.0→v7.3.0, docker/setup-buildx-action v4.1.0→v4.2.0, opentofu/setup-opentofu v2.0.1→v2.0.2 prettier 3.9.1 collapses short one-member-per-line unions onto a single line; the 14 reformatted *.types.ts / test files are mechanical style-only churn from that bump (no logic change), committed so format:check stays green.
The apps/api bunfig header comment contained the literal `[install]` token. Semgrep's generic-mode `bun-missing-minimum-release-age` rule (from p/owasp-top-ten) has no TOML parser, so it read that comment as a second, empty `[install]` table and reported minimumReleaseAge missing — even though the real table sets it to 604800 (7 days). apps/ui and apps/docs have no such header comment, which is why only api tripped. This surfaced now because the deps batch reformats files under apps/api/src/, which is what gates the semgrep SAST scan (dependency-only batches never touch src/, so the latent finding was never scanned). Reword the comment to drop the bracketed token and hoist minimumReleaseAge directly under [install] to match ui/docs. No install-behavior change.
This was referenced Jul 9, 2026
agjs
added a commit
that referenced
this pull request
Jul 9, 2026
Second weekly batch — three Dependabot PRs (#273, #274, #275) opened right after #272 merged. Lockfiles regenerated; api + ui gates pass locally (api 1188/0 tests, ui check + test + build + size all green). api (apps/api): nodemailer 9.0.1→9.0.3 (#273) lint group (#274): eslint-plugin-unicorn 69.0.0→70.0.0, prettier 3.9.1→3.9.4, typescript-eslint 8.62.0→8.62.1 ui (apps/ui): tailwind-shadcn group (#275): lucide-react 1.22.0→1.23.0, radix-ui 1.6.0→1.6.1, @tailwindcss/vite 4.3.1→4.3.2, tailwindcss 4.3.1→4.3.2 lint tooling bumped in lockstep with api (unicorn 70.0.0, prettier 3.9.4, typescript-eslint 8.62.1) so prettier/lint versions stay identical across apps and avoid format-check drift — Dependabot only opened the api lint PR. unicorn 70 is a major bump; no new rule violations surfaced and prettier 3.9.4 required no reformatting, so there is no source churn this round.
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
astro 6.4.8 → 7.0.3and@astrojs/react 5.0.7 → 6.0.0— validated together viadocs build:ci(they resolve cleanly and the site builds; the individual chore(deps)(deps): bump @astrojs/react from 5.0.7 to 6.0.0 in /apps/docs #260 linkcheck failure was the astrojs-react major landing without the astro major).prettier 3.9.1reformatting (collapses short one-member-per-line unions — 14 style-only files) and a fix for a latentsemgrepfalse-positive inapps/api/bunfig.tomlsurfaced by this batch (details below).Dependency bumps
api — pg 8.21.0→8.22.0 · @anthropic-ai/sdk 0.105.0→0.106.0 · openai 6.44.0→6.45.0 · @sentry/bun 10.59.0→10.62.0 · resend 6.14.0→6.16.0 · stripe 22.2.2→22.3.0 · bullmq 5.79.1→5.79.2 · knip 6.16.1→6.23.0
ui — @sentry/react 10.59.0→10.62.0 · i18next 26.3.1→26.3.3 · lucide-react 1.21.0→1.22.0 · @tanstack/react-query(+devtools) 5.101.0→5.101.2 · @playwright/test 1.61.0→1.61.1 · @eslint-community/eslint-plugin-eslint-comments 4.7.1→4.7.2 · knip 6.16.1→6.23.0
docs — astro 6.4.8→7.0.3 · @astrojs/react 5.0.7→6.0.0 · wrangler 4.103.0→4.105.0 · @axe-core/cli 4.11.3→4.12.1
lint tooling (lockstep api + ui) — eslint 10.5.0→10.6.0 · typescript-eslint 8.61.1→8.62.0 · eslint-plugin-unicorn 68.0.0→69.0.0 · prettier 3.8.4→3.9.1
ci — docker/login-action v4.2.0→v4.4.0 · docker/build-push-action v7.2.0→v7.3.0 · docker/setup-buildx-action v4.1.0→v4.2.0 · opentofu/setup-opentofu v2.0.1→v2.0.2
bunfig semgrep fix
apps/api/bunfig.toml's header comment contained the literal[install]token. Semgrep's generic-modebun-missing-minimum-release-agerule (fromp/owasp-top-ten) has no TOML parser and read that comment as a second, empty install table — reportingminimumReleaseAgemissing even though the real table sets it to604800. ui/docs have no such header comment, so only api tripped. It only surfaced now because this batch reformats files underapps/api/src/, which is what gates the SAST scan (dependency-only batches never touchsrc/). Reworded the comment to drop the token; no install-behavior change.Test plan
bun run checkper app (typecheck + lint + lint:meta + knip) — clean for api, ui, docscd apps/api && bun run validate— check + 1188 pass / 0 fail (against the live dev stack)cd apps/ui && bun run validate— check + test:ci + build + size:check all passcd apps/docs && bun run build:ci— passes with astro 7 + @astrojs/react 6App merge bars
cd apps/api && bun run validatecd apps/ui && bun run validatecd apps/docs && bun run build:cibun run check(from repo root)Conventions
any, no blindas, no!— no production source logic changed (only version pins, mechanical prettier reformat, and a bunfig comment)Closes #248, #249, #250, #251, #252, #253, #254, #255, #256, #257, #258, #259, #260, #261, #262, #263, #264, #265, #266, #267, #268, #269, #270, #271