Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2025

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

Package From To
awcodes/filament-badgeable-column 2.3.2 2.3.3
barryvdh/laravel-debugbar 3.15.4 3.16.0
laravel/socialite 5.20.0 5.23.0
livewire/volt 1.7.1 1.7.2
sentry/sentry-laravel 4.13.0 4.15.1
spatie/laravel-data 4.15.1 4.17.0
spatie/laravel-permission 6.18.0 6.21.0
stevebauman/location 7.5.0 7.6.0
symfony/mailgun-mailer 7.2.0 7.3.1
ysfkaya/filament-phone-input 3.1.8 3.2.2
larastan/larastan 3.4.0 3.6.0
laravel/breeze 2.3.6 2.3.8
laravel/pint 1.22.1 1.24.0
nunomaduro/collision 8.8.0 8.8.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 barryvdh/laravel-debugbar from 3.15.4 to 3.16.0

Release notes

Sourced from barryvdh/laravel-debugbar's releases.

v3.16.0

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.15.4...v3.16.0

v3.16.0-beta1

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.15.3...v3.16.0-beta1

Changelog

Sourced from barryvdh/laravel-debugbar's changelog.

v3.16.0 - 2025-07-21

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.15.4...v3.16.0

Commits

Updates doctrine/dbal from 4.2.3 to 4.3.2

Release notes

Sourced from doctrine/dbal's releases.

4.3.2

Release Notes for 4.3.2

4.3.2

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 4

Deprecation

Improvement

Documentation,Schema Definition

Bug,Schema Introspection,pdo_pgsql

Changes from Lower Branches

  • This release contains all changes from the 3.10.1 release.

4.3.1

Release Notes for 4.3.1

4.3.1

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 5

Bug,SQLite,Schema Introspection

Bug,Oracle

... (truncated)

Commits
  • 7669f13 Deprecate the new MariaDB110700Platform class (#7073)
  • b6a10aa Merge branch '3.10.x' into 4.3.x
  • 3626601 CI: Update SQL Server to version 2022 (#7069)
  • 1332b9e fix(MariaDb): add support of new reserved word VECTOR (11.7+) (#7061)
  • 54d70d8 Merge pull request #7065 from greg0ire/improve-depr
  • 174053a Improve deprecation
  • 9e038c6 Merge pull request #7064 from morozov/schema-definition-documentation
  • f9b15d6 Update schema definition documentaion
  • a4919dd Fix binding null as a boolean parameter on pgsql (#7059)
  • ca0c027 Merge branch '3.10.x' into 4.3.x
  • Additional commits viewable in compare view

Updates laravel/framework from 12.14.1 to 12.22.0

Release notes

Sourced from laravel/framework's releases.

v12.22.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

Release Notes for 12.x

Unreleased

v12.21.0 - 2025-07-22

v12.20.0 - 2025-07-08

... (truncated)

Commits

Updates laravel/socialite from 5.20.0 to 5.23.0

Release notes

Sourced from laravel/socialite's releases.

v5.23.0

v5.22.0

v5.21.0

Changelog

Sourced from laravel/socialite's changelog.

v5.23.0 - 2025-07-23

v5.22.0 - 2025-07-08

v5.21.0 - 2025-05-19

Commits

Updates livewire/volt from 1.7.1 to 1.7.2

Release notes

Sourced from livewire/volt's releases.

v1.7.2

Changelog

Sourced from livewire/volt's changelog.

v1.7.2 - 2025-08-06

Commits

Updates ramsey/uuid from 4.7.6 to 4.9.0

Release notes

Sourced from ramsey/uuid's releases.

4.9.0

Added

  • Add new @pure annotations to the following (#605):
    • Ramsey\Uuid\Codec\CodecInterface::encode()
    • Ramsey\Uuid\Codec\CodecInterface::encodeBinary()
    • Ramsey\Uuid\Codec\CodecInterface::decode()
    • Ramsey\Uuid\Codec\CodecInterface::decodeBytes()
    • Ramsey\Uuid\Fields\FieldsInterface::getBytes()
    • Ramsey\Uuid\Math\CalculatorInterface::add()
    • Ramsey\Uuid\Math\CalculatorInterface::subtract()
    • Ramsey\Uuid\Math\CalculatorInterface::multiply()
    • Ramsey\Uuid\Math\CalculatorInterface::divide()
    • Ramsey\Uuid\Math\CalculatorInterface::fromBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()
    • Ramsey\Uuid\Math\CalculatorInterface::toInteger()
    • Ramsey\Uuid\Nonstandard\Uuid
    • Ramsey\Uuid\Rfc4122\Fields::isMax()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()
    • Ramsey\Uuid\Type\Time::getSeconds()
    • Ramsey\Uuid\Type\Time::getMicroseconds()
    • Ramsey\Uuid\Type\TypeInterface::toString()
    • Ramsey\Uuid\UuidInterface::getBytes()
    • Ramsey\Uuid\UuidInterface::toString()
    • Ramsey\Uuid\Validator\ValidatorInterface::validate()

Fixed

  • Restore the @pure annotations that were removed in 4.8.0 (#603).

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

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.

... (truncated)

Changelog

Sourced from ramsey/uuid's changelog.

4.9.0 - 2025-06-25

Added

  • Add new @pure annotations to the following (#605):
    • Ramsey\Uuid\Codec\CodecInterface::encode()
    • Ramsey\Uuid\Codec\CodecInterface::encodeBinary()
    • Ramsey\Uuid\Codec\CodecInterface::decode()
    • Ramsey\Uuid\Codec\CodecInterface::decodeBytes()
    • Ramsey\Uuid\Fields\FieldsInterface::getBytes()
    • Ramsey\Uuid\Math\CalculatorInterface::add()
    • Ramsey\Uuid\Math\CalculatorInterface::subtract()
    • Ramsey\Uuid\Math\CalculatorInterface::multiply()
    • Ramsey\Uuid\Math\CalculatorInterface::divide()
    • Ramsey\Uuid\Math\CalculatorInterface::fromBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toBase()
    • Ramsey\Uuid\Math\CalculatorInterface::toHexadecimal()
    • Ramsey\Uuid\Math\CalculatorInterface::toInteger()
    • Ramsey\Uuid\Nonstandard\Uuid
    • Ramsey\Uuid\Rfc4122\Fields::isMax()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()
    • Ramsey\Uuid\Rfc4122\FieldsInterface::isNil()
    • Ramsey\Uuid\Type\Time::getSeconds()
    • Ramsey\Uuid\Type\Time::getMicroseconds()
    • Ramsey\Uuid\Type\TypeInterface::toString()
    • Ramsey\Uuid\UuidInterface::getBytes()
    • Ramsey\Uuid\UuidInterface::toString()
    • Ramsey\Uuid\Validator\ValidatorInterface::validate()

Fixed

  • Restore the @pure annotations that were removed in 4.8.0 (#603).

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.

... (truncated)

Commits

…17 updates

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

| Package | From | To |
| --- | --- | --- |
| [awcodes/filament-badgeable-column](https://github.com/awcodes/filament-badgeable-column) | `2.3.2` | `2.3.3` |
| [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) | `3.15.4` | `3.16.0` |
| [laravel/socialite](https://github.com/laravel/socialite) | `5.20.0` | `5.23.0` |
| [livewire/volt](https://github.com/livewire/volt) | `1.7.1` | `1.7.2` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.13.0` | `4.15.1` |
| [spatie/laravel-data](https://github.com/spatie/laravel-data) | `4.15.1` | `4.17.0` |
| [spatie/laravel-permission](https://github.com/spatie/laravel-permission) | `6.18.0` | `6.21.0` |
| [stevebauman/location](https://github.com/stevebauman/location) | `7.5.0` | `7.6.0` |
| [symfony/mailgun-mailer](https://github.com/symfony/mailgun-mailer) | `7.2.0` | `7.3.1` |
| [ysfkaya/filament-phone-input](https://github.com/ysfkaya/filament-phone-input) | `3.1.8` | `3.2.2` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.4.0` | `3.6.0` |
| [laravel/breeze](https://github.com/laravel/breeze) | `2.3.6` | `2.3.8` |
| [laravel/pint](https://github.com/laravel/pint) | `1.22.1` | `1.24.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.8.0` | `8.8.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 `barryvdh/laravel-debugbar` from 3.15.4 to 3.16.0
- [Release notes](https://github.com/barryvdh/laravel-debugbar/releases)
- [Changelog](https://github.com/barryvdh/laravel-debugbar/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-debugbar@v3.15.4...v3.16.0)

Updates `doctrine/dbal` from 4.2.3 to 4.3.2
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@4.2.3...4.3.2)

Updates `laravel/framework` from 12.14.1 to 12.22.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.22.0)

Updates `laravel/socialite` from 5.20.0 to 5.23.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.23.0)

Updates `livewire/volt` from 1.7.1 to 1.7.2
- [Release notes](https://github.com/livewire/volt/releases)
- [Changelog](https://github.com/livewire/volt/blob/main/CHANGELOG.md)
- [Commits](livewire/volt@v1.7.1...v1.7.2)

Updates `ramsey/uuid` from 4.7.6 to 4.9.0
- [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.9.0)

Updates `sentry/sentry-laravel` from 4.13.0 to 4.15.1
- [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.1)

Updates `spatie/laravel-data` from 4.15.1 to 4.17.0
- [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.17.0)

Updates `spatie/laravel-permission` from 6.18.0 to 6.21.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.21.0)

Updates `stevebauman/location` from 7.5.0 to 7.6.0
- [Release notes](https://github.com/stevebauman/location/releases)
- [Commits](stevebauman/location@v7.5.0...v7.6.0)

Updates `symfony/mailgun-mailer` from 7.2.0 to 7.3.1
- [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.1)

Updates `ysfkaya/filament-phone-input` from 3.1.8 to 3.2.2
- [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.2.2)

Updates `larastan/larastan` from 3.4.0 to 3.6.0
- [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.6.0)

Updates `laravel/breeze` from 2.3.6 to 2.3.8
- [Release notes](https://github.com/laravel/breeze/releases)
- [Changelog](https://github.com/laravel/breeze/blob/2.x/CHANGELOG.md)
- [Commits](laravel/breeze@v2.3.6...v2.3.8)

Updates `laravel/pint` from 1.22.1 to 1.24.0
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.22.1...v1.24.0)

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

---
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: barryvdh/laravel-debugbar
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: doctrine/dbal
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/framework
  dependency-version: 12.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/socialite
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: livewire/volt
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: ramsey/uuid
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: sentry/sentry-laravel
  dependency-version: 4.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: spatie/laravel-data
  dependency-version: 4.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: spatie/laravel-permission
  dependency-version: 6.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: stevebauman/location
  dependency-version: 7.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: symfony/mailgun-mailer
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: ysfkaya/filament-phone-input
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: larastan/larastan
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/breeze
  dependency-version: 2.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/pint
  dependency-version: 1.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: nunomaduro/collision
  dependency-version: 8.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
...

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 Aug 8, 2025
@github-actions github-actions bot enabled auto-merge August 8, 2025 10:14
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 15, 2025
auto-merge was automatically disabled August 15, 2025 10:55

Pull request was closed

@dependabot dependabot bot deleted the dependabot/composer/php-dependencies-ba7d40a0e1 branch August 15, 2025 10:55
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.

1 participant