chore: update composer and npm dependencies#112
Merged
ManukMinasyan merged 1 commit intomainfrom Feb 6, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates backend (Composer) and frontend (npm) dependencies, and refreshes the published Filament JavaScript assets to match the updated Filament/Livewire versions.
Changes:
- Bumps Composer dependencies (notably Filament v4.6.1 → v4.7.0, Livewire v3.7.6 → v3.7.9, Laravel v12.49.0 → v12.50.0) via
composer.lock. - Bumps npm dependency resolutions (e.g., Vite, esbuild, Rollup, Tailwind tooling) via
package-lock.json. - Updates Filament compiled JS assets under
public/js/filament/**(including adding Livewire hook unsubscription patterns).
Reviewed changes
Copilot reviewed 10 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| public/js/filament/tables/tables.js | Updated compiled Filament Tables JS (includes Livewire hook lifecycle cleanup). |
| public/js/filament/tables/components/columns/toggle.js | Updated compiled column toggle behavior and cleanup. |
| public/js/filament/tables/components/columns/text-input.js | Updated compiled column text input behavior and cleanup. |
| public/js/filament/tables/components/columns/checkbox.js | Updated compiled column checkbox behavior and cleanup. |
| public/js/filament/schemas/components/tabs.js | Updated compiled Tabs JS (includes cleanup). |
| public/js/filament/notifications/notifications.js | Updated compiled Notifications JS (includes cleanup). |
| public/js/filament/forms/components/key-value.js | Updated compiled KeyValue JS (adds guard in watcher). |
| public/js/filament/forms/components/checkbox-list.js | Updated compiled CheckboxList JS (includes cleanup). |
| public/js/filament/filament/app.js | Updated compiled Filament app JS bundle (includes additional Livewire request failure handling). |
| public/js/filament/actions/actions.js | Updated compiled action modal syncing behavior (supports overlaying parent actions). |
| package-lock.json | Updated npm dependency lockfile; top-level name changed due to missing package.json name. |
| composer.lock | Updated PHP dependency lockfile versions/resolutions. |
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.