Skip to content

Bump the minor-updates group across 1 directory with 19 updates - #1211

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-375c33646f
Open

Bump the minor-updates group across 1 directory with 19 updates#1211
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/main/minor-updates-375c33646f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 16 updates in the / directory:

Package From To
dedoc/scramble 0.12.36 0.13.40
flowframe/laravel-trend 0.4.0 0.5.0
gotenberg/gotenberg-php 2.21.0 2.24.0
laravel/fortify 1.37.2 1.38.0
laravel/octane 2.17.4 2.19.0
laravel/passport 13.7.5 13.7.6
league/flysystem-aws-s3-v3 3.34.0 3.35.2
owen-it/laravel-auditing 14.0.3 14.0.6
spatie/temporary-directory 2.3.1 2.4.0
tightenco/ziggy 2.6.2 2.6.3
fumeapp/modeltyper 3.10.0 3.13.0
larastan/larastan 3.9.6 3.10.0
laravel/pint 1.29.1 1.30.5
laravel/sail 1.60.0 1.66.0
laravel/telescope 5.20.0 5.22.1
nunomaduro/collision 8.9.4 8.9.5

Updates dedoc/scramble from 0.12.36 to 0.13.40

Release notes

Sourced from dedoc/scramble's releases.

v0.13.40

What's Changed

Full Changelog: dedoc/scramble@v0.13.39...v0.13.40

v0.13.39

What's Changed

Full Changelog: dedoc/scramble@v0.13.38...v0.13.39

v0.13.38

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.37...v0.13.38

v0.13.37

What's Changed

Full Changelog: dedoc/scramble@v0.13.36...v0.13.37

v0.13.36

New features

Fixes

... (truncated)

Commits
  • 8ef3770 Add clearer doc generation warnings you can actually act on (#1126)
  • b0f625f Fix Rule::enum on array items replacing array type in OpenAPI spec (#1123)
  • 82dcd78 FunctionLikeDeclarationPhpDocDefinitionBuilder: Fix phpdoc parsing, add test ...
  • 7fcc475 add Deprecated attr support (#1246)
  • d59299e Infer Storage downloads as binary streamed responses (#1245)
  • d4236f3 fix date being received from model property (#1244)
  • 8f038ae improve types logic so docs are correct for length aware paginator unions (#1...
  • 9ed0008 Add uniqueItems support for the distinct validation rule (#1240)
  • 27013c5 add pro nudge (#1241)
  • c592222 fix function comparison
  • Additional commits viewable in compare view

Updates flowframe/laravel-trend from 0.4.0 to 0.5.0

Release notes

Sourced from flowframe/laravel-trend's releases.

v0.5.0

What's Changed

Full Changelog: Flowframe/laravel-trend@v0.4.0...v0.5.0

Commits

Updates gotenberg/gotenberg-php from 2.21.0 to 2.24.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.24.0

Adds support for the PSR-7 package's 3.0 release. Thanks @​mbabker!

v2.23.0

This release brings the client up-to-date with the latest Gotenberg version.

New class:

  • Gotenberg\FacturX

New methods:

  • $chromium->pdf->facturX
  • $libreoffice->facturX
  • $pdfengines->facturX
  • $pdfengines->injectFacturX
  • ->allowPrinting (Chromium, LibreOffice, PDF Engines)
  • ->allowCopying (Chromium, LibreOffice, PDF Engines)
  • ->allowModifying (Chromium, LibreOffice, PDF Engines)
  • ->allowAnnotating (Chromium, LibreOffice, PDF Engines)
  • ->allowFillingForms (Chromium, LibreOffice, PDF Engines)
  • ->allowAssembling (Chromium, LibreOffice, PDF Engines)

See https://github.com/gotenberg/gotenberg/releases/tag/v8.34.0 for more details.

v2.22.0

This release brings the client up-to-date with the latest Gotenberg version.

New method:

  • $chromium->screenshot->deviceScaleFactor

See https://github.com/gotenberg/gotenberg/releases/tag/v8.33.0 for more details.

Commits
  • 2996e69 feat: add support for guzzlehttp/psr7 3.0 (#71)
  • 50fc01d chore(deps): bump actions/checkout from 6 to 7
  • fb33203 feat(pdfengines): add Factur-X API and encryption permissions
  • 2c27c89 chore(deps): bump codecov/codecov-action from 6 to 7
  • d2a6f10 feat(chromium): add deviceScaleFactor for screenshots
  • 955f02d docs(README): switch logo URL [skip ci]
  • See full diff in compare view

Updates guzzlehttp/guzzle from 7.10.3 to 7.15.3

Release notes

Sourced from guzzlehttp/guzzle's releases.

7.15.3

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.5.2

Fixed

  • Fail a cURL multi handler wait with an attributable error when the transfer is no longer tracked
  • Fix StreamHandler resolving numeric IPv4 hosts differently from cURL handlers on macOS and Windows
  • Fix StreamHandler TLS peer names and proxy authorities for numeric IPv4 hosts on all platforms
  • Settle a cURL multi handler transfer displaced by a request reusing its native handle ID

7.15.2

Security

Fixed

  • Preserve RequestException when the stream handler rejects a request before opening a stream

7.15.1

Security

7.15.0

Added

  • Added Multiplexing::NONE support as a client, cURL multi handler, and conditional request option

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.13
  • Use locale-independent ASCII folding for all case normalization and comparison
  • Bound cURL upload reads to the declared Content-Length
  • Sanitize the cURL error text exposed through exception handler context
  • Fail closed when a named cURL multi connection cap cannot be applied
  • Reject the request-level CURLOPT_SHARE cURL option when named connection caps are configured
  • Strengthen old-libcurl SOCKS isolation for raw CURLOPT_PRE_PROXY and opaque share handles
  • Isolate HTTP proxy tunnels from opaque shared connection caches
  • Trigger runtime deprecations for previously deprecated functionality in 7.1.0

Deprecated

... (truncated)

Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.15.3 - 2026-08-05

Changed

  • Adjusted guzzlehttp/promises version constraint to ^2.5.2

Fixed

  • Fail a cURL multi handler wait with an attributable error when the transfer is no longer tracked
  • Fix StreamHandler resolving numeric IPv4 hosts differently from cURL handlers on macOS and Windows
  • Fix StreamHandler TLS peer names and proxy authorities for numeric IPv4 hosts on all platforms
  • Settle a cURL multi handler transfer displaced by a request reusing its native handle ID

7.15.2 - 2026-07-26

Security

Fixed

  • Preserve RequestException when the stream handler rejects a request before opening a stream

7.15.1 - 2026-07-18

Security

7.15.0 - 2026-07-17

Added

  • Added Multiplexing::NONE support as a client, cURL multi handler, and conditional request option

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.13
  • Use locale-independent ASCII folding for all case normalization and comparison
  • Bound cURL upload reads to the declared Content-Length
  • Sanitize the cURL error text exposed through exception handler context

... (truncated)

Commits

Updates laravel/fortify from 1.37.2 to 1.38.0

Release notes

Sourced from laravel/fortify's releases.

v1.38.0

v1.37.3

Changelog

Sourced from laravel/fortify's changelog.

v1.38.0 - 2026-08-07

v1.37.3 - 2026-06-29

Commits
  • c04ca29 Add option to override RecoveryCode class (#694)
  • 35037d8 [1.x] Supports PHPStan 2 (#691)
  • f4f5b81 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#690)
  • 5aaa27a Update CHANGELOG
  • 66b9503 Respect lowercase_usernames config when resetting password (#687)
  • 49de8fa Use literal status code in LockoutResponse to fix PHPStan analysis (#688)
  • c15bb43 Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#686)
  • 015a33f Bump shivammathur/setup-php in the github-actions group (#684)
  • 0f0d1c6 Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#681)
  • bcd918a Enable Dependabot auto-merge (#680)
  • Additional commits viewable in compare view

Updates laravel/framework from 12.60.2 to 12.66.0

Release notes

Sourced from laravel/framework's releases.

v12.66.0

v12.65.0

v12.64.0

v12.63.0

v12.62.0

v12.61.1

v12.61.0

Commits

Updates laravel/octane from 2.17.4 to 2.19.0

Release notes

Sourced from laravel/octane's releases.

v2.19.0

v2.18.0

v2.17.5

Changelog

Sourced from laravel/octane's changelog.

v2.19.0 - 2026-08-05

v2.18.0 - 2026-07-21

v2.17.5 - 2026-06-04

Commits
  • 49b111b override server artisan dev command (#1156)
  • 038f1e4 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#1154)
  • 9b45d95 Update CHANGELOG
  • 404a2f9 Fix formatting in Caddyfile for frankenphp worker (#1153)
  • c57ee3c fix: prevent malformed multipart request from crashing the frankenphp worker ...
  • 50e8a5d Update the existing OCTANE_SERVER value on install (#1148)
  • 36a3b3f Add state_file config option with env() override (#1147)
  • 4456fea Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#1146)
  • 09b6eae Bump shivammathur/setup-php in the github-actions group (#1145)
  • 6e71e6d Update CHANGELOG
  • Additional commits viewable in compare view

Updates laravel/passport from 13.7.5 to 13.7.6

Release notes

Sourced from laravel/passport's releases.

v13.7.6

Changelog

Sourced from laravel/passport's changelog.

v13.7.6 - 2026-07-22

Commits
  • 980ed27 Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#1937)
  • 8760872 fix: connection name retrieval by using Eloquent Model's it own implementatio...
  • da0310a Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#1935)
  • 6dc25f1 Bump shivammathur/setup-php in the github-actions group (#1933)
  • a613ac4 Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#1931)
  • cbb58f2 Enable Dependabot auto-merge (#1928)
  • 9332c9c Update dependabot.yml
  • 599e2ed Add Dependabot cooldown of 5 days (#1922)
  • 6535d2c Bump shivammathur/setup-php in the github-actions group (#1921)
  • 6df408b Merge pull request #1915 from laravel/pin-github-actions
  • Additional commits viewable in compare view

Updates league/flysystem-aws-s3-v3 from 3.34.0 to 3.35.2

Commits

Updates owen-it/laravel-auditing from 14.0.3 to 14.0.6

Release notes

Sourced from owen-it/laravel-auditing's releases.

v14.0.6

What's Changed

Full Changelog: owen-it/laravel-auditing@v14.0.5...v14.0.6

v14.0.5

What's Changed

New Contributors

Full Changelog: owen-it/laravel-auditing@v14.0.4...v14.0.5

v14.0.4

What's Changed

Full Changelog: owen-it/laravel-auditing@v14.0.3...v14.0.4

Commits
  • 31b73b7 Simplify handle method in ProcessDispatchAudit (#1059)
  • 4fb70d2 Also audit when model is already bootstrapped before auditing was enabled (#1...
  • 65b7cb3 fix(test): rewrite test to properly validate functionality (#1057)
  • fa5a22e Refactor audit creation to use savepoint (#1056)
  • 4268b7a Avoid stopping other update events when restoring (#1054)
  • a712249 Refactor model property access using ReflectionClass (#1055)
  • See full diff in compare view

Updates spatie/temporary-directory from 2.3.1 to 2.4.0

Release notes

Sourced from spatie/temporary-directory's releases.

2.4.0

What's Changed

Bumps the minor-updates group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.36` | `0.13.40` |
| [flowframe/laravel-trend](https://github.com/Flowframe/laravel-trend) | `0.4.0` | `0.5.0` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.21.0` | `2.24.0` |
| [laravel/fortify](https://github.com/laravel/fortify) | `1.37.2` | `1.38.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.17.4` | `2.19.0` |
| [laravel/passport](https://github.com/laravel/passport) | `13.7.5` | `13.7.6` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.34.0` | `3.35.2` |
| [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) | `14.0.3` | `14.0.6` |
| [spatie/temporary-directory](https://github.com/spatie/temporary-directory) | `2.3.1` | `2.4.0` |
| [tightenco/ziggy](https://github.com/tighten/ziggy) | `2.6.2` | `2.6.3` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.10.0` | `3.13.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.9.6` | `3.10.0` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.1` | `1.30.5` |
| [laravel/sail](https://github.com/laravel/sail) | `1.60.0` | `1.66.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.20.0` | `5.22.1` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.4` | `8.9.5` |



Updates `dedoc/scramble` from 0.12.36 to 0.13.40
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.12.36...v0.13.40)

Updates `flowframe/laravel-trend` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/Flowframe/laravel-trend/releases)
- [Changelog](https://github.com/Flowframe/laravel-trend/blob/master/CHANGELOG.md)
- [Commits](Flowframe/laravel-trend@v0.4.0...v0.5.0)

Updates `gotenberg/gotenberg-php` from 2.21.0 to 2.24.0
- [Release notes](https://github.com/gotenberg/gotenberg-php/releases)
- [Commits](gotenberg/gotenberg-php@v2.21.0...v2.24.0)

Updates `guzzlehttp/guzzle` from 7.10.3 to 7.15.3
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.15.3/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.10.3...7.15.3)

Updates `laravel/fortify` from 1.37.2 to 1.38.0
- [Release notes](https://github.com/laravel/fortify/releases)
- [Changelog](https://github.com/laravel/fortify/blob/1.x/CHANGELOG.md)
- [Commits](laravel/fortify@v1.37.2...v1.38.0)

Updates `laravel/framework` from 12.60.2 to 12.66.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.60.2...v12.66.0)

Updates `laravel/octane` from 2.17.4 to 2.19.0
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.17.4...v2.19.0)

Updates `laravel/passport` from 13.7.5 to 13.7.6
- [Release notes](https://github.com/laravel/passport/releases)
- [Changelog](https://github.com/laravel/passport/blob/13.x/CHANGELOG.md)
- [Commits](laravel/passport@v13.7.5...v13.7.6)

Updates `league/flysystem-aws-s3-v3` from 3.34.0 to 3.35.2
- [Commits](thephpleague/flysystem-aws-s3-v3@3.34.0...3.35.2)

Updates `owen-it/laravel-auditing` from 14.0.3 to 14.0.6
- [Release notes](https://github.com/owen-it/laravel-auditing/releases)
- [Changelog](https://github.com/owen-it/laravel-auditing/blob/master/CHANGELOG.md)
- [Commits](owen-it/laravel-auditing@v14.0.3...v14.0.6)

Updates `spatie/temporary-directory` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/spatie/temporary-directory/releases)
- [Changelog](https://github.com/spatie/temporary-directory/blob/main/CHANGELOG.md)
- [Commits](spatie/temporary-directory@2.3.1...2.4.0)

Updates `tightenco/ziggy` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/tighten/ziggy/releases)
- [Changelog](https://github.com/tighten/ziggy/blob/2.x/CHANGELOG.md)
- [Commits](tighten/ziggy@v2.6.2...v2.6.3)

Updates `fumeapp/modeltyper` from 3.10.0 to 3.13.0
- [Release notes](https://github.com/fumeapp/modeltyper/releases)
- [Commits](fumeapp/modeltyper@v3.10.0...v3.13.0)

Updates `larastan/larastan` from 3.9.6 to 3.10.0
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.9.6...v3.10.0)

Updates `laravel/pint` from 1.29.1 to 1.30.5
- [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.30.5)

Updates `laravel/sail` from 1.60.0 to 1.66.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.60.0...v1.66.0)

Updates `laravel/telescope` from 5.20.0 to 5.22.1
- [Release notes](https://github.com/laravel/telescope/releases)
- [Changelog](https://github.com/laravel/telescope/blob/5.x/CHANGELOG.md)
- [Commits](laravel/telescope@v5.20.0...v5.22.1)

Updates `mockery/mockery` from 1.6.12 to 1.6.13
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.12...1.6.13)

Updates `nunomaduro/collision` from 8.9.4 to 8.9.5
- [Commits](nunomaduro/collision@v8.9.4...v8.9.5)

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.40
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: flowframe/laravel-trend
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: gotenberg/gotenberg-php
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.15.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/fortify
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: owen-it/laravel-auditing
  dependency-version: 14.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: spatie/temporary-directory
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tightenco/ziggy
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.30.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.66.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.22.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: mockery/mockery
  dependency-version: 1.6.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-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 Aug 17, 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