jsun969 / react-hook-form-antd

📋🐜 Master your Ant Design form with React Hook Form! 用 React Hook Form 拿捏你的 Ant Design 表单!
https://npm.im/react-hook-form-antd
MIT License
58 stars 10 forks source link

chore(deps-dev): bump the deps group with 11 updates #60

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps the deps group with 11 updates:

Package From To
@trivago/prettier-plugin-sort-imports 4.2.1 4.3.0
@types/react 18.2.37 18.2.39
@types/react-dom 18.2.15 18.2.17
@typescript-eslint/eslint-plugin 6.10.0 6.13.0
@typescript-eslint/parser 6.10.0 6.13.0
antd 5.11.1 5.11.5
eslint 8.53.0 8.54.0
lint-staged 15.0.2 15.1.0
prettier 3.0.3 3.1.0
tsup 7.2.0 8.0.1
typescript 5.2.2 5.3.2

Updates @trivago/prettier-plugin-sort-imports from 4.2.1 to 4.3.0

Release notes

Sourced from @​trivago/prettier-plugin-sort-imports's releases.

v4.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.2.1...v4.3.0

Changelog

Sourced from @​trivago/prettier-plugin-sort-imports's changelog.

v4.3.0

New features

Commits
  • 2ea533d 4.3.0
  • c8bb4fa Merge pull request #237 from stephdotnet/sort-imports-ignored
  • f37d48f Merge branch 'main' into sort-imports-ignored
  • 09de470 Merge pull request #264 from harryzcy/node-active-2023
  • 8010600 Merge branch 'main' into sort-imports-ignored
  • c40f7d8 Merge branch 'main' into node-active-2023
  • 1c7745e v4.2.1 changelog
  • 4ca9714 Add back node 12, 14, 16
  • 07c0d01 Upgrade node in CI to current and lts versions
  • 5aad721 Merge branch 'main' into sort-imports-ignored
  • Additional commits viewable in compare view


Updates @types/react from 18.2.37 to 18.2.39

Commits


Updates @types/react-dom from 18.2.15 to 18.2.17

Commits


Updates @typescript-eslint/eslint-plugin from 6.10.0 to 6.13.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

You can read about our versioning strategy and releases on our website.

v6.12.0

6.12.0 (2023-11-20)

Bug Fixes

  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768
  • utils: add missing fields to flat config types (#7933) (533861a)
  • utils: allow string processor in flat config (024ed9e)

Features

  • [member-ordering] add accessor support for member-ordering (#7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#7880) (4cfcd45)
  • update TypeScript to 5.3-rc (#7923) (9034d17)

You can read about our versioning strategy and releases on our website.

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.13.0 (2023-11-27)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

6.12.0 (2023-11-20)

Bug Fixes

  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768

Features

  • [member-ordering] add accessor support for member-ordering (#7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#7880) (4cfcd45)

You can read about our versioning strategy and releases on our website.

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)
  • eslint-plugin: [no-unnecessary-qualifier] handle nested namespace id (#7883) (a668f5b)

Features

You can read about our versioning strategy and releases on our website.

Commits
  • 39c437a chore: publish v6.13.0
  • 9093e95 chore: publish v6.12.0
  • 2e535b8 chore(deps): update dependency prettier to v3.1.0 (#7938)
  • 4cfcd45 feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUn...
  • 155aa1f fix(eslint-plugin): [class-methods-use-this] detect a problematic case for pr...
  • f151b26 fix(eslint-plugin): [no-unnecessary-condition] fix false positive with comput...
  • a034d0a fix(eslint-plugin): [switch-exhaustiveness-check] enum members with new line ...
  • 3c8312d feat: [member-ordering] add accessor support for member-ordering (#7927)
  • 06496e2 chore: publish v6.11.0
  • a54a60b chore: add eslint-utils wrappers around deprecated ESLint methods (#7914)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.10.0 to 6.13.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.13.0

6.13.0 (2023-11-27)

Note for eslint plugin authors and other API consumers

TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using skipLibCheck.

Bug Fixes

  • typescript-estree: ensure backwards compat with pre-5.3 import attributes (#7967) (810fc8c)

Features

You can read about our versioning strategy and releases on our website.

v6.12.0

6.12.0 (2023-11-20)

Bug Fixes

  • eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if ignoreClassesThatImplementAnInterface is set (#7705) (155aa1f)
  • eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
  • eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768
  • utils: add missing fields to flat config types (#7933) (533861a)
  • utils: allow string processor in flat config (024ed9e)

Features

  • [member-ordering] add accessor support for member-ordering (#7927) (3c8312d)
  • eslint-plugin: [switch-exhaustiveness-check] add requireDefaultForNonUnion option (#7880) (4cfcd45)
  • update TypeScript to 5.3-rc (#7923) (9034d17)

You can read about our versioning strategy and releases on our website.

v6.11.0

6.11.0 (2023-11-13)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] support JSX attributes in allowTypedFunctionExpressions (#7553) (be2777c)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.13.0 (2023-11-27)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.12.0 (2023-11-20)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

6.11.0 (2023-11-13)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

Commits


Updates antd from 5.11.1 to 5.11.5

Release notes

Sourced from antd's releases.

5.11.5


5.11.4

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #46028 @​nnmax

  • 🐞 修复 Image 在嵌套 Modal 中设置 z-index 异常的问题。#46035
  • 🐞 修复 Button 禁用的链接按钮右键点击时会有打开新链接选项的问题。#46021
  • Card
    • 🛠 把 Card 内部方法 getAction 重构为函数组件。#46032
    • 🐞 解决 Card 在 Rollup 中会警告 invalid annotation 的问题。#46024
  • TypeScript
    • 🤖 导出 Radio 和 Checkbox 组件的 required 属性的类型定义。#46028 @​nnmax

5.11.3

  • 🐞 Fix Modal static method create zIndex too high will cover other popup content. #46012
  • Image
  • 🐞 Fix Collapse header cursor style. #45994
  • 🐞 Fix ColorPicker not support Form disabled config. #45978 @​RedJue
  • 🐞 Fix Typography.Text ellipsis.tooltip cannot open under Layout component. #45962
  • 🐞 Remove Select native 🔍 icon from search input in Safari. #46008
  • 💄 Remove Rate useless style.#45927 @​JarvisArt
  • 🛠 UMD antd.js will try to reuse global @ant-design/cssinjs first now. #46009
  • 🌐 Improve eu_ES localization. #45928 @​ionlizarazu

  • 🐞 修复 Modal 静态方法创建 zIndex 过高会覆盖其他弹出内容的问题。#46012
  • Image
  • 🐞 修复 Collapse 可折叠区域鼠标 hover 样式问题。#45994
  • 🐞 修复 ColorPicker 不支持 Form 组件的禁用问题。#45978 @​RedJue
  • 🐞 修复 Typography.Text code 在 Layout 下开启 ellipsis 时 tooltip 无效的问题。#45962
  • 🐞 修复 Select 搜索框在 Safari 下显示多余的 🔍 图标。#46008
  • 💄 删除 Rate 组件无用样式。 #45927 @​JarvisArt
  • 🛠 UMD 版本 antd.js 现在会优先使用全局的 @ant-design/cssinjs 依赖。#46009
  • 🌐 补充 eu_ES 国际化内容。#45928 @​ionlizarazu

5.11.3-alpha.1

... (truncated)

Changelog

Sourced from antd's changelog.

5.11.5

2023-11-27

5.11.4

2023-11-24

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #46028 @​nnmax

5.11.3

2023-11-22

  • 🐞 Fix Modal static method create zIndex too high will cover other popup content. #46012
  • Image
  • 🐞 Fix Collapse header cursor style. #45994
  • 🐞 Fix ColorPicker not support Form disabled config. #45978 @​RedJue
  • 🐞 Fix Typography.Text ellipsis.tooltip cannot open under Layout component. #45962
  • 🐞 Remove Select native 🔍 icon from search input in Safari. #46008
  • 💄 Remove Rate useless style.#45927 @​JarvisArt
  • 🛠 UMD antd.js will try to reuse global @ant-design/cssinjs first now. #46009
  • 🌐 Improve eu_ES localization. #45928 @​ionlizarazu

5.11.2

2023-11-17

  • 🆕 Table with virtual can now customize components except the components.body. #45857
  • 🐞 Fix Button with href and disabled that could be focused. #45910 @​MadCcc
  • 🐞 Fix zIndex logic problem that message and notification are covered when multiple Modal are opened. #45911 #45864 @​kiner-tang
  • 💄 Fix QRCode style.padding is not working. #45815
  • 💄 Optimize Carousel dots border radius style. #45817
  • TypeScript
Commits


Updates eslint from 8.53.0 to 8.54.0

Release notes

Sourced from eslint's releases.

v8.54.0

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)

Chores

  • d644de9 chore: upgrade @​eslint/js@​8.54.0 (#17773) (Milos Djermanovic)
  • 1e6e314 chore: package.json update for @​eslint/js release (Jenkins)
  • 6fb8805 chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)
  • 85db724 chore: upgrade markdownlint to 0.31.1 (#17754) (Nitin Kumar)
  • 6d470d2 chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])
  • b7121b5 chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])
  • 633b9a1 chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])
  • acac16f chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])
  • ba8ca7e chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)
Changelog

Sourced from eslint's changelog.

v8.54.0 - November 17, 2023

  • d644de9 chore: upgrade @​eslint/js@​8.54.0 (#17773) (Milos Djermanovic)
  • 1e6e314 chore: package.json update for @​eslint/js release (Jenkins)
  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#17760) (Milos Djermanovic)
  • a7a883b feat: for-direction rule add check for condition in reverse order (#17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#17680) (Joel Mathew Koshy)
  • 6fb8805 chore: Fixed grammar in issue_templates/rule_change (#17770) (Joel Mathew Koshy)
  • becfdd3 docs: Make clear when rules are removed (#17728) (Nicholas C. Zakas)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#17753) (Pavel)
  • 85db724 chore: upgrade markdownlint to 0.31.1 (#17754) (Nitin Kumar)
  • 21ebf8a feat: update no-array-constructor rule (#17711) (Francesco Trotta)
  • 05d6e99 docs: update "Submit a Pull Request" page (#17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#17749) (Percy Ma)
  • 6d470d2 chore: update dependency recast to ^0.23.0 (#17736) (renovate[bot])
  • b7121b5 chore: update dependency markdownlint-cli to ^0.37.0 (#17735) (renovate[bot])
  • 633b9a1 chore: update dependency regenerator-runtime to ^0.14.0 (#17739) (renovate[bot])
  • acac16f chore: update dependency vite-plugin-commonjs to ^0.10.0 (#17740) (renovate[bot])
  • ba8ca7e chore: add .github/renovate.json5 (#17567) (Josh Goldberg ✨)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#17705) (Milos Djermanovic)
  • d245326 docs: Correct working in migrating plugin docs (#17722) (Filip Tammergård)
  • 5454c22 Revert "chore: remove metascraper (#17707)" (#17708) (Milos Djermanovic)
Commits


Updates lint-staged from 15.0.2 to 15.1.0

Release notes

Sourced from lint-staged's releases.

v15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

Commits
  • 26eee9d chore(changeset): release
  • fed0770 docs: update README to mention v13.3.0
  • 70487af test: add unit test for uncovered error
  • 0423311 docs: add changeset
  • 19fe984 refactor: declare some variables
  • 0ac8e91 feat: add support for package.yaml
  • e023c2a test: add integration test for symbolic link git dir
  • 4b9fb10 chore(deps): update dependencies
  • 105d901 fix: suppress warnings when using --quiet
  • 21aeeb5 chore(deps): update dependencies
  • Additional commits viewable in compare view


Updates prettier from 3.0.3 to 3.1.0

Release notes

Sourced from prettier's releases.

3.1.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.1.0

diff

🔗 Release Notes

Commits
  • e8ac9f8 Release 3.1.0
  • 6a1d409 chore(deps): update dependency eslint-plugin-regexp to v2 (#15521)
  • f4d93d3 chore(deps): update dependency esbuild to v0.19.5 (#15630)
  • 4fc71a5 chore(deps): update dependency flow-parser to v0.221.0 (#15637)
  • d452f45 chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#15635)
  • eb84a60 chore(deps): update dependency @​types/estree to v1.0.5 (#15625)
  • 2af23ee chore(deps): update dependency webpack to v5.89.0 (#15640)
  • 8f27c73 chore(deps): update dependency eslint-plugin-unicorn to v49 (#15642)
  • cdc5f5a chore(deps): update dependency webpack to v5.89.0 (#15639)
  • 14607ef chore(deps): update dependency eslint-plugin-n to v16.3.1 (#15636)
  • Additional commits viewable in compare view


Updates tsup from 7.2.0 to 8.0.1

Release notes

Sourced from tsup's releases.

v8.0.1

8.0.1 (2023-11-21)

Bug Fixes

  • dts: ensure chunks conform to bundle format (#1034) (f83baf8)
  • experimental-dts: make --experimental-dts to be compatible with --clean (#1041) (8c26e63)
  • experimental-dts: only include exported declarations (#1039) (731f43f)

v8.0.0

8.0.0 (2023-11-19)

Bug Fixes

  • await ... _Description has been truncated_

dependabot[bot] commented 9 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.