Skip to content

chore(deps-dev): bump pestphp/pest from 3.8.6 to 4.7.5 - #69

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/pestphp/pest-4.7.5
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/pestphp/pest-4.7.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown

Bumps pestphp/pest from 3.8.6 to 4.7.5.

Release notes

Sourced from pestphp/pest's releases.

v4.7.5

  • fix: escape generated test case filename (thanks @​luuhung1217)
  • chore: upgrade github actions commits

v4.7.4

  • fix: internal plugin runtime exception
  • chore: bumps actions/checkout from 6.0.3 to 7.0.0

v4.7.3

  • fix: improve dd output on parallel testing
  • fix: gitlab url not being possible to change
  • fix: team city output being duplicated

v4.7.2

  • fix: pao dealing with pest's fatal errors

v4.7.1

  • fix: improve reporting fatal exceptions
  • chore: various security improvements

v4.7.0

  • maintenance release

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

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jul 12, 2026
@socket-security

socket-security Bot commented Jul 12, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcomposer/​pestphp/​pest@​3.8.6.0 ⏵ 4.7.5.010010090100100

View full report

Bumps [pestphp/pest](https://github.com/pestphp/pest) from 3.8.6 to 4.7.5.
- [Release notes](https://github.com/pestphp/pest/releases)
- [Changelog](https://github.com/pestphp/pest/blob/4.x/RELEASE.md)
- [Commits](pestphp/pest@v3.8.6...v4.7.5)

---
updated-dependencies:
- dependency-name: pestphp/pest
  dependency-version: 4.7.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/composer/pestphp/pest-4.7.5 branch from e3d1856 to 8adb999 Compare July 12, 2026 12:44
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