Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

chore(deps): bump laravel/passport from 11.10.6 to 12.4.2#887

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/composer/laravel/passport-12.4.2

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMar 13, 2025
edited
Loading

Bumpslaravel/passport from 11.10.6 to 12.4.2.

Release notes

Sourced fromlaravel/passport's releases.

v12.4.2

v12.4.1

v12.4.0

v12.3.1

v12.3.0

v12.2.1

v12.2.0

v12.1.0

v12.0.3

v12.0.2

v12.0.1

v12.0.0

Changelog

Sourced fromlaravel/passport's changelog.

v12.4.2 - 2025-02-12

v12.4.1 - 2025-01-28

v12.4.0 - 2025-01-13

v12.3.1 - 2024-11-11

v12.3.0 - 2024-08-05

v12.2.1 - 2024-07-10

v12.2.0 - 2024-04-17

v12.1.0 - 2024-04-15

v12.0.3 - 2024-04-05

v12.0.2 - 2024-03-21

v12.0.1 - 2024-03-14

v12.0.0 - 2024-03-12

... (truncated)

Upgrade guide

Sourced fromlaravel/passport's upgrade guide.

Upgrade Guide

General Notes

Upgrading To 12.0 From 11.x

Migration Changes

Passport 12.0 no longer automatically loads migrations from its own migrations directory. Instead, you should run the following command to publish Passport's migrations to your application:

php artisan vendor:publish --tag=passport-migrations

Password Grant Type

The password grant type is disabled by default. You may enable it by calling theenablePasswordGrant method in theboot method of your application'sApp\Providers\AppServiceProvider class:

publicfunctionboot():void{    Passport::enablePasswordGrant();}

Upgrading To 11.0 From 10.x

Minimum PHP Version

PHP 8.0 is now the minimum required version.

Minimum Laravel Version

Laravel 9.0 is now the minimum required version.

Reverting Model DB Connection Customization

PR:laravel/passport#1412

Customizing model database connections through the migration files has been reverted. This was first introduced inthis PR.

If you need to customize the database connection for a model you should override the modelsas explained in the documentation.

Allow Timestamps On Token model

PR:laravel/passport#1425

Timestamps are now allowed on theToken model. If you specifically didn't want these model's timestamps to be updated then you may override theToken modelas explained in the documentation.

Refactor Routes To Dedicated File

... (truncated)

Commits

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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file phpPull requests that update Php code labelsMar 13, 2025
Bumps [laravel/passport](https://github.com/laravel/passport) from 11.10.6 to 12.4.2.- [Release notes](https://github.com/laravel/passport/releases)- [Changelog](https://github.com/laravel/passport/blob/12.x/CHANGELOG.md)- [Upgrade guide](https://github.com/laravel/passport/blob/12.x/UPGRADE.md)- [Commits](laravel/passport@v11.10.6...v12.4.2)---updated-dependencies:- dependency-name: laravel/passport  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/composer/laravel/passport-12.4.2 branch from62f6cd8 tod8938fdCompareMarch 14, 2025 13:00
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filephpPull requests that update Php code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp