chore: upgrade dependencies - #1595
Conversation
|
You do not have enough credits to review this pull request. Please purchase more credits to continue. |
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request updates the version ranges for 13 dependencies in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Mesa DescriptionTL;DRBumped 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 |
There was a problem hiding this comment.
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.
| "btca": "^2.0.5", | ||
| "ccusage": "^18.0.11", | ||
| "chrome-devtools-axi": "^0.1.17", | ||
| "chrome-devtools-axi": "^0.1.18", |
There was a problem hiding this comment.
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.
| "gh-axi": "^0.1.12", | ||
| "droid": "^0.109.1", | ||
| "get-shit-done-cc": "^1.38.5", | ||
| "gh-axi": "^0.1.13", |
There was a problem hiding this comment.
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.
Summary
Summary by cubic
Upgrade dependencies to the latest minor/patch versions to pick up upstream fixes and improvements. Updated
package.jsonandbun.lock.@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.36acpx→^0.6.1droid→^0.109.1openclaw→^2026.4.24takt→^0.38.0Written for commit cfa1a43. Summary will update on new commits.