chore(deps-dev): bump the deps group with 11 updates
Bumps the deps group with 11 updates:
| Package | From | To |
|---|---|---|
| @testing-library/react | 14.2.1 |
14.2.2 |
| @types/react | 18.2.61 |
18.2.73 |
| @types/react-dom | 18.2.19 |
18.2.23 |
| @typescript-eslint/eslint-plugin | 7.1.0 |
7.5.0 |
| @typescript-eslint/parser | 7.1.0 |
7.5.0 |
| antd | 5.14.2 |
5.16.0 |
| eslint-plugin-react | 7.33.2 |
7.34.1 |
| react-hook-form | 7.51.0 |
7.51.2 |
| simple-git-hooks | 2.9.0 |
2.11.1 |
| typescript | 5.3.3 |
5.4.3 |
| vitest | 1.3.1 |
1.4.0 |
Updates @testing-library/react from 14.2.1 to 14.2.2
Release notes
Sourced from @testing-library/react's releases.
v14.2.2
14.2.2 (2024-03-19)
Bug Fixes
Commits
3da62fdfix: Remove unused types (#1287)7e42f4echore: Fix tests (#1288)- See full diff in compare view
Updates @types/react from 18.2.61 to 18.2.73
Commits
- See full diff in compare view
Updates @types/react-dom from 18.2.19 to 18.2.23
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 7.1.0 to 7.5.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.5.0
7.5.0 (2024-04-01)
🚀 Features
- website: playground Visual Editor search makes case-insensitive (#8767)
🩹 Fixes
- eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
- eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues(#8784)- typescript-eslint: improve support for legacy configs (#8812)
❤️ Thank You
- Brad Zacher
@bradzacher- Kim Sang Du
@developer-bandi- Mark de Dios
@peanutenthusiast- Naru
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.4.0
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
- Check out our blog post on this change for more information! https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators
- eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates (#8708)
- eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error (#8701)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
- eslint-plugin: [prefer-optional-chain] properly disambiguate between
booleanandfalse(#8685)- eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
- typescript-eslint: declare peer dependency on
utilsto ensure npm correctly installs dependencies (#8738)- website: visual Editor is not scrolled (#8709)
- website: make 404 page good again (#8750)
❤️ Thank You
- Abraham Guo
- Brad Zacher
@bradzacher- Josh Goldberg ✨
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.5.0 (2024-04-01)
🩹 Fixes
eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression
eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option
❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.4.0 (2024-03-25)
🚀 Features
eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates
eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error
🩹 Fixes
eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive
eslint-plugin: [prefer-optional-chain] properly disambiguate between
booleanandfalseeslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside
❤️ Thank You
- Abraham Guo
- Brad Zacher
- Josh Goldberg ✨
- Kim Sang Du
- Kirk Waiblinger
- Marco Pasqualetti
- YeonJuan
... (truncated)
Commits
a14ba9dchore(release): publish 7.5.0ecb6b55docs: add homepage (#8742)f0b1c4ffix(eslint-plugin): [no-unnecessary-type-assertion] handle exactOptionalPrope...5707268fix(eslint-plugin): [no-floating-promises] handle TaggedTemplateExpression (#...ca561e2chore: manually updated local package.jsons to 7.4.0 (#8775)5d24691chore(release): publish 7.4.0029fc0bfeat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...2a62a40fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...990ec22docs: fix example of binding unbound method (#8754)a08554afeat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.1.0 to 7.5.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.5.0
7.5.0 (2024-04-01)
🚀 Features
- website: playground Visual Editor search makes case-insensitive (#8767)
🩹 Fixes
- eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
- eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues(#8784)- typescript-eslint: improve support for legacy configs (#8812)
❤️ Thank You
- Brad Zacher
@bradzacher- Kim Sang Du
@developer-bandi- Mark de Dios
@peanutenthusiast- Naru
- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v7.4.0
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
- Check out our blog post on this change for more information! https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators
- eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates (#8708)
- eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error (#8701)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
- eslint-plugin: [prefer-optional-chain] properly disambiguate between
booleanandfalse(#8685)- eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
- typescript-eslint: declare peer dependency on
utilsto ensure npm correctly installs dependencies (#8738)- website: visual Editor is not scrolled (#8709)
- website: make 404 page good again (#8750)
❤️ Thank You
- Abraham Guo
- Brad Zacher
@bradzacher- Josh Goldberg ✨
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.5.0 (2024-04-01)
🩹 Fixes
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
❤️ Thank You
- Abraham Guo
- Brad Zacher
- Josh Goldberg ✨
- Kim Sang Du
- Kirk Waiblinger
- Marco Pasqualetti
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.3.1 (2024-03-18)
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.3.0 (2024-03-18)
🩹 Fixes
- correct
engines.nodeconstraints inpackage.json
... (truncated)
Commits
a14ba9dchore(release): publish 7.5.0ecb6b55docs: add homepage (#8742)d5615d7fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues(#8784)5d24691chore(release): publish 7.4.0e408b93feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...5995614chore(release): publish 7.3.14cf8ec7chore(release): publish 7.3.0883f220fix: correctengines.nodeconstraints inpackage.json(#8671)95cf139chore(release): publish 7.2.088b7463chore(release): publish 7.1.1- See full diff in compare view
Updates antd from 5.14.2 to 5.16.0
Release notes
Sourced from antd's releases.
5.16.0
- 🔥 New component Input.OTP support. #48076
- 🆕 Tag support
aria-*in closable. #47678@kiner-tang- 🆕 Table add
rowHoverableto control hover effect. #48112@madocto- 🆕 Typography support async copy. #48123
@crazyair- 🆕 Progress support
stepswithcircle. #47940@yykoypj- 🆕 Table support
onScrollevent for table body scroll. #47986- 🆕 Typography ellipsis supports expand and collapse. #47264
@crazyair- 🆕 ConfigProvider support configuring FloatButton.Group
closeIcon. #47953@li-jia-nan- 🆕 Table support
sorterTooltipTargetprop for sorters. #47409@Ke1sy- 🆕 Cascader support
optionRender. #47727@crazyair- 🆕 Notification support
aria-*inclosable. #47710@kiner-tang- ⌨️ Popover can be closed by ESC when trigger is
focusorclick. #47928@CooperHash- 🐞 Fix Button that vertically center icons when icon-only. #48178
@momesana- 🐞 Fix Modal.confirm content is not centered when icon is null. #48173
- Form #48163
@madocto
- 🐞 1. Fix Form
getValuePropsshouldn't work when FormItem'snamedoesn't exist .- 🐞 2. Fix Form's
setFieldsValueshould tread same assetFields.- 🐞 Fixe Table that internationalization of table columns fails when searching. #48126
@LingJinT- 🐞 Fix Upload that
onChangeshould be triggered whenfileList.lengthis larger thanmaxCount. #47747@Zhou-Bill- 🐞 Fix Carousel several bugs by upgrading react-slick changes and renewing TS type. #48093
- 🐞 Fix ColorPicker that displayed cleared color not change after
valuechanged. #47816@MadCcc- 🐞 Make Badge consistent with Tag that applay
colorInfotoken in processing. #47695@pfdgithub- 🌐 Add missing form translations in is_IS. #48104
@LonelySnowman- 🌐 Add Uzbek(latn) locale. #47899
- TypeScript
- 🤖 Improve Transfer's
keytype, changekey: stringtokey: React.Key. #47879@madocto- 🤖 Table support for generic pairs dataIndex props verification .
@crazyair
- 🔥 新增 Input.OTP 组件。#48076
- 🆕 Tag 组件支持在
closable中配置 aria 属性。#47678@kiner-tang- 🆕 Table 增加
rowHoverable开启或关闭 hover 效果。#48112@madocto- 🆕 Typography 组件支持异步复制。#48123
@crazyair- 🆕 Progress 组件
circle模式下支持steps。#47940@yykoypj- 🆕 Table 支持
onScroll事件用于监听表单内容滚动。#47986- 🆕 Typography 省略支持展开和收起。#47264
@crazyair- 🆕 ConfigProvider 支持配置 FloatButton.Group 的
closeIcon属性。#47953@li-jia-nan- 🆕 Table 支持配置排序的
sorterTooltipTarget属性.#47409@Ke1sy- 🆕 Cascader 支持
optionRender。#47727@crazyair- 🆕 Notification 组件支持在
closable中配置 aria-*。#47710@kiner-tang- ⌨️ Popover 当
trigger是focus或click时能被 ESC 按键所关闭。#47928@CooperHash- 🐞 修复 Button 图标位置居中问题。#48178
@momesana- 🐞 修复 Modal.confirm 无图标时内容不居中的问题。#48173
- Form #48163
@madocto
- 🐞 1. 修复 Form 当 FormItem 的
name不存在时,getValueProps不应该执行。- 🐞 2. 修复 Form 的
setFieldsValue和setFields的行为应该相同。- 🐞 修复 Table 表格列在搜索情况下,国际化失效的问题。#48126
@LingJinT- 🐞 修复 Upload 当文件数量超出限制时,删除不起作用,无法触发
onChange的问题。#47747@Zhou-Bill- 🐞 Carousel 组件同步上游 react-slick 改动,修复一系列问题,并更新到最新 TS 定义。#48093
- 🐞 修复 ColorPicker 展示的清除颜色在受控
value变化后不会改变的问题。#47816@MadCcc
... (truncated)
Changelog
Sourced from antd's changelog.
5.16.0
2024-03-31
- 🔥 New component Input.OTP support. #48076
- 🆕 Closable components support
aria-*inclosable.@kiner-tang
- 🆕 Tag
- 🆕 Notification
- 🆕 Table add
rowHoverableto control hover effect. #48112@madocto- 🆕 Typography support async copy. #48123
@crazyair- 🆕 Progress support
stepswithcircle. #47940@yykoypj- 🆕 Table support
onScrollevent for table body scroll. #47986- 🆕 Typography ellipsis supports expand and collapse. #47264
@crazyair- 🆕 ConfigProvider support configuring FloatButton.Group
closeIcon. #47953@li-jia-nan- 🆕 Table support
showSorterTooltip.targetprop for sorters. #47409@Ke1sy- 🆕 Cascader support
optionRender. #47727@crazyair- ⌨️ Popover can be closed by ESC when trigger is
focusorclick. #47928@CooperHash- 🐞 Fix Button that vertically center icons when icon-only. #48178
@momesana- 🐞 Fix Modal.confirm content is not centered when icon is null. #48173
- Form #48163
@madocto
- 🐞 1. Fix Form
getValuePropsshouldn't work when FormItem'snamedoesn't exist .- 🐞 2. Fix Form's
setFieldsValueshould tread same assetFields.- 🐞 Fixe Table that internationalization of table columns fails when searching. #48126
@LingJinT- 🐞 Fix Upload that
onChangeshould be triggered whenfileList.lengthis larger thanmaxCount. #47747@Zhou-Bill- 🐞 Fix Carousel several bugs by upgrading react-slick changes and renewing TS type. #48093
- 🐞 Fix ColorPicker that displayed cleared color not change after
valuechanged. #47816@MadCcc- 🐞 Make Badge consistent with Tag that applay
colorInfotoken in processing. #47695@pfdgithub- 🇮🇸 Add missing form translations in is_IS. #48104
@LonelySnowman- 🇺🇿 Add Uzbek(latn) locale. #47899
- TypeScript
- 🤖 Improve Transfer's
keytype, changekey: stringtokey: React.Key. #47879@madocto- 🤖 Table support for generic pairs dataIndex props verification .
@crazyair5.15.4
2024-03-25
- 💄 Fix QRCode that custom style would be overrided by internal style. #48053
@li-jia-nan- 💄 Fix Radio disabled hover style. #47972
@madocto- 🐞 Fix Watermark sometime repeat re-render when browser set scale. #47895
- TypeScript
- 🤖 Affix Export AffixRef interface. #47982
@li-jia-nan- 🤖 MISC: Fix GetRef ts util can not get correct ref type for some component. #47983
5.15.3
2024-03-17
... (truncated)
Commits
44f770ddocs: update changelog7b280d3chore: bump rc-table to v7.45.0 (#48190)7258fa8docs: changelog 5.16.0 (#48191)5384a97Merge pull request #48189 from ant-design/feature506753cfeat: Tag support aria-* in closable (#47678)18f9be6fix: vertically center icons in icon-only buttons (#48178)663004bfix: confirm content not centered when no icon (#48173)d51d1bcchore(deps-dev): bump the dev-dependencies group with 3 updates (#48175)1b36fd2Merge pull request #48172 from ant-design/masterfe83792feat: Table addrowHoverableto disable hover interaction (#48112)- Additional commits viewable in compare view
Updates eslint-plugin-react from 7.33.2 to 7.34.1
Release notes
Sourced from eslint-plugin-react's releases.
v7.34.1
Fixed
- [
jsx-no-leaked-render]: prevent wrongly adding parens (#3700[]@developer-bandi)- [
boolean-prop-naming]: detect TS interfaces (#3701[]@developer-bandi)- [
boolean-prop-naming]: literalType error fix (#3704[]@developer-bandi)- [
boolean-prop-naming]: allow TSIntersectionType (#3705[]@developer-bandi)- [
no-unknown-property]: supportpopover,popovertarget,popovertargetactionattributes (#3707[]@ljharb)- [
no-unknown-property]: only matchdata-*attributes containing-(#3713[]@silverwind)- [
checked-requires-onchange-or-readonly]: correct options that were behaving opposite (#3715[]@jaesoekjjang)Changed
- [
boolean-prop-naming]: improve error message (@ljharb)#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123
... (truncated)
Changelog
Sourced from eslint-plugin-react's changelog.
7.34.1 - 2024.03.15
Fixed
- [
jsx-no-leaked-render]: prevent wrongly adding parens (#3700[]@developer-bandi)- [
boolean-prop-naming]: detect TS interfaces (#3701[]@developer-bandi)- [
boolean-prop-naming]: literalType error fix (#3704[]@developer-bandi)- [
boolean-prop-naming]: allow TSIntersectionType (#3705[]@developer-bandi)- [
no-unknown-property]: supportpopover,popovertarget,popovertargetactionattributes (#3707[]@ljharb)- [
no-unknown-property]: only matchdata-*attributes containing-(#3713[]@silverwind)- [
checked-requires-onchange-or-readonly]: correct options that were behaving opposite (#3715[]@jaesoekjjang)Changed
- [
boolean-prop-naming]: improve error message (@ljharb)#3715: jsx-eslint/eslint-plugin-react#3715 #3713: jsx-eslint/eslint-plugin-react#3713 #3707: jsx-eslint/eslint-plugin-react#3707 #3705: jsx-eslint/eslint-plugin-react#3705 #3704: jsx-eslint/eslint-plugin-react#3704 #3701: jsx-eslint/eslint-plugin-react#3701 #3700: jsx-eslint/eslint-plugin-react#3700
[7.34.0] - 2024.03.03
Added
- [
sort-prop-types]: give errors on TS types (#3615[]@akulsr0)- [
no-invalid-html-attribute]: add support forapple-touch-startup-imagerelattributes inlinktags (#3638[]@thomashockaday)- [
no-unknown-property]: add requireDataLowercase option (#3645[]@HermanBilous)- [
no-unknown-property]: adddisplaystyleon<math>(#3652[]@lounsbrough)- [
prefer-read-only-props], [prop-types], component detection: allow components to be async functions (#3654[]@pnodet)- [
no-unknown-property]: supportonResizeon audio/video tags (#3662[]@caesar1030)- [
jsx-wrap-multilines]: addneveroption to prohibit wrapping parens on multiline JSX (#3668[]@reedws)- [
jsx-filename-extension]: addignoreFilesWithoutCodeoption to allow empty files (#3674[]@burtek)- [
jsx-boolean-value]: addassumeUndefinedIsFalseoption (#3675[]@developer-bandi)linkAttributesetting, [jsx-no-target-blank]: support multiple properties (#3673[]@burtek)- [
jsx-no-script-url]: addincludeFromSettingsoption to supportlinkAttributessetting (#3673[]@burtek)- [
jsx-one-expression-per-line]: addnon-jsxoption to allow non-JSX children in one line (#3677[]@burtek)- add [
checked-requires-onchange-or-readonly] rule (#3680[]@jaesoekjjang)Fixed
- [
jsx-no-leaked-render]: preserve RHS parens for multiline jsx elements while fixing (#3623[]@akulsr0)- [
jsx-key]: detect conditional returns (#3630[]@yialo)- [
jsx-newline]: prevent a crash whenallowMultilines(#3633[]@ljharb)- [
no-unknown-property]: use a better regex to avoid a crash (#3666[]@ljharb@SCH227)- [
prop-types]: handle nested forwardRef + memo (#3679[]@developer-bandi)- [
no-unknown-property]: addfetchPriority(#3697[]@SevereCloud)- [
forbid-elements]: prevent a crash oncreateElement()(#3632[]@ljharb)Changed
... (truncated)
Commits
eea45bfUpdate CHANGELOG and bump versione4ecbcf[Fix]checked-requires-onchange-or-readonly: correct options that were beha...69de42e[Fix]no-unknown-property: only matchdata-*attributes containing-da1013c[Docs]jsx-no-constructed-context-values: fix some typosc3275a4[Fix]no-unknown-property: supportpopover,popovertarget, `popovertarg...a920463[Fix]boolean-prop-naming: improve error message48291e8[Fix]boolean-prop-naming: allow TSIntersectionType0abebc6[Fix]boolean-prop-naming: literalType error fix901c794[Fix]boolean-prop-naming: detect TS interfaces8c2bdb2[actions] update workflows- Additional commits viewable in compare view
Updates react-hook-form from 7.51.0 to 7.51.2
Release notes
Sourced from react-hook-form's releases.
Version 7.51.2
🐞 fix #11719 validation stuck on true state (#11723)
Version 7.51.1
🐛 bug(validatingFields, trigger): handle all fields validation trigger (#11624) 💚 ci: cleanup actions versions (#11629) 🐞 fix #11590 issue with trigger on validatingFields (#11613)
thanks to
@Moshyfawn
Commits
306627e7.51.2dce13a6fix #11719 validation stuck on true state (#11723)00ce24a7.51.14632f8a🐛 bug(validatingFields, trigger): handle all fields validation trigger (#11624)b300a65💚 ci: cleanup actions versions (#11629)202a1b7🐞 fix #11590 issue with trigger on validatingFields (#11613)97c3ba4🥼 update changelog v7.51.0- See full diff in compare view
Updates simple-git-hooks from 2.9.0 to 2.11.1
<details...
Description has been truncated