Skip to content

fix(deps): update all non-major dependencies (minor) - #1830

Merged
shunkakinoki merged 1 commit into
mainfrom
renovate/all-minor-patch
May 21, 2026
Merged

fix(deps): update all non-major dependencies (minor)#1830
shunkakinoki merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented May 21, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
@augmentcode/auggie ^0.26.0^0.27.0 age confidence
droid (source) ^0.124.0^0.125.0 age confidence
ralph-tui ^0.11.0^0.12.0 age confidence

Release Notes

Factory-AI/factory (droid)

v0.125.0

Compare Source

subsy/ralph-tui (ralph-tui)

v0.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: subsy/ralph-tui@v0.11.0...v0.12.0


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.


Summary by cubic

Updates minor versions of CLI/tooling to pull in recent fixes and improvements. Bumps @augmentcode/auggie, droid, and ralph-tui and refreshes bun.lock.

  • Dependencies
    • @augmentcode/auggie: ^0.26.0 → ^0.27.0
    • droid: ^0.124.0 → ^0.125.0
    • ralph-tui: ^0.11.0 → ^0.12.0

Written for commit 73a9768. Summary will update on new commits. Review in cubic

@shunkakinoki
shunkakinoki enabled auto-merge (squash) May 21, 2026 04:29
@indent-zero

indent-zero Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor
PR Summary

Routine Renovate grouped bump of three CLI tool dependencies to keep them on the latest minor/patch. No application code is touched — package.json only declares end-user binaries, so behavior changes come entirely from upstream.

  • Bump @augmentcode/auggie ^0.26.0^0.27.0 (lockfile resolves to 0.27.2)
  • Bump droid ^0.124.0^0.125.0 (lockfile resolves to 0.125.1, all @factory/cli-* platform binaries updated in lockstep)
  • Bump ralph-tui ^0.11.0^0.12.0, which pulls in new transitives @linear/sdk@76.0.0, @graphql-typed-document-node/core@3.2.0, and graphql@16.14.0
  • bun.lock regenerated; caret ranges in package.json agree with the resolved versions

Issues

No issues found.

CI Checks

All required CI checks passed. The only non-success result is Mesa Description reporting a neutral status — this is a third-party advisory check that does not block the PR and is unrelated to the dependency bumps in this diff.

@mesa-dot-dev

mesa-dot-dev Bot commented May 21, 2026

Copy link
Copy Markdown

You do not have enough credits to review this pull request. Please purchase more credits to continue.

@coderabbitai

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 518b7617-e5bc-46fe-9a7b-d6435e105f0a

📥 Commits

Reviewing files that changed from the base of the PR and between ec8c4e1 and 73a9768.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to the latest compatible versions.

Walkthrough

Updates three dependency versions in package.json: @augmentcode/auggie to ^0.27.0, droid to ^0.125.0, and ralph-tui to ^0.12.0.

Changes

Dependency Version Updates

Layer / File(s) Summary
Dependency version bumps
package.json
Incremented three dependencies to newer minor versions: @augmentcode/auggie (^0.26.0^0.27.0), droid (^0.124.0^0.125.0), and ralph-tui (^0.11.0^0.12.0).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 Three little bumps, so neat and clean,
Minor versions in between,
Auggie dances, Droid ascends,
Ralph-tui bends and bends,
Fresh dependencies, all fresh friends! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating non-major dependencies (minor versions) in package.json.
Description check ✅ Passed The description is related to the changeset, providing detailed information about the dependency updates with a table, release notes, and configuration details.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/all-minor-patch

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several project dependencies in package.json and bun.lock. Specifically, @augmentcode/auggie, droid, and ralph-tui have been upgraded to newer versions. The lockfile changes also include the addition of @linear/sdk and its associated GraphQL dependencies, which appear to be required by the updated version of ralph-tui. I have no feedback to provide.

@shunkakinoki
shunkakinoki merged commit 23a365a into main May 21, 2026
42 checks passed
@shunkakinoki
shunkakinoki deleted the renovate/all-minor-patch branch May 21, 2026 06:09
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