chore(deps): combine 3 remaining major Dependabot PRs (React 19, Vite 8, Tailwind 4)#591
Merged
Merged
Conversation
Python (uv): - falkordb ~=1.6.1 (#568) - pymysql ~=1.2.0 (#586) - graphiti-core >=0.29.1 (#589) - python-multipart ~=0.0.29 (#588) - pytest-playwright ~=0.8.0 (#585) - urllib3 2.7.0 transitive (#573) GitHub Actions (SHA pins): - docker/login-action v4 (#579) - docker/metadata-action v6 (#577) - docker/build-push-action v7 (#578) - astral-sh/setup-uv v8.1.0 (#565) - actions/dependency-review-action v4 (#564) npm (app): - @vitejs/plugin-react-swc ^4.3.1, postcss ^8.5.15 (#587) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore(deps): combine compatible Dependabot bumps
- react/react-dom ^18.3.1 → ^19.0.0 (#489) - @types/react ^18.3.23 → ^19.0.0 - @types/react-dom ^18.3.7 → ^19.0.0 - next-themes ^0.3.0 → ^0.4.0 (React 19 peer compat) - react-day-picker → ^8.10.2 (adds React 19 to peer range) - vaul ^0.9.9 → ^1.1.2 (React 19 peer compat) - vite ^7.3.2 → ^8.0.0 (#555) - tailwindcss ^3.4.17 → ^4.0.0 (#556) - add @tailwindcss/vite Vite plugin - replace tailwindcss-animate with tw-animate-css - replace @tailwind directives with @import "tailwindcss" - add @custom-variant dark for selector-based dark mode - add @config bridge to preserve tailwind.config.ts theme - remove tailwindcss from postcss (handled by Vite plugin)
Copilot
AI
changed the title
[WIP] Combine all dependent bot PRs into one PR that passes all CI checks
chore(deps): combine 3 remaining major Dependabot PRs (React 19, Vite 8, Tailwind 4)
May 31, 2026
Dependency ReviewThe following issues were found:
|
The root package.json links the frontend via `queryweaver-app: file:app`, so its lock file must be regenerated when app deps change. The major bumps (React 19, Vite 8, Tailwind 4) left the root lock stale, breaking the Playwright `test` job's `npm ci` step. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replaced by tw-animate-css in app/ during the Tailwind v4 migration; the root package only needs Playwright tooling. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
barakb
approved these changes
May 31, 2026
galshubeli
previously approved these changes
May 31, 2026
Copilot
AI
dismissed
galshubeli’s stale review
May 31, 2026 21:13
The merge-base changed after approval.
galshubeli
previously approved these changes
May 31, 2026
Copilot
AI
dismissed
galshubeli’s stale review
June 1, 2026 03:52
The merge-base changed after approval.
galshubeli
previously approved these changes
Jun 1, 2026
Copilot
AI
dismissed
galshubeli’s stale review
June 1, 2026 06:33
The merge-base changed after approval.
This was referenced Jun 1, 2026
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.
Combines the 3 major-version Dependabot PRs (#489, #555, #556) that were excluded from the previous consolidation PR (#590) due to required migration work. All three are bundled here since their peer-dependency chains are intertwined.
Dependency bumps
react/react-dom^18.3.1^19.0.0@types/react/@types/react-dom^18/^18^19.0.0next-themes^0.3.0^0.4.0^19to peer rangereact-day-picker^8.10.1^8.10.2^19to peer rangevaul^0.9.9^1.1.2^19to peer rangevite^7.3.2^8.0.0tailwindcss^3.4.17^4.0.0Tailwind v4 migration
Tailwind 4 processes CSS via its own compiler (Lightning CSS); PostCSS and a separate config file are no longer the canonical path for Vite projects.
vite.config.ts— add@tailwindcss/viteplugin; Tailwind now processes CSS in-process during Vite transformspostcss.config.js— removetailwindcssplugin (redundant with Vite plugin)tailwind.config.ts— removedarkModeandtailwindcss-animateplugin entries; referenced via@configbridge from CSSsrc/index.css— migrate directives and declare dark-mode variant:tailwindcss-animate→tw-animate-css(the maintained v4 successor, covers everyanimate-in/out,fade-*,zoom-*,slide-*class used across the shadcn/ui components). Placed indevDependenciesalongsidetailwindcss— both are build-time only.Original prompt
please do the same with the 3 remainings dependent bot prs
**Chronological Review:** This conversation spans a long multi-task session in the FalkorDB/QueryWeaver repo. The prior context (summarized) covered: CVE-2026-10130 auth-bypass fix (PR #581), AI-review fixes (PR #583), and staging→main promotion conflict resolution (PR #582 with authlib bump). All those tasks were COMPLETE and merged/green.The CURRENT task (the focus of all recent activity) is: "combine all dependent bot prs into one pr that pass all the ci checkes, do a rubber duck review on that."
The conversation in this segment progressed through:
Intent Mapping:
The most recent explicit user request: "can you please combine all dependent bot prs into one pr that pass all the ci checkes, do a rubber duck review on that"
Technical Inventory:
Code Archaeology:
Progress Assessment:
12 of 15 Dependabot PRs combined into PR #590, all core CI green, rubber-duck done, comment nit fixed. Task essentially COMPLETE, just waiting for final CI confirmation (flaky Playwright pending).
Recent Commands Analysis:
The very last command was a
bashcall:sleep 150 && gh pr checks 590which returned "The execution of this tool, or a previous tool was interrupted." This was waiting for the remaining CI jobs (unit-tests, sdk-tests, Playwright) to report on the re-triggered run after the comment-fix push.1. Conversation Overview
Primary Objectives: The active task is the user's request: "can you please combine all dependent bot prs into one pr that pass all the ci checkes, do a rubber duck review on that". Prior completed tasks in this session: CVE-2026-10130 fix (PR fix(auth): prevent signup token issuance for existing accounts (CVE-2026-10130) #581), AI-review fixes (PR fix: address AI review findings on staging promotion (#582) #583), staging→main conflict resolution + authlib bump (PR Staging #582).
Session Context: This is the tail end of a long session. All prior tasks are merged/green. The current segment focused entirely on combining 15 open Dependabot PRs (all targeting
staging) into one CI-green PR.User Intent Evolution: Moved from security/CVE work → PR conflict resolution → AI review handling → now dependency consolidation. The user, when asked, explicitly chose to exclude the 3 major-version bumps rather than attempt risky migrations.
2. Technical Foundation
app/staging(main only receives squashed promotion PRs;main ⊆ staging)$HOME/.local/bin— Python deps; server deps are optional extras (uv sync --extra all/--all-extras)cd app && npm run buildbuildis a REQUIRED status check;required_approving_review_count=1. Playwrighttestjob is NOT required and is flaky.buildjob runs:uv sync --locked --all-extras(lock MUST match pyproject),cd app && npm ci(lock MUST match package.json),npm run build, unit tests,make lint(pylint must score 10.00 + eslint).3. Codebase Status
pyproject.toml — Bumped 5 Python constraints:
falkordb~=1.6.1,pymysql~=1.2.0,graphiti-core>=0.29.1(2 occurrences: memory + server extras),python-multipart~=0.0.29,pytest-playwright~=0.8.0(2 occurrences: optional-deps.dev + dependency-groups.dev). authlib already at~=1.7.0(1.7.2 in lock).uv.lock — Regenerated via
uv lock+uv lock --upgrade-package urllib3. Final versions verified: falkordb 1.6.1, graphiti-core 0.29.1, pymysql 1.2.0, pytest-playwright 0.8.0, python-multipart 0.0.29, urllib3 2.7.0. Project version bumped 0.2.0→0.3.0..github/workflows/publish-docker.yml — docker/login-action→
650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4, docker/metadata-action→80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6, docker/build-push-action→`f9f3042f7e2789586610d6e8b85c...Created from Copilot CLI via the copilot delegate command.