Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency react-hook-form to ^7.51.1 (main) - autoclosed #173225

Closed
wants to merge 12 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-hook-form (source) ^7.44.2 -> ^7.51.1 age adoption passing confidence

Release Notes

react-hook-form/react-hook-form (react-hook-form)

v7.51.1

Compare Source

v7.51.0

Compare Source

Added
  • added 'validateFields' to formState
const { formState: { validateFields } } = useForm();

v7.50.1: Version v7.50.1

Compare Source

🥲 Regression: Revert "⌨️ fix #​10734 watch and useWatch without parameters return type (#​11359)"

v7.50.0: Versions 7.50.0

Compare Source

🔧 fix data param in handleSubmit when TTransformedValues is a union type (#​11420)
👷 build(Engines): remove pnpm dependency (#​11425)
🐞 fixes #​11386 get new dirtyFields when reset keeping defaults and dirty values (#​11401)
🏷️ improve CustomElement type (#​11309)
💫 feat(useForm): leave formState flags in a consistent state when throwing in handleSubmit onValid (#​11214)
⌨️ fix: change DeepPartial to account for object union types & unknown (#​11385)
✨ feat(values): priorities values over defaultvalues (#​11399)
🐞 close #​11246 skip root validation on action when mode and revalidate mode is onSubmit (#​11395)
💩 fix #​11322 trigger extra re-render with useWatch plus shouldUnregister (#​11394)
⌨️ fix #​10734 watch and useWatch without parameters return type (#​11359)
🧑‍✈️ fix #​11281 issue with upgrade node version (#​11392)
🐞 fix #​11368 keep form state mounted when keeping values (#​11384)
🐞 fix #​11374: Nested deep partial with unknown (#​11373)

thanks to @​Moshyfawn, @​jonahallibone, @​eladattias1996, @​RulerOfCakes, @​anonkey, @​Ar4ys, @​IanVS and @​r-kataoka11

v7.49.3: Version 7.49.3

Compare Source

🐛 fix(formState, disabled): infer controlled disabled form state (#​11361)
🐛 fix(reset): remove global reset option flag (#​11355)
🐛 fix(useController): check if disabled state was set by user (#​11353)
🖨️ fix: Change DeepPartial type definition to be compatible with unknown (#​11333)
🐞 fix #​11328 resetField with object as defaultValue (#​11329)

thanks to @​Moshyfawn, @​geeee and @​RulerOfCakes

v7.49.2: Version 7.49.2

Compare Source

🐞 fix #​11292 issue with controller validation prop (#​11294)

v7.49.1: Version 7.49.1

Compare Source

🐞 fix #​11276 issue with disabled omit on Controller (#​11277)
🐞 fix #​11287 disabled prop cause const dirtyFields update (#​11291)

v7.49.0

Compare Source

Added
  • add reactive errors prop at useForm
useForm({
  errors, // Server errors
});

v7.48.2: Version 7.48.2

Compare Source

🐞 #​11106 fix disabled prop not update dirty formState (#​11143)
🐞 fix controller update with disabled prop from useForm (#​11142)

v7.48.1: Version 7.48.1

Compare Source

🐞 fix controller update with disabled prop from useForm

v7.48.0

Compare Source

Added
  • added new disabled prop for useForm to disable the entire form
const App = () => {
  const [disabled, setDisabled] = useState(false);
  const { handleSubmit } = useForm({ disabled });

  return (
    <form
      onSubmit={handleSubmit(async () => {
        setDisabled(true);
        await sleep(100);
        setDisabled(false);
      })}
    / >
  );
}

v7.47.0

Compare Source

v7.46.2: Version 7.46.2

Compare Source

🐞 fix implicit type coercion (#​10949)
🙄 close #​10932 omit disabled prop when not defined (#​10937)
🔧 fix controller test is dirty (#​10899)

thanks to @​samimakicc & @​pierluigigiancola

v7.46.1: Version 7.46.1

Compare Source

🐞 fix #​10878 return disabled field state (#​10879)

thanks to @​Moshyfawn

v7.46.0

Compare Source

v7.45.4: Version 7.45.4

Compare Source

🐞 fix #​10767 dep issue with replayio (#​10768)
🐞 fix #​10762 async submit with Form component (#​10766)
🫖 add test case for issue #​10744 to avoid future regressions (#​10759)

thanks to @​eg-bernardo

v7.45.3: Version 7.45.3

Compare Source

📼 add Replay Test Suites (#​10681)
Revert "🧑‍🎓 close #​10585 update controller value on each render (#​10586)"
🐞 close #​10682 make sure action flag gets reset after useEffect (#​10732)

thanks to @​jasonLaster

v7.45.2: Version 7.45.2

Compare Source

🧾 fix(types): async defaultValues await promise value (#​10637)
🥲 revert strict type check on Controller onChange (#​10609)
📖 docs(changelog 7.45.0): typo and format (#​10624)
📖 fix:test-spelling-error (#​10629)

thanks to @​anton-g, @​milhamm, @​moshfeu & @​OlliePrentice

v7.45.1: Version 7.45.1

Compare Source

🐞 fix #​10602 issue with reactive values props update (#​10606)
🧑‍🎓 close #​10585 update controller value on each render (#​10586)
🧪 test(generated-id): setting window performance undefined without ts-ignore (#​10584)

thanks to @​mateoguzmana

v7.45.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added backport:skip This commit does not require backporting ci:all-cypress-suites release_note:skip Skip the PR/issue when compiling release notes labels Dec 12, 2023
@renovate renovate bot requested review from a team December 12, 2023 21:55
@renovate renovate bot force-pushed the renovate/main-react-hook-form branch from 80536a5 to fe10f2e Compare December 16, 2023 21:29
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.48.2 (main) Update dependency react-hook-form to ^7.49.0 (main) Dec 16, 2023
@renovate renovate bot force-pushed the renovate/main-react-hook-form branch from fe10f2e to fb90d19 Compare December 19, 2023 21:49
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.49.0 (main) Update dependency react-hook-form to ^7.49.1 (main) Dec 19, 2023
@renovate renovate bot force-pushed the renovate/main-react-hook-form branch from fb90d19 to 4eb9070 Compare December 20, 2023 10:31
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.49.1 (main) Update dependency react-hook-form to ^7.49.2 (main) Dec 20, 2023
@renovate renovate bot force-pushed the renovate/main-react-hook-form branch from 4eb9070 to 174e85d Compare January 15, 2024 20:34
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.49.2 (main) Update dependency react-hook-form to ^7.49.3 (main) Jan 15, 2024
@renovate renovate bot force-pushed the renovate/main-react-hook-form branch 2 times, most recently from 289462f to 424811f Compare February 8, 2024 07:55
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.49.3 (main) Update dependency react-hook-form to ^7.50.0 (main) Feb 8, 2024
@renovate renovate bot force-pushed the renovate/main-react-hook-form branch from 424811f to 636d8fc Compare February 13, 2024 11:14
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.50.0 (main) Update dependency react-hook-form to ^7.50.1 (main) Feb 13, 2024
@renovate renovate bot force-pushed the renovate/main-react-hook-form branch from 636d8fc to b1e4b6b Compare March 8, 2024 21:37
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.50.1 (main) Update dependency react-hook-form to ^7.51.0 (main) Mar 8, 2024
@renovate renovate bot force-pushed the renovate/main-react-hook-form branch from b1e4b6b to 5de911d Compare March 24, 2024 02:07
@renovate renovate bot changed the title Update dependency react-hook-form to ^7.51.0 (main) Update dependency react-hook-form to ^7.51.1 (main) Mar 24, 2024
Copy link
Contributor Author

renovate bot commented Mar 27, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@patrykkopycinski
Copy link
Contributor

/ci

@renovate renovate bot requested a review from a team as a code owner March 27, 2024 23:47
@botelastic botelastic bot added the Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team label Mar 27, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

Copy link
Contributor

@smith smith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Synthetics change looks good

@patrykkopycinski
Copy link
Contributor

/ci

@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label May 8, 2024
@patrykkopycinski
Copy link
Contributor

/ci

@kibana-ci
Copy link
Collaborator

kibana-ci commented May 8, 2024

💔 Build Failed

Failed CI Steps

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
enterpriseSearch 2.7MB 2.7MB +1.8KB
searchPlayground 163.0KB 166.7KB +3.7KB
securitySolution 15.3MB 15.3MB +9.2KB
slo 764.7KB 766.5KB +1.8KB
synthetics 1.0MB 1.0MB +1.8KB
total +18.5KB

Canvas Sharable Runtime

The Canvas "shareable runtime" is an bundle produced to enable running Canvas workpads outside of Kibana. This bundle is included in third-party webpages that embed canvas and therefor should be as slim as possible.

id before after diff
module count - 5407 +5407
total size - 8.8MB +8.8MB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
osquery 53.6KB 55.4KB +1.8KB

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@nuugen nuugen closed this Aug 30, 2024
@nuugen
Copy link
Member

nuugen commented Aug 30, 2024

Closing in favour of PRs to be opened by Self-Hosted Renovate.

@nuugen nuugen changed the title Update dependency react-hook-form to ^7.51.1 (main) Update dependency react-hook-form to ^7.51.1 (main) - autoclosed Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting ci:all-cypress-suites ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants