Skip to content

Bump the patch-updates group with 6 updates#32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/patch-updates-f26853c677
Open

Bump the patch-updates group with 6 updates#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/patch-updates-f26853c677

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-updates group with 6 updates:

Package From To
filament/filament 5.6.7 5.6.8
laravel/framework 13.15.0 13.18.1
livewire/livewire 4.3.1 4.3.3
phpseclib/phpseclib 3.0.53 3.0.55
laravel/boost 2.4.10 2.4.11
laravel/pint 1.29.1 1.29.3

Updates filament/filament from 5.6.7 to 5.6.8

Commits

Updates laravel/framework from 13.15.0 to 13.18.1

Release notes

Sourced from laravel/framework's releases.

v13.18.1

v13.18.0

v13.17.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v13.18.1 - 2026-07-02

v13.18.0 - 2026-06-30

v13.17.0 - 2026-06-23

... (truncated)

Commits
  • 7d66044 Update version to v13.18.1
  • a54f8ae [13.x] Supports scalar Predis retry config to allows config:cache (#60642)
  • 8ce2bbe Respect the encoding in Str::mask() when building the end of the string (#60646)
  • 33d5797 update docblocks
  • 59ee571 [13.x] Update docblocks of Blueprint foreignUuid and foreignUlid to match for...
  • f6bad73 Add Release queue middleware (#60630)
  • 1f843a9 [13.x] Support inspecting delayed jobs on the queue fake (#60636)
  • ee7845c add str::trans
  • 979b838 [13.x] fix: respect channel name for on-demand log stacks (#60635)
  • 66844c4 [13.x] Handle api / json routes with Down (Maintenance) command (#60595)
  • Additional commits viewable in compare view

Updates livewire/livewire from 4.3.1 to 4.3.3

Release notes

Sourced from livewire/livewire's releases.

v4.3.3

What's Changed

New Contributors

Full Changelog: livewire/livewire@v4.3.2...v4.3.3

v4.3.2

What's Changed

New Contributors

Full Changelog: livewire/livewire@v4.3.1...v4.3.2

Commits
  • 8021f25 Build assets for v4.3.3
  • 7b57d74 Merge branch '3.x'
  • 6a91820 [4.x] Improve #[Authorize] argument resolution (#10371)
  • 6bc0c0b [4.x] Preserve named error bags during component rendering (#10314)
  • 3a75f87 [4.x] Fix authorization using #[Authorize] always fallback to component pr...
  • 14d704c [4.x] Add support to wire:navigate for falling back to browser redirect for...
  • 4cdaed0 Fix typo in CLAUDE.md (#10358)
  • 695e34b Make conditional clearer as per comment in #10327
  • c0e4612 Fix typo in wire:current docs (#10360)
  • c2b0880 [4.x] Fix duplicate x-if output after browser history navigation (#10339)
  • Additional commits viewable in compare view

Updates phpseclib/phpseclib from 3.0.53 to 3.0.55

Release notes

Sourced from phpseclib/phpseclib's releases.

3.0.55

  • RSA: signature verification with PKCS1 with failed when the parameters field was absent

3.0.54

Changelog

Sourced from phpseclib/phpseclib's changelog.

3.0.55 - 2026-06-14

  • RSA: signature verification with PKCS1 with failed when the parameters field was absent

3.0.54 - 2026-06-14

  • X509: add setURLFetchCallback() method
Commits
  • db9744e Merge branch '3.0' of github.com:phpseclib/phpseclib into 3.0
  • 1f0c555 RSA: types in the comment
  • 4f5414f CHANGELOG: new release
  • d7b53f6 RSA: PKCS1 signature verification didn't always work with OpenSSL
  • 89a3dae Merge branch '2.0' into 3.0
  • efbc42c Merge branch '1.0' into 2.0
  • b732ef5 README: update 1.0 download link
  • 5418963 Merge branch '2.0' into 3.0
  • d73c9e0 Merge branch '1.0' into 2.0
  • fa867e5 CHANGELOG: add new release
  • Additional commits viewable in compare view

Updates laravel/boost from 2.4.10 to 2.4.11

Release notes

Sourced from laravel/boost's releases.

v2.4.11

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.10...v2.4.11

Changelog

Sourced from laravel/boost's changelog.

Release Notes

Unreleased

v2.4.11 - 2026-06-26

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.10...v2.4.11

v.2.4.11 - 2026-06-26

What's Changed

New Contributors

... (truncated)

Commits
  • c98fc9d Update CHANGELOG
  • b605230 Testing for interactive ptys (#859)
  • 9df04e1 feat: add Pi agent support (#841)
  • 0bf914c fix: make MCP tool timeout configurable (#856)
  • 4782de4 Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#860)
  • 2e4cc63 docs: use handle() in action class example instead of execute (#858)
  • 8c4b463 Bump shivammathur/setup-php in the github-actions group (#854)
  • c80c470 fix: guard non-interactive mode in selectThirdPartyPackages and selectIntegra...
  • 2e304da feat(pint): add --dirty flag for faster formatting (#845)
  • 182d43a Delete BoostServerTest.php (#853)
  • Additional commits viewable in compare view

Updates laravel/pint from 1.29.1 to 1.29.3

Release notes

Sourced from laravel/pint's releases.

v1.29.3

Full Changelog: laravel/pint@v1.29.2...v1.29.3

v1.29.2

  • fix: no longer accepts loading a configuration over insecure http
  • fix: sends errors to stderr
  • chore: various actions regarding github security
  • chore: uses laravel/agent-detector
Changelog

Sourced from laravel/pint's changelog.

Release Notes

Unreleased

v1.29.2 - 2026-06-16

  • fix: no longer accepts loading a configuration over insecure http
  • fix: sends errors to stderr
  • chore: various actions regarding github security
  • chore: uses laravel/agent-detector
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 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 patch-updates group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [filament/filament](https://github.com/filamentphp/panels) | `5.6.7` | `5.6.8` |
| [laravel/framework](https://github.com/laravel/framework) | `13.15.0` | `13.18.1` |
| [livewire/livewire](https://github.com/livewire/livewire) | `4.3.1` | `4.3.3` |
| [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) | `3.0.53` | `3.0.55` |
| [laravel/boost](https://github.com/laravel/boost) | `2.4.10` | `2.4.11` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.1` | `1.29.3` |


Updates `filament/filament` from 5.6.7 to 5.6.8
- [Commits](filamentphp/panels@v5.6.7...v5.6.8)

Updates `laravel/framework` from 13.15.0 to 13.18.1
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md)
- [Commits](laravel/framework@v13.15.0...v13.18.1)

Updates `livewire/livewire` from 4.3.1 to 4.3.3
- [Release notes](https://github.com/livewire/livewire/releases)
- [Commits](livewire/livewire@v4.3.1...v4.3.3)

Updates `phpseclib/phpseclib` from 3.0.53 to 3.0.55
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](phpseclib/phpseclib@3.0.53...3.0.55)

Updates `laravel/boost` from 2.4.10 to 2.4.11
- [Release notes](https://github.com/laravel/boost/releases)
- [Changelog](https://github.com/laravel/boost/blob/main/CHANGELOG.md)
- [Commits](laravel/boost@v2.4.10...v2.4.11)

Updates `laravel/pint` from 1.29.1 to 1.29.3
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.29.1...v1.29.3)

---
updated-dependencies:
- dependency-name: filament/filament
  dependency-version: 5.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: laravel/framework
  dependency-version: 13.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: livewire/livewire
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: phpseclib/phpseclib
  dependency-version: 3.0.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: laravel/boost
  dependency-version: 2.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: laravel/pint
  dependency-version: 1.29.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 Jul 7, 2026
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