Development#812
Merged
Merged
Conversation
* chore(deps): resolve composer security advisories Bump locked dependencies to clear composer audit, including Filament 4.11.6, Laravel 12.61, Symfony security patches, PhpSpreadsheet 1.30.5, and related transitive packages. * chore(filament): republish assets after dependency upgrade Refresh published Filament 4 and plugin frontend assets to match the updated composer lockfile. * style: apply Laravel Pint across application code Normalize imports and class references in app layer (HTTP kernel, Filament resources, REST API, jobs, events, models) per Pint rules. * style: normalize imports in config and routes Apply Pint class import conventions to published config files and api routes without changing configuration values. * style: normalize imports in factories and migrations Replace FQCN references with imported class names in database factories and migrations for consistency with Pint output. * fix(models): add sampleLocations relationship on Molecule Define the belongsToMany relationship via molecule_organism so Filament and PHPStan can resolve sample location access on molecules. * fix(phpstan): resolve static analysis errors in publish and Filament code Remove stale phpstan-ignore on PublishMolecules and narrow collection updates with explicit null checks. Type the organism molecules bulk action repeater default using Molecule and the sampleLocations relation.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #812 +/- ##
==========================================
- Coverage 6.14% 6.13% -0.02%
- Complexity 1736 1737 +1
==========================================
Files 227 227
Lines 8945 8961 +16
==========================================
Hits 550 550
- Misses 8395 8411 +16 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
vcnainala
approved these changes
Jun 8, 2026
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.
No description provided.