Skip to content

chore(deps): bump spatie/laravel-permission from 8.0.0 to 8.1.0#95

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/spatie/laravel-permission-8.1.0
Open

chore(deps): bump spatie/laravel-permission from 8.0.0 to 8.1.0#95
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/spatie/laravel-permission-8.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps spatie/laravel-permission from 8.0.0 to 8.1.0.

Release notes

Sourced from spatie/laravel-permission's releases.

8.1.0

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

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

Changelog

Sourced from spatie/laravel-permission's changelog.

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

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

Commits
  • 754db00 Merge pull request #2960 from albertoarena/fix/convert-pipe-to-array-mismatch...
  • ab5d8f3 fix: only strip matched quotes in pipe parsing
  • 5350697 Bump actions/checkout from 6 to 7 (#2959)
  • c2c871a Creation no longer requires ->value
  • 75e9c06 docs: modernize middleware usage examples (#2954)
  • c714473 Harden Dependabot auto-merge actor check
  • 6d20d6b Use native GitHub Actions badges in README
  • See full diff 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 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 8.0.0 to 8.1.0.
- [Release notes](https://github.com/spatie/laravel-permission/releases)
- [Changelog](https://github.com/spatie/laravel-permission/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-permission@8.0.0...8.1.0)

---
updated-dependencies:
- dependency-name: spatie/laravel-permission
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, php. Please create them before Dependabot can add them 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