[PR #1590] [CLOSED] fix: bump trpc and openapi packages #1737

Closed
opened 2026-02-26 20:30:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1590
Author: @dguyen
Created: 1/19/2025
Status: Closed

Base: mainHead: fix/bump-packages


📝 Commits (6)

📊 Changes

95 files changed (+1169 additions, -1174 deletions)

View changed files

📝 .github/workflows/codeql-analysis.yml (+1 -1)
📝 apps/web/package.json (+2 -2)
📝 apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/admin/documents/[id]/super-delete-document-dialog.tsx (+8 -18)
📝 apps/web/src/app/(dashboard)/admin/documents/document-results.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/admin/site-settings/banner-form.tsx (+8 -17)
📝 apps/web/src/app/(dashboard)/admin/users/[id]/delete-user-dialog.tsx (+16 -19)
📝 apps/web/src/app/(dashboard)/admin/users/[id]/disable-user-dialog.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/admin/users/[id]/enable-user-dialog.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx (+11 -12)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/download-audit-log-button.tsx (+3 -3)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/download-certificate-button.tsx (+3 -3)
📝 apps/web/src/app/(dashboard)/documents/data-table-sender-filter.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx (+3 -3)
📝 apps/web/src/app/(dashboard)/documents/duplicate-document-dialog.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/move-document-dialog.tsx (+3 -3)
📝 apps/web/src/app/(dashboard)/documents/upload-document.tsx (+16 -21)
📝 apps/web/src/app/(dashboard)/settings/profile/delete-account-dialog.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/settings/public-profile/public-profile-page-view.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx (+4 -4)

...and 75 more files

📄 Description

Description

Bumped packages:

  • trpc
  • trpc-to-openapi
  • tanstack

Migrated code to support new packages


🔄 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/documenso/documenso/pull/1590 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 1/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/bump-packages` --- ### 📝 Commits (6) - [`d8848fa`](https://github.com/documenso/documenso/commit/d8848fab962ac6dfafebd34a34436e346da7e04d) fix: bump trpc and openapi packages - [`66e0394`](https://github.com/documenso/documenso/commit/66e039475963a27c05b587484f03332d30a1dafd) fix: build - [`b855987`](https://github.com/documenso/documenso/commit/b8559872f185a827a33e2053ea8c8c7bc415135d) fix: build - [`924e03c`](https://github.com/documenso/documenso/commit/924e03ce8ca294eb9aad725850e00513686ef9dd) fix: build - [`0694f58`](https://github.com/documenso/documenso/commit/0694f5825e982dea10abfafc99e4db5ec32fc06c) fix: build - [`aed5edc`](https://github.com/documenso/documenso/commit/aed5edce502bb71f91b90296b1420a90489a6f70) fix: build ### 📊 Changes **95 files changed** (+1169 additions, -1174 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codeql-analysis.yml` (+1 -1) 📝 `apps/web/package.json` (+2 -2) 📝 `apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/admin/documents/[id]/super-delete-document-dialog.tsx` (+8 -18) 📝 `apps/web/src/app/(dashboard)/admin/documents/document-results.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/admin/site-settings/banner-form.tsx` (+8 -17) 📝 `apps/web/src/app/(dashboard)/admin/users/[id]/delete-user-dialog.tsx` (+16 -19) 📝 `apps/web/src/app/(dashboard)/admin/users/[id]/disable-user-dialog.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/admin/users/[id]/enable-user-dialog.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx` (+11 -12) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/download-audit-log-button.tsx` (+3 -3) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/download-certificate-button.tsx` (+3 -3) 📝 `apps/web/src/app/(dashboard)/documents/data-table-sender-filter.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx` (+3 -3) 📝 `apps/web/src/app/(dashboard)/documents/duplicate-document-dialog.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/move-document-dialog.tsx` (+3 -3) 📝 `apps/web/src/app/(dashboard)/documents/upload-document.tsx` (+16 -21) 📝 `apps/web/src/app/(dashboard)/settings/profile/delete-account-dialog.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/settings/public-profile/public-profile-page-view.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx` (+4 -4) _...and 75 more files_ </details> ### 📄 Description ## Description Bumped packages: - trpc - trpc-to-openapi - tanstack Migrated code to support new packages --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:30:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1737
No description provided.