If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
bacon/bacon-qr-code: v3.0.0 (updated from 2.0.8)
dasprid/enum: 1.0.5 (updated from 1.0.4)
jaybizzle/crawler-detect: v1.2.119 (updated from v1.2.114)
laravel/fortify: v1.21.3 (updated from v1.17.0)
laravel/jetstream: v3.2.5 (updated from v3.1.1)
mobiledetect/mobiledetectlib: 2.8.45 (updated from 2.8.41)
paragonie/constant_time_encoding: v2.7.0 (updated from v2.6.3)
symfony/console: v6.4.9 (updated from v6.2.8)
symfony/deprecation-contracts: v3.5.0 (updated from v3.2.1)
symfony/event-dispatcher-contracts: v3.5.0 (updated from v3.2.1)
symfony/polyfill-ctype: v1.30.0 (updated from v1.27.0)
symfony/polyfill-intl-grapheme: v1.30.0 (updated from v1.27.0)
symfony/polyfill-intl-normalizer: v1.30.0 (updated from v1.27.0)
symfony/polyfill-mbstring: v1.30.0 (updated from v1.27.0)
symfony/polyfill-php80: v1.30.0 (updated from v1.27.0)
symfony/service-contracts: v3.5.0 (updated from v3.2.1)
symfony/string: v6.4.9 (updated from v6.2.8)
symfony/translation-contracts: v3.5.0 (updated from v3.2.1)
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag v3.2.5](https://github.com/laravel/jetstream/releases/tag/v3.2.5)
- [Release notes for tag v3.2.4](https://github.com/laravel/jetstream/releases/tag/v3.2.4)
- [Release notes for tag v3.2.3](https://github.com/laravel/jetstream/releases/tag/v3.2.3)
- [Release notes for tag v3.2.2](https://github.com/laravel/jetstream/releases/tag/v3.2.2)
- [Release notes for tag v3.2.1](https://github.com/laravel/jetstream/releases/tag/v3.2.1)
- [Release notes for tag v3.2.0](https://github.com/laravel/jetstream/releases/tag/v3.2.0)
- [Release notes for tag v3.1.3](https://github.com/laravel/jetstream/releases/tag/v3.1.3)
- [Release notes for tag v3.1.2](https://github.com/laravel/jetstream/releases/tag/v3.1.2)
Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.
If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag v3.2.5](https://github.com/laravel/jetstream/releases/tag/v3.2.5) - [Release notes for tag v3.2.4](https://github.com/laravel/jetstream/releases/tag/v3.2.4) - [Release notes for tag v3.2.3](https://github.com/laravel/jetstream/releases/tag/v3.2.3) - [Release notes for tag v3.2.2](https://github.com/laravel/jetstream/releases/tag/v3.2.2) - [Release notes for tag v3.2.1](https://github.com/laravel/jetstream/releases/tag/v3.2.1) - [Release notes for tag v3.2.0](https://github.com/laravel/jetstream/releases/tag/v3.2.0) - [Release notes for tag v3.1.3](https://github.com/laravel/jetstream/releases/tag/v3.1.3) - [Release notes for tag v3.1.2](https://github.com/laravel/jetstream/releases/tag/v3.1.2)Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
List of changed files
CHANGELOG.md routes/inertia.php routes/livewire.php src/Console/InstallCommand.php src/HasProfilePhoto.php src/Http/Controllers/Inertia/TeamController.php src/Http/Controllers/Inertia/UserProfileController.php src/Http/Livewire/UpdateProfileInformationForm.php src/Http/Middleware/ShareInertiaData.php src/JetstreamServiceProvider.php stubs/app/Providers/AuthServiceProvider.php stubs/inertia/app/Http/Middleware/HandleInertiaRequests.php stubs/inertia/jsconfig.json stubs/inertia/postcss.config.js stubs/inertia/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue stubs/inertia/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue stubs/inertia/resources/js/Pages/Teams/Partials/TeamMemberManager.vue stubs/inertia/resources/js/Pages/Welcome.vue stubs/inertia/resources/js/app.js stubs/inertia/resources/js/ssr.js stubs/inertia/tailwind.config.js stubs/livewire/postcss.config.js stubs/livewire/resources/views/profile/two-factor-authentication-form.blade.php stubs/livewire/resources/views/profile/update-profile-information-form.blade.php stubs/livewire/resources/views/teams/team-member-manager.blade.php stubs/livewire/tailwind.config.js stubs/pest-tests/livewire/ApiTokenPermissionsTest.php stubs/pest-tests/livewire/BrowserSessionsTest.php stubs/pest-tests/livewire/CreateApiTokenTest.php stubs/pest-tests/livewire/CreateTeamTest.php stubs/pest-tests/livewire/DeleteAccountTest.php stubs/pest-tests/livewire/DeleteApiTokenTest.php stubs/pest-tests/livewire/DeleteTeamTest.php stubs/pest-tests/livewire/InviteTeamMemberTest.php stubs/pest-tests/livewire/LeaveTeamTest.php stubs/pest-tests/livewire/ProfileInformationTest.php stubs/pest-tests/livewire/RemoveTeamMemberTest.php stubs/pest-tests/livewire/TwoFactorAuthenticationSettingsTest.php stubs/pest-tests/livewire/UpdatePasswordTest.php stubs/pest-tests/livewire/UpdateTeamMemberRoleTest.php stubs/pest-tests/livewire/UpdateTeamNameTest.php stubs/tests/PasswordConfirmationTest.php stubs/tests/livewire/ApiTokenPermissionsTest.php stubs/tests/livewire/BrowserSessionsTest.php stubs/tests/livewire/CreateApiTokenTest.php stubs/tests/livewire/CreateTeamTest.php stubs/tests/livewire/DeleteAccountTest.php stubs/tests/livewire/DeleteApiTokenTest.php stubs/tests/livewire/DeleteTeamTest.php stubs/tests/livewire/InviteTeamMemberTest.php stubs/tests/livewire/LeaveTeamTest.php stubs/tests/livewire/ProfileInformationTest.php stubs/tests/livewire/RemoveTeamMemberTest.php stubs/tests/livewire/TwoFactorAuthenticationSettingsTest.php stubs/tests/livewire/UpdatePasswordTest.php stubs/tests/livewire/UpdateTeamMemberRoleTest.php stubs/tests/livewire/UpdateTeamNameTest.php tests/Fixtures/Admin.php tests/HasTeamsTest.php tests/JetstreamTest.php tests/OrchestraTestCase.phpChangelog
Here is a list of changes between the version you use, and the version this pull request updates to:
Update HandleInertiaRequests.php with nullable return type (#1343)
Update CHANGELOG
set email as required in input for UpdateUserProfileInformation (#1303)
Use appName directly from .env (#1329)
Update CHANGELOG
fix ShareInertiaData middleware to play nicely with strict mode (preventAccessingMissingAttributes) on disabled 2FA (#1319)
Update CHANGELOG
it copies jsconfig.json to base path for inertia stack installation. (#1317)
Update CHANGELOG
updating the gate check from addTeamMember to updateTeamMember when managing user roles (#1316)
Update CHANGELOG
Migrate to modules (#1315)
Update CHANGELOG
Lint stub files with Pint (#1313)
Ensure email is included in state (#1312)
Update Welcome.vue (#1302)
Add object-cover class to team member profile photo (#1304)
Update two-factor-authentication-form.blade.php (#1305)
Update CHANGELOG
installing auth service provider isn't necessary in light of policy auto discovery
remove unused imports (#1297)
Update CHANGELOG
Working with this branch
If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.