mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[PR #1454] [MERGED] Fix errors for dep updates #7363
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/1454
Author: @Lokowitz
Created: 9/13/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @oschwartz10612
Base:
main← Head:main📝 Commits (10+)
99765c7Update index.tsc3a5195Bump typescript-eslint in the dev-minor-updates group (#331)01b1e81Bump the prod-patch-updates group with 7 updates (#332)e3a2f7aBump the dev-patch-updates group with 6 updates (#329)cb06e93Bump uuid from 11.1.0 to 13.0.0 (#334)6cb36aaBump the prod-minor-updates group across 1 directory with 7 updates (#335)e496090layout.tsx aktualisieren95d7482Update layout.tsx806a49bUpdate page.tsx3a8643dBump next in the npm_and_yarn group across 1 directory (#336)📊 Changes
6 files changed (+3081 additions, -1684 deletions)
View changed files
📝
package-lock.json(+3054 -1656)📝
package.json(+24 -24)📝
server/index.ts(+1 -1)📝
src/app/[orgId]/settings/access/layout.tsx(+0 -1)📝
src/app/[orgId]/settings/clients/[clientId]/layout.tsx(+1 -1)📝
src/app/[orgId]/settings/clients/[clientId]/page.tsx(+1 -1)📄 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
Fixed lint error in
server/index.tsFixed next error -> removed
resourceIdinsrc/app/[orgId]/settings/access/layout.tsxFixed next error -> added string for
cilentIdinsrc/app/[orgId]/settings/clients/[clientId]/layout.tsxandsrc/app/[orgId]/settings/clients/[clientId]/page.tsxUpdate 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.