rookie-luochao / openapi-ui

OpenAPI/Swagger UI document, quickly generate mock params and call api, also simplified postman tool. 基于 OpenAPI/Swagger 规范的接口文档,快速模拟请求参数并调用接口,也是简化版 postman 工具
http://www.openapi-ui.com
MIT License
585 stars 56 forks source link

build(deps): bump antd from 5.16.4 to 5.17.4 #191

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps antd from 5.16.4 to 5.17.4.

Release notes

Sourced from antd's releases.

5.17.4

  • 🐞 Fix Modal with confirm would not close correctly when returning true in onOk or onCancel. #49054 @​wanpan11
  • 🐞 Fix Carousel was warned about having non-standard DOM attributes by React. #49031
  • 🐞 Fix Form prop of scrollToFirstError not working for InputNumber. #48989 @​Wxh16144
  • TypeScript
    • 🤖 Fix Modal missing styles.wrapper type. #49055
    • 🤖 Enhance Spin component TypeScript definitions and documentation. #49036 @​arvinxx
    • 🤖 Enhance Checkbox.Group TypeScript generic limitation. #49073

  • 🐞 修复 Modal 的 confirmonOkonCancel 中返回 true 时,窗体不会正确关闭的问题。#49054 @​wanpan11
  • 🐞 修复 Carousel 会被提示存在非标准 dom 属性的问题。#49031
  • 🐞 修复 Form 的 scrollToFirstError 对 InputNumber 无效的问题。#48989 @​Wxh16144
  • TypeScript
    • 🤖 修复 Modal styles.wrapper TS 定义丢失的问题。#49055
    • 🤖 优化 Spin 的 TypeScript 定义并提供更详细的描述信息。#49036 @​arvinxx
    • 🤖 优化 Checkbox.Group 的 TypeScript 类型约束。#49073

5.17.3

  • 🐞 MISC: Fix some components throws findDOMNode warning in React 18.3.0. #48958
  • 🐞 Fix Button that fontSize token not works. #48893 @​wanpan11
  • 💄 Fix Pagination size-changer element style. #48931 @​wanpan11

  • 🐞 杂项:修复部分组件在 React 18.3.0 下警告 findDOMNode 的问题。#48958
  • 🐞 修复 Button 字体大小 token 无效的问题。#48893 @​wanpan11
  • 💄 修复 Pagination 组件跳转选择元素样式问题。#48931 @​wanpan11

5.17.2

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #48914

  • 🐞 MISC: 修复 lib 产物错误引入 es 依赖导致构建错误的问题。#48914

5.17.1

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #48821
  • TypeScript

... (truncated)

Changelog

Sourced from antd's changelog.

5.17.4

2024-05-27

  • 🐞 Fix Modal with confirm would not close correctly when returning true in onOk or onCancel. #49054 @​wanpan11
  • 🐞 Fix Carousel was warned about having non-standard DOM attributes by React. #49031
  • 🐞 Fix Form prop of scrollToFirstError not working for InputNumber. #48989 @​Wxh16144
  • TypeScript
    • 🤖 Fix Modal missing styles.wrapper type. #49055
    • 🤖 Enhance Spin component TypeScript definitions and documentation. #49036 @​arvinxx
    • 🤖 Enhance Checkbox.Group TypeScript generic limitation. #49073

5.17.3

2024-05-19

  • 🐞 MISC: Fix some components throws findDOMNode warning in React 18.3.0. #48958
  • 🐞 Fix Button that fontSize token not works. #48893 @​wanpan11
  • 💄 Fix Pagination size-changer element style. #48931 @​wanpan11

5.17.2

2024-05-14

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #48914

5.17.1

2024-05-14

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #48821
  • TypeScript

5.17.0

2024-05-03

... (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)
vercel[bot] commented 1 month ago

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

Name Status Preview Comments Updated (UTC)
openapi-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 2:03am
dependabot[bot] commented 1 month ago

Superseded by #194.