chore(deps): bump dependencies to the current latest - #10
Merged
Conversation
npm floors advertised by adminlte:install: admin-lte ^4.1 → ^4.3 and apexcharts ^6.7 → ^6.8, mirrored in the README and docs. Every other advertised package is already at its current minor. Dev: orchestra/testbench ^11.0 → ^11.2 and larastan ^3.10, which is what CI now resolves (testbench 11.2.0, PHPUnit 13.3.0, larastan 3.10.0, pint 1.30.5). The illuminate constraints stay at ^13.0 — narrowing a library's runtime range to the newest patch line only costs consumers flexibility. fullcalendar stays at ^6.1 for the reason recorded in the source: v7 drops the minified global bundle this package copies and swaps the bundled CSS for a skeleton + theme + palette model. Verified against the published tarballs that every source path in NODE_MODULE_VENDOR_FILES still exists at the versions these ranges now resolve to, and that the CSS custom properties the theme colors override are unchanged between admin-lte 4.1.0 and 4.3.1. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
puikinsh
added a commit
that referenced
this pull request
Aug 11, 2026
Also records the dependency bump from #10 under Changed, matching how 1.1.0 logged its frontend version bumps. Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Description
Routine dependency refresh.
npm floors advertised by
adminlte:installadmin-lte^4.1^4.3apexcharts^6.7^6.8Every other advertised package is already at its current minor (
bootstrap5.3.8,@popperjs/core2.11.8,overlayscrollbars2.16.0,bootstrap-icons1.13.1,jsvectormap1.7.0,sortablejs1.15.7,sass1.102.0,flatpickr4.6.13,tom-select2.6.2,tabulator-tables6.5.2,quill2.0.3).fullcalendarstays at^6.1for the reason recorded inInstallCommand: v7 drops the minified global bundle this package copies (index.global.min.js→ an unminifiedall/global.js) and swaps the bundled CSS for a skeleton + theme + palette model, so it is a migration rather than a bump.Mirrored in
README.md,docs/commands.mdanddocs/installation.md.Dev dependencies
orchestra/testbench^11.0→^11.2larastan/larastan^3.0→^3.10laravel/pintstays^1.30(1.30.5 is a patch) andphpunit/phpunitstays^12.4 || ^13.0, which already admits 13.3.0. Theilluminate/*constraints stay^13.0— narrowing a library's runtime range to the newest patch line only costs consumers flexibility.Resolved locally: testbench 11.2.0, PHPUnit 13.3.0, larastan 3.10.0, pint 1.30.5.
Verification
NODE_MODULE_VENDOR_FILESandPACKAGE_VENDOR_FILESstill exists at the versions these ranges now resolve to — all 15 present.--bs-*custom properties between admin-lte 4.1.0 and 4.3.1: no changes, so the theme-color overrides added in fix(theme): make the Theme Generator's colors real #9 still target live variables.actions/checkout@v7andshivammathur/setup-php@v2are already the current majors.Checklist
composer checkpasses locally (Pint + PHPStan + PHPUnit)docs/if behaviour or APIs changedCHANGELOG.mdentry under [Unreleased] — n/a, matches how prior dependency bumps were recorded🤖 Generated with Claude Code