Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pestphp/pest 1.21.1 -> 2.34.9 age adoption passing confidence

Release Notes

pestphp/pest (pestphp/pest)

v2.34.9

Compare Source

Full Changelog: pestphp/pest@v2.34.8...v2.34.9

v2.34.8

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.34.7...v2.34.8

v2.34.7

Compare Source

Full Changelog: pestphp/pest@v2.34.6...v2.34.7

v2.34.6

Compare Source

Full Changelog: pestphp/pest@v2.34.5...v2.34.6

v2.34.5

Compare Source

Full Changelog: pestphp/pest@v2.34.4...v2.34.5

v2.34.4

Compare Source

Full Changelog: pestphp/pest@v2.34.3...v2.34.4

v2.34.3

Compare Source

Full Changelog: pestphp/pest@v2.34.2...v2.34.3

v2.34.2

Compare Source

Full Changelog: pestphp/pest@v2.34.1...v2.34.2

v2.34.1

Compare Source

Full Changelog: pestphp/pest@v2.34.0...v2.34.1

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: pestphp/pest@v2.33.5...v2.33.6

v2.33.5

Compare Source

Full Changelog: pestphp/pest@v2.33.4...v2.33.5

v2.33.4

Compare Source

Full Changelog: pestphp/pest@v2.33.3...v2.33.4

v2.33.3

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.33.2...v2.33.3

v2.33.2

Compare Source

Full Changelog: pestphp/pest@v2.33.1...v2.33.2

v2.33.1

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.33.0...v2.33.1

v2.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.32.3...v2.33.0

v2.32.3

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.32.2...v2.32.3

v2.32.2

Compare Source

Full Changelog: pestphp/pest@v2.32.1...v2.32.2

v2.32.1

Compare Source

Full Changelog: pestphp/pest@v2.32.0...v2.32.1

v2.32.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.31.0...v2.32.0

v2.31.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.30.0...v2.31.0

v2.30.0

Compare Source

v2.29.1

Compare Source

Full Changelog: pestphp/pest@v2.29.0...v2.29.1

v2.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.28.1...v2.29.0

v2.28.1

Compare Source

Full Changelog: pestphp/pest@v2.28.0...v2.28.1

v2.28.0

Compare Source

Full Changelog: pestphp/pest@v2.27.0...v2.28.0

v2.27.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.25.0...v2.26.0

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.24.3...v2.25.0

v2.24.3

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.24.2...v2.24.3

v2.24.2

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.24.1...v2.24.2

v2.24.1

Compare Source

Full Changelog: pestphp/pest@v2.24.0...v2.24.1

v2.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@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: pestphp/pest@v2.22.0...v2.22.1

v2.22.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.21.0...v2.22.0

v2.21.0

Compare Source

Full Changelog: pestphp/pest@v2.20.0...v2.21.0

v2.20.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.19.2...v2.20.0

v2.19.2

Compare Source

Full Changelog: pestphp/pest@v2.19.1...v2.19.2

v2.19.1

Compare Source

Full Changelog: pestphp/pest@v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@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: pestphp/pest@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: pestphp/pest@v2.9.4...v2.9.5

v2.9.4

Compare Source

Full Changelog: pestphp/pest@v2.9.3...v2.9.4

v2.9.3

Compare Source

v2.9.2

Compare Source

TODO

v2.9.1

Compare Source

Full Changelog: pestphp/pest@v2.9.0...v2.9.1

v2.9.0

Compare Source

TODO

v2.8.3

Compare Source

Full Changelog: pestphp/pest@v2.8.2...v2.8.3

v2.8.2

Compare Source

Full Changelog: pestphp/pest@v2.8.1...v2.8.2

v2.8.1

Compare Source

Full Changelog: pestphp/pest@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.7.0...v2.8.0

v2.7.0

Compare Source

Full Changelog: pestphp/pest@v2.6.3...v2.7.0

v2.6.3

Compare Source

Full Changelog: pestphp/pest@v2.6.2...v2.6.3

v2.6.2

Compare Source

Full Changelog: pestphp/pest@v2.6.1...v2.6.2

v2.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: pestphp/pest@v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@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)

v1.23.1

Compare Source

v1.23.0

Compare Source

v1.22.6

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.22.5...v1.22.6

v1.22.5

Compare Source

Full Changelog: pestphp/pest@v1.22.4...v1.22.5

v1.22.4

Compare Source

Full Changelog: pestphp/pest@v1.22.3...v1.22.4

v1.22.3

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.22.2...v1.22.3

v1.22.2

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.22.1...v1.22.2

v1.22.1

Compare Source

Full Changelog: pestphp/pest@v1.22.0...v1.22.1

v1.22.0

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.21.3...v1.22.0

v1.21.3

Compare Source

Full Changelog: pestphp/pest@v1.21.2...v1.21.3

v1.21.2

Compare Source

What's Changed

Full Changelog: pestphp/pest@v1.21.1...v1.21.2


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.

@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 5 times, most recently from afe24fc to 01bf5c9 Compare March 28, 2023 09:43
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 01bf5c9 to 4c1b9aa Compare April 3, 2023 10:29
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 2 times, most recently from 9ff12ca to 23e411a Compare April 18, 2023 00:08
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 2 times, most recently from 5ad404e to 9fddcbb Compare June 3, 2023 00:17
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 9fddcbb to 1d8d679 Compare June 7, 2023 20:49
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 3 times, most recently from d7a6aaf to 2ece549 Compare June 20, 2023 14:25
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 2ece549 to 41b08ca Compare July 1, 2023 10:04
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 41b08ca to 1f38514 Compare July 12, 2023 21:26
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 5 times, most recently from 7c5f115 to ae63765 Compare July 24, 2023 19:44
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 5 times, most recently from 6e5edec to 3415c06 Compare August 4, 2023 10:51
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 3 times, most recently from 7ea950d to dddbbcb Compare August 14, 2023 10:02
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from dddbbcb to 44e4473 Compare August 16, 2023 11:00
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 3 times, most recently from 6bbaf64 to d91767a Compare October 17, 2023 10:07
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 2 times, most recently from 5a5e862 to 3b16e9e Compare November 2, 2023 00:44
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 3b16e9e to 0939095 Compare November 8, 2023 12:53
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 0939095 to 5f3781b Compare November 22, 2023 07:49
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 3 times, most recently from 71a8ba6 to acf1824 Compare December 5, 2023 23:03
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from acf1824 to d1ee607 Compare December 15, 2023 12:26
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 3 times, most recently from edd5686 to 59d3c92 Compare December 28, 2023 13:31
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 59d3c92 to af5450a Compare January 11, 2024 17:04
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 4 times, most recently from bb6bb69 to aa92e93 Compare January 26, 2024 11:41
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 2 times, most recently from c79793f to 6118f1b Compare February 2, 2024 19:43
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 6118f1b to 0980fc7 Compare March 2, 2024 20:19
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 2 times, most recently from 24fac18 to 0ed1b8f Compare March 14, 2024 20:05
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch 2 times, most recently from a2a7f95 to ba27146 Compare March 28, 2024 13:36
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from ba27146 to dc231af Compare April 5, 2024 11:15
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from dc231af to 83848d6 Compare June 11, 2024 00:54
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x branch from 83848d6 to 16ce9d3 Compare July 11, 2024 11:10
Sign up for free to 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.

None yet

0 participants