Fix errors for dep updates #927

Closed
opened 2026-04-05 18:00:59 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Lokowitz on 9/13/2025

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

Fixed lint error in server/index.ts
Fixed next error -> removed resourceId in src/app/[orgId]/settings/access/layout.tsx
Fixed next error -> added string for cilentId in src/app/[orgId]/settings/clients/[clientId]/layout.tsx and src/app/[orgId]/settings/clients/[clientId]/page.tsx

Update prod deps

@hookform/resolvers 3.9.1 -> 4.1.3 #For upgrade to >5.0.0 see breaking changes
@react-email/components 0.5.0 -> 0.5.3
axios 1.11.0 -> 1.12.1
drizzle-orm 0.44.4 -> 0.44.5
eslint 9.33.0 -> 9.35.0
eslint-config-next 15.4.6 -> 15.5.3
express-rate-limit 8.0.1 -> 8.1.0
next 15.4.6 -> 15.5.3
next-intl 4.3.4 -> 4.3.8
nodemailer 7.0.5 -> 7.0.6
npm 11.5.2 -> 11.6.0
posthog-node 5.7.0 -> 5.8.4
reacteasysort 1.6.0 -> 1.7.0
tw-animate-css 1.3.7 -> 1.3.8
uuid 11.1.0 -> 13.0.0

Update dev deps

@tailwindcss/postcss 4.1.12 -> 4.1.13
@types/nodemailer 6.4.17 -> 7.0.1
@types/react 19.1.12 -> 19.1.13
@types/semver 7.7.0 -> 7.7.1
react-email 4.2.8 -> 4.2.11
typescript-eslint 8.40.0 -> 8.43.0

Fixes:

Closes #1384
Closes #1448
Closes #1456
Closes #1253

*Originally created by @Lokowitz on 9/13/2025* ## 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 Fixed lint error in `server/index.ts` Fixed next error -> removed `resourceId` in `src/app/[orgId]/settings/access/layout.tsx` Fixed next error -> added string for `cilentId` in `src/app/[orgId]/settings/clients/[clientId]/layout.tsx` and `src/app/[orgId]/settings/clients/[clientId]/page.tsx` ### Update prod deps @hookform/resolvers 3.9.1 -> 4.1.3 #For upgrade to >5.0.0 see [breaking changes](https://github.com/react-hook-form/resolvers/releases/tag/v5.0.0) @react-email/components 0.5.0 -> 0.5.3 axios 1.11.0 -> 1.12.1 drizzle-orm 0.44.4 -> 0.44.5 eslint 9.33.0 -> 9.35.0 eslint-config-next 15.4.6 -> 15.5.3 express-rate-limit 8.0.1 -> 8.1.0 next 15.4.6 -> 15.5.3 next-intl 4.3.4 -> 4.3.8 nodemailer 7.0.5 -> 7.0.6 npm 11.5.2 -> 11.6.0 posthog-node 5.7.0 -> 5.8.4 reacteasysort 1.6.0 -> 1.7.0 tw-animate-css 1.3.7 -> 1.3.8 uuid 11.1.0 -> 13.0.0 ### Update dev deps @tailwindcss/postcss 4.1.12 -> 4.1.13 @types/nodemailer 6.4.17 -> 7.0.1 @types/react 19.1.12 -> 19.1.13 @types/semver 7.7.0 -> 7.7.1 react-email 4.2.8 -> 4.2.11 typescript-eslint 8.40.0 -> 8.43.0 ### Fixes: Closes #1384 Closes #1448 Closes #1456 Closes #1253
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#927