Skip to content

chore(deps): bump the php-dependencies group across 1 directory with 13 updates #380

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

Bumps the php-dependencies group with 10 updates in the / directory:

Package From To
awcodes/filament-badgeable-column 2.3.2 2.3.3
filament/spatie-laravel-media-library-plugin 3.3.15 3.3.24
laravel/socialite 5.20.0 5.21.0
sentry/sentry-laravel 4.13.0 4.15.0
spatie/laravel-data 4.15.1 4.15.2
spatie/laravel-permission 6.18.0 6.19.0
symfony/mailgun-mailer 7.2.0 7.3.0
vormkracht10/filament-mails 2.3.6 2.3.8
ysfkaya/filament-phone-input 3.1.8 3.1.9
larastan/larastan 3.4.0 3.4.2

Updates awcodes/filament-badgeable-column from 2.3.2 to 2.3.3

Release notes

Sourced from awcodes/filament-badgeable-column's releases.

v2.3.3

What's Changed

New Contributors

Full Changelog: awcodes/filament-badgeable-column@v2.3.2...v2.3.3

Commits
  • cd063e3 Merge pull request #54 from awcodes/dependabot/github_actions/dependabot/fetc...
  • 8dd3ad3 Chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0
  • 62682eb Merge pull request #53 from awcodes/dependabot/github_actions/aglipanci/larav...
  • 66a623a Chore(deps): bump aglipanci/laravel-pint-action from 2.4 to 2.5
  • 2ad1a4e Merge pull request #52 from awcodes/dependabot/github_actions/dependabot/fetc...
  • 409c41a Chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
  • 74dfbc3 Update README.md
  • f311e9c Merge pull request #49 from awcodes/dependabot/github_actions/dependabot/fetc...
  • e6d7cc4 Chore(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0
  • e7ed066 Merge pull request #48 from awcodes/dependabot/github_actions/dependabot/fetc...
  • Additional commits viewable in compare view

Updates filament/spatie-laravel-media-library-plugin from 3.3.15 to 3.3.24

Commits

Updates laravel/framework from 12.14.1 to 12.18.0

Release notes

Sourced from laravel/framework's releases.

v12.18.0

v12.17.0

v12.16.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v12.18.0 - 2025-06-10

v12.17.0 - 2025-06-03

v12.16.0 - 2025-05-27

... (truncated)

Commits
  • 7d264a0 Update version to v12.18.0
  • c8d188c Update facade docblocks
  • 70ec9fc [12.x] Allow retrieving all reported exceptions from ExceptionHandlerFake (...
  • 141c46c [12.x] Validate that outOf is greater than 0 in Lottery helper (#55969)
  • 6ade02f Remove unused $guarded parameter from testChannelNameNormalization method (#5...
  • 54ccc16 Broadcasting Utilities (#55967)
  • 78cf4ee [12.x] Fix timezone validation test for PHP 8.3+ (#55956)
  • 07df8bc [12.x] feat: Add ability to override SendQueuedNotifications job class (#55942)
  • 7ae03b1 [12.x] Supports PHPUnit 12.2 (#55961)
  • 06f7848 fix: add generics to Model attribute related methods (#55962)
  • Additional commits viewable in compare view

Updates laravel/socialite from 5.20.0 to 5.21.0

Release notes

Sourced from laravel/socialite's releases.

v5.21.0

Changelog

Sourced from laravel/socialite's changelog.

v5.21.0 - 2025-05-19

Commits

Updates ramsey/uuid from 4.7.6 to 4.8.1

Release notes

Sourced from ramsey/uuid's releases.

4.8.1

Fixed

  • This tagged release ensures the stable documentation build matches the current stable release.

Full Changelog: ramsey/uuid@4.8.0...4.8.1

4.8.0

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Codec\OrderedTimeCodec is deprecated; please migrate to version 6 UUIDs.
  • Ramsey\Uuid\Codec\TimestampFirstCombCodec is deprecated; please migrate to version 7 UUIDs.
  • Ramsey\Uuid\Codec\TimestampLastCombCodec is deprecated; please use Ramsey\Uuid\Codec\StringCodec instead.
  • Ramsey\Uuid\Generator\CombGenerator is deprecated; please migrate to version 7 UUIDs.

Fixed

  • Allow brick/math version ^0.13; fixed in #589.
  • Update call to str_getcsv() to avoid deprecation notice in PHP 8.4; fixed in #590.
  • Hexadecimal is never an empty string; fixed in #593.
  • Update docblocks for Uuid::fromBytes(), Uuid::fromString(), Uuid::fromDateTime(), Uuid::fromHexadecimal(), and Uuid::fromInteger() to note that each can throw InvalidArgumentException, addressing PHPStan errors occurring at call sites; fixed in #552.
  • getVariant() for MaxUuid now correctly returns Uuid::RESERVED_FUTURE, as specified in RFC 9562, section 5.10.
  • getVariant() for NilUuid now correctly returns Uuid::RESERVED_NCS, as specified in RFC 9562, section 5.9.

New Contributors

Full Changelog: ramsey/uuid@4.7.6...4.8.0

Changelog

Sourced from ramsey/uuid's changelog.

4.8.1 - 2025-06-01

Fixed

  • This tagged release ensures the stable documentation build matches the current stable release.

4.8.0 - 2025-06-01

Deprecated

The following will be removed in ramsey/uuid 5.0.0:

  • Ramsey\Uuid\Codec\OrderedTimeCodec is deprecated; please migrate to version 6 UUIDs.
  • Ramsey\Uuid\Codec\TimestampFirstCombCodec is deprecated; please migrate to version 7 UUIDs.
  • Ramsey\Uuid\Codec\TimestampLastCombCodec is deprecated; please use Ramsey\Uuid\Codec\StringCodec instead.
  • Ramsey\Uuid\Generator\CombGenerator is deprecated; please migrate to version 7 UUIDs.

Fixed

  • Allow brick/math version ^0.13; fixed in #589.
  • Update call to str_getcsv() to avoid deprecation notice in PHP 8.4; fixed in #590.
  • Hexadecimal is never an empty string; fixed in #593.
  • Update docblocks for Uuid::fromBytes(), Uuid::fromString(), Uuid::fromDateTime(), Uuid::fromHexadecimal(), and Uuid::fromInteger() to note that each can throw InvalidArgumentException, addressing PHPStan errors occurring at call sites; fixed in #552.
  • getVariant() for MaxUuid now correctly returns Uuid::RESERVED_FUTURE, as specified in RFC 9562, section 5.10.
  • getVariant() for NilUuid now correctly returns Uuid::RESERVED_NCS, as specified in RFC 9562, section 5.9.
Commits
  • fdf4dd4 Prepare release 4.8.1
  • b366701 Update documentation with references to RFC 9562
  • 6700833 Prepare for release 4.8.0
  • a11a7e5 Lock brick/math to ^0.9 for testing and update CHANGELOG
  • db6a661 Merge branch 'derrabus-bump/math' into 4.x
  • d52de61 fix: max UUID should be variant 7, nil UUID should be variant 0
  • dbcee99 Update CHANGELOG with most recent changes
  • efc4409 Clean up docblocks, code, and note new deprecations
  • d43a9e7 chore: update copyright year
  • 4d0c09d chore: convert @​psalm-return to @​return
  • Additional commits viewable in compare view

Updates sentry/sentry-laravel from 4.13.0 to 4.15.0

Release notes

Sourced from sentry/sentry-laravel's releases.

4.15.0

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

Features

  • Add support for Sentry Structured Logs [(#1000)](getsentry/sentry-laravel#1000)

    To enable this feature, add the sentry_logs log channel in your config/logging.php configuration:

    'channels' => [
        ...
        'sentry' => [
            'driver' => 'sentry_logs',
            'level' => env('LOG_LEVEL', 'info'),
        ],
        ...
    ],

    Add SENTRY_ENABLE_LOGS=true to your .env file.

    Use the Log facade to sent your logs to Sentry. To learn more, head over to the Laravel docs.

    use Illuminate\Support\Facades\Log;
    Log::driver('sentry')->info('User {id} failed to login.', ['id' => $user->id]);

4.14.1

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

Bug Fixes

  • Ensure there is a newline before writing env variables [(#1002)](getsentry/sentry-laravel#1002)

    Fixed an issue where the php artisan sentry:publish command might not properly add newlines when writing environment variables to the .env file.

4.14.0

Bug Fixes

  • Fix tracing when using Laravel Octane [(#997)](getsentry/sentry-laravel#997)

    When using Laravel Octane, the SDK now correctly cleans up it's state after each request, ensuring that traces are correctly reported.

Misc

... (truncated)

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.15.0

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

Features

  • Add support for Sentry Structured Logs [(#1000)](getsentry/sentry-laravel#1000)

    To enable this feature, add the sentry_logs log channel in your config/logging.php configuration:

    'channels' => [
        ...
        'sentry' => [
            'driver' => 'sentry_logs',
            'level' => env('LOG_LEVEL', 'info'),
        ],
        ...
    ],

    Add SENTRY_ENABLE_LOGS=true to your .env file.

    Use the Log facade to sent your logs to Sentry. To learn more, head over to the Laravel docs.

    use use Illuminate\Support\Facades\Log;
    Log::driver('sentry')->info('User {id} failed to login.', ['id' => $user->id]);

4.14.1

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

Bug Fixes

  • Ensure there is a newline before writing env variables [(#1002)](getsentry/sentry-laravel#1002)

    Fixed an issue where the php artisan sentry:publish command might not properly add newlines when writing environment variables to the .env file.

4.14.0

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

Bug Fixes

... (truncated)

Commits

Updates spatie/laravel-data from 4.15.1 to 4.15.2

Release notes

Sourced from spatie/laravel-data's releases.

4.15.2

  • Fix: CannotCreateData exception when AutoWhenLoadedLazy relationship is not loaded (#1009)
  • Fix: Inertia deferred properties not being that flexible

Full Changelog: spatie/laravel-data@4.15.1...4.15.2

Changelog

Sourced from spatie/laravel-data's changelog.

4.15.2 - 2025-06-12

  • Fix: CannotCreateData exception when AutoWhenLoadedLazy relationship is not loaded (#1009)
  • Fix: Inertia deferred properties not being that flexible

Full Changelog: spatie/laravel-data@4.15.1...4.15.2

Commits

Updates spatie/laravel-permission from 6.18.0 to 6.19.0

Release notes

Sourced from spatie/laravel-permission's releases.

6.19.0

What's Changed

Full Changelog: spatie/laravel-permission@6.18.0...6.19.0

Changelog

Sourced from spatie/laravel-permission's changelog.

6.19.0 - 2025-05-31

What's Changed

Full Changelog: spatie/laravel-permission@6.18.0...6.19.0

Commits

Updates symfony/mailgun-mailer from 7.2.0 to 7.3.0

Release notes

Sourced from symfony/mailgun-mailer's releases.

v7.3.0

Changelog (symfony/mailgun-mailer@v7.3.0-RC1...v7.3.0)

  • no significant changes

v7.3.0-RC1

Changelog (symfony/mailgun-mailer@v7.3.0-BETA2...v7.3.0-RC1)

  • no significant changes

v7.3.0-BETA1

Changelog (symfony/mailgun-mailer@v7.2.6...v7.3.0-BETA1)

  • no significant changes
Commits

Updates vormkracht10/filament-mails from 2.3.6 to 2.3.8

Commits

Updates ysfkaya/filament-phone-input from 3.1.8 to 3.1.9

Release notes

Sourced from ysfkaya/filament-phone-input's releases.

3.1.9

What's Changed

New Contributors

Full Changelog: ysfkaya/filament-phone-input@v3.1.8...v3.1.9

Changelog

Sourced from ysfkaya/filament-phone-input's changelog.

3.1.9 - 2025-05-28

What's Changed

New Contributors

Full Changelog: ysfkaya/filament-phone-input@v3.1.8...v3.1.9

v2.3.8 - 2025-04-25

What's Changed

  • Fixes libphonenumber enum issue

Full Changelog: ysfkaya/filament-phone-input@v2.3.7...v2.3.8

Commits

Updates larastan/larastan from 3.4.0 to 3.4.2

Release notes

Sourced from larastan/larastan's releases.

v3.4.2

What's Changed

New Contributors

Full Changelog: larastan/larastan@v3.4.1...v3.4.2

v3.4.1

What's Changed

New Contributors

Full Changelog: larastan/larastan@v3.4.0...v3.4.1

Commits
  • 3670673 feat(config): allow glob paths for several config values (#2271)
  • d67f202 Add fallback to existing classes/interfaces for improved type resolution (#2223)
  • f5e9abe chore: AsCollection might return null
  • 43d4b8c fix CS
  • 132f9f3 add stub for Command::fail
  • dc20d24 use benevolent unions
  • 6f981e3 fix build
  • ebe6ef5 fix: post() and query() can also return array with a key given (fixes #2268) ...
  • efdc84f fix(docs): correct markdown list numbering in contribution steps (#2269)
  • See full diff in compare view

Updates nunomaduro/collision from 8.8.0 to 8.8.1

Commits
  • 44ccb82 fix: ignores brianium/paratest related files when printing
  • See full diff 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 commentin...

Description has been truncated

…13 updates

Bumps the php-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [awcodes/filament-badgeable-column](https://github.com/awcodes/filament-badgeable-column) | `2.3.2` | `2.3.3` |
| [filament/spatie-laravel-media-library-plugin](https://github.com/filamentphp/spatie-laravel-media-library-plugin) | `3.3.15` | `3.3.24` |
| [laravel/socialite](https://github.com/laravel/socialite) | `5.20.0` | `5.21.0` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.13.0` | `4.15.0` |
| [spatie/laravel-data](https://github.com/spatie/laravel-data) | `4.15.1` | `4.15.2` |
| [spatie/laravel-permission](https://github.com/spatie/laravel-permission) | `6.18.0` | `6.19.0` |
| [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) | `7.2.0` | `7.3.0` |
| [vormkracht10/filament-mails](https://github.com/vormkracht10/filament-mails) | `2.3.6` | `2.3.8` |
| [ysfkaya/filament-phone-input](https://github.com/ysfkaya/filament-phone-input) | `3.1.8` | `3.1.9` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.4.0` | `3.4.2` |



Updates `awcodes/filament-badgeable-column` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/awcodes/filament-badgeable-column/releases)
- [Commits](awcodes/filament-badgeable-column@v2.3.2...v2.3.3)

Updates `filament/spatie-laravel-media-library-plugin` from 3.3.15 to 3.3.24
- [Commits](filamentphp/spatie-laravel-media-library-plugin@v3.3.15...v3.3.24)

Updates `laravel/framework` from 12.14.1 to 12.18.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.14.1...v12.18.0)

Updates `laravel/socialite` from 5.20.0 to 5.21.0
- [Release notes](https://github.com/laravel/socialite/releases)
- [Changelog](https://github.com/laravel/socialite/blob/5.x/CHANGELOG.md)
- [Commits](laravel/socialite@v5.20.0...v5.21.0)

Updates `ramsey/uuid` from 4.7.6 to 4.8.1
- [Release notes](https://github.com/ramsey/uuid/releases)
- [Changelog](https://github.com/ramsey/uuid/blob/4.x/CHANGELOG.md)
- [Commits](ramsey/uuid@4.7.6...4.8.1)

Updates `sentry/sentry-laravel` from 4.13.0 to 4.15.0
- [Release notes](https://github.com/getsentry/sentry-laravel/releases)
- [Changelog](https://github.com/getsentry/sentry-laravel/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-laravel@4.13.0...4.15.0)

Updates `spatie/laravel-data` from 4.15.1 to 4.15.2
- [Release notes](https://github.com/spatie/laravel-data/releases)
- [Changelog](https://github.com/spatie/laravel-data/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-data@4.15.1...4.15.2)

Updates `spatie/laravel-permission` from 6.18.0 to 6.19.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@6.18.0...6.19.0)

Updates `symfony/mailgun-mailer` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/symfony/mailgun-mailer/releases)
- [Changelog](https://github.com/symfony/mailgun-mailer/blob/7.3/CHANGELOG.md)
- [Commits](symfony/mailgun-mailer@v7.2.0...v7.3.0)

Updates `vormkracht10/filament-mails` from 2.3.6 to 2.3.8
- [Release notes](https://github.com/vormkracht10/filament-mails/releases)
- [Changelog](https://github.com/vormkracht10/filament-mails/blob/main/CHANGELOG.md)
- [Commits](vormkracht10/filament-mails@v2.3.6...v2.3.8)

Updates `ysfkaya/filament-phone-input` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/ysfkaya/filament-phone-input/releases)
- [Changelog](https://github.com/ysfkaya/filament-phone-input/blob/main/CHANGELOG.md)
- [Commits](ysfkaya/filament-phone-input@v3.1.8...v3.1.9)

Updates `larastan/larastan` from 3.4.0 to 3.4.2
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.4.0...v3.4.2)

Updates `nunomaduro/collision` from 8.8.0 to 8.8.1
- [Commits](nunomaduro/collision@v8.8.0...v8.8.1)

---
updated-dependencies:
- dependency-name: awcodes/filament-badgeable-column
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: filament/spatie-laravel-media-library-plugin
  dependency-version: 3.3.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/framework
  dependency-version: 12.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/socialite
  dependency-version: 5.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: ramsey/uuid
  dependency-version: 4.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: sentry/sentry-laravel
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: spatie/laravel-data
  dependency-version: 4.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: spatie/laravel-permission
  dependency-version: 6.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: symfony/mailgun-mailer
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: vormkracht10/filament-mails
  dependency-version: 2.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: ysfkaya/filament-phone-input
  dependency-version: 3.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: larastan/larastan
  dependency-version: 3.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: nunomaduro/collision
  dependency-version: 8.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 13, 2025
@github-actions github-actions bot enabled auto-merge June 13, 2025 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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