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

Bump react-hook-form from 7.53.2 to 7.54.0 in /ui #232

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps react-hook-form from 7.53.2 to 7.54.0.

Release notes

Sourced from react-hook-form's releases.

Version 7.54.0

🦥 fix: useForm should return a new object on formState changes (#12424) 🧻 improve prototype pollution check (#12431) 🪖 fix: add FileList availability check for environments without FileList support (#12332) 🧪 close #12198 memo for useController and useFormState (#12421) 🐞 fix #12407 useFieldArray append issue with useForm disabled props (#12420) 🐞 fix #12415 issue with flatten object with null value (#12418) 🐞 fix #12385 nested array field invalid validation report on removed (#12405) 🙀 fix: hasPromiseValidation return true or false appropriately. (#12389) 👃 fix more staled props (#12404)

thanks to @​developer-bandi, @​OlegDev1, @​sukvvon, @​alexandredev3 and @​mfazekas

Commits
  • 893ffce 7.54.0
  • 9532038 ❤️ thank you so much for St. Galler Kantonalbank AG sponsor
  • 5db95c9 🐸 update SECURITY.md
  • 09a9a49 🦥 fix: useForm should return a new object on formState changes (#12424)
  • 0952f7e 🧻 improve prototype pollution check (#12431)
  • 30ea87e 🪖 fix: add FileList availability check for environments without FileList ...
  • 29ae596 🧪 close #12198 memo for useController and useFormState (#12421)
  • 2d7b789 🐞 fix #12407 useFieldArray append issue with useForm disabled props (#12420)
  • 00e39c8 🐞 fix #12415 issue with flatten object with null value (#12418)
  • 2b1c709 Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.53.2 to 7.54.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.53.2...v7.54.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
@kkovaletp
Copy link
Owner

Anchore Grype scan results:

Anchore Grype detected vulnerabilities in project dependencies, for which fixed versions are available.
Please find more details in the "Checks" tab of this PR > "Code scanning results" > "Grype".

|
languageidseveritynameversionfix-versionspathdescription
goGHSA-22fx-6r9m-r8h9Mediumgithub.com/strukturag/libheifv1.15.11.15.2/api/go.modlibheif vulnerable to segmentation fault via floating point exception
javascriptGHSA-7fh5-64p2-3v2jMediumpostcss6.0.238.4.31/ui/package-lock.jsonPostCSS line return parsing error
javascriptGHSA-566m-qj78-rww5Mediumpostcss6.0.237.0.36/ui/package-lock.jsonRegular Expression Denial of Service in postcss
javascriptGHSA-7fh5-64p2-3v2jMediumpostcss7.0.398.4.31/ui/package-lock.jsonPostCSS line return parsing error
javascriptGHSA-gcx4-mw62-g8wmHighrollup2.66.12.79.2/ui/package-lock.jsonDOM Clobbering Gadget found in rollup bundled scripts that leads to XSS
javascriptGHSA-9cwx-2883-4wfxMediumvite2.9.183.2.11/ui/package-lock.jsonVite's `server.fs.deny` is bypassed when using `?import&raw`
javascriptGHSA-64vr-g452-qvp3Mediumvite2.9.183.2.11/ui/package-lock.jsonVite DOM Clobbering gadget found in vite bundled scripts that leads to XSS

Copy link

sonarcloud bot commented Dec 9, 2024

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.77%. Comparing base (b5da075) to head (a545e5a).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #232    +/-   ##
========================================
  Coverage   54.77%   54.77%            
========================================
  Files         195      195            
  Lines       17518    17518            
  Branches      358      507   +149     
========================================
  Hits         9595     9595            
  Misses       7646     7646            
  Partials      277      277            
Flag Coverage Δ
api-mysql 27.65% <ø> (ø)
api-postgres 27.75% <ø> (ø)
api-sqlite 26.18% <ø> (ø)
ui 69.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kkovaletp
Copy link
Owner

UI: ESLint issues:

ESLint detected issues in the UI code.

ESLint execution report

Make sure that you are logged in to be able to access the report.
The report is accessible by this link within 90 days after the last UI testing workflow execution time.
After that time you need to go to the ESLint execution step in the Actions tab to see the same results.

Copy link

sonarcloud bot commented Dec 9, 2024

Copy link

sonarcloud bot commented Dec 9, 2024

@kkovaletp
Copy link
Owner

@dependabot recreate

Copy link
Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #234.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/react-hook-form-7.54.0 branch December 13, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant