mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
[PR #712] [MERGED] Update all dependencies #920
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/712
Author: @Boy132
Created: 11/15/2024
Status: ✅ Merged
Merged: 11/22/2024
Merged by: @Boy132
Base:
main← Head:update/dependencies📝 Commits (8)
9f7bc85update composer.lock22131ccrun pint4b9b898fix phpstand52bb87update migrations (sqlitedropForeign)51477d1fix migrationsa0e31f2Reset these back for now824c0feAlphabetize the rulesbc4c1cdrunphp artisan filament:upgrade📊 Changes
124 files changed (+977 additions, -1426 deletions)
View changed files
📝
app/Console/Commands/Server/BulkPowerActionCommand.php(+1 -0)📝
app/Events/ActivityLogged.php(+1 -3)📝
app/Events/Auth/DirectLogin.php(+1 -3)📝
app/Events/Auth/FailedCaptcha.php(+1 -3)📝
app/Events/Auth/FailedPasswordReset.php(+1 -3)📝
app/Events/Auth/ProvidedAuthenticationToken.php(+1 -3)📝
app/Events/Event.php(+1 -3)📝
app/Events/Server/Installed.php(+1 -3)📝
app/Exceptions/Http/Base/InvalidPasswordProvidedException.php(+1 -3)📝
app/Exceptions/PanelException.php(+1 -3)📝
app/Exceptions/Repository/DuplicateDatabaseNameException.php(+1 -3)📝
app/Exceptions/Service/Allocation/ServerUsingAllocationException.php(+1 -3)📝
app/Exceptions/Service/Deployment/NoViableAllocationException.php(+1 -3)📝
app/Exceptions/Service/Egg/HasChildrenException.php(+1 -3)📝
app/Exceptions/Service/Egg/Variable/BadValidationRuleException.php(+1 -3)📝
app/Exceptions/Service/Egg/Variable/ReservedVariableNameException.php(+1 -3)📝
app/Exceptions/Service/InvalidFileUploadException.php(+1 -3)📝
app/Exceptions/Service/Node/ConfigurationNotPersistedException.php(+1 -3)📝
app/Exceptions/Service/Subuser/ServerSubuserExistsException.php(+1 -3)📝
app/Exceptions/Service/Subuser/UserIsServerOwnerException.php(+1 -3)...and 80 more files
📄 Description
Updates all dependencies.
Also updates migrations: Laravel 11.15 added some enhancements to migrations, especially when using sqlite.
Among other things, this means
dropForeignnow actually works. YAY!It also added support for older sqlite versions. Support was extended to 3.26+ (previously 3.35+) which means older OS should work out of the box with sqlite. YAY²!
Needs some more throughout testing! Especially regarding foreign keys!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.