react-hook-form-antd
react-hook-form-antd copied to clipboard
chore(deps-dev): bump the deps group with 16 updates
Bumps the deps group with 16 updates:
Package | From | To |
---|---|---|
@testing-library/react | 14.2.1 |
15.0.6 |
@typescript-eslint/eslint-plugin | 7.1.0 |
7.8.0 |
@typescript-eslint/parser | 7.1.0 |
7.8.0 |
antd | 5.14.2 |
5.16.5 |
eslint | 8.57.0 |
9.1.1 |
eslint-plugin-react | 7.33.2 |
7.34.1 |
eslint-plugin-react-hooks | 4.6.0 |
4.6.2 |
react | 18.2.0 |
18.3.1 |
@types/react | 18.2.61 |
18.3.1 |
react-dom | 18.2.0 |
18.3.1 |
@types/react-dom | 18.2.19 |
18.3.0 |
react-hook-form | 7.51.0 |
7.51.3 |
simple-git-hooks | 2.9.0 |
2.11.1 |
typescript | 5.3.3 |
5.4.5 |
vitest | 1.3.1 |
1.5.3 |
zod | 3.22.4 |
3.23.5 |
Updates @testing-library/react
from 14.2.1 to 15.0.6
Release notes
Sourced from @testing-library/react
's releases.
v15.0.6
15.0.6 (2024-05-01)
Bug Fixes
v15.0.5
15.0.5 (2024-04-26)
Bug Fixes
v15.0.4
15.0.4 (2024-04-23)
Bug Fixes
v15.0.3
15.0.3 (2024-04-23)
Bug Fixes
v15.0.2
15.0.2 (2024-04-13)
Bug Fixes
v15.0.1
15.0.1 (2024-04-11)
Bug Fixes
v15.0.0
15.0.0 (2024-04-10)
... (truncated)
Commits
b6e59f7
fix: export new act when available (#1319)f6a1677
chore: Adjust tests to workaround 18.3.0 bug (#1315)d143f46
fix: Stop restrictingcontainer
option based onhydrate
(#1313)48282c2
fix: EnsurerenderHook
options extend options forrender
(#1308)067d0c6
fix: Don't raise TypeScript errors when hydatingdocument
(#1304)c63b873
fix: ImprovelegacyRoot
error message (#1301)1645d21
fix: Stop using nullish coalescing (#1299)787cb85
Release: 15.0.0 (#1295)9c4a46d
feat: Add support for React 19 Canary (#1294)4e10ba3
chore: change canary version to specific prefix (#1290)- Additional commits viewable in compare view
Updates @typescript-eslint/eslint-plugin
from 7.1.0 to 7.8.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
- rule-tester: assert suggestion messages are unique (#8995)
- typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
🩹 Fixes
- eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
- eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
- eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
- eslint-plugin: [no-unsafe-return] handle union types (#9001)
- eslint-plugin: [no-unused-vars] clear error report range (#8640)
- utils: export ESLint backwards-compat functions (#8976)
❤️ Thank You
- auvred
@auvred
- Josh Goldberg ✨
- jsfm01
@jsfm01
- Kim Sang Du
@developer-bandi
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.7.1
7.7.1 (2024-04-22)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
- eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
- eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish
(#8559)- eslint-plugin: [no-for-in-array] refine report location (#8874)
- eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
@kirkwaiblinger
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.7.0
7.7.0 (2024-04-15)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
7.8.0 (2024-04-29)
🩹 Fixes
eslint-plugin: [no-unsafe-argument] handle tagged templates
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
eslint-plugin: [consistent-type-assertions] handle tagged templates
eslint-plugin: [no-unsafe-return] handle union types
eslint-plugin: [no-unused-vars] clear error report range
❤️ Thank You
- auvred
- Josh Goldberg ✨
- jsfm01
- Kim Sang Du
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.7.1 (2024-04-22)
🩹 Fixes
eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment
eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type
eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish
eslint-plugin: [no-for-in-array] refine report location
eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
ee677f6
chore(release): publish 7.8.08127873
fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)216d1b0
fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)51d2193
fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)4bed24d
fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...b0f7aa4
fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)219b841
chore: resolve lint issues on main branch (#8966)3e19436
chore(release): publish 7.7.1b2552ca
fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...fdeba42
fix(eslint-plugin): [no-for-in-array] refine report location (#8874)- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 7.1.0 to 7.8.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
- rule-tester: assert suggestion messages are unique (#8995)
- typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)
🩹 Fixes
- eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
- eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
- eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
- eslint-plugin: [no-unsafe-return] handle union types (#9001)
- eslint-plugin: [no-unused-vars] clear error report range (#8640)
- utils: export ESLint backwards-compat functions (#8976)
❤️ Thank You
- auvred
@auvred
- Josh Goldberg ✨
- jsfm01
@jsfm01
- Kim Sang Du
@developer-bandi
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.7.1
7.7.1 (2024-04-22)
🩹 Fixes
- eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
- eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
- eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish
(#8559)- eslint-plugin: [no-for-in-array] refine report location (#8874)
- eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)
❤️ Thank You
- Abraham Guo
- Kirk Waiblinger
@kirkwaiblinger
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.7.0
7.7.0 (2024-04-15)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
7.8.0 (2024-04-29)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.7.1 (2024-04-22)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.7.0 (2024-04-15)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.6.0 (2024-04-08)
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
7.5.0 (2024-04-01)
🩹 Fixes
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
... (truncated)
Commits
ee677f6
chore(release): publish 7.8.03e19436
chore(release): publish 7.7.1e44a1a2
chore(release): publish 7.7.0e1db872
chore(release): publish 7.6.0a6ab2cb
feat: bump npm dependency ranges (#8860)a14ba9d
chore(release): publish 7.5.0ecb6b55
docs: add homepage (#8742)d5615d7
fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues
(#8784)5d24691
chore(release): publish 7.4.0e408b93
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...- Additional commits viewable in compare view
Updates antd
from 5.14.2 to 5.16.5
Release notes
Sourced from antd's releases.
5.16.5
- 🐞 Fix Transfer component issue when trying to select item from the right column while it has "unknown-key" within targetKeys. #48664
@andreyk1512
- 🐞 Fix Steps custom icon not vertically centered error. #48650
@ZinkWu
- 🐞 Fix Badge number centered but slightly right-aligned. #48605
@akinocccc
- 🐞 Fix Popover and Popconfirm blinking when open on the right edge of screen. #48591
- 🐞 Fix ColorPicker that cleared icon should change when initial value is
undefined
. #48584@MadCcc
- 💄 Fix Collapse bottom border issue. #48561
@hamzaseif13
- 💄 Adjust Input border style in form validation when disabled. #48616
@nova1751
- TypeScript
- 🤖 Add missing generic type of Upload prop. #48614
@li-jia-nan
- 🤖 Fix missing generic type of Upload
customRequest
prop. #48612@jas0ncn
- Locales
- 🇪🇸 Added missing es_ES translations for DatePicker component. #48601
@JMMOLLER
- 🇩🇪 Added missing german translations for DatePicker component. #48586
@sebhs
- 🐞 修复 Transfer 组件在 targetKeys 中含有 "unknown-key" 时,尝试从右侧列选中单项的问题。#48664
@andreyk1512
- 🐞 修复 Steps 自定义图标未垂直居中问题。#48650
@ZinkWu
- 🐞 修复 Badge 数字居中偏右的问题。#48605
@akinocccc
- 🐞 修复 Popover 和 Popconfirm 在屏幕右侧边缘闪烁的问题。#48591
- 🐞 修复 ColorPicker 在初始未受控时清除图标不会改变的问题。#48584
@MadCcc
- 💄 修复 Collapse 组件底部边框样式问题。#48561
@hamzaseif13
- 💄 调整 Input 组件在禁用的时候在表单校验时的边框颜色。#48616
@nova1751
- TypeScript
- 🤖 补充 Upload 组件缺失的泛型。#48614
@li-jia-nan
- 🤖 修复 Upload
customRequest
参数丢失泛型的问题。#48612@jas0ncn
- 国际化
- 🇪🇸 为 DatePicker 补充 西班牙语 多语言。#48601
@JMMOLLER
- 🇩🇪 为 DatePicker 补充 德语 多语言。#48586
@sebhs
5.16.4
- 🐞 Fix Select with
multiple
andpaddingXXS=0
will break the height align ofcontrolHeight
token. #48574- 🐞 Fix Upload miss style when enable CSS Variable. #48569
@nova1751
- 🐞 Fix Slider in
range
tooltip blink when drag the handle over another one. #48536- Input
- 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
- 🐞 Fix abnormal text display in Input.TextArea. #48489
@korkt-kim
- 🐞 Fix the stuck animation effect of the Upload component image. #48522
@nova1751
- 🐞 Fix the issue where the Switch component using
checkedChildren
andunCheckedChildren
did not add a default height. #48513@wanpan11
- 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
- 🐞 Fix Popover
defaultOpen
setting failed. #48481@linhf123
- 🐞 Fix where
placeholder
is not displayed when DatePicker is configured withmultiple
. #48387@nova1751
- 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
- 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417
@guoyunhe
- 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127
@metouch
- 💄 Optimize Steps process style. #48464
- Locales
- 🇨🇳 Add zh_CN zh_HK zh_TW Table licales. #48543
@thinkasany
- 🇮🇩 Add id_ID DatePicker Form Table etc. locales. #48537 #48287
@edikurniawan-dev
- 🌐 Optimize Transfer localization to use
deselectAll
locale when need deselect all. #48553@coderz-w
... (truncated)
Changelog
Sourced from antd's changelog.
5.16.5
2024-04-28
- 🐞 Fix Transfer component issue when trying to select item from the right column while it has "unknown-key" within targetKeys. #48664
@andreyk1512
- 🐞 Fix Steps custom icon not vertically centered error. #48650
@ZinkWu
- 🐞 Fix Badge number centered but slightly right-aligned. #48605
@akinocccc
- 🐞 Fix Popover and Popconfirm blinking when open on the right edge of screen. #48591
- 🐞 Fix ColorPicker that cleared icon should change when initial value is
undefined
. #48584@MadCcc
- 💄 Fix Collapse bottom border issue. #48561
@hamzaseif13
- 💄 Adjust Input border style in form validation when disabled. #48616
@nova1751
- TypeScript
- 🤖 Add missing generic type of Upload prop. #48614
@li-jia-nan
- 🤖 Fix missing generic type of Upload
customRequest
prop. #48612@jas0ncn
- Locales
- 🇪🇸 Added missing es_ES translations for DatePicker component. #48601
@JMMOLLER
- 🇩🇪 Added missing german translations for DatePicker component. #48586
@sebhs
5.16.4
2024-04-22
- 🐞 Fix Select with
multiple
andpaddingXXS=0
will break the height align ofcontrolHeight
token. #48574- 🐞 Fix Upload miss style when enable CSS Variable. #48569
@nova1751
- 🐞 Fix Slider in
range
tooltip blink when drag the handle over another one. #48536- Input
- 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
- 🐞 Fix abnormal text display in Input.TextArea. #48489
@korkt-kim
- 🐞 Fix the stuck animation effect of the Upload component image. #48522
@nova1751
- 🐞 Fix the issue where the Switch component using
checkedChildren
andunCheckedChildren
did not add a default height. #48513@wanpan11
- 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
- 🐞 Fix Popover
defaultOpen
setting failed. #48481@linhf123
- 🐞 Fix where
placeholder
is not displayed when DatePicker is configured withmultiple
. #48387@nova1751
- 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
- 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417
@guoyunhe
- 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127
@metouch
- 💄 Optimize Steps process style. #48464
- Locales
- 🇨🇳 Add zh_CN zh_HK zh_TW Table licales. #48543
@thinkasany
- 🇮🇩 Add id_ID DatePicker Form Table etc. locales. #48537 #48287
@edikurniawan-dev
- 🌐 Optimize Transfer localization to use
deselectAll
locale when need deselect all. #48553@coderz-w
5.16.3
2024-04-21
- 🛠 Script failed to publish an empty package. Do not use this version.
5.16.2
... (truncated)
Commits
1a6e9e0
docs: changelog v5.16.5 (#48676)029cb1d
test: rm legacyreact-dom/test-utils
for compatible React-18.3.1 (#48667)f799219
fix: ajust the input border style in validation (#48616)cb19e0e
fix: fix transfer when trying to select item from the right column while it h...dfaf6ba
chore(deps-dev): bump react from 18.2.0 to 18.3.0 (#48666)aa5d3bd
chore(deps-dev): bump the dev-dependencies group with 3 updates (#48665)b173ce1
docs: add names demo (#48488)c8bd145
fix(step): custom icon not vertically centered error (#48650)2afb721
site: Replace card deprecated API 'bodyStyle' (#48644)409a227
🔒 ci: locked React version (#48640)- Additional commits viewable in compare view
Updates eslint
from 8.57.0 to 9.1.1
Release notes
Sourced from eslint's releases.
v9.1.1
Bug Fixes
v9.1.0
Features
03068f1
feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)751b518
feat: replace dependency graphemer withIntl.Segmenter
(#18110) (Francesco Trotta)4d11e56
feat: addname
to eslint configs (#18289) (唯然)1cbe1f6
feat: allowwhile(true)
inno-constant-condition
(#18286) (Tanuj Kanti)0db676f
feat: addIntl
in es6 globals (#18318) (唯然)Bug Fixes
8d18958
fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)594eb0e
fix: do not crash on error infs.walk
filter (#18295) (Francesco Trotta)0d8cf63
fix: EMFILE errors (#18313) (Nicholas C. Zakas)e1ac0b5
fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)09675e1
fix:--no-ignore
should not apply to non-global ignores (#18334) (Milos Djermanovic)Documentation
fb50077
docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)71c771f
docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)200fd4e
docs: indicate eslintrc mode for.eslintignore
(#18285) (Francesco Trotta)16b6a8b
docs: Update README (GitHub Actions Bot)df5f8a9
docs:paths
andpatterns
difference inno-restricted-imports
(#18273) (Tanuj Kanti)c537d76
docs: updatenpm init @eslint/config
generated file names (#18298) (唯然)e1e305d
docs: fixlinebreak-style
examples (#18262) (Francesco Trotta)113f51e
docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)5c35321
docs: add eslintrc-only note to--rulesdir
(#18281) (Adam Lui 刘展鹏)Build Related
Chores
d9a2983
chore: upgrade@eslint/js
to v9.1.1 (#18367) (Francesco Trotta)50d406d
chore: package.json update for@eslint/js
release (Jenkins)155c71c
chore: package.json update for@eslint/js
release (Jenkins)0588fc5
refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)9048e21
chore: lintdocs/src/_data
js files (#18335) (Milos Djermanovic)4820790
chore: upgrade [email protected] dev dependency (#18332) (Milos Djermanovic)698d9ff
chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)32c08cf
chore: drop Node < 18 and use@eslint/js
v9 in eslint-config-eslint (#18323) (Milos Djermanovic)a76fb55
chore:@eslint-community/eslint-plugin-eslint-comments
v4.3.0 (#18319) (Milos Djermanovic)78e45b1
chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)36103a5
chore: eslint-plugin-n v17.0.0 (#18315) (唯然)v9.0.0
Breaking Changes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.1.1 - April 22, 2024
v9.1.0 - April 19, 2024
d9a2983
chore: upgrade@eslint/js
to v9.1.1 (#18367) (Francesco Trotta)03068f1
feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)50d406d
chore: package.json update for@eslint/js
release (Jenkins)8d18958
fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)155c71c
chore: package.json update for@eslint/js
release (Jenkins)594eb0e
fix: do not crash on error infs.walk
filter (#18295) (Francesco Trotta)751b518
feat: replace dependency graphemer withIntl.Segmenter
(#18110) (Francesco Trotta)fb50077
docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)4d11e56
feat: addname
to eslint configs (#18289) (唯然)1cbe1f6
feat: allowwhile(true)
inno-constant-condition
(#18286) (Tanuj Kanti)0588fc5
refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)0d8cf63
fix: EMFILE errors (#18313) (Nicholas C. Zakas)e1ac0b5
fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)09675e1
fix:--no-ignore
should not apply to non-global ignores (#18334) (Milos Djermanovic)9048e21
chore: lintdocs/src/_data
js files (#18335) (Milos Djermanovic)4820790
chore: upgrade [email protected] dev dependency (#18332) (Milos Djermanovic)698d9ff
chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)71c771f
docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)0db676f
feat: addIntl
in es6 globals (#18318) (唯然)200fd4e
docs: indicate eslintrc mode for.eslintignore
(#18285) (Francesco Trotta)32c08cf
chore: drop Node < 18 and use@eslint/js
v9 in eslint-config-eslint (#18323) (Milos Djermanovic)16b6a8b
docs: Update README (GitHub Actions Bot)a76fb55
chore:@eslint-community/eslint-plugin-eslint-comments
v4.3.0 (#18319) (Milos Djermanovic)df5f8a9
docs:paths
andpatterns
difference inno-restricted-imports
(#18273) (Tanuj Kanti)c537d76
docs: updatenpm init @eslint/config
generated file names (#18298) (唯然)78e45b1
chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)36103a5
chore: eslint-plugin-n v17.0.0 (#18315) (唯然)e1e305d
docs: fixlinebreak-style
examples (#18262) (Francesco Trotta)113f51e
docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)1fa6622
build: do not use--force
flag to install dependencies (#18284) (Francesco Trotta)5c35321
docs: add eslintrc-only note to--rulesdir
(#18281) (Adam Lui 刘展鹏)v9.0.0 - April 5, 2024
19f9a89
chore: Update dependencies for v9.0.0 (#18275) (Nicholas C. Zakas)7c957f2
chore: package.json update for@eslint/js
release (Jenkins)d73a33c
chore: ignore/docs/v8.x
in link checker (#18274) (Milos Djermanovic)d54a412
feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas)e151050
docs: update get-started to the new@eslint/create-config
(#18217) (唯然)610c148
fix: Supportusing
declarations in no-lone-blocks (#18269) (Kirk Waiblinger)44a81c6
chore: upgrade knip (#18272) (Lars Kappert)94178ad
docs: mention aboutname
field in flat config (#18252) (Anthony Fu)1765c24
docs: add Troubleshooting page (#18181) (Josh Goldberg ✨)- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >