Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
dedoc/scramble 0.13.6 0.13.8
inertiajs/inertia-laravel 2.0.11 2.0.14
laravel/octane 2.13.1 2.13.2
barryvdh/laravel-ide-helper 3.6.0 3.6.1
brianium/paratest 7.15.0 7.16.0
laravel/sail 1.48.1 1.51.0
laravel/telescope 5.15.1 5.16.0

Updates dedoc/scramble from 0.13.6 to 0.13.8

Release notes

Sourced from dedoc/scramble's releases.

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

Updates inertiajs/inertia-laravel from 2.0.11 to 2.0.14

Release notes

Sourced from inertiajs/inertia-laravel's releases.

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

New Contributors

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

v2.0.12 - 2025-12-09

What's Changed

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

Commits

Updates laravel/framework from 12.40.2 to 12.42.0

Release notes

Sourced from laravel/framework's releases.

v12.42.0

v12.41.1

No release notes provided.

v12.41.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v12.42.0 - 2025-12-09

v12.41.1 - 2025-12-03

v12.41.0 - 2025-12-03

... (truncated)

Commits
  • 509b330 Update version to v12.42.0
  • b8a5a05 Update facade docblocks
  • 77b6953 Apply fixes from StyleCI
  • a98b935 [12.x] PendingRequest@withRequestContext() (#58054)
  • 9bb886f [12.x] Add LICENSE, auto close for PRs and .gitattributes to (#58055)
  • eb975fd Make queue commands' option descriptions more consistent (#58058)
  • 2f7611e [12.x] New illuminate/reflections component from illuminate/support (#58052)
  • e984383 Update facade docblocks
  • 5ba47bf Apply fixes from StyleCI
  • d9b8537 [12.x] Fix PendingRequest@pool() && batch() concurrency (#57973)
  • Additional commits viewable in compare view

Updates laravel/octane from 2.13.1 to 2.13.2

Release notes

Sourced from laravel/octane's releases.

v2.13.2

Changelog

Sourced from laravel/octane's changelog.

v2.13.2 - 2025-11-28

Commits

Updates barryvdh/laravel-ide-helper from 3.6.0 to 3.6.1

Release notes

Sourced from barryvdh/laravel-ide-helper's releases.

v3.6.1

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.6.0...v3.6.1

Changelog

Sourced from barryvdh/laravel-ide-helper's changelog.

v3.6.1 - 2025-12-10

What's Changed

New Contributors

Full Changelog: barryvdh/laravel-ide-helper@v3.6.0...v3.6.1

Commits

Updates brianium/paratest from 7.15.0 to 7.16.0

Release notes

Sourced from brianium/paratest's releases.

v7.16.0

What's Changed

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

Commits
  • a10878e Add --exclude-source-from-xml-coverage support (#1056)
  • 2e7b248 Update all non-major dependencies
  • 2652552 Update all non-major dependencies
  • d823644 Update all non-major dependencies
  • 0073e39 Update dependency phpunit/phpunit to ^12.4.5
  • See full diff in compare view

Updates laravel/sail from 1.48.1 to 1.51.0

Release notes

Sourced from laravel/sail's releases.

v1.51.0

v1.50.0

v1.49.1

v1.49.0

Changelog

Sourced from laravel/sail's changelog.

v1.51.0 - 2025-12-09

v1.50.0 - 2025-12-03

v1.49.1 - 2025-12-03

v1.49.0 - 2025-11-25

Commits

Updates laravel/telescope from 5.15.1 to 5.16.0

Release notes

Sourced from laravel/telescope's releases.

v5.16.0

Changelog

Sourced from laravel/telescope's changelog.

v5.16.0 - 2025-12-09

Commits

Updates phpunit/phpunit from 12.4.5 to 12.5.3

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 12.5.3

Changed

  • The message emitted when a test method creates a mock object but does not configure any expectations for it has been improved

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 12.5.2

Added

  • Attribute #[AllowMockObjectsWithoutExpectations] for excluding tests from the check that emits the notice for test methods that create a mock object but do not configure an expectation for it

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 12.5.1

Added

  • TestCase::getStubBuilder() (analogous to TestCase::getMockBuilder()) for creating (partial) test stubs using a fluent API

Learn how to install or update PHPUnit 12.5 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 12.5.0

Added

  • #6376: --all CLI option to ignore test selection configured in XML configuration file
  • #6422: Make <source> element in XML code coverage report optional

Changed

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

12.5.3 - 2025-12-11

Changed

  • The message emitted when a test method creates a mock object but does not configure any expectations for it has been improved

12.5.2 - 2025-12-08

Added

  • Attribute #[AllowMockObjectsWithoutExpectations] for excluding tests from the check that emits the notice for test methods that create a mock object but do not configure an expectation for it

12.5.1 - 2025-12-06

Added

  • TestCase::getStubBuilder() (analogous to TestCase::getMockBuilder()) for creating (partial) test stubs using a fluent API

12.5.0 - 2025-12-05

Added

  • #6376: --all CLI option to ignore test selection configured in XML configuration file
  • #6422: Make <source> element in XML code coverage report optional

Changed

  • #6380: Allow Throwable in expectExceptionObject()
  • A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [dedoc/scramble](https://github.com/dedoc/scramble) | `0.13.6` | `0.13.8` |
| [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel) | `2.0.11` | `2.0.14` |
| [laravel/octane](https://github.com/laravel/octane) | `2.13.1` | `2.13.2` |
| [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.0` |
| [laravel/sail](https://github.com/laravel/sail) | `1.48.1` | `1.51.0` |
| [laravel/telescope](https://github.com/laravel/telescope) | `5.15.1` | `5.16.0` |



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

Updates `inertiajs/inertia-laravel` from 2.0.11 to 2.0.14
- [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.14)

Updates `laravel/framework` from 12.40.2 to 12.42.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.42.0)

Updates `laravel/octane` from 2.13.1 to 2.13.2
- [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.2)

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.0
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v7.15.0...v7.16.0)

Updates `laravel/sail` from 1.48.1 to 1.51.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.51.0)

Updates `laravel/telescope` from 5.15.1 to 5.16.0
- [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.0)

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

---
updated-dependencies:
- dependency-name: dedoc/scramble
  dependency-version: 0.13.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: inertiajs/inertia-laravel
  dependency-version: 2.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: laravel/framework
  dependency-version: 12.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/octane
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/sail
  dependency-version: 1.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: laravel/telescope
  dependency-version: 5.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: phpunit/phpunit
  dependency-version: 12.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

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

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/composer/main/minor-updates-8a813be0e5 branch December 22, 2025 03:21
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