Skip to content

chore(deps): update dependency pestphp/pest to v4.7.8 - #29

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

chore(deps): update dependency pestphp/pest to v4.7.8#29
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pestphp-pest-4.x-lockfile

Conversation

@renovate

@renovaterenovateBot commented Oct 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
pestphp/pest4.1.04.7.8ageconfidence

Release Notes

pestphp/pest (pestphp/pest)

v4.7.8

Compare Source

  • fix: named datasets with a single argument

v4.7.7

Compare Source

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.

@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.1.1chore(deps): update dependency pestphp/pest to v4.1.2Oct 5, 2025
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 720b46d to d8d29bdCompareOctober 5, 2025 20:45
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.1.2chore(deps): update dependency pestphp/pest to v4.1.3Oct 30, 2025
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from d8d29bd to 2088c3aCompareOctober 30, 2025 00:49
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 2088c3a to 05c01abCompareNovember 20, 2025 06:02
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.1.3chore(deps): update dependency pestphp/pest to v4.1.4Nov 20, 2025
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 05c01ab to bd7b076CompareNovember 25, 2025 13:42
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.1.4chore(deps): update dependency pestphp/pest to v4.1.5Nov 25, 2025
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.1.5chore(deps): update dependency pestphp/pest to v4.1.6Nov 28, 2025
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from bd7b076 to 51de3d3CompareNovember 28, 2025 14:56
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.1.6chore(deps): update dependency pestphp/pest to v4.2.0Dec 15, 2025
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 51de3d3 to 6bc2b16CompareDecember 15, 2025 13:57
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 6bc2b16 to 7076656CompareDecember 30, 2025 12:49
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.2.0chore(deps): update dependency pestphp/pest to v4.3.0Dec 30, 2025
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch 2 times, most recently from 09adf45 to 15716ffCompareDecember 31, 2025 15:50
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.3.0chore(deps): update dependency pestphp/pest to v4.3.1Jan 4, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch 2 times, most recently from 35aeea3 to 76b499dCompareJanuary 8, 2026 20:00
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.3.1chore(deps): update dependency pestphp/pest to v4.3.2Jan 28, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch 2 times, most recently from 94ccb66 to b9d8ef9CompareFebruary 2, 2026 18:27
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from b9d8ef9 to 1f32875CompareFebruary 12, 2026 11:07
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.3.2chore(deps): update dependency pestphp/pest to v4.4.1Feb 17, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 1f32875 to e2d4abaCompareFebruary 17, 2026 19:11
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from e2d4aba to 135bf7bCompareMarch 10, 2026 23:07
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.4.1chore(deps): update dependency pestphp/pest to v4.4.2Mar 10, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 135bf7b to 7a55747CompareMarch 21, 2026 14:06
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.4.2chore(deps): update dependency pestphp/pest to v4.4.3Mar 21, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 7a55747 to d41ecd5CompareApril 3, 2026 13:53
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.4.5chore(deps): update dependency pestphp/pest to v4.4.6Apr 9, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from d41ecd5 to 7d7bd0fCompareApril 9, 2026 21:14
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.4.6chore(deps): update dependency pestphp/pest to v4.5.0Apr 10, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch 2 times, most recently from 8b49fb2 to 0d55a65CompareApril 14, 2026 20:41
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.5.0chore(deps): update dependency pestphp/pest to v4.6.0Apr 14, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 0d55a65 to 2ea8ad7CompareApril 16, 2026 09:54
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.6.0chore(deps): update dependency pestphp/pest to v4.6.1Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 2ea8ad7 to 68a0f2eCompareApril 18, 2026 05:15
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.6.1chore(deps): update dependency pestphp/pest to v4.6.2Apr 18, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 68a0f2e to a6b7ed3CompareApril 18, 2026 18:11
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.6.2chore(deps): update dependency pestphp/pest to v4.6.3Apr 18, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from a6b7ed3 to e239e8cCompareMay 3, 2026 17:31
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.6.3chore(deps): update dependency pestphp/pest to v4.7.0May 3, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from e239e8c to 1ad9d6dCompareMay 18, 2026 10:11
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 1ad9d6d to d522283CompareJune 1, 2026 19:42
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.7.0chore(deps): update dependency pestphp/pest to v4.7.2Jun 1, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from d522283 to 143d524CompareJune 12, 2026 06:14
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.7.2chore(deps): update dependency pestphp/pest to v4.7.3Jun 12, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 143d524 to 9c961b8CompareJune 25, 2026 22:28
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.7.3chore(deps): update dependency pestphp/pest to v4.7.4Jun 25, 2026
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.7.4chore(deps): update dependency pestphp/pest to v4.7.5Jul 6, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 9c961b8 to 9f09a2bCompareJuly 6, 2026 17:30
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 9f09a2b to 7751e84CompareJuly 20, 2026 19:13
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from 7751e84 to a3f9dc9CompareAugust 1, 2026 08:35
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.7.5chore(deps): update dependency pestphp/pest to v4.7.7Aug 1, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from a3f9dc9 to c2ec6f6CompareAugust 3, 2026 23:00
@renovaterenovateBot changed the title chore(deps): update dependency pestphp/pest to v4.7.7chore(deps): update dependency pestphp/pest to v4.7.8Aug 3, 2026
@renovate
renovateBotforce-pushed the renovate/pestphp-pest-4.x-lockfile branch from c2ec6f6 to b75223dCompareAugust 12, 2026 00:49
Sign up for freeto 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