Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
dedoc/scramble 0.12.36 0.13.6
gotenberg/gotenberg-php 2.14.0 2.15.1
inertiajs/inertia-laravel 2.0.10 2.0.11
laravel/jetstream 5.3.8 5.4.0
laravel/octane 2.13.0 2.13.1
laravel/passport 13.2.2 13.4.1
laravel/tinker 2.10.1 2.10.2
league/csv 9.27.0 9.27.1
league/flysystem-aws-s3-v3 3.29.0 3.30.1
tpetry/laravel-postgresql-enhanced 3.4.0 3.5.0
brianium/paratest 7.14.1 7.15.0
fumeapp/modeltyper 3.4.0 3.5.0
larastan/larastan 3.7.2 3.8.0
laravel/pint 1.25.1 1.26.0
laravel/sail 1.46.0 1.48.1
laravel/telescope 5.14.1 5.15.1
nunomaduro/collision 8.8.2 8.8.3

Updates dedoc/scramble from 0.12.36 to 0.13.6

Release notes

Sourced from dedoc/scramble's releases.

v0.13.6

What's Changed

Full Changelog: dedoc/scramble@v0.13.5...v0.13.6

v0.13.5

What's Changed

Full Changelog: dedoc/scramble@v0.13.4...v0.13.5

v0.13.4

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.3...v0.13.4

v0.13.3

🚨 Breaking changes

While unlikely this is going to affect you, RulesToParameter class has been removed. It was the internal not documented class, so it wasn't intended to be used on its own. Due to the low possibility of this affecting someone, I'm not tagging a new 0.14.x release.

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.2...v0.13.3

v0.13.2

What's Changed

  • Added support of variables used in validation rules by @​chaikivskyi in dedoc/scramble#1005
  • Fixed isInstanceOf could've returned null for template type.
  • Fixed infinite recursion for cases when @mixin of the class alias is used on the same class 😵‍💫

New Contributors

... (truncated)

Commits
  • 7868ddb fix static analysis
  • a8291b9 Merge branch 'main' of github.com:dedoc/documentor
  • c32ddc9 Fix trailing comma issue when analyzing properties (#1035)
  • 9d82138 Fixed exception extensions cannot be overridden (#1034)
  • 7cd6d1c fix union acceptedBy
  • e829ea6 prevent documenting non-instantiable classes
  • b827b5f fix model extension failing on abstract models
  • 385557f fix array unwrapping (#1031)
  • 5eda432 Fixes analysis of variables with expression names (caused "Variable could not...
  • 773f9d4 Fix invalid handling of controller's annotated union type (#1020)
  • Additional commits viewable in compare view

Updates gotenberg/gotenberg-php from 2.14.0 to 2.15.1

Release notes

Sourced from gotenberg/gotenberg-php's releases.

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:

  • $pdfEngines->encrypt
  • $pdfEngines->encrypting
  • $libreOffice->encrypt
  • $chromium->encrypt
  • $pdfEngines->embed
  • $pdfEngines->embeds
  • $libreOffice->embeds
  • $chromium->embeds

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

Commits
  • 71ce1d0 refactor(test): switch to PHPUnit 10 for PHP 8.5
  • 2a958f1 chore(deps): add PHP 8.5 support
  • efb72e5 chore(deps): bump actions/checkout from 5 to 6
  • 7b4a56a feat: add embed feature
  • 1c4e926 docs(README): add screenshot image formats
  • 5e9ad72 feat: add the encrypt feature and add missing flatten method in the Chromium ...
  • a545201 chore(deps): update dev dependencies
  • 59de458 chore(deps): bump actions/checkout from 4 to 5 (#60)
  • c887bbc docs(README): Symfony bundle is no more experimental
  • See full diff in compare view

Updates inertiajs/inertia-laravel from 2.0.10 to 2.0.11

Release notes

Sourced from inertiajs/inertia-laravel's releases.

v2.0.11

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.10...v2.0.11

Changelog

Sourced from inertiajs/inertia-laravel's changelog.

v2.0.11 - 2025-11-26

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.10...v2.0.11

Commits

Updates laravel/framework from 12.34.0 to 12.40.2

Release notes

Sourced from laravel/framework's releases.

v12.40.2

v12.40.1

v12.40.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v12.40.2 - 2025-11-26

v12.40.1 - 2025-11-25

v12.40.0 - 2025-11-25

... (truncated)

Commits

Updates laravel/jetstream from 5.3.8 to 5.4.0

Release notes

Sourced from laravel/jetstream's releases.

v5.4.0

Changelog

Sourced from laravel/jetstream's changelog.

v5.4.0 - 2025-11-25

Commits

Updates laravel/octane from 2.13.0 to 2.13.1

Release notes

Sourced from laravel/octane's releases.

v2.13.1

Changelog

Sourced from laravel/octane's changelog.

v2.13.1 - 2025-10-27

Commits
  • 20b741b Update the signature for octane:start (#1073)
  • 558abf7 fix(concurrency): skip Octane::concurrently when no tasks to prevent false Ta...
  • c9ca504 [2.x] Don't ignore write error messages anymore (#1068)
  • f41a19a Update CHANGELOG
  • See full diff in compare view

Updates laravel/passport from 13.2.2 to 13.4.1

Release notes

Sourced from laravel/passport's releases.

v13.4.1

v13.4.0

v13.3.0

Changelog

Sourced from laravel/passport's changelog.

v13.4.1 - 2025-11-21

v13.4.0 - 2025-11-02

v13.3.0 - 2025-10-26

Commits
  • 98173ac [13.x] Fix possible 500 error when retrieving user on token guard (#1871)
  • ca3da23 Update CHANGELOG
  • 10423e2 [13.x] Add static setter for authorizationServerResponseType (#1867)
  • 55be263 Update CHANGELOG
  • aee8af1 feat: Allow findForPassport to optionally receive the OAuth client (#1866)
  • abfaf30 chore(UPGRADE): v13, update oauth_clients table schema changes (#1865)
  • ae25d64 Update CHANGELOG
  • See full diff in compare view

Updates laravel/tinker from 2.10.1 to 2.10.2

Release notes

Sourced from laravel/tinker's releases.

v2.10.2

Changelog

Sourced from laravel/tinker's changelog.

v2.10.2 - 2025-11-20

Commits

Updates league/csv from 9.27.0 to 9.27.1

Release notes

Sourced from league/csv's releases.

version 9.27.1

Added

  • None

Deprecated

  • None

Fixed

  • AbstractCsv::download improved implementation see #569

Remove

  • None
Changelog

Sourced from league/csv's changelog.

9.27.1 - 2025-10-25

Added

  • None

Deprecated

  • None

Fixed

  • AbstractCsv::download improved implementation see #569

Remove

  • None
Commits

Updates league/flysystem-aws-s3-v3 from 3.29.0 to 3.30.1

Commits
  • d286e89 Fixed #1882: Prevent listing directory named 0 from returning unfiltered resp...
  • See full diff in compare view

Updates tpetry/laravel-postgresql-enhanced from 3.4.0 to 3.5.0

Changelog

Sourced from tpetry/laravel-postgresql-enhanced's changelog.

[3.5.0] - 2025-11-24

Added

  • fulltext search mode=none (#122)
Commits
  • a0634a8 docs: release 3.5.0
  • 9d00cd4 chore: github workflow has it own testbench configuration
  • e7ce35c chore: Laravel 11 tests failed because of PHP deprectations
  • a266725 feat: add 'none' mode option for full-text search queries (resolves #122)
  • See full diff in compare view

Updates brianium/paratest from 7.14.1 to 7.15.0

Release notes

Sourced from brianium/paratest's releases.

v7.15.0

What's Changed

New Contributors

Full Changelog: paratestphp/paratest@v7.14.2...v7.15.0

v7.14.2

What's Changed

Full Changelog: paratestphp/paratest@v7.14.1...v7.14.2

Commits
  • 272ff9d Update dependency phpunit/php-code-coverage to ^12.5.0 (#1055)
  • 8941705 Add support for Symfony 8, drop Symfony 6 (#1054)
  • 4e62fa3 Update dependency phpunit/phpunit to ^12.4.4
  • 2bbc0aa Update actions/checkout action to v6 (#1047)
  • de774a7 Update dependency phpunit/phpunit to ^12.4.3
  • f7cbe11 Update all non-major dependencies
  • 73aad9e Update dependency phpunit/phpunit to ^12.4.2
  • de06de1 Drop \<testsuites> name attribute that doesn't exist in PHPUnit (#1042)
  • bc788bd Update dependency phpstan/phpstan to ^2.1.31
  • 4190162 Update dependency phpunit/phpunit to ^12.4.1 (#1038)
  • See full diff in compare view

Updates fumeapp/modeltyper from 3.4.0 to 3.5.0

Release notes

Sourced from fumeapp/modeltyper's releases.

v3.5.0

What's Changed

New Contributors

Full Changelog: fumeapp/modeltyper@v3.4.1...v3.5.0

v3.4.1

What's Changed

Full Changelog: fumeapp/modeltyper@v3.4.0...v3.4.1

Commits
  • c503ca0 Fixes coding style
  • c8d3373 Implement additional path search (#106)
  • 30dccdd Fixes coding style
  • 8a12391 Refactor type resolution logic in WriteColumnAttribute and update array mappi...
  • See full diff in compare view

Updates larastan/larastan from 3.7.2 to 3.8.0

Release notes

Sourced from larastan/larastan's releases.

3.8.0

What's Changed

Added

Add optional phpMyAdmin SQL parser integration by @​canvural in larastan/larastan#2388

Larastan can now detect automatically if you have phpmyadmin/sql-parser package and use that to parse your squashed database migrations. This parser package has better support for different SQL keywords. Note: The package has GPL 2 license. Meaning if you install it and distribute your app with it you also need to have GPL 2 licensed application. But generally this is not a problem because you should install Larastan and the sql-parser package as a development dependency and remove these development dependencies while deploying your application to production.

Treat unsigned database columns as non-negative-int larastan/larastan@52aa393

Fixed

Internal

Full Ch...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.12.36` | `0.13.6` |
| [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) | `2.14.0` | `2.15.1` |
| [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) | `2.0.10` | `2.0.11` |
| [laravel/jetstream](https://github.com/laravel/jetstream) | `5.3.8` | `5.4.0` |
| [laravel/octane](https://github.com/laravel/octane) | `2.13.0` | `2.13.1` |
| [laravel/passport](https://github.com/laravel/passport) | `13.2.2` | `13.4.1` |
| [laravel/tinker](https://github.com/laravel/tinker) | `2.10.1` | `2.10.2` |
| [league/csv](https://github.com/thephpleague/csv) | `9.27.0` | `9.27.1` |
| [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) | `3.29.0` | `3.30.1` |
| [tpetry/laravel-postgresql-enhanced](https://github.com/tpetry/laravel-postgresql-enhanced) | `3.4.0` | `3.5.0` |
| [brianium/paratest](https://github.com/paratestphp/paratest) | `7.14.1` | `7.15.0` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.4.0` | `3.5.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.7.2` | `3.8.0` |
| [laravel/pint](https://github.com/laravel/pint) | `1.25.1` | `1.26.0` |
| [laravel/sail](https://github.com/laravel/sail) | `1.46.0` | `1.48.1` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.14.1` | `5.15.1` |
| [nunomaduro/collision](https://github.com/nunomaduro/collision) | `8.8.2` | `8.8.3` |



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

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

Updates `inertiajs/inertia-laravel` from 2.0.10 to 2.0.11
- [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.10...v2.0.11)

Updates `laravel/framework` from 12.34.0 to 12.40.2
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v12.34.0...v12.40.2)

Updates `laravel/jetstream` from 5.3.8 to 5.4.0
- [Release notes](https://github.com/laravel/jetstream/releases)
- [Changelog](https://github.com/laravel/jetstream/blob/5.x/CHANGELOG.md)
- [Commits](laravel/jetstream@v5.3.8...v5.4.0)

Updates `laravel/octane` from 2.13.0 to 2.13.1
- [Release notes](https://github.com/laravel/octane/releases)
- [Changelog](https://github.com/laravel/octane/blob/2.x/CHANGELOG.md)
- [Commits](laravel/octane@v2.13.0...v2.13.1)

Updates `laravel/passport` from 13.2.2 to 13.4.1
- [Release notes](https://github.com/laravel/passport/releases)
- [Changelog](https://github.com/laravel/passport/blob/13.x/CHANGELOG.md)
- [Commits](laravel/passport@v13.2.2...v13.4.1)

Updates `laravel/tinker` from 2.10.1 to 2.10.2
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](laravel/tinker@v2.10.1...v2.10.2)

Updates `league/csv` from 9.27.0 to 9.27.1
- [Release notes](https://github.com/thephpleague/csv/releases)
- [Changelog](https://github.com/thephpleague/csv/blob/master/CHANGELOG.md)
- [Commits](thephpleague/csv@9.27.0...9.27.1)

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

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

Updates `brianium/paratest` from 7.14.1 to 7.15.0
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v7.14.1...v7.15.0)

Updates `fumeapp/modeltyper` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/fumeapp/modeltyper/releases)
- [Commits](fumeapp/modeltyper@v3.4.0...v3.5.0)

Updates `larastan/larastan` from 3.7.2 to 3.8.0
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.7.2...v3.8.0)

Updates `laravel/pint` from 1.25.1 to 1.26.0
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.25.1...v1.26.0)

Updates `laravel/sail` from 1.46.0 to 1.48.1
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.46.0...v1.48.1)

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

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

Updates `phpunit/phpunit` from 12.4.1 to 12.4.4
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.4.4/ChangeLog-12.4.md)
- [Commits](sebastianbergmann/phpunit@12.4.1...12.4.4)

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: gotenberg/gotenberg-php
  dependency-version: 2.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: inertiajs/inertia-laravel
  dependency-version: 2.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.40.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/jetstream
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/tinker
  dependency-version: 2.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: league/csv
  dependency-version: 9.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: league/flysystem-aws-s3-v3
  dependency-version: 3.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tpetry/laravel-postgresql-enhanced
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: brianium/paratest
  dependency-version: 7.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.48.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: nunomaduro/collision
  dependency-version: 8.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: phpunit/phpunit
  dependency-version: 12.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Dec 1, 2025
@StanBarrows StanBarrows closed this Dec 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/composer/main/minor-updates-18099a7b3b branch December 1, 2025 11:47
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.

2 participants