Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
---
## [v3.9.2] - 2026-05-28
### Fixed (TypeScript & Linting)
- **Strict Actions Type-Safety:** Refactoring type-safe catch blocks in all server actions to remove any explicit `any` types. Checked for `instanceof Error` dynamically when returning or logging errors.
- **Strict Actions Type-Safety:** Refactoring catch blocks in all server actions to remove explicit `any` annotations and ensure strict type-safety. Checked for `instanceof Error` dynamically when returning or logging errors.
- **Prisma Actions Typing:** Strongly typed `updateData` variables using `Prisma.BannerHomepageUpdateInput` and `Prisma.KegiatanUpdateInput` instead of `any`.
- **ZodError Bugfix:** Fixed a TypeScript check error in `potensi.action.ts` where `error.errors` was used instead of the correct `error.issues` for `ZodError` properties.
- **Linter Warnings Cleanup:** Removed unused variable `searchParam` in `search.action.ts` to clear linter warnings.
Expand Down
Loading