Skip to content

Bump the minor-updates group across 1 directory with 25 updates#1043

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/main/minor-updates-8ef1a84fb1
Closed

Bump the minor-updates group across 1 directory with 25 updates#1043
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/main/minor-updates-8ef1a84fb1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

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

Package From To
datomatic/laravel-enum-helper 2.1.1 2.1.4
dedoc/scramble 0.12.23 0.13.16
gotenberg/gotenberg-php 2.14.0 2.18.0
inertiajs/inertia-laravel 2.0.3 2.0.22
laravel/jetstream 5.3.7 5.5.1
laravel/octane 2.11.0 2.17.1
laravel/passport 13.0.5 13.6.0
league/flysystem-aws-s3-v3 3.29.0 3.32.0
league/iso3166 4.3.3 4.4.0
maatwebsite/excel 3.1.67 3.1.68
owen-it/laravel-auditing 14.0.0 14.0.2
spatie/temporary-directory 2.3.0 2.3.1
tightenco/ziggy 2.5.3 2.6.2
tpetry/laravel-postgresql-enhanced 3.0.0 3.6.0
barryvdh/laravel-ide-helper 3.5.5 3.7.0
brianium/paratest 7.10.3 7.19.2
fumeapp/modeltyper 3.3.0 3.9.0
larastan/larastan 3.5.0 3.9.3
laravel/pint 1.24.0 1.29.0
laravel/sail 1.43.1 1.54.0
laravel/telescope 5.10.0 5.18.0
nunomaduro/collision 8.8.2 8.9.1
spatie/laravel-ignition 2.9.1 2.12.0
timacdonald/log-fake 2.4.0 2.4.2

Updates datomatic/laravel-enum-helper from 2.1.1 to 2.1.4

Release notes

Sourced from datomatic/laravel-enum-helper's releases.

v2.1.4

Laravel 13 support

v2.1.3

Laravel 13 support

v2.1.2

Changelog

Sourced from datomatic/laravel-enum-helper's changelog.

v2.1.4 - 2026-03-17

Laravel 13 support

v2.1.3 - 2026-03-17

Laravel 13 support

v2.1.2 - 2025-09-24

Commits

Updates dedoc/scramble from 0.12.23 to 0.13.16

Release notes

Sourced from dedoc/scramble's releases.

v0.13.16

What's Changed

Full Changelog: dedoc/scramble@v0.13.15...v0.13.16

v0.13.15

What's Changed

Full Changelog: dedoc/scramble@v0.13.14...v0.13.15

v0.13.14

What's Changed

Full Changelog: dedoc/scramble@v0.13.13...v0.13.14

v0.13.13

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.12...v0.13.13

v0.13.12

What's Changed

... (truncated)

Commits
  • 43a5dd6 Add @phpstan-self-out support and improve closure param inference from call...
  • bc4e756 Support more string types (#1110)
  • 91bb08b implemented model inference for paginators instances (#1109)
  • 8101fb0 Fix #[QueryParameter] with nested brackets (and other parameters attributes...
  • ad3f22f Fix nullable literal unions missing null in enum property (#1107)
  • 2f8e4bf Added @hidden annotation and attribute (#1106)
  • 409b449 no risky
  • 01d1fd8 wip
  • 8755ce0 Merge branch 'main' of github.com:dedoc/scramble
  • 3dc62ed update pest
  • Additional commits viewable in compare view

Updates gotenberg/gotenberg-php from 2.14.0 to 2.18.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.18.0

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

New methods:

  • $libreOffice->nativeWatermarkText
  • $libreOffice->nativeWatermarkColor
  • $libreOffice->nativeWatermarkFontHeight
  • $libreOffice->nativeWatermarkRotateAngle
  • $libreOffice->nativeWatermarkFontName
  • $libreOffice->nativeTiledWatermarkText
  • $pdfEngines->bookmarks
  • $pdfEngines->autoIndexBookmarks
  • $pdfEngines->watermark
  • $pdfEngines->stamp
  • $pdfEngines->rotate
  • $pdfEngines->readBookmarks
  • $pdfEngines->writeBookmarks
  • $chromium->watermarking / $chromium->watermarkFile
  • $chromium->stamping / $chromium->stampFile
  • $chromium->rotating

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

v2.17.0

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

New method:

  • $chromium->emulatedMediaFeatures

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

v2.16.0

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

New methods:

  • $chromium->waitForSelector
  • $chromium->ignoreResourceHttpStatusDomains

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

v2.15.1

This release brings PHP 8.5 support.

v2.15.0

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

New methods:

... (truncated)

Commits
  • d2e4ada fix(agents): better context
  • 7f2594e chore(downloadFrom): use const for field
  • ce233bb fix(pdfengines): single file for watermark/stamp, and add the feature to the ...
  • 4be4128 feat: add rotate feature
  • 208b6b8 feat: add stamp, watermark and bookmarks features
  • 64e2111 feat(agents): add personas
  • 7e6b574 feat(chromium): add emulatedMediaFeatures
  • d5ca513 feat(chromium): add waitForSelector and ignoreResourceHttpStatusDomains methods
  • 71ce1d0 refactor(test): switch to PHPUnit 10 for PHP 8.5
  • 2a958f1 chore(deps): add PHP 8.5 support
  • Additional commits viewable in compare view

Updates inertiajs/inertia-laravel from 2.0.3 to 2.0.22

Release notes

Sourced from inertiajs/inertia-laravel's releases.

v2.0.21

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.20...v2.0.21

v2.0.20

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.19...v2.0.20

v2.0.19

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.18...v2.0.19

v2.0.18

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.17...v2.0.18

v2.0.17

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.16...v2.0.17

v2.0.16

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.15...v2.0.16

... (truncated)

Changelog

Sourced from inertiajs/inertia-laravel's changelog.

v2.0.22 - 2026-03-11

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.21...v2.0.22

v2.0.21 - 2026-02-24

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.20...v2.0.21

v2.0.20 - 2026-02-13

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.19...v2.0.20

v2.0.19 - 2026-01-13

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.18...v2.0.19

v2.0.18 - 2025-12-31

What's Changed

... (truncated)

Commits

Updates laravel/framework from 12.52.0 to 12.55.1

Release notes

Sourced from laravel/framework's releases.

v12.55.1

v12.55.0

v12.54.1

v12.54.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

Release Notes for 12.x

Unreleased

v13.1.1 - 2026-03-18

v13.1.0 - 2026-03-18

v13.0.0 - 2026-03-17

... (truncated)

Commits
  • 6d9185a Update version to v12.55.1
  • 980260d Fix test compatibility with PHP 8.5 (#59251)
  • e1a96ea [12.x] Fix float pluralization in trans_choice() (#59268)
  • db024ea [12.x] Correct truncate exceptions at (#59239)
  • fe5c230 Update CHANGELOG
  • 6917962 Update version to v12.55.0
  • bfb5a6e [12.x] Add wantsMarkdown() and acceptsMarkdown() request methods (#59238)
  • 984b3d4 adjust method order
  • 41970e6 [12.x] Display file path and line number for closure routes in route:list (...
  • 6eaf931 use big integers for cache expiration to avoid year 2038 limitation (#59243)
  • Additional commits viewable in compare view

Updates laravel/jetstream from 5.3.7 to 5.5.1

Release notes

Sourced from laravel/jetstream's releases.

v5.5.1

v5.5.0

v5.4.0

v5.3.8

Changelog

Sourced from laravel/jetstream's changelog.

v5.5.1 - 2026-03-10

v5.5.0 - 2026-03-05

v5.4.0 - 2025-11-25

v5.3.8 - 2025-07-18

Commits

Updates laravel/octane from 2.11.0 to 2.17.1

Release notes

Sourced from laravel/octane's releases.

v2.17.1

v2.17.0

v2.16.0

v2.15.0

v2.14.0

v2.13.5

v2.13.4

v2.13.3

v2.13.2

v2.13.1

v2.13.0

v2.1...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [datomatic/laravel-enum-helper](https://github.com/datomatic/laravel-enum-helper) | `2.1.1` | `2.1.4` |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.23` | `0.13.16` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.14.0` | `2.18.0` |
| [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) | `2.0.3` | `2.0.22` |
| [laravel/jetstream](https://github.com/laravel/jetstream) | `5.3.7` | `5.5.1` |
| [laravel/octane](https://github.com/laravel/octane) | `2.11.0` | `2.17.1` |
| [laravel/passport](https://github.com/laravel/passport) | `13.0.5` | `13.6.0` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.29.0` | `3.32.0` |
| [league/iso3166](https://github.com/alcohol/iso3166) | `4.3.3` | `4.4.0` |
| [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) | `3.1.67` | `3.1.68` |
| [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) | `14.0.0` | `14.0.2` |
| [spatie/temporary-directory](https://github.com/spatie/temporary-directory) | `2.3.0` | `2.3.1` |
| [tightenco/ziggy](https://github.com/tighten/ziggy) | `2.5.3` | `2.6.2` |
| [tpetry/laravel-postgresql-enhanced](https://github.com/tpetry/laravel-postgresql-enhanced) | `3.0.0` | `3.6.0` |
| [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) | `3.5.5` | `3.7.0` |
| [brianium/paratest](https://github.com/paratestphp/paratest) | `7.10.3` | `7.19.2` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.3.0` | `3.9.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.5.0` | `3.9.3` |
| [laravel/pint](https://github.com/laravel/pint) | `1.24.0` | `1.29.0` |
| [laravel/sail](https://github.com/laravel/sail) | `1.43.1` | `1.54.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.10.0` | `5.18.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.8.2` | `8.9.1` |
| [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) | `2.9.1` | `2.12.0` |
| [timacdonald/log-fake](https://github.com/timacdonald/log-fake) | `2.4.0` | `2.4.2` |



Updates `datomatic/laravel-enum-helper` from 2.1.1 to 2.1.4
- [Release notes](https://github.com/datomatic/laravel-enum-helper/releases)
- [Changelog](https://github.com/datomatic/laravel-enum-helper/blob/main/CHANGELOG.md)
- [Commits](datomatic/laravel-enum-helper@v2.1.1...v2.1.4)

Updates `dedoc/scramble` from 0.12.23 to 0.13.16
- [Release notes](https://github.com/dedoc/scramble/releases)
- [Commits](dedoc/scramble@v0.12.23...v0.13.16)

Updates `gotenberg/gotenberg-php` from 2.14.0 to 2.18.0
- [Release notes](https://github.com/gotenberg/gotenberg-php/releases)
- [Commits](gotenberg/gotenberg-php@v2.14.0...v2.18.0)

Updates `inertiajs/inertia-laravel` from 2.0.3 to 2.0.22
- [Release notes](https://github.com/inertiajs/inertia-laravel/releases)
- [Changelog](https://github.com/inertiajs/inertia-laravel/blob/2.x/CHANGELOG.md)
- [Commits](inertiajs/inertia-laravel@v2.0.3...v2.0.22)

Updates `laravel/framework` from 12.52.0 to 12.55.1
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.52.0...v12.55.1)

Updates `laravel/jetstream` from 5.3.7 to 5.5.1
- [Release notes](https://github.com/laravel/jetstream/releases)
- [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md)
- [Commits](laravel/jetstream@v5.3.7...v5.5.1)

Updates `laravel/octane` from 2.11.0 to 2.17.1
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.11.0...v2.17.1)

Updates `laravel/passport` from 13.0.5 to 13.6.0
- [Release notes](https://github.com/laravel/passport/releases)
- [Changelog](https://github.com/laravel/passport/blob/13.x/CHANGELOG.md)
- [Commits](laravel/passport@v13.0.5...v13.6.0)

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

Updates `league/iso3166` from 4.3.3 to 4.4.0
- [Release notes](https://github.com/alcohol/iso3166/releases)
- [Changelog](https://github.com/alcohol/iso3166/blob/main/CHANGELOG.md)
- [Commits](alcohol/iso3166@4.3.3...4.4.0)

Updates `maatwebsite/excel` from 3.1.67 to 3.1.68
- [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases)
- [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md)
- [Commits](SpartnerNL/Laravel-Excel@3.1.67...3.1.68)

Updates `owen-it/laravel-auditing` from 14.0.0 to 14.0.2
- [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.0...v14.0.2)

Updates `spatie/temporary-directory` from 2.3.0 to 2.3.1
- [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.0...2.3.1)

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

Updates `tpetry/laravel-postgresql-enhanced` from 3.0.0 to 3.6.0
- [Changelog](https://github.com/tpetry/laravel-postgresql-enhanced/blob/master/CHANGELOG.md)
- [Commits](tpetry/laravel-postgresql-enhanced@3.0.0...3.6.0)

Updates `barryvdh/laravel-ide-helper` from 3.5.5 to 3.7.0
- [Release notes](https://github.com/barryvdh/laravel-ide-helper/releases)
- [Changelog](https://github.com/barryvdh/laravel-ide-helper/blob/master/CHANGELOG.md)
- [Commits](barryvdh/laravel-ide-helper@v3.5.5...v3.7.0)

Updates `brianium/paratest` from 7.10.3 to 7.19.2
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v7.10.3...v7.19.2)

Updates `fumeapp/modeltyper` from 3.3.0 to 3.9.0
- [Release notes](https://github.com/fumeapp/modeltyper/releases)
- [Commits](fumeapp/modeltyper@v3.3.0...v3.9.0)

Updates `larastan/larastan` from 3.5.0 to 3.9.3
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.5.0...v3.9.3)

Updates `laravel/pint` from 1.24.0 to 1.29.0
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.24.0...v1.29.0)

Updates `laravel/sail` from 1.43.1 to 1.54.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.43.1...v1.54.0)

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

Updates `nunomaduro/collision` from 8.8.2 to 8.9.1
- [Commits](nunomaduro/collision@v8.8.2...v8.9.1)

Updates `spatie/laravel-ignition` from 2.9.1 to 2.12.0
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ignition@2.9.1...2.12.0)

Updates `timacdonald/log-fake` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/timacdonald/log-fake/releases)
- [Commits](timacdonald/log-fake@v2.4.0...v2.4.2)

---
updated-dependencies:
- dependency-name: datomatic/laravel-enum-helper
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: dedoc/scramble
  dependency-version: 0.13.16
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: gotenberg/gotenberg-php
  dependency-version: 2.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: inertiajs/inertia-laravel
  dependency-version: 2.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.55.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/jetstream
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/iso3166
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: maatwebsite/excel
  dependency-version: 3.1.68
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: owen-it/laravel-auditing
  dependency-version: 14.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: spatie/temporary-directory
  dependency-version: 2.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: tightenco/ziggy
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tpetry/laravel-postgresql-enhanced
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: barryvdh/laravel-ide-helper
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: brianium/paratest
  dependency-version: 7.19.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.9.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: spatie/laravel-ignition
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: timacdonald/log-fake
  dependency-version: 2.4.2
  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 Mar 23, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 30, 2026
@dependabot dependabot bot deleted the dependabot/composer/main/minor-updates-8ef1a84fb1 branch March 30, 2026 08:10
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