notional-labs / dig

Dig: Governance
Other
175 stars 70 forks source link

Bump antd from 4.24.2 to 5.15.0 in /webapp #683

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps antd from 4.24.2 to 5.15.0.

Release notes

Sourced from antd's releases.

5.15.0

  • 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
    • 🆕 ConfigProvider support Tabs removeIcon props, when set type="editable-card". #47334
    • 🆕 Prefixes for CSS variables follow the prefixCls property of ConfigProvider by default. #47481
    • 🤖 CardProps styles in ConfigProvider is set to optional. #47601 @​Yawenina
  • 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader the focus supports passing options. #47664
  • 🆕 Modal support configuring aria-* in closable. #47650
  • 🆕 Alert support configuring aria-* in closable. #47474
  • 🆕 Tabs support removeIcon props, when set type="editable-card". #47334
  • Drawer
    • 🆕 Drawer support configuring aria-* in closable. #47543
    • 🆕 Drawer support passing aria-* attributes to panel nodes. #47387
  • Table
    • 🆕 Table adds filterOnClose to specify whether to trigger filtering when the filter menu is closed. #47451 @​xsjcTony
    • 🆕 Table adds components.header.table to customize the header component when scrolling the column. #47382
    • 🐞 Fix the issue where scroll bars would not be displayed during initial rendering under Table sticky. #47382
    • 🐞 Fix the issue where the th element is not used in the column header when Table column.title is empty. #47382
    • 🐞 Fix the issue where prefixCls is invalid when Table uses a virtual list. #47639
    • 💄 Fix abnormal shadow display when Table fixed columns. #47518
  • 🐞 Fix the issue where when using DirectoryTree in Tree, pressing shift for continuous multi-selection will report an error. #47567 @​wkmyws
  • 🐞 Fix the issue where isFieldsTouched(true) always returns false when Form exists in Form.List. #47629 @​lemonied
  • 🐞 Fix the issue of Button being incompatible with v4 type=''. #47612
  • 🛠 Refactor Typography to omit measurement logic to support dynamic row height scenarios. #47597
  • 💄 Remove redundant margin styles from Tag. #47504
  • 🤖 MISC: fix an issue that could not be compiled under pnpm configuration hoist: false. #47587

  • ConfigProvider
    • 🆕 ConfigProvider 支持 Input.TextArea 组件 allowClearautoCompleteclassNamestyleclassNamesstyles 属性。#47589
    • 🆕 ConfigProvider 支持 Input 组件 allowClear 属性。#47602
    • 🆕 ConfigProvider 支持 Menu 组件 expandIcon 属性。#47561
    • 🆕 ConfigProvider 支持 Collapse 组件 expandIcon 属性。#47473
    • 🆕 ConfigProvider 支持 Tabs removeIcon 属性, 在设置 type="editable-card" 时有效。#47334
    • 🆕 CSS 变量的前缀默认跟随 ConfigProvider 的 prefixCls 属性。#47481
    • 🤖 ConfigProvider 中 CardProps styles 设为可选。#47601 @​Yawenina
  • 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader 支持 focus 功能支持传递 options#47664
  • 🆕 Modal 支持在 closable 中配置 aria-*#47650
  • 🆕 Alert 支持在 closable 中配置 aria-*#47474
  • 🆕 Tabs 组件支持 removeIcon 属性,在设置 type="editable-card" 时有效。#47334
  • Drawer
    • 🆕 Drawer 支持在 closable 中配置 aria-*#47543
    • 🆕 Drawer 支持传递 aria-* 属性给 panel 节点。#47387
  • Table
    • 🆕 Table 新增 filterOnClose 用于指定是否在筛选菜单关闭时触发筛选。#47451 @​xsjcTony
    • 🆕 Table 新增 components.header.table 以自定义滚动列时的标题组件。#47382
    • 🐞 修复 Table sticky 下,初次渲染不会显示滚动条的问题。#47382
    • 🐞 修复 Table column.title 为空时列头没有使用 th 元素的问题。#47382

... (truncated)

Changelog

Sourced from antd's changelog.

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
    • 🆕 ConfigProvider support Tabs removeIcon props, when set type="editable-card". #47334
    • 🆕 Prefixes for CSS variables follow the prefixCls property of ConfigProvider by default. #47481
    • 🤖 CardProps styles in ConfigProvider is set to optional. #47601 @​Yawenina
  • 🆕 Select、Checkbox、Radio、DatePicker、TreeSelect、Cascader the focus supports passing options. #47664
  • 🆕 Modal support configuring aria-* in closable. #47650
  • 🆕 Alert support configuring aria-* in closable. #47474
  • 🆕 Tabs support removeIcon props, when set type="editable-card". #47334
  • Drawer
    • 🆕 Drawer support configuring aria-* in closable. #47543
    • 🆕 Drawer support passing aria-* attributes to panel nodes. #47387
  • Table
    • 🆕 Table adds filterOnClose to specify whether to trigger filtering when the filter menu is closed. #47451 @​xsjcTony
    • 🆕 Table adds components.header.table to customize the header component when scrolling the column. #47382
    • 🐞 Fix the issue where scroll bars would not be displayed during initial rendering under Table sticky. #47382
    • 🐞 Fix the issue where the th element is not used in the column header when Table column.title is empty. #47382
    • 🐞 Fix the issue where prefixCls is invalid when Table uses a virtual list. #47639
    • 💄 Fix abnormal shadow display when Table fixed columns. #47518
  • 🐞 Fix the issue where when using DirectoryTree in Tree, pressing shift for continuous multi-selection will report an error. #47567 @​wkmyws
  • 🐞 Fix the issue where isFieldsTouched(true) always returns false when Form exists in Form.List. #47629 @​lemonied
  • 🐞 Fix the issue of Button being incompatible with v4 type=''. #47612
  • 🛠 Refactor Typography to omit measurement logic to support dynamic row height scenarios. #47597
  • 💄 Remove redundant margin styles from Tag. #47504
  • 🤖 MISC: fix an issue that could not be compiled under pnpm configuration hoist: false. #47587

5.14.2

2024-02-23

  • 🐞 Fix DatePicker.RangePicker time column sometime not scroll to the target time value. #47542
  • 🐞 Fix Modal that pointer events will triggered during openning animation. #47508 @​MadCcc
  • 🐞 Fix Avatar.Group unnecessary dom since tooltip. #47478
  • 💄 Fix Progress unexpected margin style. #47493 @​li-jia-nan
  • 💄 Fix Table scrollbar color in darkmode. #47487 @​wkmyws
  • 💄 Fix Layout content font color in dark mode. #47441 @​nova1751
  • 💄 Fix Menu cannot customize darkItemSelectedColor and darkItemSelectedBg token in horizontal dark mode. #47463 @​gandavarapurajasekhar

5.14.1

2024-02-13

  • 🐞 Fix Steps cannot interact correctly when type="inline". #47406

... (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 4 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.` - 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 4 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 4 months ago

Superseded by #687.