Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

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

Package From To
dedoc/scramble 0.13.6 0.13.10
inertiajs/inertia-laravel 2.0.11 2.0.18
laravel/nightwatch 1.19.0 1.21.1
laravel/octane 2.13.1 2.13.4
laravel/passport 13.4.1 13.4.3
laravel/tinker 2.10.2 2.11.0
league/csv 9.27.1 9.28.0
league/iso3166 4.3.3 4.4.0
barryvdh/laravel-ide-helper 3.6.0 3.6.1
brianium/paratest 7.15.0 7.16.1
fumeapp/modeltyper 3.5.0 3.6.0
larastan/larastan 3.8.0 3.8.1
laravel/pint 1.26.0 1.27.0
laravel/sail 1.48.1 1.52.0
laravel/telescope 5.15.1 5.16.1

Updates dedoc/scramble from 0.13.6 to 0.13.10

Release notes

Sourced from dedoc/scramble's releases.

v0.13.10

What's Changed

New Contributors

Full Changelog: dedoc/scramble@v0.13.9...v0.13.10

v0.13.9

What's Changed

Full Changelog: dedoc/scramble@v0.13.8...v0.13.9

v0.13.8

What's Changed

Full Changelog: dedoc/scramble@v0.13.7...v0.13.8

v0.13.7

What's Changed

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

Commits
  • fd73178 fix resetting schema
  • 09437b9 Allow customizing which HTTP methods are documented for multi-method routes (...
  • 7d310d6 Fix styling
  • bb0eec9 Add title and description parameters to Endpoint attribute (#1007)
  • adb29ef Added evaluation of array keys when array keys can be statically evaluated (#...
  • d1c5e35 Added regex validation rule support (#1050)
  • 288d9f5 Fixed incorrect column type when using exists rule on UUID columns (#1049)
  • cdefa2d Added support for deprecated annotation on fields (#1048)
  • f6b1fc0 Improve nested required parameters handling (#1042)
  • 11081ef Reduce arrayable priority (#1039)
  • See full diff in compare view

Updates inertiajs/inertia-laravel from 2.0.11 to 2.0.18

Release notes

Sourced from inertiajs/inertia-laravel's releases.

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

v2.0.15

What's Changed

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

v2.0.14

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.13...v2.0.14

v2.0.13

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v2.0.12...v2.0.13

v2.0.12

What's Changed

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

Changelog

Sourced from inertiajs/inertia-laravel's changelog.

v2.0.18 - 2025-12-31

What's Changed

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

v2.0.17 - 2025-12-30

What's Changed

New Contributors

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

v2.0.16 - 2025-12-17

What's Changed

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

v2.0.15 - 2025-12-15

What's Changed

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

v2.0.14 - 2025-12-10

What's Changed

Full Changelog: inertiajs/inertia-laravel@v2.0.13...v2.0.14

v2.0.13 - 2025-12-10

What's Changed

... (truncated)

Commits

Updates laravel/framework from 12.40.2 to 12.46.0

Release notes

Sourced from laravel/framework's releases.

v12.46.0

v12.45.2

v12.45.1

v12.45.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v12.46.0 - 2026-01-07

v12.45.2 - 2026-01-07

v12.45.1 - 2026-01-07

v12.45.0 - 2026-01-06

... (truncated)

Commits
  • 9dcff48 Update version to v12.46.0
  • 3e11ee3 [12.x] Added MySQL DDL locking options to MySQL grammar (#58293)
  • ffe6c9e consistent
  • b95b530 [12.x] Table prefix not applied when cloning connections (#58288)
  • 71581d2 [12.x] Add Collection::containsManyItems() method (#58312)
  • 36a271e [12.x] Fixed phpdoc of Container::buildSelfBuildingInstance, to prevent psa...
  • 52d0476 [12.x] Add Arr::onlyValues and Arr::exceptValues (#58317)
  • 90a84ca Update CHANGELOG
  • d644693 Update version to v12.45.2
  • a018936 [12.x] Fix calling toArray() on AnonymousResourceCollection returns an ar...
  • Additional commits viewable in compare view

Updates laravel/nightwatch from 1.19.0 to 1.21.1

Release notes

Sourced from laravel/nightwatch's releases.

v1.21.1

What's Changed

Full Changelog: laravel/nightwatch@v1.21.0...v1.21.1

v1.21.0

What's Changed

Full Changelog: laravel/nightwatch@v1.20.0...v1.21.0

v1.20.0

What's Changed

Full Changelog: laravel/nightwatch@v1.19.0...v1.20.0

Changes to scheduled task sampling

With this release, scheduled tasks are able to be sampled separately from commands. If you were relying on NIGHTWATCH_COMMAND_SAMPLE_RATE to also change sampling of scheduled tasks, you will need to update NIGHTWATCH_SCHEDULED_TASK_SAMPLE_RATE accordingly as this takes precedence.

Changelog

Sourced from laravel/nightwatch's changelog.

v1.21.1 - 2025-12-18

What's Changed

Full Changelog: laravel/nightwatch@v1.21.0...v1.21.1

v1.21.0 - 2025-12-16

What's Changed

Full Changelog: laravel/nightwatch@v1.20.0...v1.21.0

v1.20.0 - 2025-12-16

What's Changed

Full Changelog: laravel/nightwatch@v1.19.0...v1.20.0

Changes to scheduled task sampling

With this release, scheduled tasks are able to be sampled separately from commands. If you were relying on NIGHTWATCH_COMMAND_SAMPLE_RATE to also change sampling of scheduled commands, you will need to update NIGHTWATCH_SCHEDULED_TASK_SAMPLE_RATE accordingly as this takes precedence.

Commits

Updates laravel/octane from 2.13.1 to 2.13.4

Release notes

Sourced from laravel/octane's releases.

v2.13.4

v2.13.3

v2.13.2

Changelog

Sourced from laravel/octane's changelog.

v2.13.4 - 2025-12-21

v2.13.3 - 2025-12-10

v2.13.2 - 2025-11-28

Commits

Updates laravel/passport from 13.4.1 to 13.4.3

Release notes

Sourced from laravel/passport's releases.

v13.4.3

v13.4.2

Changelog

Sourced from laravel/passport's changelog.

v13.4.3 - 2025-12-22

v13.4.2 - 2025-12-15

Commits

Updates laravel/tinker from 2.10.2 to 2.11.0

Release notes

Sourced from laravel/tinker's releases.

v2.11.0

Changelog

Sourced from laravel/tinker's changelog.

v2.11.0 - 2025-12-19

Commits

Updates league/csv from 9.27.1 to 9.28.0

Release notes

Sourced from league/csv's releases.

version 9.28.0

Added

  • EnumFormatter to format Enum for CSV serialization

Deprecated

  • None

Fixed

  • None

Remove

  • None

This is the last version supporting PHP8.1

Changelog

Sourced from league/csv's changelog.

9.28.0 - 2025-12-27

Added

  • EnumFormatter to format Enum for CSV serialization

Deprecated

  • None

Fixed

  • None

Remove

  • None
Commits

Updates league/iso3166 from 4.3.3 to 4.4.0

Release notes

Sourced from league/iso3166's releases.

4.4.0

What's Changed

New Contributors

Full Changelog: alcohol/iso3166@4.3.3...4.4.0

Commits
  • 928ac7e Update Bulgaria currency: from BGN to EUR since 01/01/2026
  • 281cb48 php-cs-fixer fix
  • 50123e2 update config
  • 016b68e docs: Added throws PHPDoc tags in ISO3166
  • 536cc16 docs: Added throws PHPDoc tags in ISO3166
  • a66e3a1 update workflow php vers...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.13.6` | `0.13.10` |
| [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) | `2.0.11` | `2.0.18` |
| [laravel/nightwatch](https://github.com/laravel/nightwatch) | `1.19.0` | `1.21.1` |
| [laravel/octane](https://github.com/laravel/octane) | `2.13.1` | `2.13.4` |
| [laravel/passport](https://github.com/laravel/passport) | `13.4.1` | `13.4.3` |
| [laravel/tinker](https://github.com/laravel/tinker) | `2.10.2` | `2.11.0` |
| [league/csv](https://github.com/thephpleague/csv) | `9.27.1` | `9.28.0` |
| [league/iso3166](https://github.com/alcohol/iso3166) | `4.3.3` | `4.4.0` |
| [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) | `3.6.0` | `3.6.1` |
| [brianium/paratest](https://github.com/paratestphp/paratest) | `7.15.0` | `7.16.1` |
| [fumeapp/modeltyper](https://github.com/fumeapp/modeltyper) | `3.5.0` | `3.6.0` |
| [larastan/larastan](https://github.com/larastan/larastan) | `3.8.0` | `3.8.1` |
| [laravel/pint](https://github.com/laravel/pint) | `1.26.0` | `1.27.0` |
| [laravel/sail](https://github.com/laravel/sail) | `1.48.1` | `1.52.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.15.1` | `5.16.1` |



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

Updates `inertiajs/inertia-laravel` from 2.0.11 to 2.0.18
- [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.11...v2.0.18)

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

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

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

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

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

Updates `league/csv` from 9.27.1 to 9.28.0
- [Release notes](https://github.com/thephpleague/csv/releases)
- [Changelog](https://github.com/thephpleague/csv/blob/master/CHANGELOG.md)
- [Commits](thephpleague/csv@9.27.1...9.28.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 `barryvdh/laravel-ide-helper` from 3.6.0 to 3.6.1
- [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.6.0...v3.6.1)

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: inertiajs/inertia-laravel
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/nightwatch
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/passport
  dependency-version: 13.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/tinker
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: league/csv
  dependency-version: 9.28.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: barryvdh/laravel-ide-helper
  dependency-version: 3.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: brianium/paratest
  dependency-version: 7.16.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: fumeapp/modeltyper
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: larastan/larastan
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/pint
  dependency-version: 1.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.52.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.16.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: phpunit/phpunit
  dependency-version: 12.5.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Jan 12, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2026

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

@dependabot dependabot bot closed this Jan 19, 2026
@dependabot dependabot bot deleted the dependabot/composer/main/minor-updates-3816508dfc branch January 19, 2026 04:16
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.

1 participant