notional-labs / dig

Dig: Governance
Other
175 stars 70 forks source link

Bump antd from 4.24.2 to 5.15.4 in /webapp #704

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps antd from 4.24.2 to 5.15.4.

Release notes

Sourced from antd's releases.

5.15.4

  • 💄 Fix QRCode that custom style would be overrided by internal style. #48053 @​li-jia-nan
  • 💄 Fix Radio disabled hover style. #47972 @​madocto
  • 🐞 Fix Watermark sometime repeat re-render when browser set scale. #47895
  • TypeScript
    • 🤖 Affix Export AffixRef interface. #47982 @​li-jia-nan
    • 🤖 MISC: Fix GetRef ts util can not get correct ref type for some component. #47983

  • 💄 修复 QRCode 组件自定义样式会被内部样式覆盖的问题。#48053 @​li-jia-nan
  • 💄 修复 Radio 禁用状态 hover 样式。#47972 @​madocto
  • 🐞 修复 Watermark 在特定屏幕缩放下会不断重复渲染的问题。#47895
  • TypeScript
    • 🤖 Affix 导出 AffixRef 类型。#47982 @​li-jia-nan
    • 🤖 MISC: 修复 GetRef 工具类型不能正确获得某些组件 ref 类型的问题。#47983

5.15.3

  • 💄 Unify Modal, Drawer, notification and Tour close button style. #47909
  • 🐞 Fix Badge and text node align style under Space. #47908
  • 💄 Fix Upload file list actions wrap style. #47898
  • 🐞 Fix Typography config the ellipsis.symbol exceed the single line height will make ellipsis rows not correct issue. #47889
  • 🐞 Fix DatePicker component height not correct when customize controlHeight. #47874
  • 🐞 Fix DatePicker with multiple selector collapse for cross the line. #47821
  • 🐞 TimePicker revert and add warning for onSelect API which is already removed in v4 but not update in English documentation. #47878
  • 💄 Darken the Empty text color to make it readable. #47268 @​evgmol

  • 💄 统一 Modal、Drawer、notification 和 Tour 关闭按钮的样式,并增大 Modal 和 Drawer 关闭按钮的交互区域使其更容易点击。#47909
  • 🐞 修复 Badge 和文本元素在 Space 下排版不对齐的问题。#47908
  • 💄 修复 Upload 列表行动点换行的问题。#47898
  • 🐞 修复 Typography 配置的 ellipsis.symbol 超出单行高度时,省略行数不正确的问题。#47889
  • 🐞 修复 DatePicker 配置自定义 controlHeight 时展示高度不正确的问题。#47874
  • 🐞 修复 DatePicker 设置 multiple 多选换行时行与行之间没有间隙的问题。#47821
  • 💄 调深 Empty 文本色彩使其更清晰可读一些。#47268 @​evgmol

5.15.2

  • 🛠 Adjust the closing trigger of Tour, Dropdown, Menu, Tabs, Mentions, Picker, Select, TreeSelect, Cascader, Tooltip, and Popover pop-ups from click to mouseDown to uniformly solve some event timing issues related to pop-up interactions. #47775
  • 🐞 Fix Descriptions extra padding of items. #47737
  • 🐞 Fix Anchor wrong active status when bounds value is 0. #47795@​winchesHe
  • 💄 Fix ColorPicker clear icon hover style. #47761
  • 🇷🇺 Improve DatePicker ru_RU locale. #47768 @​AlexeyTeterin

  • 🛠 调整 Tour、Dropdown、Menu、Tabs、Mentions、Picker、Select、TreeSelect、Cascader、Tooltip、Popover 弹层点击外部的关闭时机,从 click 调整至 mouseDown 以统一解决一些与弹窗相关交互中的事件时序问题。#47775
  • 🐞 修复 Descriptions 内容区域额外的边距问题。#47737
  • 🐞 修复 Anchor 界限值为 0 时 active 状态错误的问题。#47795@​winchesHe
  • 💄 给 ColorPicker 清除按钮补上鼠标 hover 反馈样式。#47761
  • 🇷🇺 更新 DatePicker 的俄语文案。#47768 @​AlexeyTeterin

5.15.1

  • 🐞 Revert code that removed margin of Tag. #47736
  • 🇷🇺 Improve DatePicker ru_RU locale. #47705

... (truncated)

Changelog

Sourced from antd's changelog.

5.15.4

2024-03-25

  • 💄 Fix QRCode that custom style would be overrided by internal style. #48053 @​li-jia-nan
  • 💄 Fix Radio disabled hover style. #47972 @​madocto
  • 🐞 Fix Watermark sometime repeat re-render when browser set scale. #47895
  • TypeScript
    • 🤖 Affix Export AffixRef interface. #47982 @​li-jia-nan
    • 🤖 MISC: Fix GetRef ts util can not get correct ref type for some component. #47983

5.15.3

2024-03-17

  • 💄 Unify Modal, Drawer, notification and Tour close button style. #47909
  • 🐞 Fix Badge and text node align style under Space. #47908
  • 💄 Fix Upload file list actions wrap style. #47898
  • 🐞 Fix Typography config the ellipsis.symbol exceed the single line height will make ellipsis rows not correct issue. #47889
  • 🐞 Fix DatePicker component height not correct when customize controlHeight. #47874
  • 🐞 Fix DatePicker with multiple selector collapse for cross the line. #47821
  • 🐞 TimePicker revert and add warning for onSelect API which is already removed in v4 but not update in English documentation. #47878
  • 💄 Darken the Empty text color to make it readable. #47268 @​evgmol

5.15.2

2024-03-11

  • 🛠 Adjust the closing trigger of Tour, Dropdown, Menu, Tabs, Mentions, Picker, Select, TreeSelect, Cascader, Tooltip, and Popover pop-ups from click to mouseDown to uniformly solve some event timing issues related to pop-up interactions. #47775
  • 🐞 Fix Descriptions extra padding of items. #47737
  • 🐞 Fix Anchor wrong active status when bounds value is 0. #47795@​winchesHe
  • 💄 Fix ColorPicker clear icon hover style. #47761
  • 🇷🇺 Improve DatePicker ru_RU locale. #47768 @​AlexeyTeterin

5.15.1

2024-03-06

  • 🐞 Revert code that removed margin of Tag. #47736
  • 🇷🇺 Improve DatePicker ru_RU locale. #47705

5.15.0

2024-03-02

  • ConfigProvider
    • 🆕 ConfigProvider support Input.TextArea allowClear autoComplete className style classNames styles props. #47589
    • 🆕 ConfigProvider support Input allowClear props. #47602
    • 🆕 ConfigProvider support Menu expandIcon props. #47561
    • 🆕 ConfigProvider support Collapse expandIcon props. #47473

... (truncated)

Commits


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 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)
coderabbitai[bot] commented 3 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

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

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)

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 .` - `Generate unit-tests 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 tests 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 generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit tests.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` 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 as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - 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/coderabbit-overrides.v2.json` ### CodeRabbit Discord Community Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback.
sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 3 months ago

Superseded by #708.