Skip to content

chore: update php/js packages#48

Merged
gvieira18 merged 6 commits into1.xfrom
chore/update-packages
Apr 30, 2026
Merged

chore: update php/js packages#48
gvieira18 merged 6 commits into1.xfrom
chore/update-packages

Conversation

@gvieira18
Copy link
Copy Markdown
Member

This pull request primarily updates dependencies across both PHP (composer.json) and JavaScript (package.json) ecosystems, improves configuration for dependency management tools, and removes unused configuration files. Additionally, it removes the mysql and mariadb database connection settings from the Laravel database configuration, and deletes the Telescope configuration file.

Dependency updates and configuration improvements:

  • Upgraded several PHP dependencies in composer.json, including filament/filament, filament/spatie-laravel-media-library-plugin, filament/spatie-laravel-tags-plugin, laravel/framework, and various development tools, ensuring compatibility and access to new features and bug fixes.
  • Updated JavaScript development dependencies in package.json, such as @tailwindcss/vite, autoprefixer, axios, laravel-vite-plugin, npm-check-updates, prettier, prettier-plugin-blade, tailwindcss, vite, and related optional dependencies, to their latest versions.

Dependency management configuration changes:

  • Added a new .ncurc.yml file with improved configuration for npm-check-updates, specifying packages to reject due to peer-dependency conflicts and expanding output formats.
  • Removed the old .ncurc.json configuration file, migrating settings to the new YAML format.

Configuration cleanup:

  • Removed the mysql and mariadb connection settings from config/database.php, likely to simplify or restrict supported database drivers.
  • Deleted the config/telescope.php file, possibly indicating that Laravel Telescope is no longer used in this project.

@gvieira18 gvieira18 self-assigned this Apr 30, 2026
@gvieira18 gvieira18 merged commit 98d4575 into 1.x Apr 30, 2026
5 checks passed
@gvieira18 gvieira18 deleted the chore/update-packages branch April 30, 2026 14:58
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.

1 participant