Skip to content

chore: upgrade dependencies - #1595

Merged
shunkakinoki merged 1 commit into
mainfrom
chore/upgrade-deps-20260427
Apr 27, 2026
Merged

chore: upgrade dependencies#1595
shunkakinoki merged 1 commit into
mainfrom
chore/upgrade-deps-20260427

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Apr 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bump multiple packages to latest versions (copilot, oh-my-pi, amp, traces, typescript-native-preview, acpx, agentcash, chrome-devtools-axi, droid, get-shit-done-cc, gh-axi, and others)

Summary by cubic

Upgrade dependencies to the latest minor/patch versions to pick up upstream fixes and improvements. Updated package.json and bun.lock.

  • Dependencies
    • @oh-my-pi/pi-coding-agent, @oh-my-pi/pi-natives^14.5.2
    • @typescript/native-preview^7.0.0-dev.20260426.1
    • @sourcegraph/amp^0.0.1777266064-g47b6f7
    • @github/copilot^1.0.36
    • acpx^0.6.1
    • droid^0.109.1
    • openclaw^2026.4.24
    • takt^0.38.0

Written for commit cfa1a43. Summary will update on new commits.

@mesa-dot-dev

mesa-dot-dev Bot commented Apr 27, 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 Apr 27, 2026

Copy link
Copy Markdown

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated dependency versions for improved compatibility and performance.

Walkthrough

This pull request updates the version ranges for 13 dependencies in package.json. The updates include packages for development tools, code analysis utilities, and language-specific features. All changes are version range increments with no modifications to code logic or functionality.

Changes

Cohort / File(s) Summary
Dependency Version Updates
package.json
Updated 13 dependency version ranges: @github/copilot^1.0.36, @oh-my-pi/pi-coding-agent and @oh-my-pi/pi-natives^14.5.2, @sourcegraph/amp^0.0.1777266064-g47b6f7, @traces-sh/traces^0.5.4, @typescript/native-preview^7.0.0-dev.20260426.1, acpx^0.6.1, agentcash^0.14.3, chrome-devtools-axi^0.1.18, droid^0.109.1, get-shit-done-cc^1.38.5, gh-axi^0.1.13, openclaw^2026.4.24, and takt^0.38.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • chore(deps): update dependencies #1437: Updates the same set of package.json dependency entries with overlapping package versions.
  • chore: bump dependencies #1284: Bumps multiple overlapping dependencies including @github/copilot, @oh-my-pi/*, @sourcegraph/amp, and @typescript/native-preview.
  • chore: deps #1572: Modifies the same package.json entries with significant package overlap including @github/copilot, @oh-my-pi/*, @sourcegraph/amp, and openclaw.

Suggested labels

dependencies

Poem

🐰 Hop, hop, hooray! dependencies climb,
With versions so shiny, we're keeping in time,
From copilot to sourcegraph, a modernization spree,
Fifteen lines of change, oh how fine it shall be! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: upgrade dependencies' directly summarizes the main change in the changeset, which updates multiple dependency versions in package.json.
Description check ✅ Passed The description is related to the changeset, explaining that multiple packages are being bumped to their latest versions, which matches the package.json dependency updates.
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 chore/upgrade-deps-20260427

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.

@shunkakinoki
shunkakinoki enabled auto-merge (squash) April 27, 2026 06:26
@mesa-dot-dev

mesa-dot-dev Bot commented Apr 27, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Bumped multiple packages to latest versions (copilot, oh-my-pi, amp, traces, typescript-native-preview, acpx, agentcash, chrome-devtools-axi, droid, get-shit-done-cc, gh-axi, and others).

What changed?

Multiple packages were updated to their latest versions, including: copilot, oh-my-pi, amp, traces, typescript-native-preview, acpx, agentcash, chrome-devtools-axi, droid, get-shit-done-cc, and gh-axi.

Description generated by Mesa. Update settings

@shunkakinoki
shunkakinoki disabled auto-merge April 27, 2026 06:27
@shunkakinoki
shunkakinoki merged commit 2749181 into main Apr 27, 2026
26 of 30 checks passed
@shunkakinoki
shunkakinoki deleted the chore/upgrade-deps-20260427 branch April 27, 2026 06:27

@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 dependencies in package.json, including @oh-my-pi/pi-coding-agent, acpx, and droid. Feedback was provided regarding the omission of 'chrome-devtools-axi' and 'gh-axi' from the 'trustedDependencies' list, which may be necessary to ensure post-install scripts are executed correctly during installation.

Comment thread package.json
"btca": "^2.0.5",
"ccusage": "^18.0.11",
"chrome-devtools-axi": "^0.1.17",
"chrome-devtools-axi": "^0.1.18",

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.

medium

The package 'chrome-devtools-axi' is updated here but remains missing from the 'trustedDependencies' list (lines 80-141). Since the 'install-npm-globals.sh' script relies on this list to grant execution permissions for postinstall scripts via 'bun pm -g trust', its absence may lead to an incomplete installation if the package requires any native builds or setup steps.

Comment thread package.json
"gh-axi": "^0.1.12",
"droid": "^0.109.1",
"get-shit-done-cc": "^1.38.5",
"gh-axi": "^0.1.13",

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.

medium

The package 'gh-axi' is updated here but is not included in the 'trustedDependencies' section. To maintain consistency with other similar packages in this project and ensure that any necessary postinstall scripts are executed during the global installation process, it should be added to the 'trustedDependencies' array.

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.

1 participant