mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #138] [MERGED] Update Webpack & change to node LTS version for Dockerfile #611
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/pelican-dev/panel/pull/138
Author: @Boy132
Created: 4/22/2024
Status: ✅ Merged
Merged: 4/22/2024
Merged by: @alexevladgabriel
Base:
main← Head:update/webpack📝 Commits (4)
19d2066update webpack to 4.47.04708105set min node version to 1817ec5c7use node lts version for dockerfilecca5e4aadd 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.