mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #1875] [MERGED] Upgrade Zod #17776
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/1875
Author: @Lokowitz
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @oschwartz10612
Base:
dev← Head:fix-zod-new📝 Commits (5)
000904eupgrade zod7db99a7used zod codemod58cf471fix z.coerce.number5d2f65dfix for zoddc87df5remove temp test📊 Changes
202 files changed (+897 additions, -1383 deletions)
View changed files
📝
package-lock.json(+61 -20)📝
package.json(+3 -3)📝
server/lib/blueprints/types.ts(+59 -123)📝
server/lib/readConfigFile.ts(+17 -19)📝
server/lib/validators.ts(+2 -2)📝
server/private/lib/readConfigFile.ts(+4 -4)📝
server/private/routers/auditLogs/queryAccessAuditLog.ts(+6 -6)📝
server/private/routers/auditLogs/queryActionAuditLog.ts(+5 -5)📝
server/private/routers/auth/getSessionTransferToken.ts(+1 -1)📝
server/private/routers/auth/quickStart.ts(+2 -2)📝
server/private/routers/billing/createCheckoutSession.ts(+2 -4)📝
server/private/routers/billing/createPortalSession.ts(+2 -4)📝
server/private/routers/billing/getOrgSubscription.ts(+2 -4)📝
server/private/routers/billing/getOrgUsage.ts(+2 -4)📝
server/private/routers/billing/internalGetOrgTier.ts(+2 -4)📝
server/private/routers/certificates/getCertificate.ts(+2 -4)📝
server/private/routers/certificates/restartCertificate.ts(+4 -6)📝
server/private/routers/domain/checkDomainNamespaceAvailability.ts(+3 -5)📝
server/private/routers/domain/listDomainNamespaces.ts(+5 -7)📝
server/private/routers/hybrid.ts(+28 -58)...and 80 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
Please have a detailed view on
server/lib/blueprints/types.tsMigration guide
Codemod
Fixes https://github.com/fosrl/pangolin/pull/1514
Fixes https://github.com/fosrl/pangolin/pull/1513
Fixes https://github.com/fosrl/pangolin/pull/1277
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.