mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-14 10:54:13 -05:00
[PR #1525] [MERGED] Fix upgrade @hookform/resolvers from 4.1.3 to 5.2.2 #1111
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:Resolver📝 Commits (7)
33c8663package.json aktualisieren61ecebfbbbv2bd4ad5page.tsx aktualisierenbab070bpage.tsx aktualisierendcf7393update resolver4cc38d4Merge branch 'Resolver' of https://github.com/Lokowitz/pangolin into Resolver1e066cbfix components📊 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.