chore(deps): upgrade Composer + pnpm packages, repo cleanup#107
Merged
Conversation
- Add CLAUDE.md to .gitignore - Remove CLAUDE.md, README_MIGRATION.md, create.sql, docs/contributing.md, license.txt, package-lock.json - Rename DOCKER.md -> docs/docker.md
### Composer - codeigniter4/framework 4.7.0 -> 4.7.3 - phpstan/phpstan 2.1 -> 2.2 - friendsofphp/php-cs-fixer 3.93 -> 3.95 - phpunit/phpunit 12 -> 13 - symfony/* pinned to ^6.4.41 for CVE patches ### pnpm - vite 6 -> 8 - @vitejs/plugin-vue 5 -> 6 - @sveltejs/vite-plugin-svelte 5 -> 7 - svelte, vue, sass minor version bumps - Added picomatch override - Added pnpm-workspace.yaml ### Migration fixes applied - Format::$jsonEncodeDepth property added (app/Config/Format.php) - RedirectResponse import added to Chat controller - BaseConnection->getPlatform() calls updated in both migration files - FileHelper int casts added for strict type compatibility - Sass darken() replaced with color.adjust() in App.svelte/App.vue - Removed invalid vite server.root option from vite.config.js - Removed deprecated phpstan key from phpstan.neon ### Follow-ups - Deferred follow-ups recorded in docs/tasks.md (items 48-54)
Renamed LICENSE to LICENSE.md and removed outdated docs (docs/api.md, docs/backlog.md, docs/plan.md). This cleanup aligns the repository with the current documentation strategy and reduces confusion from deprecated files. No runtime or test changes were made; this is purely project housekeeping.
# Conflicts: # composer.lock # package-lock.json # package.json # pnpm-lock.yaml
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Summary
Changes
Repo Cleanup
Composer Upgrades
pnpm Upgrades
Migration Fixes
$jsonEncodeDepthproperty (CI 4.7 requirement)CodeIgniter\HTTP\RedirectResponseimport$this->db->DBDriverwith$this->db->getPlatform()in 2 migration filesformatSize()darken()→color.adjust()via@use "sass:color"darken()→color.adjust()via@use "sass:color"server.rootkeytreatPhpDocTypesAsCertainkeyVerification
composer audit: cleancomposer analyse: no errorscomposer test: 135 passing (46 PHPUnit 13 deprecation notices — deferred, see below)pnpm audit: cleanpnpm build: cleanDeferred Follow-ups
Recorded in docs/tasks.md (items 48–54):
createMock→createStubmigration (the 46 deprecation notices)composer cs-fixreformatting passbuild.targetsrc/vue/subdirectory cleanuppnpm devverificationTest Plan
composer installcompletes without errorscomposer auditreports cleancomposer analysereports no errorscomposer testpasses all 135 testspnpm installcompletes without errorspnpm auditreports cleanpnpm buildproduces clean output inpublic/dist/php spark servestarts the development serverphp spark websocket:start) connects and broadcasts messages