Skip to content

Update spatie/laravel-permission requirement from ^7.0 to ^8.3#37

Open
dependabot[bot] wants to merge 1 commit into
2.xfrom
dependabot/composer/spatie/laravel-permission-tw-8.3
Open

Update spatie/laravel-permission requirement from ^7.0 to ^8.3#37
dependabot[bot] wants to merge 1 commit into
2.xfrom
dependabot/composer/spatie/laravel-permission-tw-8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on spatie/laravel-permission to permit the latest version.

Release notes

Sourced from spatie/laravel-permission's releases.

8.3.0

What's Changed

ALSO CHECK THE RELEASE NOTES FOR 8.2.0

Full Changelog: spatie/laravel-permission@8.2.0...8.3.0

Changelog

Sourced from spatie/laravel-permission's changelog.

8.3.0 - 2026-07-03

What's Changed

ALSO CHECK THE RELEASE NOTES FOR 8.2.0

Full Changelog: spatie/laravel-permission@8.2.0...8.3.0

8.2.0 - 2026-07-03

What's Changed

Watch out for in your own test suite:

  • If you use custom pivot model deleting/deleted hooks to react to role/permission removal under teams, those hooks were already unreliable in this scenario and remain out of scope — switch to listening for RoleDetachedEvent / PermissionDetachedEvent instead.
  • revokePermissionTo() can now throw GuardDoesNotMatch in rare cases where it previously wouldn't have, as a side effect of routing through the same guard-check used by givePermissionTo(). This should not affect normal usage (permissions being revoked are already guard-matched), but if your tests exercise unusual multi-guard setups, re-run them against this release.

Full Changelog: spatie/laravel-permission@8.1.0...8.2.0

8.1.0 - 2026-06-27

What's Changed

Fixes malformed pipe strings that start with ' or " and do not end with the same quote. Normal documented usage is unchanged:

hasAnyRole('writer|admin')       // same
hasAnyRole("'writer|admin'")     // same
hasAnyRole('"writer|admin"')     // same
hasAnyRole("'writer|admin")      // changed: mismatched apostrophe is removed
hasAnyRole("'writer|admin\"")    // changed: mismatched quote is removed

also

New Contributors

... (truncated)

Commits
  • 60e8ed5 Merge pull request #2966 from spatie/octane-tests
  • 1a04d7e ## Add wiring-level test coverage for the Octane reset listener
  • 396c747 Merge pull request #2965 from spatie/tenant-initialize-cache-issue-2964
  • e80d7b0 Fix initializeCache() not clearing in-memory perms collection on tenant/cache...
  • 9d4eb1e Update CHANGELOG
  • e97b036 Merge pull request #2961 from spatie/fix-2867-teams-custom-pivot
  • 9a43872 Apply same team detach sync to permissions
  • 5084699 Fix team delete/sync when using custom pivot class
  • 08cc164 PhpStan ignore in HasPermissions trait
  • 9acc273 Merge pull request #2963 from chengkangzai/fix/sync-permissions-detached-event
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [spatie/laravel-permission](https://github.com/spatie/laravel-permission) to permit the latest version.
- [Release notes](https://github.com/spatie/laravel-permission/releases)
- [Changelog](https://github.com/spatie/laravel-permission/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-permission@7.0.0...8.3.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-permission
  dependency-version: 8.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github

dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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