You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support for nested describe blocks by @jshayes in #1295
fix: issue where a describe block will prevent a beforeEach call from executing by @jshayes in #1294
fix: missing middleware method on allowable public methods on controllers on laravel preset by @CamKem in #1280
fix: strict types expectation to allows for comments above declaration by @midnite81 in #1279
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.1.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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires pestphp/pest 4.1.3 (exact version match: 4.1.3 or 4.1.3.0), found pestphp/pest[v4.1.3] but these were not loaded, likely because it conflicts with another require.
Problem 2
- spatie/pest-plugin-snapshots is locked to version 2.2.0 and an update of this package was not requested.
- spatie/pest-plugin-snapshots 2.2.0 requires pestphp/pest ^2.0|^3.0 -> found pestphp/pest[v2.0.1, ..., v2.36.0, v3.0.0, ..., v3.8.4] but it conflicts with your root composer.json require (4.1.3).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.35%. Comparing base (9f81990) to head (bdc55fe). ⚠️ Report is 17 commits behind head on develop.
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0|^3.0->4.1.3Release Notes
pestphp/pest (pestphp/pest)
v4.1.3Compare Source
phpunit@12.4.1v4.1.2Compare Source
phpunit@12.4v4.1.1Compare Source
v4.1.0Compare Source
Browser Plugin:
->from()->newYork()to set locale, timezone, and geolocation. Supports dozens of cities worldwide.assertNoBrokenImagesto check for broken images on pages.withinFrameto test content inside iframes.withUserAgentto customize the user agent.resize,forward,back,waitForEvent,typeSlowly,rightClick,withKeyDown, and more.v4.0.4Compare Source
v4.0.3Compare Source
coversattributes12.3.6v4.0.2Compare Source
--coverageoption causing out-of-memory exceptionv4.0.1Compare Source
--testdoxcausing an runtime exception.v4.0.0Compare 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.4Compare Source
v3.8.3Compare Source
v11.5.33v3.8.2Compare Source
v3.8.1Compare Source
fix: installation of pest on laravel's starter kits
v3.8.0Compare Source
--compactflag now hides type coverage for files exceeding 100%.*as a wildcard in architecture-related expectations.ad: youtube.com/watch?v=o6ZWWy_RQBw
v3.7.5Compare Source
JunitXmlLoggerout of sync with PHPUnit.v3.7.4Compare Source
--compactoption to coveragev3.7.3Compare Source
v3.7.2Compare Source
v3.7.1Compare Source
v3.7.0Compare Source
v3.6.0Compare Source
Full Changelog: pestphp/pest@v3.5.2...v3.6.0
v3.5.2Compare Source
Full Changelog: pestphp/pest@v3.5.1...v3.5.2
v3.5.1Compare Source
Full Changelog: pestphp/pest@v3.5.0...v3.5.1
v3.5.0Compare Source
feat: support for nested describe blocks by @jshayes in #1295
fix: issue where a describe block will prevent a
beforeEachcall from executing by @jshayes in #1294v3.4.2Compare Source
Full Changelog: pestphp/pest@v3.4.1...v3.4.2
v3.4.1Compare Source
chore: uses stable versions of collision and termwind (with PHP 8.4 support)
v3.4.0Compare Source
feat: php v8.4 support
v3.3.2Compare Source
docs: fixes composer command by @AbdellahBoutmad in #1293
fix: missing policy suffix test by @olivernybroe in #1292
v3.3.1Compare Source
chore: bumps dependencies
v3.3.0Compare Source
feat: uses phpunit
v11.4.0.v3.2.5Compare Source
fix: missing
middlewaremethod on allowable public methods on controllers on laravel preset by @CamKem in #1280fix: strict types expectation to allows for comments above declaration by @midnite81 in #1279
v3.2.4Compare Source
fix:
App\Exceptions\Handlerignored on laravel presetv3.2.3Compare Source
feat: laravel preset now ignores concerns on App\Enums and App\Features by @jeremynikolic in #1275
v3.2.2Compare Source
fix: auto-complete on
->presetmethodv3.2.1Compare Source
fix: fix: missing
!=and!==on newtoUseStrictEqualityarch expectationv3.2.0Compare Source
feat: adds
toUseStrictEqualityarch expectationv3.1.0Compare Source
feat: adds
mutatesfunction. https://pestphp.com/docs/mutation-testingv3.0.8Compare Source
fix:
todocalls withintson parametersv3.0.7Compare Source
chore: bumps phpunit version
fix: update assignee URL for Jira by @owenvoke in #1254
v3.0.6Compare Source
fix: team city usage on phpstorm. #1236
v3.0.5Compare Source
fix: parallel mutation testing when using Laravel Herd
v3.0.4Compare Source
fix:
afterEachbeing called twice. #1230v3.0.3Compare Source
fix:
pest()->printer()method wrongly named. #1229v3.0.2Compare Source
--processesbeing ignored when running mutate on parallel. #1228v3.0.1Compare Source
--coveragenot working on non-parallel mode. #1223v3.0.0Compare Source
Please consult the upgrade guide and release notes in the official Pest documentation.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).
🚦 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.
This PR has been generated by Renovate Bot.