Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

chore(deps): bump spatie/laravel-medialibrary from 11.13.0 to 11.18.2#837

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/spatie/laravel-medialibrary-11.18.2
Closed

chore(deps): bump spatie/laravel-medialibrary from 11.13.0 to 11.18.2#837
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/spatie/laravel-medialibrary-11.18.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps spatie/laravel-medialibrary from 11.13.0 to 11.18.2.

Release notes

Sourced from spatie/laravel-medialibrary's releases.

11.18.2

What's Changed

Full Changelog: spatie/laravel-medialibrary@11.18.1...11.18.2

11.18.1

What's Changed

  • Revert breaking interface change on registerAllMediaConversions() — the ?Media $media = null parameter that was added to the HasMedia interface in v11.18.0 has been removed, as it broke userland code that overrides the method without the parameter. The PHPStan error is now handled via the baseline instead. Fixes #3915.

11.18.0

What's Changed

New Contributors

Full Changelog: spatie/laravel-medialibrary@11.17.10...11.18.0

11.17.10

What's Changed

This new method is similar to getAvailablePath() but calls getPathRelativeToRoot() instead of getPath(). This is useful when working with both local and cloud filesystem drivers, as getPath() returns an absolute path that cannot be passed to Storage::get().

Example usage:

Storage::disk($media->disk)->get(
    $media->getAvailablePathRelativeToRoot(['conversion'])
)

Full Changelog: spatie/laravel-medialibrary@11.17.9...11.17.10

11.17.9

What's Changed

This fix resolves an issue where getStream() was forcing directory-style paths, making it impossible to use custom PathGenerators with non-directory paths (like prefixes). The fix allows developers to use filename prefixes such as {basePath}-{fileName}.

... (truncated)

Changelog

Sourced from spatie/laravel-medialibrary's changelog.

11.18.2 - 2026-02-09

What's Changed

Full Changelog: spatie/laravel-medialibrary@11.18.1...11.18.2

11.18.1 - 2026-02-09

What's Changed

  • Revert breaking interface change on registerAllMediaConversions() — the ?Media $media = null parameter that was added to the HasMedia interface in v11.18.0 has been removed, as it broke userland code that overrides the method without the parameter. The PHPStan error is now handled via the baseline instead. Fixes #3915.

11.18.0 - 2026-02-09

What's Changed

New Contributors

Full Changelog: spatie/laravel-medialibrary@11.17.10...11.18.0

11.17.10 - 2026-01-23

What's Changed

Full Changelog: spatie/laravel-medialibrary@11.17.9...11.17.10

11.17.9 - 2026-01-23

What's Changed

Full Changelog: spatie/laravel-medialibrary@11.17.8...11.17.9

11.17.8 - 2026-01-05

... (truncated)

Commits
  • ab6d909 Fix setNewOrder breaking when array has non-sequential keys (#3916)
  • f4f98b2 Update CHANGELOG
  • dbb115e Revert breaking interface change on registerAllMediaConversions()
  • 1ebdb1c wip
  • 8f192a2 Update CHANGELOG
  • 5ea06e5 Fix S3 conversions inheriting original media's ContentType (#3914)
  • 04f2d98 Add getMediaCollection to HasMedia interface
  • 6e3d554 Fix all PHPStan errors
  • 6edc48e Fix #3889: Clean orphaned responsive images for base image when withResponsiv...
  • 170ccea Add conversion parameter to toResponse and toInlineResponse
  • 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 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-medialibrary](https://github.com/spatie/laravel-medialibrary) from 11.13.0 to 11.18.2.
- [Release notes](https://github.com/spatie/laravel-medialibrary/releases)
- [Changelog](https://github.com/spatie/laravel-medialibrary/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-medialibrary@11.13.0...11.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 10, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

Superseded by #838.

@dependabot dependabot bot closed this Feb 13, 2026
@dependabot dependabot bot deleted the dependabot/composer/spatie/laravel-medialibrary-11.18.2 branch February 13, 2026 00:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants