[PR #1454] [MERGED] Fix errors for dep updates #4504

Closed
opened 2026-04-20 08:54:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (10+)

  • 99765c7 Update index.ts
  • c3a5195 Bump typescript-eslint in the dev-minor-updates group (#331)
  • 01b1e81 Bump the prod-patch-updates group with 7 updates (#332)
  • e3a2f7a Bump the dev-patch-updates group with 6 updates (#329)
  • cb06e93 Bump uuid from 11.1.0 to 13.0.0 (#334)
  • 6cb36aa Bump the prod-minor-updates group across 1 directory with 7 updates (#335)
  • e496090 layout.tsx aktualisieren
  • 95d7482 Update layout.tsx
  • 806a49b Update page.tsx
  • 3a8643d Bump 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.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


🔄 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/fosrl/pangolin/pull/1454 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 9/13/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`99765c7`](https://github.com/fosrl/pangolin/commit/99765c7bd54b5ae9edf0820b9d3c6e7eeea6ccfc) Update index.ts - [`c3a5195`](https://github.com/fosrl/pangolin/commit/c3a519557556461be491353fe01217fa8224f625) Bump typescript-eslint in the dev-minor-updates group (#331) - [`01b1e81`](https://github.com/fosrl/pangolin/commit/01b1e817d8bec6da9fecc61c1cc86a6b94391a64) Bump the prod-patch-updates group with 7 updates (#332) - [`e3a2f7a`](https://github.com/fosrl/pangolin/commit/e3a2f7a5149d2da5d9e59dfed3cd46f2d34c5b3e) Bump the dev-patch-updates group with 6 updates (#329) - [`cb06e93`](https://github.com/fosrl/pangolin/commit/cb06e9365030d3f93036acc3bc74b19069e88b17) Bump uuid from 11.1.0 to 13.0.0 (#334) - [`6cb36aa`](https://github.com/fosrl/pangolin/commit/6cb36aaf1321a2d97520d04db51adf47c80f0c9c) Bump the prod-minor-updates group across 1 directory with 7 updates (#335) - [`e496090`](https://github.com/fosrl/pangolin/commit/e4960909ed06a48ce6871acbc8976e29c29134dc) layout.tsx aktualisieren - [`95d7482`](https://github.com/fosrl/pangolin/commit/95d74825ee0dcfbee9523cfab1999728295a9351) Update layout.tsx - [`806a49b`](https://github.com/fosrl/pangolin/commit/806a49b822df87053229c5f9719257422177c865) Update page.tsx - [`3a8643d`](https://github.com/fosrl/pangolin/commit/3a8643d83c2b6b9b7081ce31729372243a5cb386) Bump next in the npm_and_yarn group across 1 directory (#336) ### 📊 Changes **6 files changed** (+3081 additions, -1684 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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.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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 08:54:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#4504