fix: update dependencies and modify query method signature#167
fix: update dependencies and modify query method signature#167
Conversation
- update @tailwindcss/vite to 4.1.18 - update axios to 1.13.4 - update dedoc/scramble to ^0.13.11 - update filament/filament to ^4.6.3 - update filament/spatie-laravel-media-library-plugin to ^4.6.3 - update laravel/framework to ^12.49.0 - update laravel/nightwatch to ^1.22.1 - update laravel/sanctum to ^4.3.0 - update laravel/telescope to ^5.16.1 - update laravel/tinker to ^2.11.0 - update livewire/flux to ^2.11.1 - update spatie/laravel-medialibrary to ^11.17.10 - update barryvdh/laravel-debugbar to ^3.16.5 - update driftingly/rector-laravel to ^2.1.9 - update larastan/larastan to ^3.9.1 - update laravel/pint to ^1.27.0 - update laravel/sail to ^1.52.0 - update pestphp/pest to ^4.3.2 - update pestphp/pest-plugin-livewire to ^4.1.0 - update rector/rector to ^2.3.5
- update monicahq/laravel-cloudflare to ^4.0 - add LARAVEL_CLOUDFLARE_ENABLED to .env.example - replace TrustProxies middleware with Cloudflare's implementation - add cloudflare:reload command to console schedule
📝 WalkthroughWalkthroughThis pull request adds Cloudflare proxy support by introducing the monicahq/laravel-cloudflare dependency, a new config file (config/laravelcloudflare.php), and environment flags (LARAVEL_CLOUDFLARE_ENABLED) in .env.example and phpunit.xml. It registers the Cloudflare TrustProxies middleware, schedules a daily cloudflare:reload command, and updates several composer/package dependencies. A method signature in an events Filament page was extended to accept an optional boolean parameter. Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This pull request primarily updates project dependencies to their latest versions and makes a minor method signature change to improve code flexibility. The updates span both PHP (
composer.json) and JavaScript (package.json) dependencies, ensuring compatibility with newer features and bug fixes.Dependency updates:
composer.json, includingfilament/filament,laravel/framework,spatie/laravel-medialibrary, and others, to their latest versions for improved stability and feature support.internachi/modularpackage and switched its version constraint to a specific commit on thedev-mainbranch.package.json, such asaxios,tailwindcss,vite, andprettier, to keep the frontend tooling up to date.Code improvements:
modifyQueryWithActiveTabmethod signature inListEventModels.phpto accept an optional$isResolvingRecordboolean parameter, increasing flexibility for future use cases.Summary by CodeRabbit
New Features
Chores
Configuration
✏️ Tip: You can customize this high-level summary in your review settings.