Skip to content

Bump the minor-updates group across 1 directory with 18 updates#186

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/main/minor-updates-6581e0d977
Open

Bump the minor-updates group across 1 directory with 18 updates#186
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/main/minor-updates-6581e0d977

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

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

Package From To
dedoc/scramble 0.13.16 0.13.22
flowframe/laravel-trend 0.4.0 0.5.0
gotenberg/gotenberg-php 2.17.0 2.21.0
korridor/laravel-has-many-sync 3.1.0 3.2.0
korridor/laravel-model-validation-rules 3.3.0 3.4.0
laravel/jetstream 5.5.1 5.5.2
laravel/nightwatch 1.24.4 1.26.1
laravel/octane 2.17.1 2.17.3
laravel/passport 13.6.0 13.7.5
maatwebsite/excel 3.1.68 3.1.69
owen-it/laravel-auditing 14.0.2 14.0.3
fumeapp/modeltyper 3.9.0 3.10.0
larastan/larastan 3.9.3 3.9.6
laravel/pint 1.29.0 1.29.1
laravel/sail 1.54.0 1.58.0
laravel/telescope 5.18.0 5.20.0
nunomaduro/collision 8.9.1 8.9.4

Updates dedoc/scramble from 0.13.16 to 0.13.22

Release notes

Sourced from dedoc/scramble's releases.

v0.13.22

What's Changed

Security: addresses a potential code execution issue under specific conditions.

New Contributors

Full Changelog: dedoc/scramble@v0.13.21...v0.13.22

v0.13.21

What's Changed

  • Fix relationship resource guessing when not explicitly provided and recognize JSON:API parameters when resource is transformed to response by @​romalytvynenko in dedoc/scramble#1143

Full Changelog: dedoc/scramble@v0.13.20...v0.13.21

v0.13.20

What's Changed

Full Changelog: dedoc/scramble@v0.13.19...v0.13.20

v0.13.19

What's Changed

Full Changelog: dedoc/scramble@v0.13.18...v0.13.19

v0.13.18

What's Changed

Full Changelog: dedoc/scramble@v0.13.17...v0.13.18

v0.13.17

What's Changed

... (truncated)

Commits
  • b54b0c4 Add support for $this in rule expressions and improve rules evaluation safe...
  • fa0ebd6 support custom field for confirmed rule (#1128)
  • b286d4a Fix relationship resource guessing when not explicitly provided and recognize...
  • 5554598 Add toResourceCollection support on paginators (#1142)
  • 5471904 Add attributes support on FormRequest (e.g. #[*Parameter], `#[SchemaName]...
  • 9ae4b56 wip fix (#1139)
  • 8c7c1f2 Add model toResource and toResourceCollection methods support (#1138)
  • 6c2ac50 chore: rename method
  • 9719ed5 Add JSON:API resources support (#1136)
  • e013e24 prevent priority duplication (#1132)
  • 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.17.0 to 2.21.0

Release notes

Sourced from gotenberg/gotenberg-php's releases.

v2.21.0

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

New methods:

  • $chromium->embedsMetadata
  • $libreoffice->embedsMetadata
  • $pdfengines->embedsMetadata

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

v2.20.0

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

Deprecations:

  • public function webhook(string $url, string $errorUrl = '') => $errorUrl is now optional and deprecated.

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

v2.19.0

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

New methods:

  • $chromium->skipNetworkAlmostIdleEvent
  • $libreOffice->initialView
  • $libreOffice->initialPage
  • $libreOffice->magnification
  • $libreOffice->zoom
  • $libreOffice->pageLayout
  • $libreOffice->firstPageOnLeft
  • $libreOffice->resizeWindowToInitialPage
  • $libreOffice->centerWindow
  • $libreOffice->openInFullScreenMode
  • $libreOffice->displayPDFDocumentTitle
  • $libreOffice->hideViewerMenubar
  • $libreOffice->hideViewerToolbar
  • $libreOffice->hideViewerWindowControls
  • $libreOffice->useTransitionEffects
  • $libreOffice->openBookmarkLevels
  • ->webhookEventsUrl (all modules)
  • ->correlationId (all modules)
  • $gotenbergApiErrored->getCorrelationId

Deprecations:

  • ->trace — use ->correlationId instead
  • $gotenbergApiErrored->getGotenbergTrace — use ->getCorrelationId instead

... (truncated)

Commits
  • 991a618 feat(pdfengines): add embed metadata
  • 8084147 docs(CONTRIBUTING.md): remove do not push instruction [skip ci]
  • aeb5ccf docs: more succint [skip ci]
  • b06d02d docs(markdown): human-centric instead of agents first [skip ci]
  • ae7ae40 chore(deps): bump codecov/codecov-action from 5 to 6
  • d5c6013 chore(webhook): deprecate Gotenberg-Webhook-Error-Url
  • 2f18647 feat(chromium): add skipNetworkAlmostIdle
  • af480fc feat: comply with Gotenberg 8.29.0
  • d2e4ada fix(agents): better context
  • 7f2594e chore(downloadFrom): use const for field
  • Additional commits viewable in compare view

Updates korridor/laravel-has-many-sync from 3.1.0 to 3.2.0

Commits

Updates korridor/laravel-model-validation-rules from 3.3.0 to 3.4.0

Release notes

Sourced from korridor/laravel-model-validation-rules's releases.

3.4.0 - Laravel 13 support

  • Laravel 13 support
  • Static code analysis with Larastan
Commits

Updates laravel/framework from 12.55.1 to 12.58.0

Release notes

Sourced from laravel/framework's releases.

v12.58.0

v12.57.0

v12.56.0

Commits

Updates laravel/jetstream from 5.5.1 to 5.5.2

Release notes

Sourced from laravel/jetstream's releases.

v5.5.2

Changelog

Sourced from laravel/jetstream's changelog.

v5.5.2 - 2026-03-20

Commits

Updates laravel/nightwatch from 1.24.4 to 1.26.1

Release notes

Sourced from laravel/nightwatch's releases.

1.26.1

What's Changed

Full Changelog: laravel/nightwatch@v1.26.0...1.26.1

v1.26.0

What's Changed

Full Changelog: laravel/nightwatch@v1.25.0...v1.26.0

v1.25.0

What's Changed

New Contributors

Full Changelog: laravel/nightwatch@v1.24.4...v1.25.0

Changelog

Sourced from laravel/nightwatch's changelog.

Release Notes

Unreleased

v1.26.0 - 2026-04-01

What's Changed

Full Changelog: laravel/nightwatch@v1.25.0...v1.26.0

v1.25.0 - 2026-03-31

What's Changed

New Contributors

Full Changelog: laravel/nightwatch@v1.24.4...v1.25.0

Commits

Updates laravel/octane from 2.17.1 to 2.17.3

Release notes

Sourced from laravel/octane's releases.

v2.17.3

v2.17.2

Changelog

Sourced from laravel/octane's changelog.

v2.17.3 - 2026-04-23

v2.17.2 - 2026-04-16

Commits

Updates laravel/passport from 13.6.0 to 13.7.5

Release notes

Sourced from laravel/passport's releases.

v13.7.5

v13.7.4

v13.7.3

v13.7.2

v13.7.1

v13.7.0

Changelog

Sourced from laravel/passport's changelog.

v13.7.5 - 2026-04-16

v13.7.4 - 2026-04-09

v13.7.3 - 2026-04-07

v13.7.2 - 2026-04-02

This change permanently invalidates client credential tokens for any user whose user ID happens to match the client ID of the token issuer.

v13.7.1 - 2026-04-01

v13.7.0 - 2026-03-21

Commits
  • 90053dc Clarify that running passport:hash is not optional (#1911)
  • ed8956c add notices of invalid tokens when user and client have identical ids (#1910)
  • d085f96 Update CHANGELOG
  • 16c4579 [13.x] Support space-delimited prompt parameter (#1906)
  • cfcd9db Update CHANGELOG
  • f4f85e3 [13.x] Fix session JSON serialization (#1905)
  • 27ba0a8 Update CHANGELOG
  • 0c016c9 [13.X] fix: resolve user as null when user ID matches client ID on integer ke...
  • dd68c65 Update CHANGELOG
  • ca14d97 Prevent user impersonation via client credentials token (#1901)
  • Additional commits viewable in compare view

Updates maatwebsite/excel from 3.1.68 to 3.1.69

Release notes

Sourced from maatwebsite/excel's releases.

3.1.69

What's Changed

New Contributors

Full Changelog: SpartnerNL/Laravel-Excel@3.1.68...3.1.69

Commits

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

Release notes

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

v14.0.3

What's Changed

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

Commits

Updates fumeapp/modeltyper from 3.9.0 to 3.10.0

Release notes

Sourced from fumeapp/modeltyper's releases.

v3.10.0

What's Changed

Full Changelog: fumeapp/modeltyper@v3.9.0...v3.10.0

Commits

Updates larastan/larastan from 3.9.3 to 3.9.6

Release notes

Sourced from larastan/larastan's releases.

3.9.6

What's Changed

Added

Fixed

Full Changelog: larastan/larastan@v3.9.5...v3.9.6

3.9.5

What's changed?

Fixed

Full Changelog: larastan/larastan@v3.9.4...v3.9.5

3.9.4

What's Changed

Changed

Internal

Full Changelog: larastan/larastan@v3.9.3...v3.9.4

Commits
  • 9ad17e8 feat: Improve blade view parsing for NoMissingTranslationsRule (#2476)
  • da5da94 fix: undefined array key internal error when view path has trailing slash (#2...
  • aa637ef fix: fix infinite loop when Redis extension is missing
  • 41db11d feat: improve map and mapWithKeys return types (#2466)
  • 7e2e63f fix PHPStan compatibility
  • d76327b Also run on v13 sample application (#2458)
  • d1079dd fix: type inference for MySQL ENUM types in squashed migrations (#2454)
  • 8b3fa05 refactor: leverage more PHPStan things (#2449)
  • f30cdfd refactor: create new extensions out of old pipeline based approach (#2448)
  • See full diff in compare view

Updates laravel/pint from 1.29.0 to 1.29.1

Release notes

Sourced from laravel/pint's releases.

v1.29.1

Changelog

Sourced from laravel/pint's changelog.

v1.29.1 - 2026-04-20

Commits

Updates laravel/sail from 1.54.0 to 1.58.0

Release notes

Sourced from laravel/sail's releases.

v1.58.0

v1.57.0

v1.56.0

v1.55.0

Changelog

Sourced from laravel/sail's changelog.

v1.58.0 - 2026-04-27

v1.57.0 - 2026-04-14

v1.56.0 - 2026-04-01

v1.55.0 - 2026-03-23

Commits

Updates laravel/telescope from 5.18.0 to 5.20.0

Release notes

Sourced from laravel/telescope's releases.

v5.20.0

v5.19.0

Changelog

Sourced from laravel/telescope's changelog.

v5.20.0 - 2026-04-06

v5.19.0 - 2026-03-24

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

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.13.16` | `0.13.22` |
| [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.17.0` | `2.21.0` |
| [korridor/laravel-has-many-sync](https://github.com/korridor/laravel-has-many-sync) | `3.1.0` | `3.2.0` |
| [korridor/laravel-model-validation-rules](https://github.com/korridor/laravel-model-validation-rules) | `3.3.0` | `3.4.0` |
| [laravel/jetstream](https://github.com/laravel/jetstream) | `5.5.1` | `5.5.2` |
| [laravel/nightwatch](https://github.com/laravel/nightwatch) | `1.24.4` | `1.26.1` |
| [laravel/octane](https://github.com/laravel/octane) | `2.17.1` | `2.17.3` |
| [laravel/passport](https://github.com/laravel/passport) | `13.6.0` | `13.7.5` |
| [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) | `3.1.68` | `3.1.69` |
| [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing) | `14.0.2` | `14.0.3` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.9.0` | `3.10.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.9.3` | `3.9.6` |
| [laravel/pint](https://github.com/laravel/pint) | `1.29.0` | `1.29.1` |
| [laravel/sail](https://github.com/laravel/sail) | `1.54.0` | `1.58.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.18.0` | `5.20.0` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.9.1` | `8.9.4` |



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

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

Updates `korridor/laravel-has-many-sync` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/korridor/laravel-has-many-sync/releases)
- [Commits](korridor/laravel-has-many-sync@3.1.0...3.2.0)

Updates `korridor/laravel-model-validation-rules` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/korridor/laravel-model-validation-rules/releases)
- [Commits](korridor/laravel-model-validation-rules@3.3.0...3.4.0)

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

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

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

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

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

Updates `maatwebsite/excel` from 3.1.68 to 3.1.69
- [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.68...3.1.69)

Updates `owen-it/laravel-auditing` from 14.0.2 to 14.0.3
- [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.2...v14.0.3)

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: korridor/laravel-has-many-sync
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: korridor/laravel-model-validation-rules
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/jetstream
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/nightwatch
  dependency-version: 1.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: maatwebsite/excel
  dependency-version: 3.1.69
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: owen-it/laravel-auditing
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.29.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.58.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: nunomaduro/collision
  dependency-version: 8.9.4
  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 May 4, 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