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

Update dependency laravel/passport to v12 #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel/passport 10.4.1 -> 12.3.1 age adoption passing confidence

Release Notes

laravel/passport (laravel/passport)

v12.3.1

Compare Source

v12.3.0

Compare Source

v12.2.1

Compare Source

v12.2.0

Compare Source

v12.1.0

Compare Source

v12.0.3

Compare Source

v12.0.2

Compare Source

v12.0.1

Compare Source

v12.0.0

Compare Source

v11.10.6

Compare Source

v11.10.5

Compare Source

v11.10.4

Compare Source

v11.10.2

Compare Source

v11.10.1

Compare Source

v11.10.0

Compare Source

v11.9.2

Compare Source

v11.9.1

Compare Source

v11.9.0

Compare Source

v11.8.8

Compare Source

v11.8.7

Compare Source

v11.8.6

Compare Source

v11.8.5

Compare Source

v11.8.4

Compare Source

v11.8.3

Compare Source

v11.8.2

Compare Source

v11.8.1

Compare Source

v11.8.0

Compare Source

v11.7.0

Compare Source

Added

v11.6.1

Compare Source

Changed

v11.6.0

Compare Source

Changed
Fixed

v11.5.1

Compare Source

Fixed

v11.5.0

Compare Source

Added

v11.4.0

Compare Source

Changed

v11.3.1

Compare Source

Changed

v11.3.0

Compare Source

Added
Changed

v11.2.1

Compare Source

Fixed

v11.2.0

Compare Source

Changed

v11.1.0

Compare Source

Added

v11.0.1

Compare Source

Changed

v11.0.0

Compare Source

Added
Changed
Fixed
Removed

v10.4.2

Compare Source

v10.4.1

Compare Source

Changed

v10.4.0

Compare Source

Changed

v10.3.3

Compare Source

Changed

v10.3.2

Compare Source

Fixed

v10.3.1

Compare Source

Changed
  • Allow to use custom authorization server response (#​1521)

v10.3.0

Compare Source

Changed

v10.2.2

Compare Source

Fixed
  • Fix jsonSerialize PHP 8.1 issue (#​1512)

v10.2.1

Compare Source

Fixed
  • Fix str_replace error when third parameter ($subject) is null (#​1511)

v10.2.0

Compare Source

Added
  • Add custom encryption key for JWT tokens (#​1501)
Changed
  • Refactor expiry dates to intervals (#​1500)

v10.1.4

Compare Source

Fixed
  • Ensure client model factory always creates models with a primary key (#​1492

v10.1.3

Compare Source

Changed
Fixed

v10.1.2

Compare Source

Fixed

v10.1.1

Compare Source

Changed

v10.1.0

Compare Source

Added
Removed

v10.0.1

Compare Source

Fixed
  • Use newFactory to properly reference factory (#​1349)

v10.0.0

Compare Source

Added
  • Support Laravel 8 & drop PHP 7.2 support (#​1336)
Changed
  • forceFill new auth code attributes (#​1266)
  • Use only one PSR 7 implementation (#​1330)
Removed
  • Remove old static personal client methods (#​1325)
  • Remove Guzzle dependency (#​1327)

v9.4.0

Compare Source

Added
Removed

v9.3.2

Compare Source

Fixes

v9.3.1

Compare Source

Fixed
  • Use custom models in purge command if set (#​1316)
  • Apply table responsive on table class (#​1318)

v9.3.0

Compare Source

Added

v9.2.2

Compare Source

Fixed
  • Fix maxlength for token names (#​1300)
  • Improve passport:install command (#​1294)

v9.2.1

Compare Source

Fixed

v9.2.0

Compare Source

Added
Fixed
  • Nonstandard ID in the token's relationship with the user (#​1267)

v9.1.0

Compare Source

Added
  • Implement secret modal (#​1258)
  • Warn about one-time-hashed-secret (#​1259)
  • Add force option to hash command (#​1251)
Fixed
  • Implement personal access client config (#​1260)

v9.0.1

Compare Source

Fixed
  • Fix displaying secret in Vue component (#​1244)
  • Moved provider check to bearer token only (#​1246)
  • Fix create client call (aff9d09)

v9.0.0

Compare Source

Added
Changed
  • Client credentials middleware should allow any valid client (#​1132)
  • Switch from getKey() to getAuthIdentifier() to match Laravel core (#​1134)
  • Use Hasher interface instead of HashManager (#​1157)
  • Bump league server dependency (#​1237)
Removed
  • Remove deprecated functionality (#​1235)
  • Drop support for old JWT versions (#​1236)

v8.5.0

Compare Source

Added
  • Automatic configuration of client UUIDs (#​1231)

v8.4.4

Compare Source

Fixed
  • Fix 500 Internal Server Error response (#​1222)

v8.4.3

Compare Source

Fixed

v8.4.2

Compare Source

Fixed
  • mergeConfigFrom already checked if app is running with config cached (#​1205)

v8.4.1

Compare Source

Fixed
  • Forget session keys on invalid match (#​1192)
  • Update dependencies for PSR request (#​1201)

v8.4.0

Compare Source

Changed
  • Implement auth token for access requests (#​1188)
Fixed
  • Revoke refresh tokens when auth tokens get revoked (#​1186)

v8.3.1

Compare Source

Fixed

v8.3.0

Compare Source

Added
  • Add a Passport Client factory to Passport publishing (#​1171)
Changed

v8.2.0

Compare Source

Added
  • Update ClientCommand to support public clients (#​1151)
  • Purge Command for revoked and/or expired tokens and auth codes (#​1159, 6c1ea42)
Changed
  • Replace deprecated package and namespaces (#​1158)

v8.1.0

Compare Source

Added
  • Allow access to HTTP response status code on OAuthServerException (#​1148)
  • Modify UserRepository to check for 'findAndValidateForPassport' method (#​1144)

v8.0.2

Compare Source

Changed
  • Add abstract CheckCredentials middleware and allows to create (#​1127)

v8.0.1

Compare Source

Fixed
  • Fix actingAsClient testing method (#​1119)

v8.0.0

Compare Source

Added
  • Add ability to customize the RefreshToken (#​966)
  • Add support for "public" clients (#​1065)
Changed
  • Rework HandlesOAuthErrors trait to middleware (#​937)
  • Use a renderable exception for OAuth errors (#​1066)
  • Use diactoros 2.0 and psr-http-factory (aadf603)
  • Replaced helpers with Blade directives (#​939)
  • Use caret for constraints (d906804)
  • Dropped support for Laravel 5.8 (654cc09)
  • Dropped support for PHP 7.1 (3c830ac)
  • Upgrade to league/oauth2-server 8.0 (97e3026)
Fixed
  • Fix exception will thrown if token belongs to first party clients (#​1040)
  • Fix auth codes table customization (#​1044)
  • Add key type to refresh token model (e400c2b)

v7.5.1

Compare Source

Fixed
  • Cast returned client identifier value to string (#​1091)

v7.5.0

Compare Source

Added
  • Add actingAsClient method for tests (#​1083)

v7.4.1

Compare Source

Fixed

v7.4.0

Compare Source

Added
  • Let Passport support inherited parent scopes (#​1068)
  • Accept requests with the encrypted X-XSRF-TOKEN HTTP header (#​1069)

v7.3.5

Compare Source

Fixed
  • Use bigInteger column type for user_id columns (#​1057)

v7.3.4

Compare Source

Changed
  • Remove old 5.9 constraints (58eb99c)

v7.3.3

Compare Source

Changed
  • Update version constraints for Laravel 6.0 (609b5e8)

v7.3.2

Compare Source

Fixed

v7.3.1

Compare Source

Changed
  • Change server property type in CheckClientCredentialForAnyScope (#​1034)

v7.3.0

Compare Source

Added
  • Allow first party clients to skip the authorization prompt (#​1022)
Fixed
  • Fix AccessToken docblock (#​996)

v7.2.2

Compare Source

Fixed
  • Allow installs of zend-diactoros 2 (c0c3fca)

v7.2.1

Compare Source

Fixed
  • Change wasRecentlyCreated to false (#​979)

v7.2.0

Compare Source

Changed
  • Changed the way to get action path from url() to route() (#​950)
  • Allow '*' scope to be used with Client Credentials (#​949)
Fixed
  • Replace fire() with dispatch() (#​952)

v7.1.0

Compare Source

Added
Changed
  • Make name an optional question (#​926)
Fixed
  • Do not auto increment AuthCode ID (#​929)
  • Allow multiple redirects when creating clients (#​928)
  • Add responses for destroy methods (#​942)

v7.0.5

Compare Source

Fixed

v7.0.4

Compare Source

Added
  • Add middleware CheckClientCredentialsForAnyScope (#​855)
  • Support a default scope when no scope was requested by the client (#​879)
  • Allow setting expiration of personal access tokens (#​919)
Changed
  • Change auth code table to the model's table (#​865)
  • Made whereRevoked consistent (#​868)
  • Use unsignedInteger column type for client_id columns (47f0021)
Fixed
  • Prevent passing empty string variable to retrieveById method (#​861)

v7.0.3

Compare Source

Added
  • Add names to routes for re-usability (#​846)
  • Add user relationship to client model (#​851, 3213be8)
  • Add the ability to retrieve current client (#​854)
Fixed
  • Fix migrations tag publish (#​832)

v7.0.2

Compare Source

Changed
  • Authcode model is now used for persisting new authcodes (#​808)
  • resources/assets directory was flattened (#​813)
Fixed

v7.0.1

Compare Source

Added
  • Add option to enable cookie serialization (9012496)

v7.0.0

Compare Source

Changed
  • Don't serialize by default (29e9d53)

v6.0.7

Compare Source

v6.0.6

Compare Source

v6.0.5

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Mar 13, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laravel/passport:12.2.0 --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Package "laravel/passport:12.2.0" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 is deprecated and some packages will not be available. You should upgrade to Composer 2. See https://blog.packagist.com/deprecating-composer-1-support/
Updating dependencies (including require-dev)

@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from 229e9ad to f3fad3a Compare March 14, 2024 17:31
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from f3fad3a to 1fec427 Compare March 26, 2024 18:00
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch 2 times, most recently from b3136ff to 8ccb6f3 Compare April 16, 2024 15:57
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from 8ccb6f3 to c466098 Compare April 23, 2024 17:22
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from c466098 to 5cbfed1 Compare June 30, 2024 13:28
Copy link
Contributor Author

renovate bot commented Jun 30, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update laravel/passport:12.3.1 --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Package "laravel/passport:12.3.1" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Warning from https://repo.packagist.org: Support for Composer 1 will be shutdown on August 1st 2025. You should upgrade to Composer 2. See https://blog.packagist.com/shutting-down-packagist-org-support-for-composer-1-x/
Updating dependencies (including require-dev)

@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from 5cbfed1 to e7c8fdb Compare June 30, 2024 17:24
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from e7c8fdb to 2e66fb2 Compare July 23, 2024 20:02
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from 2e66fb2 to 4f58729 Compare August 6, 2024 16:09
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from 4f58729 to c6c6b43 Compare August 13, 2024 22:14
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from c6c6b43 to c8d9620 Compare September 26, 2024 21:10
@renovate renovate bot force-pushed the renovate/laravel-passport-12.x branch from c8d9620 to 485f971 Compare November 12, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants