Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump laravel/jetstream from 3.2.3 to 4.1.1 #49

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2023

Bumps laravel/jetstream from 3.2.3 to 4.1.1.

Release notes

Sourced from laravel/jetstream's releases.

v4.1.1

v4.1.0

v4.0.5

v4.0.4

v4.0.3

v4.0.2

v4.0.1

v4.0.0

v3.3.3

v3.3.2

v3.3.1

v3.3.0

v3.2.5

v3.2.4

... (truncated)

Changelog

Sourced from laravel/jetstream's changelog.

v4.1.1 - 2023-11-27

v4.1.0 - 2023-11-07

v4.0.5 - 2023-10-27

v4.0.4 - 2023-10-18

v4.0.3 - 2023-10-02

v4.0.2 - 2023-09-19

v4.0.1 - 2023-08-27

v4.0.0 - 2023-08-24

v3.3.3 - 2023-08-23

v3.3.2 - 2023-08-21

v3.3.1 - 2023-08-14

... (truncated)

Upgrade guide

Sourced from laravel/jetstream's upgrade guide.

Upgrade Guide

Upgrading from Jetstream 3.x to Jetstream 4.x

Note This upgrade guide only discusses upgrading to Jetstream 4.x. Upgrading your Laravel, Tailwind, Livewire, or Inertia installations is outside the scope of this documentation and is not strictly required in order to use Jetstream 4.x. Please consult the upgrade guides for those libraries for information on their upgrade process.

Jetstream 4.x Changes Common To Both Stacks

Dependency Versions

You should upgrade your laravel/jetstream dependency to ^4.0 within your application's composer.json file. Then, run the composer update command:

composer update

Jetstream 4.x Livewire Stack

This upgrade guide assumes you have already upgraded your application to Livewire 3.x and ran the php artisan livewire:upgrade command against the views published by Jetstream.

Alpine Script

As you may know, Livewire 3 ships with Alpine by default, so you do not need to include it in your application's resources/js/app.js file.

You should include @livewireStyles and @livewireScripts in your application's resources/views/layouts/guest.blade.php file since Alpine is used by "guest" components published by Jetstream:

        <!-- Scripts -->
        @vite(['resources/css/app.css', 'resources/js/app.js'])
+
+       <!-- Styles -->
+       @livewireStyles
    </head>
    <body>
        <div class="font-sans text-gray-900 dark:text-gray-100 antialiased">
            {{ $slot }}
        </div>
+
+       @livewireScripts
    </body>

Upgrading from Jetstream 2.x to Jetstream 3.x

Note This upgrade guide only discusses upgrading to Jetstream 3.x. Upgrading your Laravel, Tailwind, Livewire, or Inertia installations is outside the scope of this documentation and is not strictly required in order to use Jetstream 3.x. Please consult the upgrade guides for those libraries for information on their upgrade process.

... (truncated)

Commits
  • bd7faef set password in session on update for inertia (#1411)
  • 7f790e4 deleteTeam() return type (#1406)
  • 91cd4e4 Update CHANGELOG
  • f517d79 [4.x] Replace jenssegers/agent and use latest `mobiledetect/mobiledetectlib...
  • e91da52 [4.x] Use PHPUnit 10 (#1400)
  • 379ff34 Typehint mutator profile_photo_url attribute function return (#1396)
  • d02086d Update CHANGELOG
  • 23a4ce8 Replacing left/right classes with start/end to support RTL (#1392)
  • 23e51c6 Update CHANGELOG
  • 649364c Fix Livewire component premature registration (#1390)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [laravel/jetstream](https://github.com/laravel/jetstream) from 3.2.3 to 4.1.1.
- [Release notes](https://github.com/laravel/jetstream/releases)
- [Changelog](https://github.com/laravel/jetstream/blob/4.x/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/jetstream/blob/4.x/UPGRADE.md)
- [Commits](laravel/jetstream@v3.2.3...v4.1.1)

---
updated-dependencies:
- dependency-name: laravel/jetstream
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 29, 2023
@perisicnikola37 perisicnikola37 merged commit 9cd610f into master Nov 30, 2023
@dependabot dependabot bot deleted the dependabot/composer/laravel/jetstream-4.1.1 branch November 30, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant