Skip to content

Realase 0706#2871

Open
lzxue wants to merge 12 commits into
masterfrom
realase_0706
Open

Realase 0706#2871
lzxue wants to merge 12 commits into
masterfrom
realase_0706

Conversation

@lzxue

@lzxue lzxue commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

[English Template / 英文模板]

🤔 这个变动的性质是?

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 工作流程
  • 版本更新
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

语言 更新描述
🇺🇸 英文
🇨🇳 中文

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@changeset-bot

changeset-bot Bot commented Jul 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 430cbb2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@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 cleans up documentation, updates package versions to 2.29.0, refactors workspace settings in pnpm-workspace.yaml, and modifies dependency configurations. A critical issue was identified in the GitHub Actions workflow where removing the version parameter from the pnpm setup action will cause build failures unless a packageManager field is defined in package.json.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@@ -10,8 +10,6 @@ runs:
using: 'composite'
steps:
- uses: pnpm/action-setup@v3

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

Removing the version input from pnpm/action-setup will cause the GitHub Action to fail because there is no packageManager field specified in the root package.json. pnpm/action-setup requires either the version input or the packageManager field to determine which version of pnpm to install.

To resolve this, you can either:

  1. Add the packageManager field to your root package.json (e.g., "packageManager": "pnpm@10.0.0").
  2. Keep the version input in this action (e.g., version: 10 or version: 11 depending on your target version).
    - uses: pnpm/action-setup@v3
      with:
        version: 10

Copilot finished work on behalf of lzxue July 10, 2026 09:55
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