Skip to content

chore: 修改官网版本#2142

Merged
tangying1027 merged 1 commit intomasterfrom
fix-site
Oct 24, 2025
Merged

chore: 修改官网版本#2142
tangying1027 merged 1 commit intomasterfrom
fix-site

Conversation

@tangying1027
Copy link
Contributor

Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Description of change

@gemini-code-assist
Copy link

Summary of Changes

Hello @tangying1027, 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!

此拉取请求旨在更新官网所使用的Dumi主题包版本。通过将 @antv/dumi-theme-antv 依赖更新到 0.8.0-beta.1,确保官网能够利用最新的主题功能和改进,从而提升用户体验和网站稳定性。

Highlights

  • 官网主题版本更新: 将 site/package.json@antv/dumi-theme-antv 的版本从 ^0.7.4 更新到 0.8.0-beta.1
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

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.

@tangying1027 tangying1027 merged commit 0bb7734 into master Oct 24, 2025
6 checks passed
@tangying1027 tangying1027 deleted the fix-site branch October 24, 2025 09:07
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

本次 PR 将网站依赖 @antv/dumi-theme-antv 的版本更新到了一个 beta 版本 (0.8.0-beta.1)。这可能会给官网带来不稳定的风险。建议在合并前确认此 beta 版本的稳定性,或者考虑使用一个稳定的发行版本。

},
"dependencies": {
"@antv/dumi-theme-antv": "^0.7.4",
"@antv/dumi-theme-antv": "0.8.0-beta.1",

Choose a reason for hiding this comment

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

high

将依赖项 @antv/dumi-theme-antv 更新为 beta 版本 (0.8.0-beta.1) 可能会引入不稳定因素。Beta 版本通常用于测试,可能包含未解决的 bug 或未来的破坏性变更。为了保证官网的稳定性,建议使用稳定的发行版本,除非有特殊原因需要使用此 beta 版。如果需要回退,可以考虑使用之前的版本。

Suggested change
"@antv/dumi-theme-antv": "0.8.0-beta.1",
"@antv/dumi-theme-antv": "^0.7.4",

@github-actions
Copy link

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
f2/dist/index.js = 1,706.45 kB 1,706.45 kB = 323.03 kB 323.03 kB
f2/dist/index.min.js = 532.96 kB 532.96 kB = 160.22 kB 160.22 kB

Significant size changes

Includes any change greater than 0.2%:
(No significant changes)

Generated by 🚫 dangerJS against b3df442

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