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.42
flowframe/laravel-trend 0.4.0 0.5.0
gotenberg/gotenberg-php 2.21.0 2.25.0
laravel/fortify 1.37.2 1.39.0
laravel/octane 2.17.4 2.19.1
laravel/passport 13.7.5 13.7.6
league/flysystem-aws-s3-v3 3.34.0 3.35.3
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.4
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.67.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.42

Release notes

Sourced from dedoc/scramble's releases.

v0.13.42

What's Changed

Full Changelog: dedoc/scramble@v0.13.41...v0.13.42

v0.13.41

What's Changed

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

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

... (truncated)

Commits

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.25.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.25.0

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

New methods:

  • ->optimizeImages (Chromium, LibreOffice, PDF Engines)
  • $chromium->screenshot->selector
  • $pdfengines->optimize
  • $pdfengines->titleBookmarks
  • $pdfengines->stamps
  • $pdfengines->watermarks

stamping and watermarking (Chromium, LibreOffice, PDF Engines) now accept an image or PDF file source and can be called repeatedly to apply multiple stamps or watermarks.

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

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
  • 690480b feat(pdfengines): apply multiple stamps and watermarks; optimize takes quality
  • 1af1613 feat(pdfengines): add addStamp and stamps for applying multiple stamps
  • 7b894fe feat(pdfengines): add titleBookmarks for the merge route
  • bc16cc0 test: cover optimizeImages and selector in the endpoint scenarios
  • 02349e7 feat: add image optimization and element-selector screenshots
  • 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
  • Additional commits viewable in compare view

Updates guzzlehttp/guzzle from 7.10.3 to 7.15.5

Release notes

Sourced from guzzlehttp/guzzle's releases.

7.15.5

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.13.1
  • Adjusted guzzlehttp/promises version constraint to ^2.5.3

7.15.4

Added

  • Added support for PHP 8.6

Changed

  • Replace the deprecated spl_object_hash() in handler stack debug output for PHP 8.6

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

... (truncated)

Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.15.5 - 2026-08-24

Changed

  • Adjusted guzzlehttp/psr7 version constraint to ^2.13.1
  • Adjusted guzzlehttp/promises version constraint to ^2.5.3

7.15.4 - 2026-08-24

Added

  • Added support for PHP 8.6

Changed

  • Replace the deprecated spl_object_hash() in handler stack debug output for PHP 8.6

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

... (truncated)

Commits

Updates laravel/fortify from 1.37.2 to 1.39.0

Release notes

Sourced from laravel/fortify's releases.

v1.39.0

v1.38.0

v1.37.3

Changelog

Sourced from laravel/fortify's changelog.

v1.39.0 - 2026-08-23

v1.38.0 - 2026-08-07

v1.37.3 - 2026-06-29

Commits
  • b1fc507 Fix repeat 2FA enable deleting pending secret (#696)
  • bfa20e2 Update CHANGELOG
  • 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)
  • Additional commits viewable in compare view

Updates laravel/framework from 12.60.2 to 12.68.0

Release notes

Sourced from laravel/framework's releases.

v12.68.0

v12.67.0

v12.66.0

v12.65.0

v12.64.0

v12.63.0

v12.62.0

v12.61.1

v12.61.0

... (truncated)

Commits

Updates laravel/octane from 2.17.4 to 2.19.1

Release notes

Sourced from laravel/octane's releases.

v2.19.1

v2.19.0

v2.18.0

v2.17.5

Changelog

Sourced from laravel/octane's changelog.

v2.19.1 - 2026-08-13

v2.19.0 - 2026-08-05

v2.18.0 - 2026-07-21

v2.17.5 - 2026-06-04

Commits
  • 68a2516 Cast $managerProcessId to integer within Swoole's (#1158)
  • 0bb590b Update CHANGELOG
  • 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)
  • 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.3

Commits
  • b03780c Populate the failure reason on AwsS3V3Adapter exceptions
  • 8475ef9 fix: honor explicit ACL override in AwsS3V3 copy
  • 3f93d3f Fixes #1903:Remove lock file
  • See full diff in compare view

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...

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Aug 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/composer/main/minor-updates-375c33646f branch from b4651f7 to 8f1396f Compare August 24, 2026 08:06
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.42` |
| [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.25.0` |
| [laravel/fortify](https://github.com/laravel/fortify) | `1.37.2` | `1.39.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.17.4` | `2.19.1` |
| [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.3` |
| [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.4` |
| [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.67.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.42
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.12.36...v0.13.42)

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.25.0
- [Release notes](https://github.com/gotenberg/gotenberg-php/releases)
- [Commits](gotenberg/gotenberg-php@v2.21.0...v2.25.0)

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

Updates `laravel/fortify` from 1.37.2 to 1.39.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.39.0)

Updates `laravel/framework` from 12.60.2 to 12.68.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.68.0)

Updates `laravel/octane` from 2.17.4 to 2.19.1
- [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.1)

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.3
- [Commits](thephpleague/flysystem-aws-s3-v3@3.34.0...3.35.3)

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.4
- [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.4)

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.67.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.67.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.15
- [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.15)

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: fumeapp/modeltyper
  dependency-version: 3.13.0
  dependency-type: direct:development
  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: larastan/larastan
  dependency-version: 3.10.0
  dependency-type: direct:development
  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: 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: 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: 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
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/composer/main/minor-updates-375c33646f branch from 8f1396f to 8eef30e Compare August 31, 2026 08:07
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