chore(deps): aggregate follow-up Dependabot batch (api, ui)#276
Merged
Conversation
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
eslint-plugin-unicorn 70(major) surfaced no new rule violations andprettier 3.9.4required no reformatting.Dependency bumps
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 — 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.
Test plan
cd apps/api && bun run validate— check + 1188 pass / 0 fail (live dev stack)cd apps/ui && bun run validate— check + test:ci + build + size:check all passApp merge bars
cd apps/api && bun run validatecd apps/ui && bun run validatebun run check(from repo root)Conventions
any, no blindas, no!— no production source changed (only version pins)Closes #273, #274, #275