Inertia v3 migration, improved local dev/test tooling, + other change…#2
Open
Nick2bad4u wants to merge 6 commits into
Open
Inertia v3 migration, improved local dev/test tooling, + other change…#2Nick2bad4u wants to merge 6 commits into
Nick2bad4u wants to merge 6 commits into
Conversation
…s and fixes - upgrade inertia-laravel to v3 and align frontend/client integration - resolve Vue component warnings and ensure shared props are recognized - add/expand feature test coverage for public pages, sitemap, periods, and UI payloads - update all dependencies to latest versions - fix Inertia bootstrap/cache transition issues and shared-props warning noise - improve PHP/Composer local setup flow and test scripts - add/expand feature test coverage for public pages, sitemap, periods, and UI payloads - add lint:all script and checker workflow updates - include styling/component/config cleanups and misc refactors Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>
Bumps the npm_and_yarn group with 1 update in the / directory: [picomatch](https://github.com/micromatch/picomatch). Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>
Bumps the composer group with 1 update in the / directory: [symfony/routing](https://github.com/symfony/routing). Updates `symfony/routing` from 7.4.8 to 7.4.13 - [Release notes](https://github.com/symfony/routing/releases) - [Changelog](https://github.com/symfony/routing/blob/8.1/CHANGELOG.md) - [Commits](symfony/routing@v7.4.8...v7.4.13) --- updated-dependencies: - dependency-name: symfony/routing dependency-version: 7.4.13 dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.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.
These changes don't change any behavior but are laying the groundwork for upcoming changes/updates.
I tested these all locally.
Inertia v3 migration, improved local dev/test tooling, + other changes and fixes