Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency cheerio to v1.0.0 #121

Merged
merged 4 commits into from
Sep 23, 2024
Merged

Conversation

afc163
Copy link
Member

@afc163 afc163 commented Sep 15, 2024

ant-design/ant-design#50352

Summary by CodeRabbit

  • 新特性
    • 更新了 cheerio 依赖版本,允许使用更灵活的版本范围,提升应用的稳定性和功能。
  • 变更
    • 修改了 HTML 解析库的配置选项,以更严格的 XML 解析方式处理输入,可能影响网站测试功能的行为。

Copy link
Contributor

coderabbitai bot commented Sep 15, 2024

Walkthrough

Walkthrough

此次更改涉及package.json文件中cheerio依赖项的版本更新,从固定版本"1.0.0-rc.12"更改为范围版本"^1.0.0",允许安装兼容的更新版本。此外,在check-site.ts脚本中,HTML解析库的配置选项进行了修改,加载选项从decodeEntities: falserecognizeSelfClosing: true更改为xml: true,这表明输入将被视为XML而非标准HTML。

Changes

文件 更改摘要
package.json "cheerio": "1.0.0-rc.12"更改为"cheerio": "^1.0.0"
scripts/check-site.ts 将HTML解析库的配置选项从decodeEntities: falserecognizeSelfClosing: true更改为xml: true

Sequence Diagram(s)

(此部分不适用,因为更改过于简单,不需要生成序列图。)

Poem

在草地上跳跃的小兔子,
版本更新真是太开心,
cheerio变得灵活多了,
XML解析更是妙不可言。
让我们一起欢呼雀跃,
代码世界更美好,真是太棒了! 🐇✨


Recent review details
Commits

Files that changed from the base of the PR and between 39377c6 and de8e58b.

Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
Files selected for processing (2)
  • package.json (1 hunks)
  • scripts/check-site.ts (1 hunks)

Note

Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Sep 15, 2024

Preview is ready

Copy link

cloudflare-workers-and-pages bot commented Sep 15, 2024

Deploying x with  Cloudflare Pages  Cloudflare Pages

Latest commit: de8e58b
Status: ✅  Deploy successful!
Preview URL: https://96c7b267.x-73x.pages.dev
Branch Preview URL: https://afc163-patch-1.x-73x.pages.dev

View logs

Copy link

socket-security bot commented Sep 15, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 1.25 MB feedic

🚮 Removed packages: npm/[email protected]

View full report↗︎

@afc163 afc163 enabled auto-merge (squash) September 15, 2024 15:24
@afc163
Copy link
Member Author

afc163 commented Sep 18, 2024

来个 +1

@afc163
Copy link
Member Author

afc163 commented Sep 23, 2024

ping @ant-design/ant-design-x

@afc163 afc163 merged commit 6f253ad into main Sep 23, 2024
10 checks passed
@afc163 afc163 deleted the afc163-patch-1 branch September 23, 2024 03:41
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