Skip to content

chore(deps): update dependency pestphp/pest to v2

Craig Smith requested to merge renovate/pestphp-pest-2.x into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
pestphp/pest ^1.21 -> ^2.0 age adoption passing confidence

Release Notes

pestphp/pest (pestphp/pest)

v2.34.0

Compare Source

What's Changed

  • feat(plugin-laravel): adds --without-exception-handling, --with-exception-handling, without-deprecation-handling, and with-deprecation-handling CLI options

v2.33.6

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.33.5...v2.33.6

v2.33.5

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.33.4...v2.33.5

v2.33.4

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.33.3...v2.33.4

v2.33.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.33.2...v2.33.3

v2.33.2

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.33.1...v2.33.2

v2.33.1

Compare Source

What's Changed

Full Changelog: https://github.com/pestphp/pest/compare/v2.33.0...v2.33.1

v2.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.32.3...v2.33.0

v2.32.3

Compare Source

What's Changed

Full Changelog: https://github.com/pestphp/pest/compare/v2.32.2...v2.32.3

v2.32.2

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.32.1...v2.32.2

v2.32.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.32.0...v2.32.1

v2.32.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.31.0...v2.32.0

v2.31.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.30.0...v2.31.0

v2.30.0

Compare Source

v2.29.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.29.0...v2.29.1

v2.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.28.1...v2.29.0

v2.28.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.28.0...v2.28.1

v2.28.0

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.27.0...v2.28.0

v2.27.0

Compare Source

What's Changed

Full Changelog: https://github.com/pestphp/pest/compare/v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.25.0...v2.26.0

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.24.3...v2.25.0

v2.24.3

Compare Source

What's Changed

Full Changelog: https://github.com/pestphp/pest/compare/v2.24.2...v2.24.3

v2.24.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.24.1...v2.24.2

v2.24.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.24.0...v2.24.1

v2.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.23.2...v2.24.0

v2.23.2

Compare Source

v2.23.1

Compare Source

v2.23.0

Compare Source

v2.22.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.22.0...v2.22.1

v2.22.0

Compare Source

What's Changed

Full Changelog: https://github.com/pestphp/pest/compare/v2.21.0...v2.22.0

v2.21.0

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.20.0...v2.21.0

v2.20.0

Compare Source

What's Changed

Full Changelog: https://github.com/pestphp/pest/compare/v2.19.2...v2.20.0

v2.19.2

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.19.1...v2.19.2

v2.19.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

Full Changelog: https://github.com/pestphp/pest/compare/v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.18.0...v2.18.1

v2.18.0

Compare Source

v2.17.0

Compare Source

Added
  • toHaveMethod expectation (#​947)
  • toHaveAttribute expectation (#​934)

v2.16.1

Compare Source

Added
Fixed
New Contributors

v2.16.0

Compare Source

Added
  • toBeDigits (#​911)
  • toBeCamelCase, toBeKebabCase, toBeSnakeCase, toBeStudlyCase, toHaveSnakeCaseKeys, toHaveKebabCaseKeys, toHaveCamelCaseKeys, toHaveStudlyCaseKeys (#​921)
  • native functions support on arch expectations, e.g: expect('sleep')->toBeUsed(); (#​4)
Changed
Fixed

v2.15.0

Compare Source

Added

v2.14.1

Compare Source

Changed
  • Bumps PHPUnit to ^10.3.2 (e012517)

v2.14.0

Compare Source

Added
  • toBeUppercase(), toBeLowercase(), toBeAlphaNumeric(), toBeAlpha() (#​906)

v2.13.0

Compare Source

Added
  • expect()->ddWhen and expect()->ddUnless (306b7eb)

v2.12.2

Compare Source

Fixed
  • Running tests from uses parent class (#​898)

v2.12.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.12.0...v2.12.1

v2.12.0

Compare Source

Added
  • Allows multiple toMatchSnapshot per test (#​881)
Changed
  • Bumps PHPUnit to ^10.2.7 (43107c1)

v2.11.0

Compare Source

Added
  • toBeInvokableexpectation (#​891)

v2.10.1

Compare Source

Fixed
  • not->toHaveSuffix and toHavePrefix expectations (#​888)

v2.10.0

Compare Source

Added
Fixed

v2.9.5

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.9.4...v2.9.5

v2.9.4

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.9.3...v2.9.4

v2.9.3

Compare Source

v2.9.2

Compare Source

TODO

v2.9.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.9.0...v2.9.1

v2.9.0

Compare Source

TODO

v2.8.3

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.8.2...v2.8.3

v2.8.2

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.8.1...v2.8.2

v2.8.1

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.7.0...v2.8.0

v2.7.0

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.6.3...v2.7.0

v2.6.3

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.6.2...v2.6.3

v2.6.2

Compare Source

Full Changelog: https://github.com/pestphp/pest/compare/v2.6.1...v2.6.2

v2.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pestphp/pest/compare/v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed

Full Changelog: https://github.com/pestphp/pest/compare/v2.5.3...v2.6.0

v2.5.3

Compare Source

v2.5.2

Compare Source

v2.5.1

Compare Source

v2.5.0

Compare Source

Chore
  • Bumps PHPUnit to ^10.1.0 (#​780)

v2.4.0

Compare Source

Added
  • skipOnWindows(), skipOnMac(), and skipOnLinux() (#​757)
  • source architecture testing violation (#​1)(8e66263)
  • toHaveProperties may now also check values (#​760)
Fixed
  • Tests on tests/Helpers directory not being executed (#​753)
  • Teamcity count (#​747)
  • Parallel executation when class extends class with same name (#​748)
  • Wording on uses() hint (#​745)

v2.3.0

Compare Source

Added
  • Better error handler about missing uses (#​743)
Fixed
  • Inconsistent spelling of dataset (#​739)
Chore
  • Bumps PHPUnit to ^10.0.19 (3d7e621)

v2.2.3

Compare Source

Fixed
  • Unnecessary dataset on dataset arguments missmatch (#​736)
  • Parallel arguments on plugins order (#​703)
  • Arch plugin runtime exceptions on bad phpdocs (2f2b51c)

v2.2.2

Compare Source

Fixed
  • Edge case in parallel executation test description (3ce6408)

v2.2.1

Compare Source

Fixed
  • Collision between tests names with underscores (#​724)

v2.2.0

Compare Source

Added
  • Improved error messages on dataset arguments mismatch (#​698)
  • Allows the usage of DateTimeInterface on multiple expectations (#​716)
Fixed
  • --dirty option on Windows environments (#​721)
  • Parallel exit code when phpunit.xml is outdated (14dd5cb)

v2.1.0

Compare Source

Added
Fixed
  • Issues with different characters on test names (715)

v2.0.2

Compare Source

Fixed
  • Pest.php not being loaded in certain scenarios (b887116)

v2.0.1

Compare Source

Fixed
  • Wrong version configuration key on composer.json (8f91f40)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Edited by Craig Smith

Merge request reports