Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2025

Bumps the php-dependencies group with 6 updates:

Package From To
filament/filament 4.2.3 4.2.4
intervention/image 3.11.4 3.11.5
laravel/framework 11.46.2 11.47.0
livewire/flux 2.9.0 2.9.2
livewire/livewire 3.7.0 3.7.1
sentry/sentry-laravel 4.19.0 4.20.0

Updates filament/filament from 4.2.3 to 4.2.4

Commits

Updates intervention/image from 3.11.4 to 3.11.5

Release notes

Sourced from intervention/image's releases.

3.11.5

What's Changed

  • Tested PHP 8.5 support
  • Fix issue with relative paths to font files in different versions of GD library

Full Changelog: Intervention/image@3.11.4...3.11.5

Commits
  • 76e96d3 Fix issue with GD and relative font paths
  • 2c98def Catch ValueError and throw own exception when MIME-type is not supported
  • c5cf7ec Correct mixed-up description
  • ad75ab0 Add tested support for PHP 8.5
  • bfeaa4f Install imagick from master branch & remove version matrix
  • 4c33aa1 Update description in composer.json
  • 2a13a79 Revert "Add PHP 8.5 to testing workflow (#1439)"
  • 328e83a Rename test provider method
  • 8cd01e9 Add PHP 8.5 to testing workflow (#1439)
  • 05ffd8d Fix bug in Hsv\StringColorDecoder::class
  • Additional commits viewable in compare view

Updates laravel/framework from 11.46.2 to 11.47.0

Release notes

Sourced from laravel/framework's releases.

v11.47.0

Commits

Updates livewire/flux from 2.9.0 to 2.9.2

Release notes

Sourced from livewire/flux's releases.

v2.9.2

What's Changed

Full Changelog: livewire/flux@v2.9.1...v2.9.2

v2.9.1

What's Changed

Full Changelog: livewire/flux@v2.9.0...v2.9.1

Commits
  • 6572847 Merge pull request #2212 from livewire/filip/fix-floating-flyout
  • e473692 Merge pull request #2211 from livewire/filip/update-publish-command
  • 3e64465 Remove flex from floating flyout
  • 7aec44b Update publish command
  • 041cdd0 Build assets
  • c311fc6 Merge pull request #2202 from livewire/filip/otp-private-group-fix
  • 18ecd81 Fix private OTP within a group
  • be18e53 Merge pull request #2183 from livewire/josh/add-support-for-subfolders
  • 2bd85b1 Add support for subfolders
  • See full diff in compare view

Updates livewire/livewire from 3.7.0 to 3.7.1

Release notes

Sourced from livewire/livewire's releases.

v3.7.1

What's Changed

Full Changelog: livewire/livewire@v3.7.0...v3.7.1

Commits

Updates sentry/sentry-laravel from 4.19.0 to 4.20.0

Release notes

Sourced from sentry/sentry-laravel's releases.

4.20.0

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

Features

// Counter metric
\Sentry\trace_metrics()->count('test-counter', 10, ['my-attribute' => 'foo']);
// Gauge metric
\Sentry\trace_metrics()->gauge('test-gauge', 50.0, ['my-attribute' => 'foo'], \Sentry\Unit::millisecond());
// Distribution metric
\Sentry\trace_metrics()->distribution('test-distribution', 20.0, ['my-attribute' => 'foo'], \Sentry\Unit::kilobyte());

Misc

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.20.0

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

Features

// Counter metric
\Sentry\trace_metrics()->count('test-counter', 10, ['my-attribute' => 'foo']);
// Gauge metric
\Sentry\trace_metrics()->gauge('test-gauge', 50.0, ['my-attribute' => 'foo'], \Sentry\Unit::millisecond());
// Distribution metric
\Sentry\trace_metrics()->distribution('test-distribution', 20.0, ['my-attribute' => 'foo'], \Sentry\Unit::kilobyte());

Misc

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the php-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [filament/filament](https://github.com/filamentphp/panels) | `4.2.3` | `4.2.4` |
| [intervention/image](https://github.com/Intervention/image) | `3.11.4` | `3.11.5` |
| [laravel/framework](https://github.com/laravel/framework) | `11.46.2` | `11.47.0` |
| [livewire/flux](https://github.com/livewire/flux) | `2.9.0` | `2.9.2` |
| [livewire/livewire](https://github.com/livewire/livewire) | `3.7.0` | `3.7.1` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.19.0` | `4.20.0` |


Updates `filament/filament` from 4.2.3 to 4.2.4
- [Commits](filamentphp/panels@v4.2.3...v4.2.4)

Updates `intervention/image` from 3.11.4 to 3.11.5
- [Release notes](https://github.com/Intervention/image/releases)
- [Commits](Intervention/image@3.11.4...3.11.5)

Updates `laravel/framework` from 11.46.2 to 11.47.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v11.46.2...v11.47.0)

Updates `livewire/flux` from 2.9.0 to 2.9.2
- [Release notes](https://github.com/livewire/flux/releases)
- [Commits](livewire/flux@v2.9.0...v2.9.2)

Updates `livewire/livewire` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](livewire/livewire@v3.7.0...v3.7.1)

Updates `sentry/sentry-laravel` from 4.19.0 to 4.20.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.19.0...4.20.0)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 4.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: intervention/image
  dependency-version: 3.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/framework
  dependency-version: 11.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: livewire/flux
  dependency-version: 2.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: livewire/livewire
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: sentry/sentry-laravel
  dependency-version: 4.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Dec 5, 2025
@github-actions github-actions bot merged commit a3f59b9 into main Dec 5, 2025
4 checks passed
@github-actions github-actions bot deleted the dependabot/composer/php-dependencies-84e3d80f57 branch December 5, 2025 03:03
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

Development

Successfully merging this pull request may close these issues.

1 participant