Upgrade Dependencies and Enhance Filament Resources#1125
Merged
curtisdelicata merged 1 commit intomainfrom Apr 15, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was created by Sweep to resolve the following request by @curtisdelicata:
Continue chatting at https://app.sweep.dev/c/dd5f7179-aec3-4429-93dc-f01e43b45e20.
Purpose
The purpose of this pull request is to upgrade several key dependencies in the Laravel application to their latest versions, ensuring compatibility with the latest features and security improvements. Additionally, this update enhances the Filament resources to align with the new versions of the dependencies.
Description
This pull request includes significant updates to the
composer.jsonfile, where various packages have been upgraded to their latest versions. The changes include:althinect/filament-spatie-roles-permissions,bezhansalleh/filament-shield, andfilament/filamentto version 4.0 to leverage new features and improvements.joelbutcher/socialstream,laravel/cashier,laravel/framework,laravel/jetstream, andlaravel/octaneto their respective latest versions, ensuring compatibility with Laravel 12.liberu-genealogy/laravel-dnaandliberu-genealogy/laravel-gedcomto 3.0 and 6.0, respectively, to utilize the latest functionalities.stephenjude/filament-jetstreamto 2.0 for improved integration with the Filament admin panel.In addition to the dependency updates, modifications were made to various files to accommodate the changes in the Filament resources, including:
RepositoryResourceandSourceRepoResourceto ensure they function correctly with the new versions of the Filament packages.edit-profile.blade.phpview to reflect any necessary changes in the UI components.Summary
composer.json:althinect/filament-spatie-roles-permissions:^4.0bezhansalleh/filament-shield:^4.0filament/filament:^4.0joelbutcher/socialstream:^7.0laravel/cashier:^16.0laravel/framework:^12.0laravel/jetstream:^6.0laravel/octane:^3.0liberu-genealogy/laravel-dna:^3.0liberu-genealogy/laravel-gedcom:^6.0stephenjude/filament-jetstream:^2.0app/Filament/App/Resources/RepositoryResource.phpapp/Filament/App/Resources/SourceRepoResource.phpresources/views/filament/pages/edit-profile.blade.phptests/Unit/Filament/Resources/RepositoryResourceTest.phptests/Feature/Filament/Resources/NoteResourceTest.phptests/Filament/Resources/SourceRepoResourceTest.phptests/Filament/Resources/RepositoryResourceTest.phptests/Unit/Filament/Resources/AddrResourceTest.php