Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the php-dependencies group with 6 updates:

Package From To
codeat3/blade-simple-icons 8.0.0 8.1.0
laravel/nightwatch 1.19.0 1.21.1
livewire/flux 2.9.2 2.10.2
livewire/livewire 3.7.1 3.7.3
ramsey/uuid 4.9.1 4.9.2
barryvdh/laravel-debugbar 3.16.1 3.16.2

Updates codeat3/blade-simple-icons from 8.0.0 to 8.1.0

Release notes

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

8.1.0

What's Changed

Full Changelog: codeat3/blade-simple-icons@8.0.0...8.1.0

Changelog

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

8.1.0 - 2025-12-15

What's Changed

Full Changelog: codeat3/blade-simple-icons@8.0.0...8.1.0

Commits
  • 293b723 auto-update: update icons with the latest commit ad2561f8711ba0d471cb6f77d4c6...
  • 6501e3e Update CHANGELOG
  • See full diff in compare view

Updates laravel/nightwatch from 1.19.0 to 1.21.1

Release notes

Sourced from laravel/nightwatch's releases.

v1.21.1

What's Changed

Full Changelog: laravel/nightwatch@v1.21.0...v1.21.1

v1.21.0

What's Changed

Full Changelog: laravel/nightwatch@v1.20.0...v1.21.0

v1.20.0

What's Changed

Full Changelog: laravel/nightwatch@v1.19.0...v1.20.0

Changelog

Sourced from laravel/nightwatch's changelog.

v1.21.1 - 2025-12-18

What's Changed

Full Changelog: laravel/nightwatch@v1.21.0...v1.21.1

v1.21.0 - 2025-12-16

What's Changed

Full Changelog: laravel/nightwatch@v1.20.0...v1.21.0

v1.20.0 - 2025-12-16

What's Changed

Full Changelog: laravel/nightwatch@v1.19.0...v1.20.0

Commits

Updates livewire/flux from 2.9.2 to 2.10.2

Release notes

Sourced from livewire/flux's releases.

v2.10.2

What's Changed

Full Changelog: livewire/flux@v2.10.1...v2.10.2

v2.10.1

What's Changed

Full Changelog: livewire/flux@v2.10.0...v2.10.1

v2.10.0

What's Changed

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

Commits
  • e7a9398 Bump Livewire version
  • f995e67 Merge pull request #2258 from livewire/filip/fix-wire-current-ignore
  • 48ab672 Merge pull request #2260 from livewire/revert-2259-revert-2246-filip/allow-fo...
  • 737e697 Revert "Revert "Allow forcing of data-current in links""
  • 11f04bc Build assets
  • 0c70d14 Build assets
  • 580f908 Merge pull request #2043 from sajjadhossainshohag/patch-1
  • 8fe7288 Merge pull request #2259 from livewire/revert-2246-filip/allow-forced-current
  • d20d46a Revert "Allow forcing of data-current in links"
  • add6722 Fix wire:current.ignore
  • Additional commits viewable in compare view

Updates livewire/livewire from 3.7.1 to 3.7.3

Release notes

Sourced from livewire/livewire's releases.

v3.7.3

What's Changed

Full Changelog: livewire/livewire@v3.7.2...v3.7.3

v3.7.2

What's Changed

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

Commits

Updates ramsey/uuid from 4.9.1 to 4.9.2

Release notes

Sourced from ramsey/uuid's releases.

4.9.2

Fixed

  • Remove explicit (int) cast to avoid float-string cast warnings in PHP 8.5.
  • Bump the lowest supported version of brick/math to ^0.8.16 from ^0.8.8. ramsey/uuid had been using BigInteger::toBytes() in UnixTimeGenerator (for version 7 UUIDs) since v4.6.0, but it wasn't added to brick/math until v0.8.16.

Full Changelog: ramsey/uuid@4.9.1...4.9.2

Changelog

Sourced from ramsey/uuid's changelog.

4.9.2 - 2025-12-14

Fixed

  • Remove explicit (int) cast to avoid float-string cast warnings in PHP 8.5.
  • Bump the lowest supported version of brick/math to ^0.8.16 from ^0.8.8. ramsey/uuid had been using BigInteger::toBytes() in UnixTimeGenerator (for version 7 UUIDs) since v4.6.0, but it wasn't added to brick/math until v0.8.16.
Commits
  • 8429c78 Prepare release 4.9.2
  • 652481d [ci] add tests for PHP 8.5 (#630)
  • 60b96aa Update ergebnis/composer-normalize in lock file
  • 5112ad8 chore(deps): bump actions/checkout from 5 to 6
  • d0766eb Set lowest brick/math version to 0.8.16 for BigInteger::toBytes()
  • bec7176 Update brick/math for static analysis but downgrade in tests for PHP 8.0
  • 4618169 Ignore PHPStan errors about possibly impure method calls
  • ff16728 Remove explicit int cast to avoid warning in PHP 8.5
  • cd47a01 chore(deps-dev): bump sebastian/recursion-context from 4.0.5 to 4.0.6
  • 7ccc0b6 chore(deps-dev): bump symfony/polyfill-ctype from 1.32.0 to 1.33.0
  • Additional commits viewable in compare view

Updates barryvdh/laravel-debugbar from 3.16.1 to 3.16.2

Release notes

Sourced from barryvdh/laravel-debugbar's releases.

v3.16.2

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.16.1...v3.16.2

Changelog

Sourced from barryvdh/laravel-debugbar's changelog.

v3.16.2 - 2025-12-16

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-debugbar@v3.16.1...v3.16.2

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 19, 2025
Bumps the php-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [codeat3/blade-simple-icons](https://github.com/codeat3/blade-simple-icons) | `8.0.0` | `8.1.0` |
| [laravel/nightwatch](https://github.com/laravel/nightwatch) | `1.19.0` | `1.21.1` |
| [livewire/flux](https://github.com/livewire/flux) | `2.9.2` | `2.10.2` |
| [livewire/livewire](https://github.com/livewire/livewire) | `3.7.1` | `3.7.3` |
| [ramsey/uuid](https://github.com/ramsey/uuid) | `4.9.1` | `4.9.2` |
| [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar) | `3.16.1` | `3.16.2` |


Updates `codeat3/blade-simple-icons` from 8.0.0 to 8.1.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@8.0.0...8.1.0)

Updates `laravel/nightwatch` from 1.19.0 to 1.21.1
- [Release notes](https://github.com/laravel/nightwatch/releases)
- [Changelog](https://github.com/laravel/nightwatch/blob/1.x/CHANGELOG.md)
- [Commits](laravel/nightwatch@v1.19.0...v1.21.1)

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

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

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

Updates `barryvdh/laravel-debugbar` from 3.16.1 to 3.16.2
- [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.16.1...v3.16.2)

---
updated-dependencies:
- dependency-name: codeat3/blade-simple-icons
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: laravel/nightwatch
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: livewire/flux
  dependency-version: 2.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: php-dependencies
- dependency-name: livewire/livewire
  dependency-version: 3.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: ramsey/uuid
  dependency-version: 4.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-dependencies
- dependency-name: barryvdh/laravel-debugbar
  dependency-version: 3.16.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 force-pushed the dependabot/composer/php-dependencies-593ccc35bb branch from 633191f to 0e637f2 Compare December 19, 2025 09:31
@github-actions github-actions bot merged commit 829ded8 into main Dec 19, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/composer/php-dependencies-593ccc35bb branch December 19, 2025 09:33
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