Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2025

Bumps the php-dependencies group with 6 updates:

Package From To
codeat3/blade-simple-icons 7.15.0 7.16.0
filament/filament 4.1.6 4.1.9
laravel/horizon 5.35.2 5.36.0
laravel/nightwatch 1.15.0 1.15.1
livewire/flux 2.5.1 2.6.0
sentry/sentry-laravel 4.16.0 4.17.0

Updates codeat3/blade-simple-icons from 7.15.0 to 7.16.0

Release notes

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

7.16.0

What's Changed

Full Changelog: codeat3/blade-simple-icons@7.15.0...7.16.0

Changelog

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

7.16.0 - 2025-10-12

What's Changed

Full Changelog: codeat3/blade-simple-icons@7.15.0...7.16.0

Commits
  • 29d269b auto-update: update icons with the latest commit 56108f31efd8c722fb77f310869a...
  • e7b68ee Update CHANGELOG
  • See full diff in compare view

Updates filament/filament from 4.1.6 to 4.1.9

Commits

Updates laravel/horizon from 5.35.2 to 5.36.0

Release notes

Sourced from laravel/horizon's releases.

v5.36.0

Changelog

Sourced from laravel/horizon's changelog.

v5.36.0 - 2025-10-10

Commits

Updates laravel/nightwatch from 1.15.0 to 1.15.1

Release notes

Sourced from laravel/nightwatch's releases.

v1.15.1

What's Changed

Full Changelog: laravel/nightwatch@v1.15.0...v1.15.1

Changelog

Sourced from laravel/nightwatch's changelog.

v1.15.1 - 2025-10-16

What's Changed

Full Changelog: laravel/nightwatch@v1.15.0...v1.15.1

Commits

Updates livewire/flux from 2.5.1 to 2.6.0

Release notes

Sourced from livewire/flux's releases.

v2.6.0

What's Changed

New Contributors

Full Changelog: livewire/flux@v2.5.0...v2.6.0

Commits
  • 3cb2ea4 Build assets
  • a8cd97a Merge pull request #2051 from dougffer/feature/new-components-publishable
  • bae2d55 Fix the callout component group
  • 8e38af0 Add file-upload and pillbox to publishable components
  • 406cea6 Merge pull request #2047 from livewire/josh/fix-avatar-image-cover
  • 75117b1 Merge pull request #2049 from livewire/josh/fix-file-input-in-a-group
  • 1c50878 Support data-loading pattern in buttons
  • a4d670f fix attributesAfter
  • 6afc267 wip
  • e87aee6 Fix file input in a group
  • Additional commits viewable in compare view

Updates sentry/sentry-laravel from 4.16.0 to 4.17.0

Release notes

Sourced from sentry/sentry-laravel's releases.

4.17.0

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

Features

Configuring the channel is no longer required. To enable logs for Sentry, the following environment variables need to be configured:

LOG_CHANNEL=stack
LOG_STACK=single,sentry_logs
SENTRY_ENABLE_LOGS=true

Sentry will use LOG_LEVEL to determine the minimum log level, but it's possible to overwrite it just for Sentry using SENTRY_LOG_LEVEL.

LOG_LEVEL=info
SENTRY_LOG_LEVEL=warning

Misc

Changelog

Sourced from sentry/sentry-laravel's changelog.

4.17.0

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

Features

Configuring the channel is no longer required. To enable logs for Sentry, the following environment variables need to be configured:

LOG_CHANNEL=stack
LOG_STACK=single,sentry_logs
SENTRY_ENABLE_LOGS=true

Sentry will use LOG_LEVEL to determine the minimum log level, but it's possible to overwrite it just for Sentry using SENTRY_LOG_LEVEL.

LOG_LEVEL=info
SENTRY_LOG_LEVEL=warning

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 |
| --- | --- | --- |
| [codeat3/blade-simple-icons](https://github.com/codeat3/blade-simple-icons) | `7.15.0` | `7.16.0` |
| [filament/filament](https://github.com/filamentphp/panels) | `4.1.6` | `4.1.9` |
| [laravel/horizon](https://github.com/laravel/horizon) | `5.35.2` | `5.36.0` |
| [laravel/nightwatch](https://github.com/laravel/nightwatch) | `1.15.0` | `1.15.1` |
| [livewire/flux](https://github.com/livewire/flux) | `2.5.1` | `2.6.0` |
| [sentry/sentry-laravel](https://github.com/getsentry/sentry-laravel) | `4.16.0` | `4.17.0` |


Updates `codeat3/blade-simple-icons` from 7.15.0 to 7.16.0
- [Release notes](https://github.com/codeat3/blade-simple-icons/releases)
- [Changelog](https://github.com/codeat3/blade-simple-icons/blob/main/CHANGELOG.md)
- [Commits](codeat3/blade-simple-icons@7.15.0...7.16.0)

Updates `filament/filament` from 4.1.6 to 4.1.9
- [Commits](filamentphp/panels@v4.1.6...v4.1.9)

Updates `laravel/horizon` from 5.35.2 to 5.36.0
- [Release notes](https://github.com/laravel/horizon/releases)
- [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md)
- [Commits](laravel/horizon@v5.35.2...v5.36.0)

Updates `laravel/nightwatch` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/laravel/nightwatch/releases)
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md)
- [Commits](laravel/nightwatch@v1.15.0...v1.15.1)

Updates `livewire/flux` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/livewire/flux/releases)
- [Commits](livewire/flux@v2.5.1...v2.6.0)

Updates `sentry/sentry-laravel` from 4.16.0 to 4.17.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.16.0...4.17.0)

---
updated-dependencies:
- dependency-name: codeat3/blade-simple-icons
  dependency-version: 7.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: filament/filament
  dependency-version: 4.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: laravel/horizon
  dependency-version: 5.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/nightwatch
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: livewire/flux
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: sentry/sentry-laravel
  dependency-version: 4.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Oct 17, 2025
@github-actions github-actions bot merged commit ad47324 into main Oct 17, 2025
4 checks passed
@github-actions github-actions bot deleted the dependabot/composer/php-dependencies-9f08336945 branch October 17, 2025 03:04
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.

0 participants