Skip to content

chore: add patch changeset for hono dependency bump#1016

Merged
hotlong merged 2 commits intomainfrom
copilot/send-changeset-patch
Mar 4, 2026
Merged

chore: add patch changeset for hono dependency bump#1016
hotlong merged 2 commits intomainfrom
copilot/send-changeset-patch

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 4, 2026

Adds a patch changeset for the hono 4.12.3 → 4.12.4 dependency bump merged in #1015.

  • Changeset targets object-ui which propagates to all packages via the fixed release group
Original prompt

changeset发一个补丁


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectui Ready Ready Preview, Comment Mar 4, 2026 2:12am
objectui-demo Ready Ready Preview, Comment Mar 4, 2026 2:12am
objectui-storybook Ready Ready Preview, Comment Mar 4, 2026 2:12am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Send changeset patch for review chore: add patch changeset for hono dependency bump Mar 4, 2026
@hotlong hotlong marked this pull request as ready for review March 4, 2026 01:58
Copilot AI review requested due to automatic review settings March 4, 2026 01:59
@hotlong hotlong merged commit d1e1dae into main Mar 4, 2026
2 of 4 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a Changesets entry to ensure the previously-merged hono dependency bump (4.12.3 → 4.12.4) results in a patch release across the repo’s fixed release group.

Changes:

  • Add a patch changeset describing the hono 4.12.3 → 4.12.4 bump.

@@ -0,0 +1,5 @@
---
"object-ui": patch
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

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

This changeset targets the object-ui workspace package, but that package is marked private: true (packages/vscode-extension/package.json). Since .changeset/config.json does not set privatePackages.version: true, Changesets will typically skip private packages during versioning, which may prevent this patch bump from propagating to the fixed release group as intended. Consider retargeting this changeset to a versioned package in the fixed group (e.g. @object-ui/core / @object-ui/react), or explicitly enabling versioning for private packages in the Changesets config if object-ui is meant to be the release trigger.

Suggested change
"object-ui": patch
"@object-ui/core": patch

Copilot uses AI. Check for mistakes.
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.

3 participants