Skip to content

fix(deps): unblock ratatui 0.30 bump by migrating textarea dependency#1383

Open
Copilot wants to merge 7 commits intomainfrom
copilot/fix-version-bump-issues
Open

fix(deps): unblock ratatui 0.30 bump by migrating textarea dependency#1383
Copilot wants to merge 7 commits intomainfrom
copilot/fix-version-bump-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 22, 2026

This PR resolves the dependency bump failure in PR #1375 (ratatui 0.29.00.30.0). The workspace could not resolve dependencies because tui-textarea 0.7.0 is pinned to ratatui ^0.29.

  • Dependency graph updates

    • Bumped ratatui to 0.30.0.
    • Replaced tui-textarea with ratatui-textarea to align with the ratatui 0.30 ecosystem.
  • Code compatibility updates

    • Updated the search TUI import from tui_textarea::TextArea to ratatui_textarea::TextArea.
    • No behavioral changes to search flow; change is API/dependency compatibility only.
  • Lockfile refresh

    • Regenerated Cargo.lock to capture the new resolved dependency set for ratatui 0.30 + ratatui-textarea.
// before
use tui_textarea::TextArea;

// after
use ratatui_textarea::TextArea;

Copilot AI and others added 2 commits April 22, 2026 12:50
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.8%. Comparing base (473896f) to head (5147243).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1383     +/-   ##
=======================================
- Coverage   81.8%   81.8%   -0.1%     
=======================================
  Files        119     119             
  Lines       9938    9938             
=======================================
- Hits        8139    8135      -4     
- Misses      1799    1803      +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jsuereth
Copy link
Copy Markdown
Contributor

@copilot can you fix rust fmt issues?

@jsuereth jsuereth marked this pull request as ready for review April 24, 2026 14:31
@jsuereth jsuereth requested a review from a team as a code owner April 24, 2026 14:31
@jsuereth
Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

…ump-issues

# Conflicts:
#	Cargo.lock

Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 24, 2026

@copilot can you fix rust fmt issues?

Fixed in commit 6b6bcfc — reordered the ratatui_textarea import to maintain alphabetical ordering as required by rustfmt.

@copilot resolve the merge conflicts in this pull request

Resolved in commit 62b9e1e — merged origin/main (v0.23.0 + patch updates) into the branch. The only conflict was in Cargo.lock, which was regenerated via cargo generate-lockfile after accepting the merged Cargo.toml (ratatui 0.30.0 + ratatui-textarea from our branch, version 0.23.0 from main).

Copilot AI requested a review from jsuereth April 24, 2026 14:37
@jsuereth
Copy link
Copy Markdown
Contributor

@copilot can you merge in main and resolve conflicts?

…ump-issues

# Conflicts:
#	Cargo.lock

Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Apr 29, 2026

@copilot can you merge in main and resolve conflicts?

Done in commit 4590719 — merged the latest origin/main (gix 0.83.0 security bump, typescript-eslint update, Docker digest update). The only conflict was in Cargo.lock, which was resolved by regenerating it via cargo generate-lockfile.

@jsuereth
Copy link
Copy Markdown
Contributor

jsuereth commented May 1, 2026

@copilot please resolve conflicts

…ump-issues

# Conflicts:
#	Cargo.lock
#	src/registry/search.rs

Co-authored-by: jsuereth <29006+jsuereth@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 1, 2026

@copilot please resolve conflicts

Done in commit c2fd16f — merged the latest origin/main. Resolved two conflicts: Cargo.lock (regenerated via cargo generate-lockfile) and src/registry/search.rs (kept ratatui_textarea::TextArea from our branch while adding the new HttpAuthResolver/WeaverConfig imports from main).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants