[PR #1557] [MERGED] Cleanup and update node packages #1454

Closed
opened 2026-02-05 18:14:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1557
Author: @Boy132
Created: 7/25/2025
Status: Merged
Merged: 8/4/2025
Merged by: @Boy132

Base: mainHead: boy132/cleanup-tailwind


📝 Commits (6)

  • 700fe7a cleanup and update node packages
  • 756fe6d remove empty file
  • 78aa7d2 use wildcard in vite config & cleanup composer scripts
  • 24f4498 revert wildcard changes
  • a29b30b use glob to gather css and js files
  • 49d8783 Merge remote-tracking branch 'upstream/main' into boy132/cleanup-tailwind

📊 Changes

11 files changed (+77 additions, -259 deletions)

View changed files

📝 app/Providers/AppServiceProvider.php (+8 -8)
📝 composer.json (+1 -6)
📝 package.json (+6 -9)
public/js/filament-monaco-editor/filament-monaco-editor-scripts.js (+0 -0)
📝 resources/js/app.js (+0 -1)
resources/js/bootstrap.js (+0 -4)
resources/views/filament/layouts/body-end.blade.php (+0 -2)
resources/views/filament/layouts/header.blade.php (+0 -2)
📝 tailwind.config.js (+4 -2)
📝 vite.config.js (+3 -4)
📝 yarn.lock (+55 -221)

📄 Description

Remove unused packages, update packages, cleanup app.css/ app.js loading


🔄 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/1557 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 7/25/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/cleanup-tailwind` --- ### 📝 Commits (6) - [`700fe7a`](https://github.com/pelican-dev/panel/commit/700fe7ae947dd3273911b42ab205144f242cf4db) cleanup and update node packages - [`756fe6d`](https://github.com/pelican-dev/panel/commit/756fe6dbcb387efc60a1be7ed36c9937e2b9ecb6) remove empty file - [`78aa7d2`](https://github.com/pelican-dev/panel/commit/78aa7d20ef41990f33ce61538b7e09712928f331) use wildcard in vite config & cleanup composer scripts - [`24f4498`](https://github.com/pelican-dev/panel/commit/24f4498821efb5d4ccaf93340bb1ba1d7102988d) revert wildcard changes - [`a29b30b`](https://github.com/pelican-dev/panel/commit/a29b30bd95fa536ee9b64f47ba38e4ec62ca9095) use glob to gather css and js files - [`49d8783`](https://github.com/pelican-dev/panel/commit/49d8783208ae59ed93c9328e417fc17aa7c11ff6) Merge remote-tracking branch 'upstream/main' into boy132/cleanup-tailwind ### 📊 Changes **11 files changed** (+77 additions, -259 deletions) <details> <summary>View changed files</summary> 📝 `app/Providers/AppServiceProvider.php` (+8 -8) 📝 `composer.json` (+1 -6) 📝 `package.json` (+6 -9) ➖ `public/js/filament-monaco-editor/filament-monaco-editor-scripts.js` (+0 -0) 📝 `resources/js/app.js` (+0 -1) ➖ `resources/js/bootstrap.js` (+0 -4) ➖ `resources/views/filament/layouts/body-end.blade.php` (+0 -2) ➖ `resources/views/filament/layouts/header.blade.php` (+0 -2) 📝 `tailwind.config.js` (+4 -2) 📝 `vite.config.js` (+3 -4) 📝 `yarn.lock` (+55 -221) </details> ### 📄 Description Remove unused packages, update packages, cleanup `app.css`/ `app.js` loading --- <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 18:14:29 +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#1454