Skip to content

chore(deps): bump the dependencies group with 6 updates#357

Merged
sertxudev merged 1 commit into
mainfrom
dependabot/composer/dependencies-12e15355c6
Apr 25, 2026
Merged

chore(deps): bump the dependencies group with 6 updates#357
sertxudev merged 1 commit into
mainfrom
dependabot/composer/dependencies-12e15355c6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 6 updates:

Package From To
laravel/nightwatch 1.26.0 1.26.1
laravel/octane 2.17.1 2.17.2
laravel/boost 2.4.3 2.4.4
laravel/sail 1.56.0 1.57.0
pestphp/pest 4.5.0 4.6.3
rector/rector 2.4.1 2.4.2

Updates laravel/nightwatch from 1.26.0 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

Changelog

Sourced from laravel/nightwatch's changelog.

Release Notes

Unreleased

Commits

Updates laravel/octane from 2.17.1 to 2.17.2

Release notes

Sourced from laravel/octane's releases.

v2.17.2

Changelog

Sourced from laravel/octane's changelog.

v2.17.2 - 2026-04-16

Commits

Updates laravel/boost from 2.4.3 to 2.4.4

Release notes

Sourced from laravel/boost's releases.

v2.4.4

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.3...v2.4.4

Changelog

Sourced from laravel/boost's changelog.

v2.4.4 - 2026-04-16

What's Changed

New Contributors

Full Changelog: laravel/boost@v2.4.3...v2.4.4

Commits

Updates laravel/sail from 1.56.0 to 1.57.0

Release notes

Sourced from laravel/sail's releases.

v1.57.0

Changelog

Sourced from laravel/sail's changelog.

v1.57.0 - 2026-04-14

Commits

Updates pestphp/pest from 4.5.0 to 4.6.3

Release notes

Sourced from pestphp/pest's releases.

v4.6.3

chore: bumps phpunit

v4.6.2

fix: bumps phpunit, as previous versions became invalid due GHSA-qrr6-mg7r-m243

v4.6.1

  • fix: up to 30% faster boot times before your test suite runs (measured on laravel cloud)
  • fix: if you pass --filter or a test file, --update-snapshots now only updates the snapshots that match

v4.6.0

For better shard balance, Pest can distribute tests based on their actual execution time using the --update-shards option. This ensures each shard takes roughly the same wall-clock time, minimizing how long your slowest CI job runs.

Step 1: Generate the timing data by running your full test suite with --update-shards:

./vendor/bin/pest --update-shards

This runs all tests and records each test class's duration into tests/.pest/shards.json. You can also combine it with --parallel to speed things up:

./vendor/bin/pest --parallel --update-shards

Step 2: Commit tests/.pest/shards.json to your repository. This file is human-readable and looks like this:

{
    "timings": {
        "Tests\\Feature\\Payments\\StripeCheckoutTest": 1.608,
        "Tests\\Feature\\Reports\\SalesReportTest": 2.105,
        "Tests\\Unit\\Models\\UserTest": 0.050
    },
    "checksum": "...",
    "updated_at": "2026-04-14T10:30:00+00:00"
}

Step 3: When you run --shard and tests/.pest/shards.json exists, Pest automatically uses time-balanced distribution:

./vendor/bin/pest --shard=1/5

The output will indicate that time-balanced sharding is active:

</tr></table> 

... (truncated)

Commits

Updates rector/rector from 2.4.1 to 2.4.2

Release notes

Sourced from rector/rector's releases.

Released Rector 2.4.2

New Features 🥳

  • Add some symfony/polyfill support (#7965), Thanks @​sreichel!
  • [DeadCode] Allow remove useless @ var on aliased object on RemoveUselessVarTagRector (#7967)

Bugfixes 🐛

  • [Php81] Handle crash on normal array with variadic inside class on ArrayToFirstClassCallableRector (#7966)
  • [CodeQuality] Skip possibly undefined variable on CoalesceToTernaryRector (#7968)
  • [Php70] Allow is_null() conversion on TernaryToNullCoalescingRector with parentheses handling (#7969)
  • Bump to PHPStan ^2.1.47 (#7970)
  • Bump to PHPStan ^2.1.48 (#7971)

rectorphp/rector-symfony 🎵

  • Fix unit test due to new PHPStan release (#931)
Commits
  • e645b64 Rector 2.4.2
  • eb6a3e3 Updated Rector to commit 05371b72780605a5e868d389815d5f173cd86efe
  • b53db8b Updated Rector to commit c5768393422409499e36d53fcdeac88f103f9b6c
  • 4ffe733 Updated Rector to commit f8f34877ad3c75a7e3ec1ff4193556d82f9c9384
  • 6a5893f Updated Rector to commit 84fe920db62fecb447335cbfff9081d67c672a94
  • b6383f8 Updated Rector to commit 6200babc1974748d2ab00ec9802314a2a91e5874
  • 8268aba Updated Rector to commit a6b5203bd0e91d73d38e4036a9cf1d20301bae01
  • 5db5afc Updated Rector to commit 4273c1667357ac77e4d6ebf63846cff2b17c4879
  • See full diff in compare view

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 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 dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [laravel/nightwatch](https://github.com/laravel/nightwatch) | `1.26.0` | `1.26.1` |
| [laravel/octane](https://github.com/laravel/octane) | `2.17.1` | `2.17.2` |
| [laravel/boost](https://github.com/laravel/boost) | `2.4.3` | `2.4.4` |
| [laravel/sail](https://github.com/laravel/sail) | `1.56.0` | `1.57.0` |
| [pestphp/pest](https://github.com/pestphp/pest) | `4.5.0` | `4.6.3` |
| [rector/rector](https://github.com/rectorphp/rector) | `2.4.1` | `2.4.2` |


Updates `laravel/nightwatch` from 1.26.0 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.26.0...1.26.1)

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

Updates `laravel/boost` from 2.4.3 to 2.4.4
- [Release notes](https://github.com/laravel/boost/releases)
- [Changelog](https://github.com/laravel/boost/blob/main/CHANGELOG.md)
- [Commits](laravel/boost@v2.4.3...v2.4.4)

Updates `laravel/sail` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.56.0...v1.57.0)

Updates `pestphp/pest` from 4.5.0 to 4.6.3
- [Release notes](https://github.com/pestphp/pest/releases)
- [Changelog](https://github.com/pestphp/pest/blob/4.x/RELEASE.md)
- [Commits](pestphp/pest@v4.5.0...v4.6.3)

Updates `rector/rector` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@2.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: laravel/nightwatch
  dependency-version: 1.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: laravel/octane
  dependency-version: 2.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: laravel/boost
  dependency-version: 2.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: laravel/sail
  dependency-version: 1.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pestphp/pest
  dependency-version: 4.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rector/rector
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Updates project dependencies label Apr 24, 2026
@sertxudev sertxudev merged commit 5a9dc1d into main Apr 25, 2026
4 checks passed
@sertxudev sertxudev deleted the dependabot/composer/dependencies-12e15355c6 branch April 25, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Updates project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant