[PR #1005] [MERGED] Chore Upgrade Dependencies #1108

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1005
Author: @rmartinoscar
Created: 2/13/2025
Status: Merged
Merged: 2/25/2025
Merged by: @rmartinoscar

Base: mainHead: chore/UpdateDeps


📝 Commits (8)

  • 4ca88f7 chore: yarn upgrade
  • 904c5c4 chore: composer upgrade
  • 034b92d chore pint
  • dcf8a44 chore: php artisan filament:upgrade
  • 5c2b238 chore: update filament-monaco-editor-views
  • fc19889 chore: update filament-monaco-editor-configs
  • aafb1d3 chore: move turnstile-views to plugins
  • 0e8e8d8 fix monaco-editor loader & css

📊 Changes

76 files changed (+1270 additions, -1016 deletions)

View changed files

📝 app/Filament/Pages/Auth/Login.php (+2 -1)
📝 bootstrap/cache/.gitignore (+0 -0)
📝 composer.lock (+575 -571)
📝 config/filament-monaco-editor.php (+1 -1)
📝 pint.json (+2 -1)
📝 public/css/filament/filament/app.css (+1 -1)
📝 public/css/filament/forms/forms.css (+2 -2)
📝 public/js/filament/filament/echo.js (+2 -2)
📝 public/js/filament/forms/components/color-picker.js (+1 -1)
📝 public/js/filament/forms/components/file-upload.js (+10 -10)
📝 public/js/filament/forms/components/rich-editor.js (+59 -53)
📝 public/js/filament/notifications/notifications.js (+1 -1)
📝 public/js/filament/support/support.js (+7 -7)
📝 public/js/filament/widgets/components/chart.js (+2 -2)
📝 public/js/filament/widgets/components/stats-overview/stat/chart.js (+1 -1)
📝 resources/views/filament/plugins/monaco-editor.blade.php (+43 -4)
📝 resources/views/filament/plugins/turnstile.blade.php (+0 -0)
📝 storage/framework/testing/.gitignore (+0 -0)
📝 tests/Feature/Webhooks/DispatchWebhooksTest.php (+1 -1)
📝 tests/Feature/Webhooks/ProcessWebhooksTest.php (+1 -1)

...and 56 more files

📄 Description

Update dependencies


🔄 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/1005 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `chore/UpdateDeps` --- ### 📝 Commits (8) - [`4ca88f7`](https://github.com/pelican-dev/panel/commit/4ca88f7445d71e45f030a0af69a97be4c76b54f3) chore: yarn upgrade - [`904c5c4`](https://github.com/pelican-dev/panel/commit/904c5c421949f0eb23f756f527609dc3ed0be679) chore: composer upgrade - [`034b92d`](https://github.com/pelican-dev/panel/commit/034b92d8ebaf7d1cefeb762ccc7b975b393763bf) chore pint - [`dcf8a44`](https://github.com/pelican-dev/panel/commit/dcf8a44e677a122643dfb9fd61711987904903e0) chore: php artisan filament:upgrade - [`5c2b238`](https://github.com/pelican-dev/panel/commit/5c2b238d61be4ae14b200ecc3068820be21c89a2) chore: update filament-monaco-editor-views - [`fc19889`](https://github.com/pelican-dev/panel/commit/fc19889ca90bb93b1284da836dbe116d4d44e681) chore: update filament-monaco-editor-configs - [`aafb1d3`](https://github.com/pelican-dev/panel/commit/aafb1d374095906635af33b68f6bc9470993c4ff) chore: move turnstile-views to plugins - [`0e8e8d8`](https://github.com/pelican-dev/panel/commit/0e8e8d8455ca8351f2ad7da0e7ae2ebaa190ba2c) fix monaco-editor loader & css ### 📊 Changes **76 files changed** (+1270 additions, -1016 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Pages/Auth/Login.php` (+2 -1) 📝 `bootstrap/cache/.gitignore` (+0 -0) 📝 `composer.lock` (+575 -571) 📝 `config/filament-monaco-editor.php` (+1 -1) 📝 `pint.json` (+2 -1) 📝 `public/css/filament/filament/app.css` (+1 -1) 📝 `public/css/filament/forms/forms.css` (+2 -2) 📝 `public/js/filament/filament/echo.js` (+2 -2) 📝 `public/js/filament/forms/components/color-picker.js` (+1 -1) 📝 `public/js/filament/forms/components/file-upload.js` (+10 -10) 📝 `public/js/filament/forms/components/rich-editor.js` (+59 -53) 📝 `public/js/filament/notifications/notifications.js` (+1 -1) 📝 `public/js/filament/support/support.js` (+7 -7) 📝 `public/js/filament/widgets/components/chart.js` (+2 -2) 📝 `public/js/filament/widgets/components/stats-overview/stat/chart.js` (+1 -1) 📝 `resources/views/filament/plugins/monaco-editor.blade.php` (+43 -4) 📝 `resources/views/filament/plugins/turnstile.blade.php` (+0 -0) 📝 `storage/framework/testing/.gitignore` (+0 -0) 📝 `tests/Feature/Webhooks/DispatchWebhooksTest.php` (+1 -1) 📝 `tests/Feature/Webhooks/ProcessWebhooksTest.php` (+1 -1) _...and 56 more files_ </details> ### 📄 Description Update dependencies --- <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:04:04 +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#1108