[PR #1246] [MERGED] Update express to version 5 #1004

Closed
opened 2025-11-13 12:15:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1246
Author: @Lokowitz
Created: 8/10/2025
Status: Merged
Merged: 8/13/2025
Merged by: @oschwartz10612

Base: devHead: update-express


📝 Commits (1)

  • a829eb9 modified: package-lock.json

📊 Changes

3 files changed (+270 additions, -947 deletions)

View changed files

📝 package-lock.json (+267 -944)
📝 package.json (+2 -2)
📝 server/nextServer.ts (+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

Fixes the issue with PR https://github.com/fosrl/pangolin/pull/944/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

See documentstion

please also notice and adapt if needed:

*splat matches any path without the root path. If you need to match the root path as well /, you can use /{*splat}, wrapping the wildcard in braces.


🔄 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/1246 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 8/10/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `update-express` --- ### 📝 Commits (1) - [`a829eb9`](https://github.com/fosrl/pangolin/commit/a829eb949b58de8ab12e26d30d94fc8cea26ba7a) modified: package-lock.json ### 📊 Changes **3 files changed** (+270 additions, -947 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+267 -944) 📝 `package.json` (+2 -2) 📝 `server/nextServer.ts` (+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 Fixes the issue with PR https://github.com/fosrl/pangolin/pull/944/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519 See [documentstion](https://expressjs.com/en/guide/migrating-5.html#path-syntax) please also notice and adapt if needed: > *splat matches any path without the root path. If you need to match the root path as well /, you can use /{*splat}, wrapping the wildcard in braces. --- <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 2025-11-13 12:15:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1004