react-hook-form-antd
react-hook-form-antd copied to clipboard
chore(deps-dev): bump the deps group across 1 directory with 22 updates
Bumps the deps group with 22 updates in the / directory:
Package | From | To |
---|---|---|
@hookform/resolvers | 3.3.4 |
3.6.0 |
@testing-library/jest-dom | 6.4.2 |
6.4.6 |
@testing-library/react | 14.2.1 |
16.0.0 |
@typescript-eslint/eslint-plugin | 7.1.0 |
7.14.1 |
@typescript-eslint/parser | 7.1.0 |
7.14.1 |
antd | 5.14.2 |
5.18.3 |
eslint | 8.57.0 |
9.5.0 |
eslint-plugin-react | 7.33.2 |
7.34.3 |
eslint-plugin-react-hooks | 4.6.0 |
4.6.2 |
jsdom | 24.0.0 |
24.1.0 |
lint-staged | 15.2.2 |
15.2.7 |
prettier | 3.2.5 |
3.3.2 |
react | 18.2.0 |
18.3.1 |
@types/react | 18.2.61 |
18.3.3 |
react-dom | 18.2.0 |
18.3.1 |
@types/react-dom | 18.2.19 |
18.3.0 |
react-hook-form | 7.51.0 |
7.52.0 |
simple-git-hooks | 2.9.0 |
2.11.1 |
tsup | 8.0.2 |
8.1.0 |
typescript | 5.3.3 |
5.5.2 |
vitest | 1.3.1 |
1.6.0 |
zod | 3.22.4 |
3.23.8 |
Updates @hookform/resolvers
from 3.3.4 to 3.6.0
Release notes
Sourced from @hookform/resolvers
's releases.
v3.6.0
3.6.0 (2024-06-06)
Features
v3.5.0
3.5.0 (2024-06-04)
Features
v3.4.2
3.4.2 (2024-05-20)
Bug Fixes
v3.4.1
3.4.1 (2024-05-20)
Bug Fixes
v3.4.0
3.4.0 (2024-05-15)
Features
Commits
bdd5ef5
feat: upgrade and migrate Valibot to v0.31.0 (#688)c53864f
feat: migrate arktype resolver to v2 (#686)767184d
chore: remove lodash.set dep5754c47
fix: move back to in-build set and remove lodash.set (#685)bdc1f1f
fix: migrate set to lodash.set package (#684)9098f59
Update effect-ts README.md (#682)79700b0
Update main.yml (#681)9f5576c
Update node version (#680)9408874
Update main.yml (#679)ed5457a
chore: update main.yml (#678)- Additional commits viewable in compare view
Updates @testing-library/jest-dom
from 6.4.2 to 6.4.6
Release notes
Sourced from @testing-library/jest-dom
's releases.
v6.4.6
6.4.6 (2024-06-10)
Bug Fixes
- Support
@starting-style
(#602) (fd9ee68)v6.4.5
6.4.5 (2024-05-03)
Bug Fixes
v6.4.4
6.4.4 (2024-05-03)
Bug Fixes
v6.4.3
6.4.3 (2024-05-03)
Bug Fixes
Commits
fd9ee68
fix: Support@starting-style
(#602)e8c8b13
fix: add js suffix to isEqualWith import (#599)f03a582
fix(infra): codecoverage token addition (#600)20aca33
fix: Updates role support for aria-required attribute intoBeRequired
(#590)bd82f64
refactor: replace lodash with own implementation when possible (#593)- See full diff in compare view
Updates @testing-library/react
from 14.2.1 to 16.0.0
Release notes
Sourced from @testing-library/react
's releases.
v16.0.0
16.0.0 (2024-06-03)
Features
BREAKING CHANGES
@testing-library/dom
was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dom
installed that frequently caused bugs when used with@testing-library/user-event
. We will also be able to allow new versions of@testing-library/dom
being used without a SemVer major release of@testing-library/react
by just widening the peer dependency.@types/react-dom
needs to be installed if you're typechecking files using@testing-library/react
.v15.0.7
15.0.7 (2024-05-07)
Bug Fixes
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
... (truncated)
Commits
a4744fa
feat: Move@testing-library/dom
and@types/react-dom
to peer dependencie...c1f2957
fix: Ensureact
is notany
whenReact.act
is not declared (#1323)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)- Additional commits viewable in compare view
Updates @typescript-eslint/eslint-plugin
from 7.1.0 to 7.14.1
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
- Brad Zacher
@bradzacher
- cm-ayf
@cm-ayf
- Jake Bailey
@jakebailey
- James Zhan
- Joshua Chen
- yoshi2no
@yoshi2no
You can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
v7.13.1
7.13.1 (2024-06-17)
🩹 Fixes
- eslint-plugin: [prefer-readonly] refine report locations (#8894)
- eslint-plugin: [return-await] support explicit resource management (#9044)
- eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
@y-hsgw
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
7.14.1 (2024-06-24)
🩹 Fixes
eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens
❤️ Thank You
- Jake Bailey
You can read about our versioning strategy and releases on our website.
7.14.0 (2024-06-24)
🚀 Features
- support TypeScript 5.5
🩹 Fixes
eslint-plugin: [no-extraneous-class] handle abstract members
eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types
eslint-plugin: [no-invalid-this] support AccessorProperty
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
7.13.1 (2024-06-17)
🩹 Fixes
- eslint-plugin: [prefer-readonly] refine report locations
... (truncated)
Commits
b4fe94f
chore(release): publish 7.14.1f29150f
fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...9b7731d
fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...dfc4469
chore(release): publish 7.14.0635133a
docs: split troubleshooting into granular sections (#9024)c322099
fix(eslint-plugin): [no-invalid-this] support AccessorProperty (#9411)23e6468
fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected primitive ...5c4a5de
feat(ast-spec): tighter types and documentation for declaration/* (#9211)e47123d
fix(eslint-plugin): [no-extraneous-class] handle abstract members (#9367)dc18229
feat: support TypeScript 5.5 (#9397)- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 7.1.0 to 7.14.1
Release notes
Sourced from @typescript-eslint/parser
's releases.
v7.14.1
7.14.1 (2024-06-24)
🚀 Features
🩹 Fixes
- keep warnAbountTSVersion in sync with package.json (#9400)
- eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
- eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
- eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
- eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
- eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)
❤️ Thank You
- Brad Zacher
@bradzacher
- cm-ayf
@cm-ayf
- Jake Bailey
@jakebailey
- James Zhan
- Joshua Chen
- yoshi2no
@yoshi2no
You can read about our versioning strategy and releases on our website.
v7.14.0
7.14.0 (2024-06-24)
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
You can read about our versioning strategy and releases on our website.
v7.13.1
7.13.1 (2024-06-17)
🩹 Fixes
- eslint-plugin: [prefer-readonly] refine report locations (#8894)
- eslint-plugin: [return-await] support explicit resource management (#9044)
- eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)
❤️ Thank You
- Kirk Waiblinger
- Yukihiro Hasegawa
@y-hsgw
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
7.14.1 (2024-06-24)
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.14.0 (2024-06-24)
🚀 Features
- support TypeScript 5.5
❤️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
7.13.1 (2024-06-17)
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.13.0 (2024-06-10)
🚀 Features
- parser, typescript-estree: export withoutProjectParserOptions utility
❤️ Thank You
- Fotis Papadogeorgopoulos
- Joshua Chen
- Kirk Waiblinger
- Tobiloba Adedeji
- Vinccool96
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
b4fe94f
chore(release): publish 7.14.1dfc4469
chore(release): publish 7.14.01212a8f
chore(release): publish 7.13.18a178ed
chore(release): publish 7.13.0c9a6dd9
feat(parser, typescript-estree): export withoutProjectParserOptions utility (...7e93b28
chore(release): publish 7.12.02bbf656
fix(types): correct typing ParserOptions (#9202)e360541
chore(release): publish 7.11.0c18226e
chore(release): publish 7.10.077fc366
chore(release): publish 7.9.0- Additional commits viewable in compare view
Updates antd
from 5.14.2 to 5.18.3
Release notes
Sourced from antd's releases.
5.18.3
- 🐞 Revert #49289 to resolve Table sort state missing in some cases. #49487
- 🛠 Migrate the
genCalc
andAbstractCalculator
to@ant-design/cssinjs
. #49463@YumoImer
- 🇳🇵 Fix ne_NP missing locales. #49492
@FuliangZhang
- 🐞 回滚 #49289 以修复 5.18.2 引入的 Table 排序状态失效的问题。#49487
- 🛠 将样式处理的部分功能迁移到
@ant-design/cssinjs
中。#49463@YumoImer
- 🇳🇵 补充 ne_NP 本地化文案。#49492
@FuliangZhang
5.18.2
- 🐞 Fix the bug where the icon and the text aren't strictly centered in message. #49429
@nova1751
- 🐞 Fix Table sorter argument of
onChange
with unexpected value for #49134. #49289@Zyf665
- 🐞 Add
aria-label
for expand icon in Collapse. #49395@wanpan11
- 🐞 Fix token
inputFontSizeSM
andinputFontSizeLG
not working in InputNumber. #49369- 💄 Fix Empty sometimes doesn't take
colorTextDescription
as description text color. #49408- 💄 Resolve Badge
processing
status style conflict with Tailwind CSS. #49379- 🌐 Locales
- 🇲🇳 Add missing translations for Mongol language (mn_MN). #49373
@JiyinShao
- 🐞 修复了 message 图标与文本内容没有严格居中对齐的问题。#49429
@nova1751
- 🐞 修复 #49134 #49289 中提到的 Table 组件的
onChange
事件中排序器参数的问题。@Zyf665
- 🐞 为 Collapse 组件中展开/折叠图标 添加具有语义的
aria-label
属性值。#49395@wanpan11
- 🐞 修复 InputNumber 组件中 token
inputFontSizeSM
和inputFontSizeLG
不生效的问题。#49369- 💄 修复 Empty 部分样式下,描述的
colorTextDescription
不生效的问题。#49408- 💄 解决 Badge
processing
与 Tailwind CSS 样式冲突的问题。#49379- 🌐 国际化
- 🇲🇳 添加蒙古语言 (mn_MN) 翻译。#49373
@JiyinShao
5.18.1
- Typography
- 🐞 Fix Typography component's
ellipsis
not working properly inpre
tag. #49168@nova1751
- 🐞 Fix Typography
ellipsis
sometimes not working in Safari. #49221- 🐞 Fix Space
size
setting to 0 did not take effect. #49192@coding-ice
- 🐞 Fix
padding
of Progress text is invalid in cssinjs. #49250@vagusX
- 🐞 Fix Modal close button's
zIndex
being incorrect incssVar
mode. #49238- 🐞 Fix Image
width
height
being applied to preview images. #49259@nova1751
- 🐞 Fix the icon of the Pagination page switcher disappears when hovering. #49262
- 🐞 Fix Mentions not responding to Enter event when
loading=true
. #49292@wanpan11
- 🐞 Fix Notification did not inherit App config properties. #49339
@hemengke1997
- 💄 Fix the text color of Drawer was incorrect in dark mode. #49217
- 💄 Fix the style was not visible and the
percent
progress was not passed when customizing theindicator
of Spin. #49211@wanpan11
- DatePicker
- TypeScript
- 🤖 Mentions added new export type
MentionsProps
. #49281@thinkasany
- 🤖 Remove duplicate union type from Statistic. #49218
@thinkasany
- 🌐 Locales
- 🇲🇾 Add Table、Form、Tour etc. ms_MY locale. #49353
@cs-gavin-huang
- 🇦🇿 Add DatePicker az_AZ locale. #49247
@sabitalizade
... (truncated)
Changelog
Sourced from antd's changelog.
5.18.3
2024-06-19
- 🐞 Revert #49289 to resolve Table sort state missing in some cases. #49487
- 🛠 Migrate the
genCalc
andAbstractCalculator
to@ant-design/cssinjs
. #49463@YumoImer
- 🇳🇵 Fix ne_NP missing locales. #49492
@FuliangZhang
5.18.2
2024-06-17
- 🐞 Fix the bug where the icon and the text aren't strictly centered in message. #49429
@nova1751
- 🐞 Fix Table sorter argument of
onChange
with unexpected value for #49134. #49289@Zyf665
- 🐞 Add
aria-label
for expand icon in Collapse. #49395@wanpan11
- 🐞 Fix token
inputFontSizeSM
andinputFontSizeLG
not working in InputNumber. #49369- 💄 Fix Empty sometimes doesn't take
colorTextDescription
as description text color. #49408- 💄 Resolve Badge
processing
status style conflict with Tailwind CSS. #49379- 🌐 Locales
- 🇲🇳 Add missing translations for Mongol language (mn_MN). #49373
@JiyinShao
5.18.1
2024-06-12
- Typography
- 🐞 Fix Typography component's
ellipsis
not working properly inpre
tag. #49168@nova1751
- 🐞 Fix Typography
ellipsis
sometimes not working in Safari. #49221- 🐞 Fix Space
size
setting to 0 did not take effect. #49192@coding-ice
- 🐞 Fix
padding
of Progress text is invalid in cssinjs. #49250@vagusX
- 🐞 Fix Modal close button's
zIndex
being incorrect incssVar
mode. #49238- 🐞 Fix Image
width
height
being applied to preview images. #49259@nova1751
- 🐞 Fix the icon of the Pagination page switcher disappears when hovering. #49262
- 🐞 Fix Mentions not responding to Enter event when
loading=true
. #49292@wanpan11
- 🐞 Fix Notification did not inherit App config properties. #49339
@hemengke1997
- 💄 Fix the text color of Drawer was incorrect in dark mode. #49217
- 💄 Fix the style was not visible and the
percent
progress was not passed when customizing theindicator
of Spin. #49211@wanpan11
- DatePicker
- TypeScript
- 🤖 Mentions added new export type
MentionsProps
. #49281@thinkasany
- 🤖 Remove duplicate union type from Statistic. #49218
@thinkasany
- 🌐 Locales
- 🇲🇾 Add Table、Form、Tour etc. ms_MY locale. #49353
@cs-gavin-huang
- 🇦🇿 Add DatePicker az_AZ locale. #49247
@sabitalizade
5.18.0
2024-06-03
... (truncated)
Commits
4380c6b
docs(✨): release 5.18.3 (#49491)ae3e92b
fix: Add missing translations for Nepali language (ne_NP) (#49492)57541ee
Update research-message-and-feedback.en-US.md (#49490)627af0c
Revert "fix(Table): fix Table sorter argument of onChange unexpected value (#...0638892
docs: Update docs/spec/visual.en-US.md (#49489)e9cc7c1
chore(carousel): code optimization (#49484)f910b56
refactor(theme): migrate the genCalc to@ant-design/cssinjs
repo and update i...314ca1a
chore: upgrade deps (#49453)b2d8289
docs: changelog for v5.18.2 (#49444)ee4aff6
feat: add filterOption demo (#49441)- Additional commits viewable in compare view
Updates eslint
from 8.57.0 to 9.5.0
Release notes
Sourced from eslint's releases.
v9.5.0
Features
b2d256c
feat:no-sparse-arrays
report on "comma" instead of the whole array (#18579) (fisker Cheung)Bug Fixes
6880286
fix: treat*
as a universal pattern (#18586) (Milos Djermanovic)7fbe211
fix: message template for all files ignored (#18564) (Milos Djermanovic)469cb36
fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic)5cff638
fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta)Documentation
455f7fd
docs: add section about including.gitignore
files (#18590) (Milos Djermanovic)721eafe
docs: update info about universalfiles
patterns (#18587) (Francesco Trotta)8127127
docs: Update README (GitHub Actions Bot)55c2a66
docs: Update README (GitHub Actions Bot)eb76282
docs: Update README (GitHub Actions Bot)ff6e96e
docs:baseConfig
andoverrideConfig
can be arrays (#18571) (Milos Djermanovic)d2d83e0
docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas)9ce6832
docs: add callout box for unintuitive behavior (#18567) (Ben McCann)b8db99c
docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas)518a35c
docs: Mention config migrator (#18561) (Nicholas C. Zakas)eb440fc
docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta)38c159e
docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)d16a659
docs: add link to migration guide for--ext
CLI option (#18537) (Milos Djermanovic)73408de
docs: add link to configuration file docs before examples (#18535) (Milos Djermanovic)Chores
f588160
chore: upgrade@eslint/js
@9
.5.0 (#18591) (Milos Djermanovic)5890841
chore: package.json update for@eslint/js
release (Jenkins)e9f4ccd
chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)4b23ffd
refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)1495b93
chore: update WebdriverIO packages (#18558) (Christian Bromann)cea7ede
chore: add website donate link instead of opencollective (#18582) (Strek)ec94880
chore: package.json update for eslint-config-eslint release (Jenkins)6912586
chore: extract formatting rules into separate config (#18560) (Milos Djermanovic)9738f7e
ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta)c6de7bb
chore: update dependency markdownlint-cli to ^0.41.0 (#18538) (renovate[bot])2c8fd34
ci: pin@wdio/browser-runner
v8.36.0 (#18540) (唯然)v9.4.0
Features
Bug Fixes
f6534d1
fix: skip processor code blocks that match only universal patterns (#18507) (Milos Djermanovic)7226ebd
fix: allow implicit undefined return inno-constructor-return
(#18515) (Ali Rezvani)389744b
fix: use@eslint/config-inspector@latest
(#18483) (唯然)70118a5
fix:func-style
false positive with arrow functions andsuper
(#18473) (Milos Djermanovic)Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.5.0 - June 14, 2024
f588160
chore: upgrade@eslint/js
@9
.5.0 (#18591) (Milos Djermanovic)5890841
chore: package.json update for@eslint/js
release (Jenkins)455f7fd
docs: add section about including.gitignore
files (#18590) (Milos Djermanovic)e9f4ccd
chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic)721eafe
docs: update info about universalfiles
patterns (#18587) (Francesco Trotta)4b23ffd
refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas)6880286
fix: treat*
as a universal pattern (#18586) (Milos Djermanovic)8127127
docs: Update README (GitHub Actions Bot)b2d256c
feat:no-sparse-arrays
report on "comma" instead of the whole array (#18579) (fisker Cheung)1495b93
chore: update WebdriverIO packages (#18558) (Christian Bromann)cea7ede
chore: add website donate link instead of opencollective (#18582) (Strek)55c2a66
docs: Update README (GitHub Actions Bot)eb76282
docs: Update README (GitHub Actions Bot)ff6e96e
docs:baseConfig
andoverrideConfig
can be arrays (#18571) (Milos Djermanovic)7fbe211
fix: message template for all files ignored (#18564) (Milos Djermanovic)ec94880
chore: package.json update for ...Description has been truncated