laravelio / laravel.io

The Laravel.io Community Portal.
https://laravel.io
MIT License
2.43k stars 643 forks source link

Bump the php-dependencies group with 7 updates #1045

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the php-dependencies group with 7 updates:

Package From To
codeat3/blade-simple-icons 3.6.0 3.7.0
laravel/framework 10.47.0 10.48.2
livewire/livewire 3.4.7 3.4.8
sentry/sentry-laravel 4.2.0 4.3.0
spatie/laravel-robots-middleware 1.3.2 1.4.0
mockery/mockery 1.6.7 1.6.9
pestphp/pest 2.34.1 2.34.2

Updates codeat3/blade-simple-icons from 3.6.0 to 3.7.0

Release notes

Sourced from codeat3/blade-simple-icons's releases.

3.7.0

What's Changed

Full Changelog: https://github.com/codeat3/blade-simple-icons/compare/3.6.0...3.7.0

Changelog

Sourced from codeat3/blade-simple-icons's changelog.

3.7.0 - 2024-03-08

What's Changed

Full Changelog: https://github.com/codeat3/blade-simple-icons/compare/3.6.0...3.7.0

Commits


Updates laravel/framework from 10.47.0 to 10.48.2

Release notes

Sourced from laravel/framework's releases.

v10.48.2

v10.48.1

v10.48.0

Commits


Updates livewire/livewire from 3.4.7 to 3.4.8

Release notes

Sourced from livewire/livewire's releases.

v3.4.8

This release contains an updated version of Alpine (3.13.7) that reverts a few recent breaking changes. Here's the notable Alpine release notes: https://github.com/alpinejs/alpine/releases/tag/v3.13.7

Commits


Updates sentry/sentry-laravel from 4.2.0 to 4.3.0

Release notes

Sourced from sentry/sentry-laravel's releases.

4.3.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.3.0.

Features

  • Add support for Laravel 11.0 [(#845)](getsentry/sentry-laravel#845)

    If you're upgrading an existing Laravel 10 application to the new Laravel 11 directory structure, you must change how Sentry integrates into the exception handler. Update your bootstrap/app.php with:

    <?php
    

    use Illuminate\Foundation\Application; use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; use Sentry\Laravel\Integration;

    return Application::configure(basePath: dirname(DIR)) ->withRouting( web: DIR.'/../routes/web.php', commands: DIR.'/../routes/console.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware) { // }) ->withExceptions(function (Exceptions $exceptions) { Integration::handles($exceptions); })->create();

    If you plan to perform up-time checks against the new Laravel 11 /up health URL, ignore this transaction in your config/sentry.php file, as not doing so could consume a substantial amount of your performance unit quota.

    // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#ignore-transactions
    'ignore_transactions' => [
        // Ignore Laravel's default health URL
        '/up',
    ],
    

Bug Fixes

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.3.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Laravel SDK v4.3.0.

Features

  • Add support for Laravel 11.0 [(#845)](getsentry/sentry-laravel#845)

    If you're upgrading an existing Laravel 10 application to the new Laravel 11 directory structure, you must change how Sentry integrates into the exception handler. Update your bootstrap/app.php with:

    <?php
    

    use Illuminate\Foundation\Application; use Illuminate\Foundation\Configuration\Exceptions; use Illuminate\Foundation\Configuration\Middleware; use Sentry\Laravel\Integration;

    return Application::configure(basePath: dirname(DIR)) ->withRouting( web: DIR.'/../routes/web.php', commands: DIR.'/../routes/console.php', health: '/up', ) ->withMiddleware(function (Middleware $middleware) { // }) ->withExceptions(function (Exceptions $exceptions) { Integration::handles($exceptions); })->create();

    If you plan to perform up-time checks against the new Laravel 11 /up health URL, ignore this transaction in your config/sentry.php file, as not doing so could consume a substantial amount of your performance unit quota.

    // @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#ignore-transactions
    'ignore_transactions' => [
        // Ignore Laravel's default health URL
        '/up',
    ],
    

Bug Fixes

Commits


Updates spatie/laravel-robots-middleware from 1.3.2 to 1.4.0

Release notes

Sourced from spatie/laravel-robots-middleware's releases.

1.4.0

What's Changed

Full Changelog: https://github.com/spatie/laravel-robots-middleware/compare/1.3.2...1.4.0

Changelog

Sourced from spatie/laravel-robots-middleware's changelog.

1.4.0 - 2024-03-11

What's Changed

Full Changelog: https://github.com/spatie/laravel-robots-middleware/compare/1.3.2...1.4.0

Commits


Updates mockery/mockery from 1.6.7 to 1.6.9

Release notes

Sourced from mockery/mockery's releases.

1.6.9

This tag reverts the 1.6.8 tag, pointing back to the previous commit 1.6.7.

This is done to correct an issue or mistake in the 1.6.8 release.

Sorry for the inconvenience caused.

1.6.8

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from mockery/mockery's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.6.8] - 2024-03-12

Commits


Updates pestphp/pest from 2.34.1 to 2.34.2

Release notes

Sourced from pestphp/pest's releases.

v2.34.2

Full Changelog: https://github.com/pestphp/pest/compare/v2.34.1...v2.34.2

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
driesvints commented 6 months ago

@dependabot rebase

driesvints commented 6 months ago

@dependabot rebase

dependabot[bot] commented 6 months ago

Looks like these dependencies are up-to-date now, so this is no longer needed.