Skip to content

chore: update composer and npm dependencies#112

Merged
ManukMinasyan merged 1 commit intomainfrom
chore/update-deps-feb-2026
Feb 6, 2026
Merged

chore: update composer and npm dependencies#112
ManukMinasyan merged 1 commit intomainfrom
chore/update-deps-feb-2026

Conversation

@ManukMinasyan
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 6, 2026 14:10
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

@ManukMinasyan ManukMinasyan merged commit 2ac8ab9 into main Feb 6, 2026
24 of 25 checks passed
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