Skip to content

Update dependency pestphp/pest to v4#23

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pestphp-pest-4.x
Open

Update dependency pestphp/pest to v4#23
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pestphp-pest-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 8, 2026

This PR contains the following updates:

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

Release Notes

pestphp/pest (pestphp/pest)

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

v4.1.0

Compare Source

Browser Plugin:

  • Added ->from()->newYork() to set locale, timezone, and geolocation. Supports dozens of cities worldwide.
  • Added assertNoBrokenImages to check for broken images on pages.
  • Added withinFrame to test content inside iframes.
  • Added withUserAgent to customize the user agent.
  • New methods: resize, forward, back, waitForEvent, typeSlowly, rightClick, withKeyDown, and more.

v4.0.4

Compare Source

  • bumps phpunit version

v4.0.3

Compare Source

  • fix: prevent duplicate covers attributes
  • chore: uses phpunit 12.3.6

v4.0.2

Compare Source

  • fix: --coverage option causing out-of-memory exception

v4.0.1

Compare Source

  • fix: --testdox causing an runtime exception.

v4.0.0

Compare Source

Pest v4 is here — now with browser testing! ✨

Browser tests that feel like unit tests: Laravel-ready, Playwright-powered, parallel-fast, with smoke & visual regression built in.

Discover Pest v4 — and our new website: pestphp.com

v3.8.6

Compare Source

  • fix: adjust styling with the latest pint version

v3.8.5

Compare Source

v3.8.4

Compare Source

v3.8.3

Compare Source

  • adds support for phpunit v11.5.33

Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 07:00 on Thursday"
  • 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 8, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update pestphp/pest:4.6.3 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency nunomaduro/collision is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires pestphp/pest ^4.0, found pestphp/pest[v4.0.0, ..., v4.6.3] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - pestphp/pest-plugin-laravel is locked to version v3.2.0 and an update of this package was not requested.
    - pestphp/pest-plugin-laravel v3.2.0 requires pestphp/pest ^3.8.2 -> found pestphp/pest[v3.8.2, ..., v3.8.6] but it conflicts with your root composer.json require (^4.0).
  Problem 3
    - laravel/framework is locked to version v12.24.0 and an update of this package was not requested.
    - laravel/framework v12.24.0 requires league/commonmark ^2.7 -> satisfiable by league/commonmark[2.7.1].
    - league/commonmark 2.7.1 requires league/config ^1.1.1 -> satisfiable by league/config[v1.2.0].
    - league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.3.2].
    - nette/schema v1.3.2 requires php 8.1 - 8.4 -> your php version (8.5.5) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

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