Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

chore(deps): bump @douyinfe/semi-icons-lab from 2.55.0 to 2.80.0#288

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/douyinfe/semi-icons-lab-2.80.0
Open

chore(deps): bump @douyinfe/semi-icons-lab from 2.55.0 to 2.80.0#288
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/douyinfe/semi-icons-lab-2.80.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2025

Bumps @douyinfe/semi-icons-lab from 2.55.0 to 2.80.0.

Release notes

Sourced from @​douyinfe/semi-icons-lab's releases.

v2.75.0 Subsequent versions will no longer be updated here, please go to the official website

Subsequent versions will no longer be updated here, please go to the official website 后续版本此处不再更新,请移步官网

  • 【Design Token】
    • Select 新增 $color-select_prefix_suffix_text-default, Cascader 新增 $color-cascader_prefix_suffix_text-default, TreeSelect 新增 $color-treeSelect_prefix_text-default 用于控制控制前后缀颜色。另外,将前后缀的 font-size 和 font-weight 的设置和 insetLabal的设置保持统一(注意:修改前后样式有变化#2721
  • 【Fix】
    • 修复 Chrome v133 版本无障碍渲染 aria 属性 Bug 导致的点击 DatePicker 月份选择器后 Chrome 崩溃问题 #2723
    • 修复 Resizable 无法在触摸屏使用问题 #2697 #2712
    • 去除 Typography 中过时 React 语法ReactDOM.render() 的使用,改为其他方式清空用于测试合适省略长度的容器 #2699
    • 修复 Form 使用 formApi.scrollToField时,若页面存在多个 Form,且 Field 同名时,仅可滚动到首个同名 Field DOM 的问题 #2719
    • 修复 Form.InputGroup 仅配置 extraText,未配置 extraPosition时,extraText未能正确显示的问题 #2719
  • 【Chore】
    • 修复 Form formApi.scrollToError TS 类型定义错误的问题 #2719

  • 【Design Token】
    • Select adds $color-select_prefix_suffix_text-default, Cascader adds $color-cascader_prefix_suffix_text-default, and TreeSelect adds $color-treeSelect_prefix_text-default to control the prefix and suffix colors. In addition, keep the font-size and font-weight settings of the prefix and suffix consistent with the settings of insetLabal (Note: There are changes in styles before and after modification) #2721
  • 【Fix】
    • Fixed the bug where the accessibility rendering of aria attributes in Chrome v133 caused Chrome to crash after clicking the month selector of the DatePicker #2723
    • Fixed the issue that Resizable could not be used on touchscreens #2697 #2712
    • Removed the use of the outdated React syntax ReactDOM.render() in Typography and replaced it with other methods to clear the container used for testing the appropriate ellipsis length #2699
    • Fixed the problem that when using formApi.scrollToField in Form, if there are multiple Forms on the page and the fields have the same name, only the DOM of the first field with the same name can be scrolled to #2719
    • Fixed the problem that when only extraText is configured in Form.InputGroup and extraPosition is not configured, extraText cannot be displayed correctly #2719
  • 【Chore】
    • Fix the problem of the TypeScript type definition error of Form formApi.scrollToError.#2719

2.75.0-beta.1

  • 【Docs】
    • List 组件拖拽 Demo 更新为用 dnd-kit 实现 #2717
  • 【Feat】
    • Upload 在图片墙场景下添加 renderPicClose 用于自定义关闭图标 #2714
    • Tree/TreeSelect 支持 expandIcon API 用于自定义展开图标 #2704 #2709
  • 【Fix】
    • 修复 Pagination 的页容量切换器在多语言场景无法切换语言问题 #2696 #2698
    • 修复 PinCode 组件 format='number' 情况下,iOS端输入被打断问题(输入一个数字后,自动从数字/字符键盘切换到字母键盘) @​SaltyfishEd #2702

  • 【Docs】
    • List component drag demo updated to use dnd-kit
  • 【Feat】
    • add renderPicClose to custom close icon under listType picture
    • Tree/TreeSelect supports expandIcon API for customizing the expand icon #2704
  • 【Fix】
    • Fixed the problem that Pagination's page capacity switcher cannot switch languages ​​correctly in multi-language scenarios #2696
    • fix iOS input interruption in PinCode component with format='number' (switches from number/character to letter keyboard after input a digit) @​SaltyfishEd

v2.74.0

... (truncated)

Commits
  • cadd54a v2.80.0
  • 5e75a10 chore: publish 2.80.0
  • ad9b185 docs(changelog): v2.80.0 update
  • 9a49c52 Merge branch 'release'
  • dc2803a fix: Fixed the display problem of cascader with single selection, controlled ...
  • 3fd7e6c v2.80.0-beta.0
  • 5d54de8 chore: publish 2.80.0-beta.0
  • b28f438 chore: update lock file
  • e59fad8 docs(changelog): v2.80.0-beta.0 update
  • 78f4a50 Merge branch 'main' into release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@douyinfe/semi-icons-lab](https://github.com/DouyinFE/semi-design) from 2.55.0 to 2.80.0.
- [Release notes](https://github.com/DouyinFE/semi-design/releases)
- [Commits](DouyinFE/semi-design@v2.55.0...v2.80.0)

---
updated-dependencies:
- dependency-name: "@douyinfe/semi-icons-lab"
  dependency-version: 2.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 6, 2025
@vercel
Copy link
Copy Markdown

vercel bot commented Jun 6, 2025

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

Name Status Preview Comments Updated (UTC)
hamster-home-next ❌ Failed (Inspect) Jun 6, 2025 5:18pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jun 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Join our Discord community for assistance with any issues or questions.

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 sequence diagram to generate a sequence diagram of the changes in 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants