Update filament/filament requirement from ^3.0||^4.0 to ^5.1.0#10
Update filament/filament requirement from ^3.0||^4.0 to ^5.1.0#10dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Updates the requirements on [filament/filament](https://github.com/filamentphp/filament) to permit the latest version. - [Release notes](https://github.com/filamentphp/filament/releases) - [Commits](https://github.com/filamentphp/filament/commits/v5.1.0) --- updated-dependencies: - dependency-name: filament/filament dependency-version: 5.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on February 14
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "illuminate/contracts": "^10.0||^11.0||^12.0", | ||
| "illuminate/support": "^10.0||^11.0||^12.0", | ||
| "filament/filament": "^3.0||^4.0" | ||
| "filament/filament": "^5.1.0" |
There was a problem hiding this comment.
Dependency update unnecessarily drops Filament 4.x compatibility
Medium Severity
The dependency constraint change from ^3.0||^4.0 to ^5.1.0 removes support for Filament 4.x entirely, rather than adding Filament 5 support alongside existing versions. The codebase uses Filament\Schemas\Schema and Filament\Tables\Table classes which exist in both v4 and v5, so backward compatibility could be preserved. The constraint ^4.0||^5.0 (or similar) would permit the latest version while maintaining v4 compatibility for existing users.
|
Superseded by #11. |
Updates the requirements on filament/filament to permit the latest version.
Release notes
Sourced from filament/filament's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Dependency upgrade
composer.jsonto requirefilament/filament^5.1.0(from^3.0||^4.0)No source changes included.
Written by Cursor Bugbot for commit 6a5bd40. This will update automatically on new commits. Configure here.