Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump filament to latest to fix some Laravel 11 compatibility issues #2667

Merged
merged 6 commits into from
Sep 5, 2024

Conversation

wescopeland
Copy link
Member

Filament on stage is exhibiting some strange behavior stemming from vendor code.

For example, if you navigate to https://stage.retroachievements.org/manage/games/1, then scroll down and click the Leaderboards tab, then try to do a row action, nothing will happen and you'll get a bunch of console errors:

Screenshot 2024-09-02 at 10 34 54 AM

This was resolved in a Filament release a few months ago (filamentphp/filament#13178). Bumping to latest seems to fix the issue.

@wescopeland wescopeland requested a review from a team September 2, 2024 14:36
Copy link
Member Author

@wescopeland wescopeland Sep 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are all linting changes. Bumping Filament must have also bumped phpstan or something phpstan depends on. New errors started being thrown in this file from $matches[1] and $matches[2] always being truthy (the isset() and conditional are redundant).

@wescopeland wescopeland merged commit 54f6bb5 into RetroAchievements:master Sep 5, 2024
5 checks passed
@wescopeland wescopeland deleted the filament-latest branch September 5, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants