Bump spatie/laravel-permission from 6.23.0 to 6.24.0 in /Auth #295

Merged
dependabotbot_placeholder_19d9ldn merged 1 commit from dependabot/composer/Auth/spatie/laravel-permission-6.24.0 into main 2025-12-15 23:30:21 +01:00
dependabotbot_placeholder_19d9ldn commented 2025-12-15 23:30:09 +01:00 (Migrated from git.cyanfox.de)

Bumps spatie/laravel-permission from 6.23.0 to 6.24.0.

Release notes

Sourced from spatie/laravel-permission's releases.

6.24.0

What's Changed

Internals/Testing

Full Changelog: https://github.com/spatie/laravel-permission/compare/6.23.0...6.24.0

Changelog

Sourced from spatie/laravel-permission's changelog.

6.24.0 - 2025-12-13

What's Changed

Internals/Testing

Full Changelog: https://github.com/spatie/laravel-permission/compare/6.23.0...6.24.0

Commits
  • 76adb1f Merge pull request #2904 from jnoordsij/patch-1
  • 636d85f Fix deprecated usage of null as array key
  • b698903 Merge pull request #2901 from spatie/dependabot/github_actions/actions/checko...
  • c71e15c Merge pull request #2903 from spatie/prefer-lowest-L11
  • 2d803e0 Skip prefer-lowest dependency version for Laravel 11
  • 9deb5ed Bump actions/checkout from 5 to 6
  • 70b12bf Merge pull request #2893 from imhayatunnabi/feat/role-permission-route-macro
  • 440d1c1 feat: Implement roleOrPermission macro
  • 8eb9577 Merge pull request #2890 from imhayatunnabi/feat/add-backed-enum-support-to-r...
  • 6d81b58 feat: RoleOrPermissionMiddleware to handle BackedEnum and improve role/permis...
  • 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 [spatie/laravel-permission](https://github.com/spatie/laravel-permission) from 6.23.0 to 6.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spatie/laravel-permission/releases">spatie/laravel-permission's releases</a>.</em></p> <blockquote> <h2>6.24.0</h2> <h2>What's Changed</h2> <ul> <li>Add BackedEnum Support to RoleOrPermissionMiddleware by <a href="https://github.com/imhayatunnabi"><code>@​imhayatunnabi</code></a> in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2890">spatie/laravel-permission#2890</a></li> <li>Add Missing roleOrPermission() route macro by <a href="https://github.com/imhayatunnabi"><code>@​imhayatunnabi</code></a> in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2893">spatie/laravel-permission#2893</a></li> <li>PHP 8.5: Fix deprecated usage of <code>null</code> as array key by <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a> in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2904">spatie/laravel-permission#2904</a></li> </ul> <h2>Internals/Testing</h2> <ul> <li>Skip prefer-lowest dependency version for Laravel 11 by <a href="https://github.com/drbyte"><code>@​drbyte</code></a> in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2903">spatie/laravel-permission#2903</a></li> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2901">spatie/laravel-permission#2901</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spatie/laravel-permission/compare/6.23.0...6.24.0">https://github.com/spatie/laravel-permission/compare/6.23.0...6.24.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/spatie/laravel-permission/blob/main/CHANGELOG.md">spatie/laravel-permission's changelog</a>.</em></p> <blockquote> <h2>6.24.0 - 2025-12-13</h2> <h3>What's Changed</h3> <ul> <li>Add BackedEnum Support to RoleOrPermissionMiddleware by <a href="https://github.com/imhayatunnabi"><code>@​imhayatunnabi</code></a> in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2890">spatie/laravel-permission#2890</a></li> <li>Add Missing roleOrPermission() route macro by <a href="https://github.com/imhayatunnabi"><code>@​imhayatunnabi</code></a> in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2893">spatie/laravel-permission#2893</a></li> <li>PHP 8.5: Fix deprecated usage of <code>null</code> as array key by <a href="https://github.com/jnoordsij"><code>@​jnoordsij</code></a> in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2904">spatie/laravel-permission#2904</a></li> </ul> <h3>Internals/Testing</h3> <ul> <li>Skip prefer-lowest dependency version for Laravel 11 by <a href="https://github.com/drbyte"><code>@​drbyte</code></a> in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2903">spatie/laravel-permission#2903</a></li> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/spatie/laravel-permission/pull/2901">spatie/laravel-permission#2901</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spatie/laravel-permission/compare/6.23.0...6.24.0">https://github.com/spatie/laravel-permission/compare/6.23.0...6.24.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spatie/laravel-permission/commit/76adb1fc8d07c16a0721c35c4cc330b7a12598d7"><code>76adb1f</code></a> Merge pull request <a href="https://redirect.github.com/spatie/laravel-permission/issues/2904">#2904</a> from jnoordsij/patch-1</li> <li><a href="https://github.com/spatie/laravel-permission/commit/636d85f9aa59111c074895f8bdfd12dc0aee1912"><code>636d85f</code></a> Fix deprecated usage of <code>null</code> as array key</li> <li><a href="https://github.com/spatie/laravel-permission/commit/b698903384980feb9b4560866df7d8d3037a8bc7"><code>b698903</code></a> Merge pull request <a href="https://redirect.github.com/spatie/laravel-permission/issues/2901">#2901</a> from spatie/dependabot/github_actions/actions/checko...</li> <li><a href="https://github.com/spatie/laravel-permission/commit/c71e15c53fdb7203ce5e311f178ac5dbb388061c"><code>c71e15c</code></a> Merge pull request <a href="https://redirect.github.com/spatie/laravel-permission/issues/2903">#2903</a> from spatie/prefer-lowest-L11</li> <li><a href="https://github.com/spatie/laravel-permission/commit/2d803e0ec5bc388cacd0dcf1561e4fd0b73dc4c4"><code>2d803e0</code></a> Skip prefer-lowest dependency version for Laravel 11</li> <li><a href="https://github.com/spatie/laravel-permission/commit/9deb5ed8a37583afd95b027587f48c7cdffb569e"><code>9deb5ed</code></a> Bump actions/checkout from 5 to 6</li> <li><a href="https://github.com/spatie/laravel-permission/commit/70b12bf6a63b0734879125cbf38b998295685cc6"><code>70b12bf</code></a> Merge pull request <a href="https://redirect.github.com/spatie/laravel-permission/issues/2893">#2893</a> from imhayatunnabi/feat/role-permission-route-macro</li> <li><a href="https://github.com/spatie/laravel-permission/commit/440d1c157a6e091f257c067679ee8eb60d846221"><code>440d1c1</code></a> feat: Implement roleOrPermission macro</li> <li><a href="https://github.com/spatie/laravel-permission/commit/8eb95773c628977c4bfdf80a70da8c37e0369ae1"><code>8eb9577</code></a> Merge pull request <a href="https://redirect.github.com/spatie/laravel-permission/issues/2890">#2890</a> from imhayatunnabi/feat/add-backed-enum-support-to-r...</li> <li><a href="https://github.com/spatie/laravel-permission/commit/6d81b580651355e16916cf63982f5a0e174a9204"><code>6d81b58</code></a> feat: RoleOrPermissionMiddleware to handle BackedEnum and improve role/permis...</li> <li>Additional commits viewable in <a href="https://github.com/spatie/laravel-permission/compare/6.23.0...6.24.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=spatie/laravel-permission&package-manager=composer&previous-version=6.23.0&new-version=6.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
githubactionsbot_placeholder_11pm1k3 (Migrated from git.cyanfox.de) closed this pull request 2025-12-15 23:30:21 +01:00
githubactionsbot_placeholder_11pm1k3 (Migrated from git.cyanfox.de) merged commit into main 2025-12-15 23:30:21 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
CyanFox/Modules!295
No description provided.