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 intervention/image-laravel to v1.5.1 (dev) #1090

Merged
merged 1 commit into from
Feb 15, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
intervention/image-laravel (source) 1.4.0 -> 1.5.1 age adoption passing confidence

Release Notes

Intervention/image-laravel (intervention/image-laravel)

v1.5.1

Compare Source

What's Changed

The package now includes a Laravel response macro that can be used to elegantly encode image resources and convert it to an HTTP response in a single step.

Example
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\Storage;
use Intervention\Image\Format;
use Intervention\Image\Laravel\Facades\Image;

Route::get('/', function () {
    $image = Image::read(Storage::get('example.jpg'))
        ->scale(height: 300);

    return response()->image($image, Format::WEBP, quality: 65);
});

Full Changelog: Intervention/image-laravel@1.4.0...1.5.0

v1.5.0

Compare Source

What's Changed

The package now includes a Laravel response macro that can be used to elegantly encode image resources and convert it to an HTTP response in a single step.

Example
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\Storage;
use Intervention\Image\Format;
use Intervention\Image\Laravel\Facades\Image;

Route::get('/', function () {
    $image = Image::read(Storage::get('example.jpg'))
        ->scale(height: 300);

    return response()->image($image, Format::WEBP, quality: 65);
});

Full Changelog: Intervention/image-laravel@1.4.0...1.5.0


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.

@renovate renovate bot force-pushed the renovate/dev-intervention-image-laravel-1.x branch 4 times, most recently from e17b223 to 03e5416 Compare February 13, 2025 20:42
@renovate renovate bot changed the title Update dependency intervention/image-laravel to v1.4.0 (dev) Update dependency intervention/image-laravel to v1.4.0 (dev) - autoclosed Feb 13, 2025
@renovate renovate bot closed this Feb 13, 2025
@renovate renovate bot deleted the renovate/dev-intervention-image-laravel-1.x branch February 13, 2025 23:06
@renovate renovate bot changed the title Update dependency intervention/image-laravel to v1.4.0 (dev) - autoclosed Update dependency intervention/image-laravel to v1.4.0 (dev) Feb 15, 2025
@renovate renovate bot reopened this Feb 15, 2025
@renovate renovate bot force-pushed the renovate/dev-intervention-image-laravel-1.x branch from b57a425 to 03e5416 Compare February 15, 2025 10:07
@renovate renovate bot changed the title Update dependency intervention/image-laravel to v1.4.0 (dev) Update dependency intervention/image-laravel to v1.5.1 (dev) Feb 15, 2025
@renovate renovate bot force-pushed the renovate/dev-intervention-image-laravel-1.x branch from 03e5416 to 7f52a40 Compare February 15, 2025 13:50
@renovate renovate bot merged commit 159cac7 into dev Feb 15, 2025
1 check passed
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