sarvex / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
0 stars 0 forks source link

Pin dependencies - autoclosed #15

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@types/react (source) devDependencies pin ^18.0.9 -> 18.2.21 age adoption passing confidence
@types/react-datepicker (source) devDependencies pin ^4.8.0 -> 4.10.0 age adoption passing confidence
@types/react-dom (source) devDependencies pin ^18.0.3 -> 18.0.5 age adoption passing confidence
@types/react-router-dom (source) devDependencies pin ^5.3.3 -> 5.3.3 age adoption passing confidence
react (source) dependencies pin ^18.1.0 -> 18.2.0 age adoption passing confidence
react-ace dependencies pin ^10.1.0 -> 10.1.0 age adoption passing confidence
react-datepicker dependencies pin ^4.10.0 -> 4.10.0 age adoption passing confidence
react-dom (source) dependencies pin ^18.1.0 -> 18.1.0 age adoption passing confidence
react-error-boundary dependencies pin ^3.1.4 -> 3.1.4 age adoption passing confidence
react-hook-form (source) dependencies minor 7.43.1 -> 7.47.0 age adoption passing confidence
react-hot-toast dependencies pin ^2.4.0 -> 2.4.1 age adoption passing confidence
react-is (source) dependencies pin ^18.2.0 -> 18.2.0 age adoption passing confidence
react-multi-select-component dependencies pin ^4.3.3 -> 4.3.3 age adoption passing confidence
react-redux dependencies pin ^8.0.2 -> 8.0.2 age adoption passing confidence
react-router-dom dependencies pin ^6.3.0 -> 6.15.0 age adoption passing confidence

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

react-hook-form/react-hook-form (react-hook-form) ### [`v7.47.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#7470---2023-10-02) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.46.2...v7.47.0) ### [`v7.46.2`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.46.2): Version 7.46.2 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.46.1...v7.46.2) ๐Ÿž fix implicit type coercion ([#​10949](https://togithub.com/react-hook-form/react-hook-form/issues/10949)) ๐Ÿ™„ close [#​10932](https://togithub.com/react-hook-form/react-hook-form/issues/10932) omit disabled prop when not defined ([#​10937](https://togithub.com/react-hook-form/react-hook-form/issues/10937)) ๐Ÿ”ง fix controller test is dirty ([#​10899](https://togithub.com/react-hook-form/react-hook-form/issues/10899)) thanks to [@​samimakicc](https://togithub.com/samimakicc) & [@​pierluigigiancola](https://togithub.com/pierluigigiancola) ### [`v7.46.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.46.1): Version 7.46.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.46.0...v7.46.1) ๐Ÿž fix [#​10878](https://togithub.com/react-hook-form/react-hook-form/issues/10878) return disabled field state ([#​10879](https://togithub.com/react-hook-form/react-hook-form/issues/10879)) thanks to [@​Moshyfawn](https://togithub.com/Moshyfawn) ### [`v7.46.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#7460---2023-09-03) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.45.4...v7.46.0) ### [`v7.45.4`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.45.4): Version 7.45.4 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.45.3...v7.45.4) ๐Ÿž fix [#​10767](https://togithub.com/react-hook-form/react-hook-form/issues/10767) dep issue with replayio ([#​10768](https://togithub.com/react-hook-form/react-hook-form/issues/10768)) ๐Ÿž fix [#​10762](https://togithub.com/react-hook-form/react-hook-form/issues/10762) async submit with Form component ([#​10766](https://togithub.com/react-hook-form/react-hook-form/issues/10766)) ๐Ÿซ– add test case for issue [#​10744](https://togithub.com/react-hook-form/react-hook-form/issues/10744) to avoid future regressions ([#​10759](https://togithub.com/react-hook-form/react-hook-form/issues/10759)) thanks to [@​eg-bernardo](https://togithub.com/eg-bernardo) ### [`v7.45.3`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.45.3): Version 7.45.3 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.45.2...v7.45.3) ๐Ÿ“ผ add Replay Test Suites ([#​10681](https://togithub.com/react-hook-form/react-hook-form/issues/10681)) Revert "๐Ÿง‘โ€๐ŸŽ“ close [#​10585](https://togithub.com/react-hook-form/react-hook-form/issues/10585) update controller value on each render ([#​10586](https://togithub.com/react-hook-form/react-hook-form/issues/10586))" ๐Ÿž close [#​10682](https://togithub.com/react-hook-form/react-hook-form/issues/10682) make sure action flag gets reset after useEffect ([#​10732](https://togithub.com/react-hook-form/react-hook-form/issues/10732)) thanks to [@​jasonLaster](https://togithub.com/jasonLaster) ### [`v7.45.2`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.45.2): Version 7.45.2 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.45.1...v7.45.2) ๐Ÿงพ fix(types): async defaultValues await promise value ([#​10637](https://togithub.com/react-hook-form/react-hook-form/issues/10637)) ๐Ÿฅฒ revert strict type check on Controller onChange ([#​10609](https://togithub.com/react-hook-form/react-hook-form/issues/10609)) ๐Ÿ“– docs(changelog 7.45.0): typo and format ([#​10624](https://togithub.com/react-hook-form/react-hook-form/issues/10624)) ๐Ÿ“– fix:test-spelling-error ([#​10629](https://togithub.com/react-hook-form/react-hook-form/issues/10629)) thanks to [@​anton-g](https://togithub.com/anton-g), [@​milhamm](https://togithub.com/milhamm), [@​moshfeu](https://togithub.com/moshfeu) & [@​OlliePrentice](https://togithub.com/OlliePrentice) ### [`v7.45.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.45.1): Version 7.45.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.45.0...v7.45.1) ๐Ÿž fix [#​10602](https://togithub.com/react-hook-form/react-hook-form/issues/10602) issue with reactive values props update ([#​10606](https://togithub.com/react-hook-form/react-hook-form/issues/10606)) ๐Ÿง‘โ€๐ŸŽ“ close [#​10585](https://togithub.com/react-hook-form/react-hook-form/issues/10585) update controller value on each render ([#​10586](https://togithub.com/react-hook-form/react-hook-form/issues/10586)) ๐Ÿงช test(generated-id): setting window performance undefined without ts-ignore ([#​10584](https://togithub.com/react-hook-form/react-hook-form/issues/10584)) thanks to [@​mateoguzmana](https://togithub.com/mateoguzmana) ### [`v7.45.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#7450---2023-06-20) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.44.3...v7.45.0) ### [`v7.44.3`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.44.3): Version 7.44.3 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.44.2...v7.44.3) ๐Ÿฆ‰ fix: add named component export ([#​10486](https://togithub.com/react-hook-form/react-hook-form/issues/10486)) ๐Ÿ’ญ fix React import inconsistency ([#​10479](https://togithub.com/react-hook-form/react-hook-form/issues/10479)) ๐Ÿ™๏ธ fix: removed code from the README updater which was trying to read a non-existent `docs/Helpers.yaml` ๐Ÿ“ fix doc: update urls from /api to /docs ([#​10468](https://togithub.com/react-hook-form/react-hook-form/issues/10468)) thanks to [@​Moshyfawn](https://togithub.com/Moshyfawn) @​[@​protofarer](https://togithub.com/protofarer) [@​farfromrest](https://togithub.com/farfromrest) ### [`v7.44.2`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.44.2): Version 7.44.2 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.44.1...v7.44.2) ๐ŸชŸ fix [#​10456](https://togithub.com/react-hook-form/react-hook-form/issues/10456) `object.hasown` replaced with `hasOwnProperty` ([#​10458](https://togithub.com/react-hook-form/react-hook-form/issues/10458)) ### [`v7.44.1`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.44.1): Version 7.44.1 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.44.0...v7.44.1) ๐Ÿž fix `
` component content-type json type missing ([#​10454](https://togithub.com/react-hook-form/react-hook-form/issues/10454)) ### [`v7.44.0`](https://togithub.com/react-hook-form/react-hook-form/blob/HEAD/CHANGELOG.md#7440---2023-06-14) [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.9...v7.44.0) ### [`v7.43.9`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.43.9): Version 7.43.9 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.8...v7.43.9) ๐Ÿ„ close [#​10195](https://togithub.com/react-hook-form/react-hook-form/issues/10195) close async defaultValues not load ([#​10203](https://togithub.com/react-hook-form/react-hook-form/issues/10203)) Revert "๐Ÿž fix [#​10139](https://togithub.com/react-hook-form/react-hook-form/issues/10139) useFieldArray array error not updating in some cases ([#​10150](https://togithub.com/react-hook-form/react-hook-form/issues/10150))" ### [`v7.43.8`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.43.8): Version 7.43.8 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.7...v7.43.8) ๐Ÿชก related [#​10143](https://togithub.com/react-hook-form/react-hook-form/issues/10143) did not update dirty until interacted ([#​10157](https://togithub.com/react-hook-form/react-hook-form/issues/10157)) ๐Ÿž fix [#​10139](https://togithub.com/react-hook-form/react-hook-form/issues/10139) useFieldArray array error not updating in some cases ([#​10150](https://togithub.com/react-hook-form/react-hook-form/issues/10150)) thanks to [@​kylemclean](https://togithub.com/kylemclean) ### [`v7.43.7`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.43.7): Version 7.43.7 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.6...v7.43.7) ๐Ÿž fix [#​10131](https://togithub.com/react-hook-form/react-hook-form/issues/10131) regression on NaN data type ([#​10132](https://togithub.com/react-hook-form/react-hook-form/issues/10132)) ๐Ÿž fix [#​10129](https://togithub.com/react-hook-form/react-hook-form/issues/10129) useFieldArray unmount fieldArray wihtout register ([#​10130](https://togithub.com/react-hook-form/react-hook-form/issues/10130)) ๐Ÿฆถ upgrade to TS 5.0.0 ([#​9834](https://togithub.com/react-hook-form/react-hook-form/issues/9834)) ### [`v7.43.6`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.43.6): Version 7.43.6 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.5...v7.43.6) ๐Ÿž fix(appendErrors): incorrect type, it can take an array of errors ([#​10125](https://togithub.com/react-hook-form/react-hook-form/issues/10125)) โœ๏ธ close [#​10096](https://togithub.com/react-hook-form/react-hook-form/issues/10096) react strict mode with mounted field value ([#​10102](https://togithub.com/react-hook-form/react-hook-form/issues/10102)) ๐Ÿฆฎ fix: isLoading form state ([#​10095](https://togithub.com/react-hook-form/react-hook-form/issues/10095)) ๐Ÿ“ fix: typos in tsdoc ([#​10088](https://togithub.com/react-hook-form/react-hook-form/issues/10088)) ๐Ÿฉด close [#​10078](https://togithub.com/react-hook-form/react-hook-form/issues/10078) prevent stabled aysnc validation ([#​10082](https://togithub.com/react-hook-form/react-hook-form/issues/10082)) ๐Ÿž fix [#​10064](https://togithub.com/react-hook-form/react-hook-form/issues/10064) native validation when subscribe to isValid ([#​10072](https://togithub.com/react-hook-form/react-hook-form/issues/10072)) ๐Ÿ“ correct typo in field array type declaration ([#​10066](https://togithub.com/react-hook-form/react-hook-form/issues/10066)) thanks to [@​jorisre](https://togithub.com/jorisre) [@​chrisbarless](https://togithub.com/chrisbarless) [@​mjw-isp](https://togithub.com/mjw-isp) and [@​adamtowle](https://togithub.com/adamtowle) ### [`v7.43.5`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.43.5): Version 7.43.5 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.4...v7.43.5) ๐Ÿฐ prevent runtime error with subscribe function ([#​10052](https://togithub.com/react-hook-form/react-hook-form/issues/10052)) ๐Ÿช” close [#​10045](https://togithub.com/react-hook-form/react-hook-form/issues/10045) improve `useController` defaultValue restore under strict mode with double `useEffect` ([#​10049](https://togithub.com/react-hook-form/react-hook-form/issues/10049)) ๐Ÿ“ท improve form values state update ([#​10029](https://togithub.com/react-hook-form/react-hook-form/issues/10029)) ### [`v7.43.4`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.43.4): Version 7.43.4 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.3...v7.43.4) ๐Ÿž fix [#​10021](https://togithub.com/react-hook-form/react-hook-form/issues/10021) issue with `.next` runtime error and fix cypress action ([#​10026](https://togithub.com/react-hook-form/react-hook-form/issues/10026)) ### [`v7.43.3`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.43.3): Version 7.43.3 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.2...v7.43.3) ๐Ÿ“ fix `resetField` defaultValue type and reduce any type ([#​10024](https://togithub.com/react-hook-form/react-hook-form/issues/10024)) ๐Ÿž fix [#​9997](https://togithub.com/react-hook-form/react-hook-form/issues/9997) issue on the mounted state is updated with values prop ([#​10001](https://togithub.com/react-hook-form/react-hook-form/issues/10001)) Revert "๐Ÿ delete dirty fields node instead of marking as false ([#​9156](https://togithub.com/react-hook-form/react-hook-form/issues/9156))" ([#​9996](https://togithub.com/react-hook-form/react-hook-form/issues/9996)) ๐Ÿ’… improve state subscription consistency ([#​9984](https://togithub.com/react-hook-form/react-hook-form/issues/9984)) ### [`v7.43.2`](https://togithub.com/react-hook-form/react-hook-form/releases/tag/v7.43.2): Version 7.43.2 [Compare Source](https://togithub.com/react-hook-form/react-hook-form/compare/v7.43.1...v7.43.2) ๐Ÿž fix [#​9972](https://togithub.com/react-hook-form/react-hook-form/issues/9972) input focus with submitted form ([#​9978](https://togithub.com/react-hook-form/react-hook-form/issues/9978)) ๐Ÿ’‰ improve perf & save some bytes ([#​9968](https://togithub.com/react-hook-form/react-hook-form/issues/9968)) ๐Ÿž fix [#​9955](https://togithub.com/react-hook-form/react-hook-form/issues/9955) useForm values prop keepDirtyValues not update `isDirty` ([#​9959](https://togithub.com/react-hook-form/react-hook-form/issues/9959)) ๐Ÿ—‘๏ธ remove JSX message check ([#​9921](https://togithub.com/react-hook-form/react-hook-form/issues/9921))

Configuration

๐Ÿ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Enabled.

โ™ป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

๐Ÿ‘ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

๐Ÿฆ™ MegaLinter status: โŒ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
โŒ ACTION actionlint 30 47 0.24s
โš ๏ธ BASH bash-exec 5 2 0.01s
โŒ BASH shellcheck 5 8 0.13s
โœ… BASH shfmt 5 5 0 0.22s
โŒ COPYPASTE jscpd yes 271 18.21s
โœ… CSS scss-lint 1 0 0.4s
โŒ CSS stylelint 4 3 1 13.71s
โŒ DOCKERFILE hadolint 3 1 0.09s
โŒ EDITORCONFIG editorconfig-checker 1091 1 3.55s
โŒ HTML djlint 1 2 0.96s
โŒ HTML htmlhint 1 1 0.33s
โœ… JAVASCRIPT standard 2 0 0 1.77s
โœ… JSON eslint-plugin-jsonc 23 0 0 1.17s
โŒ JSON jsonlint 23 1 0.17s
โœ… JSON prettier 23 19 0 0.98s
โœ… JSON v8r 23 0 10.27s
โš ๏ธ MARKDOWN markdownlint 9 5 36 1.7s
โŒ MARKDOWN markdown-link-check 9 8 16.68s
โœ… MARKDOWN markdown-table-formatter 9 6 0 0.43s
โŒ OPENAPI spectral 3 3 9.35s
โœ… PROTOBUF protolint 6 6 0 1.07s
โŒ REPOSITORY checkov yes 49 37.49s
โŒ REPOSITORY gitleaks yes 13 12.68s
โœ… REPOSITORY git_diff yes no 0.14s
โŒ REPOSITORY grype yes 1 12.13s
โœ… REPOSITORY secretlint yes no 7.31s
โŒ REPOSITORY trivy yes 1 12.64s
โœ… REPOSITORY trivy-sbom yes no 13.35s
โœ… REPOSITORY trufflehog yes no 4.02s
โŒ SPELL cspell 1092 4812 127.89s
โŒ SPELL lychee 101 805 5.87s
โœ… SQL sql-lint 1 0 0.37s
โŒ TYPESCRIPT ts-standard 175 0 1 0.59s
โœ… XML xmllint 14 0 0 0.14s
โœ… YAML prettier 63 49 0 7.25s
โŒ YAML v8r 63 1 67.68s
โŒ YAML yamllint 63 1 3.8s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_