Skip to content

chore: bump father plugin #302

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

Merged
merged 2 commits into from
Apr 16, 2025
Merged

chore: bump father plugin #302

merged 2 commits into from
Apr 16, 2025

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Apr 16, 2025

Summary by CodeRabbit

  • 新功能

    • 不适用。
  • 修复

    • 不适用。
  • 重构

    • 测试用例由 Enzyme 迁移至 React Testing Library,提升测试的现代化与可维护性。
    • 移除默认导出,组件仅支持命名导出方式。
  • 依赖升级

    • 升级 React 及 ReactDOM 至 18.x。
    • 更新和替换部分依赖库,移除不再使用的依赖。
  • 杂项

    • 优化构建和发布脚本配置。
    • 清理和简化测试环境配置。

Copy link

vercel bot commented Apr 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
progress ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2025 3:34pm

Copy link

coderabbitai bot commented Apr 16, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

本次变更主要涉及依赖和测试工具的升级与替换。移除了 Enzyme 及相关快照序列化配置,转而采用 React Testing Library 进行测试。package.json 升级了 React 及相关依赖,并调整了构建和发布脚本。源代码部分,useId 钩子的工具函数引用路径更新,index.ts 移除了默认导出,仅保留具名导出。测试代码全面迁移至 React Testing Library,setup 文件删除了 Enzyme 配置。

Changes

文件/路径 变更摘要
jest.config.js, tests/setup.js 移除 Enzyme 相关配置及快照序列化,保留 requestAnimationFrame mock。
package.json 删除 Enzyme、cheerio、np、rc-util 等依赖,新增 @rc-component/util 和 @rc-component/np,升级 React 及相关工具。
src/hooks/useId.ts 工具函数 canUseDom 的导入路径从 rc-util 变更为 @rc-component/util
src/index.ts 移除默认导出对象,仅保留 LineCircle 具名导出及类型导出。
tests/index.spec.js 测试代码从 Enzyme 迁移到 React Testing Library,测试组件由类组件改为函数组件,事件与快照断言方式同步更新。

Poem

🐰

依赖焕新如春风,
测试工具换新容。
Enzyme 退场,兔儿欢,
Library 上阵更轻松。
代码导入路径短,
具名导出更分明。
兔子拍手庆新生!

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

src/hooks/useId.ts

Oops! Something went wrong! :(

ESLint: 8.57.1

ESLint couldn't find the config "prettier" to extend from. Please check that the name of the config is correct.

The config "prettier" was referenced from the config file in "/.eslintrc.js".

If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.

tests/index.spec.js

Oops! Something went wrong! :(

ESLint: 8.57.1

ESLint couldn't find the config "prettier" to extend from. Please check that the name of the config is correct.

The config "prettier" was referenced from the config file in "/.eslintrc.js".

If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.

Tip

⚡💬 Agentic Chat (Pro Plan, General Availability)
  • We're introducing multi-step agentic chat in review comments and issue comments, within and outside of PR's. This feature enhances review and issue discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments and add commits to existing pull requests.

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 202afb8 and 173b229.

⛔ Files ignored due to path filters (1)
  • tests/__snapshots__/index.spec.js.snap is excluded by !**/*.snap
📒 Files selected for processing (6)
  • jest.config.js (0 hunks)
  • package.json (2 hunks)
  • src/hooks/useId.ts (1 hunks)
  • src/index.ts (0 hunks)
  • tests/index.spec.js (6 hunks)
  • tests/setup.js (0 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings

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
🪧 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 generate docstrings to generate docstrings for this 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

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​rc-component/​father-plugin@​1.1.0 ⏵ 2.1.377 +710077 +196 +8100
Updated@​testing-library/​react@​12.1.5 ⏵ 13.4.09910010091100

View full report

Copy link

codecov bot commented Apr 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.41%. Comparing base (202afb8) to head (173b229).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #302   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files           8        8           
  Lines         172      172           
  Branches       52       53    +1     
=======================================
  Hits          171      171           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zombieJ zombieJ merged commit 27a7aab into master Apr 16, 2025
9 of 10 checks passed
@zombieJ zombieJ deleted the father branch April 16, 2025 15:37
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