[PR #1525] [MERGED] Fix upgrade @hookform/resolvers from 4.1.3 to 5.2.2 #1111

Closed
opened 2025-11-13 12:18:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1525
Author: @Lokowitz
Created: 9/23/2025
Status: Merged
Merged: 9/23/2025
Merged by: @oschwartz10612

Base: mainHead: Resolver


📝 Commits (7)

📊 Changes

34 files changed (+66 additions, -71 deletions)

View changed files

📝 package-lock.json (+5 -6)
📝 package.json (+1 -1)
📝 src/app/[orgId]/settings/access/users/[userId]/access-controls/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/access/users/create/page.tsx (+3 -3)
📝 src/app/[orgId]/settings/api-keys/create/page.tsx (+2 -2)
📝 src/app/[orgId]/settings/clients/[clientId]/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/clients/create/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/resources/[niceId]/authentication/page.tsx (+2 -2)
📝 src/app/[orgId]/settings/resources/[niceId]/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx (+4 -4)
📝 src/app/[orgId]/settings/resources/[niceId]/rules/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/resources/create/page.tsx (+4 -4)
📝 src/app/[orgId]/settings/sites/[niceId]/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/sites/create/page.tsx (+1 -1)
📝 src/app/admin/api-keys/create/page.tsx (+2 -2)
📝 src/app/admin/idp/[idpId]/general/page.tsx (+1 -1)
📝 src/app/admin/idp/[idpId]/policies/page.tsx (+2 -2)
📝 src/app/admin/idp/create/page.tsx (+1 -1)
📝 src/app/admin/license/page.tsx (+1 -1)

...and 14 more files

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Removed form values to fix build. See Docs.

Fixes https://github.com/fosrl/pangolin/pull/1486


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1525 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `Resolver` --- ### 📝 Commits (7) - [`33c8663`](https://github.com/fosrl/pangolin/commit/33c8663a5bcd6742dd666a670934419bab418f2c) package.json aktualisieren - [`61ecebf`](https://github.com/fosrl/pangolin/commit/61ecebf91107cd933df9dd81972d1585e6008f6f) bbbv - [`2bd4ad5`](https://github.com/fosrl/pangolin/commit/2bd4ad5770781dfde033c4a905e4896a528c2595) page.tsx aktualisieren - [`bab070b`](https://github.com/fosrl/pangolin/commit/bab070b09c8cf26d210cccb42af915791fe8c9dd) page.tsx aktualisieren - [`dcf7393`](https://github.com/fosrl/pangolin/commit/dcf7393259ada80dbbd5cebce807a4da7c1e5a85) update resolver - [`4cc38d4`](https://github.com/fosrl/pangolin/commit/4cc38d44e00a2ff226c3e7d9a2d234d237e8de58) Merge branch 'Resolver' of https://github.com/Lokowitz/pangolin into Resolver - [`1e066cb`](https://github.com/fosrl/pangolin/commit/1e066cbabd03a46ecebf937025d6605c91df9446) fix components ### 📊 Changes **34 files changed** (+66 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -6) 📝 `package.json` (+1 -1) 📝 `src/app/[orgId]/settings/access/users/[userId]/access-controls/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/access/users/create/page.tsx` (+3 -3) 📝 `src/app/[orgId]/settings/api-keys/create/page.tsx` (+2 -2) 📝 `src/app/[orgId]/settings/clients/[clientId]/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/clients/create/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/resources/[niceId]/authentication/page.tsx` (+2 -2) 📝 `src/app/[orgId]/settings/resources/[niceId]/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx` (+4 -4) 📝 `src/app/[orgId]/settings/resources/[niceId]/rules/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/resources/create/page.tsx` (+4 -4) 📝 `src/app/[orgId]/settings/sites/[niceId]/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/sites/create/page.tsx` (+1 -1) 📝 `src/app/admin/api-keys/create/page.tsx` (+2 -2) 📝 `src/app/admin/idp/[idpId]/general/page.tsx` (+1 -1) 📝 `src/app/admin/idp/[idpId]/policies/page.tsx` (+2 -2) 📝 `src/app/admin/idp/create/page.tsx` (+1 -1) 📝 `src/app/admin/license/page.tsx` (+1 -1) _...and 14 more files_ </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Removed form values to fix build. See [Docs](https://github.com/react-hook-form/resolvers?tab=readme-ov-file#typescript). Fixes https://github.com/fosrl/pangolin/pull/1486 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-13 12:18:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1111