chore(deps): update dependency pestphp/pest to v2.34.7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| pestphp/pest | 2.20.0 -> 2.34.7 |
Release Notes
pestphp/pest (pestphp/pest)
v2.34.7
Full Changelog: https://github.com/pestphp/pest/compare/v2.34.6...v2.34.7
v2.34.6
Full Changelog: https://github.com/pestphp/pest/compare/v2.34.5...v2.34.6
v2.34.5
Full Changelog: https://github.com/pestphp/pest/compare/v2.34.4...v2.34.5
v2.34.4
Full Changelog: https://github.com/pestphp/pest/compare/v2.34.3...v2.34.4
v2.34.3
Full Changelog: https://github.com/pestphp/pest/compare/v2.34.2...v2.34.3
v2.34.2
Full Changelog: https://github.com/pestphp/pest/compare/v2.34.1...v2.34.2
v2.34.1
Full Changelog: https://github.com/pestphp/pest/compare/v2.34.0...v2.34.1
v2.34.0
What's Changed
- feat(plugin-laravel): adds
--without-exception-handling,--with-exception-handling,without-deprecation-handling, andwith-deprecation-handlingCLI options
v2.33.6
Full Changelog: https://github.com/pestphp/pest/compare/v2.33.5...v2.33.6
v2.33.5
Full Changelog: https://github.com/pestphp/pest/compare/v2.33.4...v2.33.5
v2.33.4
Full Changelog: https://github.com/pestphp/pest/compare/v2.33.3...v2.33.4
v2.33.3
What's Changed
- fix: updates Only plugin to check for CI environment by @nhaynes in https://github.com/pestphp/pest/pull/1082
New Contributors
- @nhaynes made their first contribution in https://github.com/pestphp/pest/pull/1082
Full Changelog: https://github.com/pestphp/pest/compare/v2.33.2...v2.33.3
v2.33.2
Full Changelog: https://github.com/pestphp/pest/compare/v2.33.1...v2.33.2
v2.33.1
What's Changed
- Fixing version number by @devajmeireles in https://github.com/pestphp/pest/pull/1076
- Add test for junit implementation by @nuernbergerA in https://github.com/pestphp/pest/pull/1080
- Track vendor changes by @nuernbergerA in https://github.com/pestphp/pest/pull/1081
Full Changelog: https://github.com/pestphp/pest/compare/v2.33.0...v2.33.1
v2.33.0
What's Changed
- feat: allow multiple hooks per directory by @bastien-phi in https://github.com/pestphp/pest/pull/961
- feat: adds
toContainEqualsexpectation by @erikgaal in https://github.com/pestphp/pest/pull/974 - feat: improve coverage output message on failing minimum requirements by @davybaccaert in https://github.com/pestphp/pest/pull/1069
- feat: allow
stringtype ingreaterThan/lessThanexpectations by @paulsn-mapon in https://github.com/pestphp/pest/pull/1055 - feat: adds
toBeStringBackedEnum()andtoBeIntBackedEnum()arch expectations by @JonPurvis in https://github.com/pestphp/pest/pull/1006 - feat: improves output of fatal php exceptions by @nunomaduro in https://github.com/pestphp/pest/commit/c5ce355f3c9479aead1d9d840dfe4b3981baa2ec
- feat(plugin-watch): fixes arguments and coloring by passed to underlying process by @nunomaduro in https://github.com/pestphp/pest/commit/8c57cc1731bebca3af10522080d5f3c48bac395f and https://github.com/pestphp/pest-plugin-watch/commit/9f8513d9f10d4cee9375c2ef6edc9e7d15f1ab19
- fix: warn if no code coverage driver by @calebdw in https://github.com/pestphp/pest/pull/1060
- fix: fixing backtrace not found error if project dirname endswith pest by @Carnicero90 in https://github.com/pestphp/pest/pull/972
- fix:
doNotThrowsExceptionsbeing marked as incomplete by @nunomaduro in https://github.com/pestphp/pest/commit/1d2fe2de2d409ad0d3d4b9b903adb8f4e9cf3387 - fix: allowing running high order testing with bound datasets by @nunomaduro in https://github.com/pestphp/pest/commit/2562d36518509b34e32455fdac0546d2b222d5f3
- fix: removes process-isolation from --help output @nunomaduro in https://github.com/pestphp/pest/commit/7a46514df855ed3817abbd5e11841e52558599e7
- fix:
--cache-directoryPHPUnit xml directive being ignore by @nunomaduro in https://github.com/pestphp/pest/commit/a5bf6a3fcb26a8b48189f50b1bc320f382bc1a1e - tests: refactors
ansiescape removal by @salehhashemi1992 in https://github.com/pestphp/pest/pull/981 - tests: build failing to run by @luismgsantos in https://github.com/pestphp/pest/pull/1075
New Contributors
- @bastien-phi made their first contribution in https://github.com/pestphp/pest/pull/961
- @erikgaal made their first contribution in https://github.com/pestphp/pest/pull/974
- @Carnicero90 made their first contribution in https://github.com/pestphp/pest/pull/972
- @davybaccaert made their first contribution in https://github.com/pestphp/pest/pull/1069
- @paulsn-mapon made their first contribution in https://github.com/pestphp/pest/pull/1055
- @luismgsantos made their first contribution in https://github.com/pestphp/pest/pull/1075
Full Changelog: https://github.com/pestphp/pest/compare/v2.32.3...v2.33.0
v2.32.3
What's Changed
- Fix junit parallel by @nuernbergerA in https://github.com/pestphp/pest/pull/1073
Full Changelog: https://github.com/pestphp/pest/compare/v2.32.2...v2.32.3
v2.32.2
Full Changelog: https://github.com/pestphp/pest/compare/v2.32.1...v2.32.2
v2.32.1
Full Changelog: https://github.com/pestphp/pest/compare/v2.32.0...v2.32.1
v2.32.0
What's Changed
- [2.x] Fix typo in
toHavePropertiesPHPDoc block by @rudashi in https://github.com/pestphp/pest/pull/990 - [2.x] Junit support by @nuernbergerA in https://github.com/pestphp/pest/pull/887
New Contributors
- @rudashi made their first contribution in https://github.com/pestphp/pest/pull/990
Full Changelog: https://github.com/pestphp/pest/compare/v2.31.0...v2.32.0
v2.31.0
What's Changed
- Fix cache directory config override by @krencl in https://github.com/pestphp/pest/pull/1051
New Contributors
- @krencl made their first contribution in https://github.com/pestphp/pest/pull/1051
Full Changelog: https://github.com/pestphp/pest/compare/v2.30.0...v2.31.0
v2.30.0
- Adds
$this->failsmethod by @nunomadurof83d758
v2.29.1
Full Changelog: https://github.com/pestphp/pest/compare/v2.29.0...v2.29.1
v2.29.0
What's Changed
- Dockerfile Optimization by @mjsafarali in https://github.com/pestphp/pest/pull/1014
- Print only files below the min coverage by @WendellAdriel in https://github.com/pestphp/pest/pull/919
- Fix typo in
toBeClassby @nhrrs in https://github.com/pestphp/pest/pull/1044
New Contributors
- @mjsafarali made their first contribution in https://github.com/pestphp/pest/pull/1014
- @nhrrs made their first contribution in https://github.com/pestphp/pest/pull/1044
Full Changelog: https://github.com/pestphp/pest/compare/v2.28.1...v2.29.0
v2.28.1
Full Changelog: https://github.com/pestphp/pest/compare/v2.28.0...v2.28.1
v2.28.0
Full Changelog: https://github.com/pestphp/pest/compare/v2.27.0...v2.28.0
v2.27.0
What's Changed
- [2.x] Allow
--todoargument. by @xiCO2k in https://github.com/pestphp/pest/pull/1025
Full Changelog: https://github.com/pestphp/pest/compare/v2.26.0...v2.27.0
v2.26.0
What's Changed
- [2.x] Makes Expectation class non-internal @allanmcarvalho in https://github.com/pestphp/pest/pull/1020
- [2.x] Allows
toSnapshoton expectation value by @markhuot in https://github.com/pestphp/pest/pull/1017
New Contributors
- @allanmcarvalho made their first contribution in https://github.com/pestphp/pest/pull/1020
- @markhuot made their first contribution in https://github.com/pestphp/pest/pull/1017
Full Changelog: https://github.com/pestphp/pest/compare/v2.25.0...v2.26.0
v2.25.0
What's Changed
- [2.x] Chore: remove double plus by @faissaloux in https://github.com/pestphp/pest/pull/1002
- [2.x] Feat: added onlyOn* methods to run the test only on a specific OS by @nahime0 in https://github.com/pestphp/pest/pull/1012
New Contributors
- @nahime0 made their first contribution in https://github.com/pestphp/pest/pull/1012
Full Changelog: https://github.com/pestphp/pest/compare/v2.24.3...v2.25.0
v2.24.3
What's Changed
- Fix html in descriptions or datasets by @faissaloux in https://github.com/pestphp/pest/pull/1001
Full Changelog: https://github.com/pestphp/pest/compare/v2.24.2...v2.24.3
v2.24.2
What's Changed
- Create PHPStan extension and add
HigherOrderTapProxytouniversalObjectCratesClassesby @CalebDW in https://github.com/pestphp/pest/pull/996
New Contributors
- @CalebDW made their first contribution in https://github.com/pestphp/pest/pull/996
Full Changelog: https://github.com/pestphp/pest/compare/v2.24.1...v2.24.2
v2.24.1
Full Changelog: https://github.com/pestphp/pest/compare/v2.24.0...v2.24.1
v2.24.0
What's Changed
- Update actions/checkout to v4 by @salehhashemi1992 in https://github.com/pestphp/pest/pull/979
- Fix TestCycle hook scope by @salehhashemi1992 in https://github.com/pestphp/pest/pull/980
- Polishing Up "TestDox.php' PHPDoc Blocks for Clarity by @Muhammad-Sarfaraz in https://github.com/pestphp/pest/pull/983
- Add
throwsUnlessby @hungthai1401 in https://github.com/pestphp/pest/pull/933
New Contributors
- @salehhashemi1992 made their first contribution in https://github.com/pestphp/pest/pull/979
- @Muhammad-Sarfaraz made their first contribution in https://github.com/pestphp/pest/pull/983
Full Changelog: https://github.com/pestphp/pest/compare/v2.23.2...v2.24.0
v2.23.2
v2.23.1
v2.23.0
v2.22.1
Full Changelog: https://github.com/pestphp/pest/compare/v2.22.0...v2.22.1
v2.22.0
What's Changed
- Adds
toBeUrl()Expectation by @JonPurvis in https://github.com/pestphp/pest/pull/977
Full Changelog: https://github.com/pestphp/pest/compare/v2.21.0...v2.22.0
v2.21.0
Full Changelog: https://github.com/pestphp/pest/compare/v2.20.0...v2.21.0
Configuration
📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.87%. Comparing base (
c6e32b2) to head (2e2653c).
:exclamation: Current head 2e2653c differs from pull request most recent head 9964347
Please upload reports for the commit 9964347 to get more accurate results.
Additional details and impacted files
@@ Coverage Diff @@
## main #41 +/- ##
============================================
+ Coverage 94.03% 95.87% +1.83%
+ Complexity 142 130 -12
============================================
Files 10 8 -2
Lines 369 339 -30
============================================
- Hits 347 325 -22
+ Misses 22 14 -8
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.