[PR #299] [MERGED] Fix/bump build.func #331

Open
opened 2025-11-20 04:14:08 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/299
Author: @michelroegl-brunner
Created: 11/10/2025
Status: Merged
Merged: 11/10/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix/bump_build.func


📝 Commits (4)

📊 Changes

6 files changed (+749 additions, -219 deletions)

View changed files

📝 next.config.js (+8 -0)
📝 package-lock.json (+480 -174)
📝 package.json (+4 -4)
scripts/core/api.func (+132 -0)
📝 scripts/core/build.func (+104 -32)
📝 tsconfig.json (+21 -9)

📄 Description

✍️ Description

Bump build.func and add api.func.

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

Screenshot for frontend Change


🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.

🔄 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/community-scripts/ProxmoxVE-Local/pull/299 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/10/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/bump_build.func` --- ### 📝 Commits (4) - [`e478a66`](https://github.com/community-scripts/ProxmoxVE-Local/commit/e478a66c75450e35076d526efd9109778699a714) Hotfix: upload corrected build.func - [`2735d7e`](https://github.com/community-scripts/ProxmoxVE-Local/commit/2735d7ecc916b3544ec8d390fb8c3e067f3633ed) Add missing api.func - [`baedcf8`](https://github.com/community-scripts/ProxmoxVE-Local/commit/baedcf858136ec5b0c1b70ae53d191c054b943fd) Fix dependencie issue - [`430355a`](https://github.com/community-scripts/ProxmoxVE-Local/commit/430355aa4bcbc4151162735130b62539ef1dda9b) Fix dependencies ### 📊 Changes **6 files changed** (+749 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `next.config.js` (+8 -0) 📝 `package-lock.json` (+480 -174) 📝 `package.json` (+4 -4) ➕ `scripts/core/api.func` (+132 -0) 📝 `scripts/core/build.func` (+104 -32) 📝 `tsconfig.json` (+21 -9) </details> ### 📄 Description <!--🛑 All Pull Requests need to made against the development branch. PRs against main will get closed. --> ## ✍️ Description Bump build.func and add api.func. ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [ ] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [ ] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. ## Screenshot for frontend Change --- ## 🛠️ Type of Change (**X** in brackets) - [X] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#331