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 9 updates #43

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the deps group with 9 updates:

Package From To
@trivago/prettier-plugin-sort-imports 4.1.1 4.2.1
@types/react 18.2.33 18.2.37
@types/react-dom 18.2.14 18.2.15
@typescript-eslint/eslint-plugin 5.57.1 6.10.0
@typescript-eslint/parser 5.57.1 6.10.0
antd 5.10.2 5.11.1
eslint 8.52.0 8.53.0
eslint-plugin-prettier 4.2.1 5.0.1
prettier 2.8.8 3.0.3

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

Release notes

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

v4.2.1

What's Changed

New Contributors

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

v4.2.0

What's Changed

New Contributors

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

Changelog

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

v4.2.1

Chore

v4.2.0

Chore

Commits


Updates @types/react from 18.2.33 to 18.2.37

Commits


Updates @types/react-dom from 18.2.14 to 18.2.15

Commits


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

Release notes

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

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

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

v6.9.0

6.9.0 (2023-10-23)

Bug Fixes

  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2)
  • rule-tester: fix parser fallback logic (#7754) (34c23e0)
  • type-utils: treat custom type roots as external (#6870) (b85f744)

Features

  • eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643
  • eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf)

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

v6.8.0

... (truncated)

Changelog

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

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

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

6.9.0 (2023-10-23)

Bug Fixes

  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2)

Features

  • eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643
  • eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf)

... (truncated)

Commits
  • 75c1288 chore: publish v6.10.0
  • 29c2e68 docs: flip the flag of skipCompoundAssignments in the example (#7868)
  • 855abea fix(eslint-plugin): [require-await] add support for "await using" (#7866)
  • 11e57c5 fix(eslint-plugin): [no-unused-vars] handle logical assignment (#7854)
  • 5e73a48 feat(eslint-plugin): [ban-ts-comments] suggest ts-expect-error over ts-ignore...
  • 1e47294 chore: publish v6.9.1
  • 7ad86ee fix(eslint-plugin): [naming-convention] allow PascalCase for imports (#7841)
  • 3300fa1 docs: add caveats to no-explicit-any docs (#7805)
  • 31988e0 fix(eslint-plugin): [no-unused-expressions] handle TSInstantiationExpression ...
  • 6455278 docs(eslint-plugin): [no-unsafe-member-access] correct example idx from const...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 5.57.1 to 6.10.0

Release notes

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

v6.10.0

6.10.0 (2023-11-06)

Bug Fixes

  • eslint-plugin: [no-unused-vars] handle logical assignment (#7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#7866) (855abea)

Features

  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#7849) (5e73a48)

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

v6.9.1

6.9.1 (2023-10-30)

Bug Fixes

  • eslint-plugin: [naming-convention] allow PascalCase for imports (#7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#7831) (31988e0)

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

v6.9.0

6.9.0 (2023-10-23)

Bug Fixes

  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#7708) (c6124b2)
  • rule-tester: fix parser fallback logic (#7754) (34c23e0)
  • type-utils: treat custom type roots as external (#6870) (b85f744)

Features

  • eslint-plugin: [max-params] don't count this: void parameter (#7696) (6398d3f), closes #7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#7691) (53d5263), closes #7643
  • eslint-plugin: [prefer-readonly] private fields support (#7686) (0e875bf)

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

v6.8.0

... (truncated)

Changelog

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

6.10.0 (2023-11-06)

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

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

6.9.1 (2023-10-30)

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

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

6.9.0 (2023-10-23)

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

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

6.8.0 (2023-10-16)

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

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

6.7.5 (2023-10-09)

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

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

... (truncated)

Commits


Updates antd from 5.10.2 to 5.11.1

Release notes

Sourced from antd's releases.

5.11.1

  • 🐞 Fix Dropdown use wrong zIndex when nest items. #45761
  • 🐞 Fix Upload should show remove icon when showRemoveIcon is specified to true explicitly. #45752
  • 🐞 Fix Descriptions use children structure missing the Descriptions.Item key prop. #45757
  • 🐞 Fix Message that token specified in component scope not work. #45721 @​MadCcc
  • 🐞 Fix Popconfirm not compatible with visible prop. #45702 @​linhf123
  • 🐞 Fix Tag default background color not correct. #45711 @​kiner-tang
  • 💄 Fix Notification that style.width not work. #45681 @​MadCcc
  • 🐞 Fix App console unexpected attr warning when set component=false. #45671 @​li-jia-nan
  • TypeScript

  • 🐞 修复 Dropdown 在嵌套列表时 zIndex 错误的问题。#45761
  • 🐞 修复 Upload 显式指定 showRemoveIcon: true 时删除图标未显示的问题。#45752
  • 🐞 修复 Descriptions 使用 children 结构语法糖时,会丢失 Descriptions.Item 的 key 的问题。#45757
  • 🐞 修复 Message 组件在组件范围设置全局 token 无效的问题。#45721 @​MadCcc
  • 🐞 修复 Popconfirm 不兼容 visible 的问题。#45702 @​linhf123
  • 🐞 修复默认 Tag 的背景颜色不正确的问题。#45711 @​kiner-tang
  • 💄 修复 Notification 组件设置 style.width 无效的问题。#45681 @​MadCcc
  • 🐞 修复 App 设置 component=false 时,会报非预期的属性警告的问题。#45671 @​li-jia-nan
  • TypeScript

5.11.0

  • Slider
    • 🆕 Slider will show tooltip when focus handler. #45653
    • 💄 Slider handler should be movable after click tracker. #45651
  • InputNumber
    • 🆕 InputNumber support changeOnBlur prop to disable trigger onChange event when blur. #45395
    • 🐞 Fix InputNumber in Form with hasFeedback that will lose focus when feedback icon appear. #45632 @​MadCcc
    • 🐞 Fix InputNumber dynamic modify formatter not working. #45325
  • Table
    • 🆕 Table columnTitle support render function. #41937 @​Zhou-Bill
    • 🛠 Refactor Table ref to support scrollTo to scroll to target key or index or top. #45245
  • Tabs
    • 🆕 Tabs items support tab pane level destroyInactiveTabPane. #45359
    • 🐞 Fix Tabs overflow blinking when Tab bar has decimal width. #45370
  • ConfigProvider
  • 🆕 ColorPicker preset prop support defaultOpen to control whether preset colors is open by default. #45607 @​Wxh16144
  • 🆕 Select support optionRender prop. #45529 @​RedJue
  • 🆕 Pagination support combine simple and showSizeChanger. #45538
  • 🆕 Spin support fullscreen to display as backdrop. #44986 @​Rafael-Martins #45436 @​li-jia-nan
  • 🆕 Form validateFields support dirty for validating touched and validated fields. #45389
  • 🆕 Watermark support inherit prop to disable watermark pass to Drawer and Modal. #45319
  • 🆕 App support component for customization. #45292
  • 🆕 Input and Input.TextArea support count custom character count (for example, fix emoji character length to 1); count.max supports out-of-range styles; restore emoji to native count to solve the problem of maxLength and value mismatch. #45140
  • 🐞 Fix Dropdown not trigger onOpenChange when click menu item to close the popup. #45378
  • 💄 Modal static function support styles. #45558 @​KotoriK

... (truncated)

Changelog

Sourced from antd's changelog.

5.11.1

2023-11-09

  • 🐞 Fix Dropdown use wrong zIndex when nest items. #45761
  • 🐞 Fix Upload should show remove icon when showRemoveIcon is specified to true explicitly. #45752
  • 🐞 Fix Descriptions use children structure missing the Descriptions.Item key prop. #45757
  • 🐞 Fix Message that token specified in component scope not work. #45721 @​MadCcc
  • 🐞 Fix Popconfirm not compatible with visible prop. #45702 @​linhf123
  • 🐞 Fix Tag default background color not correct. #45711 @​kiner-tang
  • 💄 Fix Notification that style.width not work. #45681 @​MadCcc
  • 🐞 Fix App console unexpected attr warning when set component=false. #45671 @​li-jia-nan
  • TypeScript

5.11.0

2023-11-03

  • Slider
    • 🆕 Slider will show tooltip when focus handler. #45653
    • 💄 Slider handler should be movable after click tracker. #45651
  • InputNumber
    • 🆕 InputNumber support changeOnBlur prop to disable trigger onChange event when blur. #45395
    • 🐞 Fix InputNumber in Form with hasFeedback that will lose focus when feedback icon appear. #45632 @​MadCcc
    • 🐞 Fix InputNumber dynamic modify formatter not working. #45325
  • Table
    • 🆕 Table columnTitle support render function. #41937 @​Zhou-Bill
    • 🛠 Refactor Table ref to support scrollTo to scroll to target key or index or top. #45245
  • Tabs
    • 🆕 Tabs items support tab pane level destroyInactiveTabPane. #45359
    • 🐞 Fix Tabs overflow blinking when Tab bar has decimal width. #45370
  • ConfigProvider
  • 🆕 ColorPicker preset prop support defaultOpen to control whether preset colors is open by default. #45607 @​Wxh16144
  • 🆕 Select support optionRender prop. #45529 @​RedJue
  • 🆕 Pagination support combine simple and showSizeChanger. #45538
  • 🆕 Spin support fullscreen to display as backdrop. #44986 @​Rafael-Martins #45436 @​li-jia-nan
  • 🆕 Form validateFields support dirty for validating touched and validated fields. #45389
  • 🆕 Watermark support inherit prop to disable watermark pass to Drawer and Modal. #45319
  • 🆕 App support component for customization. #45292
  • 🆕 Input and Input.TextArea support count custom character count (for example, fix emoji character length to 1); count.max supports out-of-range styles; restore emoji to native count to solve the problem of maxLength and value mismatch. #45140
  • 🐞 Fix Dropdown not trigger onOpenChange when click menu item to close the popup. #45378
  • 💄 Modal static function support styles. #45558 @​KotoriK
  • 💄 Optimize z-index logic of popup components, and make them don't block each other by default. #45512 #45490 @​kiner-tang

... (truncated)

Commits


Updates eslint from 8.52.0 to 8.53.0

Release notes

Sourced from eslint's releases.

v8.53.0

Features

  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)

Chores

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v8.53.0 - November 3, 2023

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)
Commits


Updates eslint-plugin-prettier from 4.2.1 to 5.0.1

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v4.2.1...v5.0.0

v5.0.0-alpha.0

  • [x] drop Node v12 - #488
  • [x] drop ESLint v7 - #488
  • [x] improve jsdoc inside, generate .d.ts typings - #509
  • [x] docs: improve why usePrettierrc option is needed
  • [x] upgrade to prettier v3
Changelog

Sourced from