Skip to content

chore(deps): update dependency pestphp/pest to v5 - #31

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pestphp-pest-5.x
Open

chore(deps): update dependency pestphp/pest to v5#31
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pestphp-pest-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pestphp/pest ^4.0^5.0 age confidence

Release Notes

pestphp/pest (pestphp/pest)

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

say hello to pest v5

· tia: the fastest testing engine in the world
· agent browser plugin: 10x better than the rest
· phpstan + rector: built in
· evals: test your agents

ship it

v4.7.5

Compare Source

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

v4.7.4

Compare Source

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

v4.7.3

Compare Source

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

v4.7.2

Compare Source

  • fix: pao dealing with pest's fatal errors

v4.7.1

Compare Source

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

v4.7.0

Compare Source

  • maintenance release

v4.6.3

Compare Source

chore: bumps phpunit

v4.6.2

Compare Source

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

v4.6.1

Compare Source

  • 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

Compare Source

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:

Shard:    1 of 5 — 12 files ran, out of 50 (time-balanced).

v4.5.0

Compare Source

Announcement: x.com/enunomaduro/status/2042697927483609449

v4.4.6

Compare Source

  • chore: stores statically the test result for pao

v4.4.5

Compare Source

  • style changes

v4.4.4

Compare Source

  • style changes

v4.4.3

Compare Source

chore: bumps phpunit

v4.4.2

Compare Source

fix: App\Http not being allowed to be used on laravel providers (arch testing)
fix: styling of stubs
fix: test dir option when used on parallel

v4.4.1

Compare Source

  • chore: missing tag

v4.4.0

Compare Source

  • feat: symfony 8 (and its components) support

v4.3.2

Compare Source

  • fix: security issue found in PHPUnit / GHSA-vvj3-c3rp-c85p
  • fix: closure this for extend
  • fix: Str::beforeLast not using multibyte string function of substr

v4.3.1

Compare Source

  • fix: removes toHaveSuspiciousCharacters from php preset as it may require an extension that is not available

v4.3.0

Compare Source

v4.2.0

Compare Source

  • adds phpunit 12.5 support
  • uses checkout 6 on github actions

v4.1.6

Compare Source

  • support for symfony 8.0 components

v4.1.5

Compare Source

  • uses phpunit@12.4.4

v4.1.4

Compare Source

v4.1.3

Compare Source

  • uses phpunit@12.4.1

v4.1.2

Compare Source

  • uses phpunit@12.4

v4.1.1

Compare Source

  • Bumps requirements

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/pestphp-pest-5.x branch from 29a05f5 to 8f09334 Compare July 28, 2026 21:07
@renovate
renovate Bot force-pushed the renovate/pestphp-pest-5.x branch from 8f09334 to 9e1bb10 Compare July 29, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants