Skip to content

deps: update dependencies - #1268

Merged
shunkakinoki merged 1 commit into
mainfrom
deps/update-dependencies
Mar 24, 2026
Merged

deps: update dependencies#1268
shunkakinoki merged 1 commit into
mainfrom
deps/update-dependencies

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Mar 24, 2026

Copy link
Copy Markdown
Owner

Changes

  • Updated dependencies in package.json and bun.lock

Testing

  • Build and lint checks pass

Generated with Claude Code by Claude Opus 4.6


Summary by cubic

Updated dependencies across the repo to pick up fixes and improvements, including a major bump to typescript. Updated package.json and refreshed bun.lock; build and lint pass.

  • Dependencies
    • typescript 5.9.3 -> 6.0.2 (major)
    • vite 8.0.1 -> 8.0.2
    • openclaw 2026.3.13 -> 2026.3.23-2
    • @googleworkspace/cli 0.18.1 -> 0.19.0
    • agent-browser 0.21.4 -> 0.22.0, agentcash 0.12.1 -> 0.13.0
    • Also updated: @github/copilot, @openai/codex, @sourcegraph/amp, @traces-sh/traces, @kaitranntt/ccs, @mariozechner/pi-coding-agent, get-shit-done-cc, @typescript/native-preview

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

Entire-Checkpoint: 18743dcc7df9
Copilot AI review requested due to automatic review settings March 24, 2026 04:32
@mesa-dot-dev

mesa-dot-dev Bot commented Mar 24, 2026

Copy link
Copy Markdown

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

@shunkakinoki
shunkakinoki enabled auto-merge (squash) March 24, 2026 04:32
@coderabbitai

coderabbitai Bot commented Mar 24, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 888b7257-c618-42cf-8521-78928c43c389

📥 Commits

Reviewing files that changed from the base of the PR and between 74fa960 and b5c2b81.

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

Disabled knowledge base sources:

  • Linear integration is disabled

You can enable these sources in your CodeRabbit configuration.


📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated multiple third-party package dependencies to their latest compatible versions across the project.

Walkthrough

Updated 14 third-party package dependencies in package.json with version bumps across multiple packages including @github/copilot, typescript, vite, and agent-browser, among others. No changes to scripts or configuration metadata.

Changes

Cohort / File(s) Summary
Package.json Dependencies
package.json
Version bumps for 14 packages: @github/copilot (^1.0.10 → ^1.0.11), @googleworkspace/cli (^0.18.1 → ^0.19.0), @kaitranntt/ccs (^7.55.0 → ^7.56.0), @mariozechner/pi-coding-agent (^0.60.0 → ^0.62.0), @openai/codex (^0.115.0 → ^0.116.0), @sourcegraph/amp (^0.0.1773432280-gcd86a7 → ^0.0.1774310664-gcb98ac), @traces-sh/traces (^0.4.3 → ^0.4.5), @typescript/native-preview (^7.0.0-dev.20260321.1 → ^7.0.0-dev.20260323.1), agent-browser (^0.21.4 → ^0.22.0), agentcash (^0.12.1 → ^0.13.0), get-shit-done-cc (^1.27.0 → ^1.28.0), openclaw (^2026.3.13 → ^2026.3.23-2), typescript (^5.9.3 → ^6.0.2), vite (^8.0.1 → ^8.0.2).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

dependencies

Poem

🐰 Hop, hop, hooray for versions new!
With fifteen packages upgraded too,
From TypeScript's heights to Vite's swift flow,
Dependencies dance in a coordinated show!
Fresh versions blooming, spring's in the air,
This dotfiles garden receives our care! 🌱

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps/update-dependencies

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.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on routine maintenance by updating a wide array of project dependencies. This ensures the codebase benefits from the latest features, performance enhancements, and critical security patches provided by the updated packages, contributing to the overall health and longevity of the project.

Highlights

  • Dependency Updates: Numerous development and production dependencies have been updated to their latest versions, including @github/copilot, typescript, and vite.
  • Build and Lint Checks: All build and lint checks have been confirmed to pass after the dependency updates, ensuring stability.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@mesa-dot-dev

mesa-dot-dev Bot commented Mar 24, 2026

Copy link
Copy Markdown

Mesa Description

TL;DR

Update project dependencies.

What changed?

  • Updated dependencies in package.json and bun.lock

Testing

  • Build and lint checks pass

Generated with Claude Code by Claude Opus 4.6

Description generated by Mesa. Update settings

@shunkakinoki
shunkakinoki disabled auto-merge March 24, 2026 04:33
@shunkakinoki
shunkakinoki merged commit beb379b into main Mar 24, 2026
33 of 35 checks passed
@shunkakinoki
shunkakinoki deleted the deps/update-dependencies branch March 24, 2026 04:33

@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

Copilot AI 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.

Pull request overview

Updates the repository’s Bun-managed global toolchain dependencies (used for installing CLI/dev tools via package.json/bun.lock) to newer released versions.

Changes:

  • Bumped multiple CLI/dev tool dependencies (e.g., Copilot, Google Workspace CLI, OpenAI Codex, traces, agent-* tools).
  • Upgraded core tooling versions including typescript and vite.
  • Regenerated/updated bun.lock to match the updated dependency set.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates dependency version ranges for various global CLI/dev tools.
bun.lock Updates resolved versions/hashes to reflect the new dependency versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@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 multiple dependencies. While most are minor or patch updates, there is a major version upgrade for TypeScript from v5 to v6. This carries a significant risk of introducing breaking changes. I've added a comment to highlight the need for thorough testing beyond the standard build and lint checks to ensure application stability and correctness after this major upgrade.

Comment thread package.json
"turbo": "^2.8.20",
"typescript": "^5.9.3",
"vite": "^8.0.1",
"typescript": "^6.0.2",

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.

high

Upgrading TypeScript from version 5 to 6 is a major version bump which can introduce breaking changes. While the build and lint checks pass, it's crucial to perform thorough testing to ensure there are no runtime errors or subtle bugs introduced by this upgrade. Please verify the application's functionality extensively before merging.

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