Skip to content

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

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 Jul 25, 2025

Bumps the php-dependencies group with 12 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
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
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.1

Release notes

Sourced from doctrine/dbal's releases.

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

Bug,PostgreSQL,Schema Management

Bug,Schema Introspection

Bug,MariaDB,Schema Introspection

4.3.0

Release Notes for 4.3.0

4.3.0

  • Total issues resolved: 3
  • Total pull requests resolved: 103
  • Total contributors: 9

New Features

... (truncated)

Commits
  • ac336c9 Fix case sensitivity in SQLite column types (#7050)
  • cbf95bb Fix length type in MySQLSchemaManager with ATTR_STRINGIFY_FETCHES enabled...
  • 32c74d1 Merge pull request #7025 from grooverdan/mariadb_ident
  • d976b30 Merge pull request #7043 from morozov/oracle-quote-password
  • 04de1e6 Quote Oracle user password
  • 3c658c8 Merge branch '3.10.x' into 4.3.x
  • c9011eb Remove obsolete todo (#7039)
  • fee8a1e Merge pull request #7035 from VincentLanglet/UselessQuery
  • 53a17b8 Avoid useless extra query in Psql
  • f00800c Merge pull request #7037 from morozov/test-util-parameters
  • Additional commits viewable in compare view

Updates laravel/framework from 12.14.1 to 12.21.0

Release notes

Sourced from laravel/framework's releases.

v12.21.0

v12.20.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

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 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
  • 4e0e23c Prepare release 4.9.0
  • 1fffdc3 Call getFields() only once
  • 4ca249e Ignore the "result unused" error in tests from the PHPStan configDescription has been truncated

…15 updates

Bumps the php-dependencies group with 12 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` |
| [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` |
| [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.1
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@4.2.3...4.3.1)

Updates `laravel/framework` from 12.14.1 to 12.21.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.21.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 `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 `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.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/framework
  dependency-version: 12.21.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: 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: 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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 25, 2025
@github-actions github-actions bot enabled auto-merge July 25, 2025 10:36
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