[codex] Consolidate Dependabot dependency updates#360
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (11)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR bumps dependency version constraints across Python packages (fastapi, psycopg, pydantic, requests, pytest-asyncio) and JS tooling (tailwindcss, biome, shadcn, vite) in multiple manifests, and regenerates the admin dashboard's built static assets (manifest, CSS bundle, HTML) to reflect the new Tailwind build. ChangesDependency version bumps
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Consolidates multiple Dependabot dependency updates across the Python services and the admin dashboard, and updates the committed dashboard build artifacts served by the API.
Changes:
- Bumps Python dependencies across the workspace (FastAPI, Pydantic, psycopg, requests, pytest-asyncio).
- Updates admin dashboard toolchain dependencies (Vite, Tailwind, @tailwindcss/vite, Biome, shadcn) and regenerates
bun.lock. - Rebuilds and commits the dashboard static assets (updated hashed asset filenames, Vite manifest, and Tailwind output CSS).
Reviewed changes
Copilot reviewed 9 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Updates dev dependency pytest-asyncio to ~=1.4.0. |
packages/shared/pyproject.toml |
Bumps shared runtime deps (pydantic, psycopg[binary], requests) to newer versions. |
apps/worker/pyproject.toml |
Aligns worker runtime deps (pydantic, psycopg[binary], requests) with shared updates. |
apps/discord_bot/pyproject.toml |
Aligns bot runtime deps (pydantic, requests) with shared updates. |
apps/api/pyproject.toml |
Updates API deps (fastapi, psycopg[binary], pydantic) and keeps workspace sources intact. |
apps/admin_dashboard/package.json |
Bumps dashboard dependencies/devDependencies (Vite, Tailwind, Biome, shadcn, @tailwindcss/vite). |
apps/admin_dashboard/bun.lock |
Regenerates Bun lockfile for updated dashboard dependencies. |
apps/api/src/five08/backend/static/dashboard/index.html |
Updates dashboard asset references to new hashed JS/CSS outputs. |
apps/api/src/five08/backend/static/dashboard/.vite/manifest.json |
Updates Vite manifest to point at new hashed build outputs. |
apps/api/src/five08/backend/static/dashboard/assets/index-O0VUJuOk.css |
Adds newly built Tailwind CSS output (v4.3.1). |
apps/api/src/five08/backend/static/dashboard/assets/index-DOvcAaPR.css |
Removes old Tailwind CSS output (v4.3.0). |
Files not reviewed (1)
- apps/api/src/five08/backend/static/dashboard/assets/index-O0VUJuOk.css: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Consolidates the open Dependabot dependency PRs into one branch:
Also regenerates uv.lock and apps/admin_dashboard/bun.lock, then rebuilds the committed dashboard static assets for the Vite/Tailwind changes.
Validation
Note: Biome 2.5 emits informational config migration notices for the existing biome.json schema/recommended fields, but lint exits successfully.
Summary by CodeRabbit
New Features
Chores