[PR #138] [MERGED] Update Webpack & change to node LTS version for Dockerfile #611

Closed
opened 2026-02-05 17:49:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/138
Author: @Boy132
Created: 4/22/2024
Status: Merged
Merged: 4/22/2024
Merged by: @alexevladgabriel

Base: mainHead: update/webpack


📝 Commits (4)

  • 19d2066 update webpack to 4.47.0
  • 4708105 set min node version to 18
  • 17ec5c7 use node lts version for dockerfile
  • cca5e4a add php 8.3 to composer.json

📊 Changes

5 files changed (+51 additions, -27 deletions)

View changed files

📝 .github/workflows/build.yaml (+1 -1)
📝 Dockerfile (+1 -1)
📝 composer.json (+1 -1)
📝 package.json (+6 -6)
📝 yarn.lock (+42 -18)

📄 Description

Webpack v4.47.0 no longer requires to use --openssl-legacy-provider.
Changed min node version to 18. (14 is EOL for a long time)
Changed the node version in the Dockerfile from 21 to 20 LTS.
Added php 8.3 to the composer.json.


🔄 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/pelican-dev/panel/pull/138 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 4/22/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@alexevladgabriel](https://github.com/alexevladgabriel) **Base:** `main` ← **Head:** `update/webpack` --- ### 📝 Commits (4) - [`19d2066`](https://github.com/pelican-dev/panel/commit/19d2066a1a47dfcf4f3011ec19f091e75a607748) update webpack to 4.47.0 - [`4708105`](https://github.com/pelican-dev/panel/commit/4708105104d7243bd7776c5dc2e615f8eb2e0233) set min node version to 18 - [`17ec5c7`](https://github.com/pelican-dev/panel/commit/17ec5c7acf0ea71bec5f0f7ea229be69006d502e) use node lts version for dockerfile - [`cca5e4a`](https://github.com/pelican-dev/panel/commit/cca5e4a4c079a04db9aaa0f04133a8e88c90db99) add php 8.3 to composer.json ### 📊 Changes **5 files changed** (+51 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yaml` (+1 -1) 📝 `Dockerfile` (+1 -1) 📝 `composer.json` (+1 -1) 📝 `package.json` (+6 -6) 📝 `yarn.lock` (+42 -18) </details> ### 📄 Description Webpack v4.47.0 no longer requires to use `--openssl-legacy-provider`. Changed min node version to 18. (14 is EOL for a long time) Changed the node version in the Dockerfile from 21 to 20 LTS. Added php 8.3 to the composer.json. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:49:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#611