chore(deps): update composer and npm dependencies to latest - #171
Merged
Conversation
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.
Updates all Composer and npm dependencies to their latest versions.
spatie/laravel-typescript-transformer2.6 → 3.3 moves configuration from a config file to a service provider, soconfig/typescript-transformer.phpis replaced byapp/Providers/TypeScriptTransformerServiceProvider.php. GeneratedApp.*namespaces resolve identically, so no frontend type references change. v3 also picks up everyDataclass rather than only#[TypeScript]-attributed ones, growinggenerated.d.ts, and typesActivityLogData.propertiesasRecord<string, any>per its PHPDoc.@types/node25 → 26,prettier-plugin-tailwindcss0.7 → 0.8,concurrently9 → 10,lucide-react0.577 → 1.26. ESLint 10 needs anoverridesentry becauseeslint-plugin-reactstill declares a peer ofeslint ^9.7; lint runs clean, so it can go once the plugin widens its range.typescript-eslintpeers ontypescript <6.1.0even on canary, so TS 7 would break linting.metadata-minifier1.0.1 addedlist<>annotations, a stricter phpstan 2.2.5 flagged an already-dead condition inGenericGitProvider, and ESLint 10 promotedno-useless-assignmentintorecommended.