Update dependency pestphp/pest to v3 #18

Merged
trizz merged 1 commits from renovate/pestphp-pest-3.x into main 2024-11-26 11:46:09 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
pestphp/pest require-dev major ^2.26 -> ^3.0

Release Notes

pestphp/pest (pestphp/pest)

v3.5.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v3.5.0...v3.5.1

v3.5.0

Compare Source

feat: support for nested describe blocks by @​jshayes in https://github.com/pestphp/pest/pull/1295
fix: issue where a describe block will prevent a beforeEach call from executing by @​jshayes in https://github.com/pestphp/pest/pull/1294

v3.4.2

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v3.4.1...v3.4.2

v3.4.1

Compare Source

chore: uses stable versions of collision and termwind (with PHP 8.4 support)

v3.4.0

Compare Source

feat: php v8.4 support

v3.3.2

Compare Source

docs: fixes composer command by @​AbdellahBoutmad in https://github.com/pestphp/pest/pull/1293
fix: missing policy suffix test by @​olivernybroe in https://github.com/pestphp/pest/pull/1292

v3.3.1

Compare Source

chore: bumps dependencies

v3.3.0

Compare Source

feat: uses phpunit v11.4.0.

v3.2.5

Compare Source

fix: missing middleware method on allowable public methods on controllers on laravel preset by @​CamKem in https://github.com/pestphp/pest/pull/1280
fix: strict types expectation to allows for comments above declaration by @​midnite81 in https://github.com/pestphp/pest/pull/1279

v3.2.4

Compare Source

fix: App\Exceptions\Handler ignored on laravel preset

v3.2.3

Compare Source

feat: laravel preset now ignores concerns on App\Enums and App\Features by @​jeremynikolic in https://github.com/pestphp/pest/pull/1275

v3.2.2

Compare Source

fix: auto-complete on ->preset method

v3.2.1

Compare Source

fix: fix: missing != and !== on new toUseStrictEquality arch expectation

v3.2.0

Compare Source

feat: adds toUseStrictEquality arch expectation

v3.1.0

Compare Source

feat: adds mutates function. https://pestphp.com/docs/mutation-testing

v3.0.8

Compare Source

fix: todo calls with ints on parameters

v3.0.7

Compare Source

chore: bumps phpunit version
fix: update assignee URL for Jira by @​owenvoke in https://github.com/pestphp/pest/pull/1254

v3.0.6

Compare Source

fix: team city usage on phpstorm. https://github.com/pestphp/pest/issues/1236

v3.0.5

Compare Source

fix: parallel mutation testing when using Laravel Herd

v3.0.4

Compare Source

fix: afterEach being called twice. https://github.com/pestphp/pest/issues/1230

v3.0.3

Compare Source

fix: pest()->printer() method wrongly named. https://github.com/pestphp/pest/issues/1229

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

Please consult the upgrade guide and release notes in the official Pest documentation.


Configuration

📅 Schedule: Branch creation - "before 7am" (UTC), Automerge - "before 7am" (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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pestphp/pest](https://github.com/pestphp/pest) | require-dev | major | `^2.26` -> `^3.0` | --- ### Release Notes <details> <summary>pestphp/pest (pestphp/pest)</summary> ### [`v3.5.1`](https://github.com/pestphp/pest/releases/tag/v3.5.1) [Compare Source](https://github.com/pestphp/pest/compare/v3.5.0...v3.5.1) **Full Changelog**: https://github.com/pestphp/pest/compare/v3.5.0...v3.5.1 ### [`v3.5.0`](https://github.com/pestphp/pest/releases/tag/v3.5.0) [Compare Source](https://github.com/pestphp/pest/compare/v3.4.2...v3.5.0) feat: support for nested describe blocks by [@&#8203;jshayes](https://github.com/jshayes) in https://github.com/pestphp/pest/pull/1295 fix: issue where a describe block will prevent a `beforeEach` call from executing by [@&#8203;jshayes](https://github.com/jshayes) in https://github.com/pestphp/pest/pull/1294 ### [`v3.4.2`](https://github.com/pestphp/pest/releases/tag/v3.4.2) [Compare Source](https://github.com/pestphp/pest/compare/v3.4.1...v3.4.2) **Full Changelog**: https://github.com/pestphp/pest/compare/v3.4.1...v3.4.2 ### [`v3.4.1`](https://github.com/pestphp/pest/releases/tag/v3.4.1) [Compare Source](https://github.com/pestphp/pest/compare/v3.4.0...v3.4.1) chore: uses stable versions of collision and termwind (with PHP 8.4 support) ### [`v3.4.0`](https://github.com/pestphp/pest/releases/tag/v3.4.0) [Compare Source](https://github.com/pestphp/pest/compare/v3.3.2...v3.4.0) feat: php v8.4 support ### [`v3.3.2`](https://github.com/pestphp/pest/releases/tag/v3.3.2) [Compare Source](https://github.com/pestphp/pest/compare/v3.3.1...v3.3.2) docs: fixes composer command by [@&#8203;AbdellahBoutmad](https://github.com/AbdellahBoutmad) in https://github.com/pestphp/pest/pull/1293 fix: missing policy suffix test by [@&#8203;olivernybroe](https://github.com/olivernybroe) in https://github.com/pestphp/pest/pull/1292 ### [`v3.3.1`](https://github.com/pestphp/pest/releases/tag/v3.3.1) [Compare Source](https://github.com/pestphp/pest/compare/v3.3.0...v3.3.1) chore: bumps dependencies ### [`v3.3.0`](https://github.com/pestphp/pest/releases/tag/v3.3.0) [Compare Source](https://github.com/pestphp/pest/compare/v3.2.5...v3.3.0) feat: uses phpunit `v11.4.0`. ### [`v3.2.5`](https://github.com/pestphp/pest/releases/tag/v3.2.5) [Compare Source](https://github.com/pestphp/pest/compare/v3.2.4...v3.2.5) fix: missing `middleware` method on allowable public methods on controllers on laravel preset by [@&#8203;CamKem](https://github.com/CamKem) in https://github.com/pestphp/pest/pull/1280 fix: strict types expectation to allows for comments above declaration by [@&#8203;midnite81](https://github.com/midnite81) in https://github.com/pestphp/pest/pull/1279 ### [`v3.2.4`](https://github.com/pestphp/pest/releases/tag/v3.2.4) [Compare Source](https://github.com/pestphp/pest/compare/v3.2.3...v3.2.4) fix: `App\Exceptions\Handler` ignored on laravel preset ### [`v3.2.3`](https://github.com/pestphp/pest/releases/tag/v3.2.3) [Compare Source](https://github.com/pestphp/pest/compare/v3.2.2...v3.2.3) feat: laravel preset now ignores concerns on App\Enums and App\Features by [@&#8203;jeremynikolic](https://github.com/jeremynikolic) in https://github.com/pestphp/pest/pull/1275 ### [`v3.2.2`](https://github.com/pestphp/pest/releases/tag/v3.2.2) [Compare Source](https://github.com/pestphp/pest/compare/v3.2.1...v3.2.2) fix: auto-complete on `->preset` method ### [`v3.2.1`](https://github.com/pestphp/pest/releases/tag/v3.2.1) [Compare Source](https://github.com/pestphp/pest/compare/v3.2.0...v3.2.1) fix: fix: missing `!=` and `!==` on new `toUseStrictEquality` arch expectation ### [`v3.2.0`](https://github.com/pestphp/pest/releases/tag/v3.2.0) [Compare Source](https://github.com/pestphp/pest/compare/v3.1.0...v3.2.0) feat: adds `toUseStrictEquality` arch expectation ### [`v3.1.0`](https://github.com/pestphp/pest/releases/tag/v3.1.0) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.8...v3.1.0) feat: adds `mutates` function. https://pestphp.com/docs/mutation-testing ### [`v3.0.8`](https://github.com/pestphp/pest/releases/tag/v3.0.8) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.7...v3.0.8) fix: `todo` calls with `ints` on parameters ### [`v3.0.7`](https://github.com/pestphp/pest/releases/tag/v3.0.7) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.6...v3.0.7) chore: bumps phpunit version fix: update assignee URL for Jira by [@&#8203;owenvoke](https://github.com/owenvoke) in https://github.com/pestphp/pest/pull/1254 ### [`v3.0.6`](https://github.com/pestphp/pest/releases/tag/v3.0.6) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.5...v3.0.6) fix: team city usage on phpstorm. https://github.com/pestphp/pest/issues/1236 ### [`v3.0.5`](https://github.com/pestphp/pest/releases/tag/v3.0.5) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.4...v3.0.5) fix: parallel mutation testing when using Laravel Herd ### [`v3.0.4`](https://github.com/pestphp/pest/releases/tag/v3.0.4) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.3...v3.0.4) fix: `afterEach` being called twice. https://github.com/pestphp/pest/issues/1230 ### [`v3.0.3`](https://github.com/pestphp/pest/releases/tag/v3.0.3) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.2...v3.0.3) fix: `pest()->printer()` method wrongly named. https://github.com/pestphp/pest/issues/1229 ### [`v3.0.2`](https://github.com/pestphp/pest/releases/tag/v3.0.2) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.1...v3.0.2) - fix: `--processes` being ignored when running mutate on parallel. https://github.com/pestphp/pest/issues/1228 ### [`v3.0.1`](https://github.com/pestphp/pest/releases/tag/v3.0.1) [Compare Source](https://github.com/pestphp/pest/compare/v3.0.0...v3.0.1) - fix: `--coverage` not working on non-parallel mode. https://github.com/pestphp/pest/issues/1223 ### [`v3.0.0`](https://github.com/pestphp/pest/releases/tag/v3.0.0) [Compare Source](https://github.com/pestphp/pest/compare/v2.36.0...v3.0.0) Please consult the [upgrade guide](https://pestphp.com/docs/upgrade-guide) and [release notes](https://pestphp.com/docs/pest3-now-available) in the official Pest documentation. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 7am" (UTC), Automerge - "before 7am" (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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-11-26 02:00:43 +01:00
renovate force-pushed renovate/pestphp-pest-3.x from c81dcf295a to a74543deb4 2024-11-26 08:50:40 +01:00 Compare
trizz merged commit a74543deb4 into main 2024-11-26 11:46:09 +01:00
trizz deleted branch renovate/pestphp-pest-3.x 2024-11-26 11:46:09 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: trizz/adventofcode#18
No description provided.