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.20.0 #34

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pestphp/pest 2.4.0 -> 2.20.0 age adoption passing confidence

Release Notes

pestphp/pest (pestphp/pest)

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)

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
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3690487) 95.73% compared to head (502e243) 95.73%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #34   +/-   ##
=========================================
  Coverage     95.73%   95.73%           
  Complexity      127      127           
=========================================
  Files             8        8           
  Lines           328      328           
=========================================
  Hits            314      314           
  Misses           14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.13.0 chore(deps): update dependency pestphp/pest to v2.14.0 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from d0d1895 to b65c35e Compare August 14, 2023 10:57
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.14.0 chore(deps): update dependency pestphp/pest to v2.14.1 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from b65c35e to 10ecbc0 Compare August 16, 2023 09:46
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.14.1 chore(deps): update dependency pestphp/pest to v2.15.0 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch 2 times, most recently from 1320da6 to e589d71 Compare August 21, 2023 11:20
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.15.0 chore(deps): update dependency pestphp/pest to v2.16.0 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch 3 times, most recently from afe4bc6 to 7485fca Compare August 29, 2023 10:40
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.16.0 chore(deps): update dependency pestphp/pest to v2.16.1 Aug 29, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from 7485fca to 859707c Compare September 4, 2023 08:35
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.16.1 chore(deps): update dependency pestphp/pest to v2.17.0 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from 859707c to f4a36dc Compare September 7, 2023 18:43
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.17.0 chore(deps): update dependency pestphp/pest to v2.18.0 Sep 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.18.0 chore(deps): update dependency pestphp/pest to v2.18.1 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from f4a36dc to 9367181 Compare September 11, 2023 11:18
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.18.1 chore(deps): update dependency pestphp/pest to v2.18.2 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from 9367181 to 1d58713 Compare September 13, 2023 22:46
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.18.2 chore(deps): update dependency pestphp/pest to v2.19.2 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from 1d58713 to e7a3a0d Compare September 19, 2023 11:06
@renovate renovate bot changed the title chore(deps): update dependency pestphp/pest to v2.19.2 chore(deps): update dependency pestphp/pest to v2.20.0 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from e7a3a0d to c3ef83f Compare September 29, 2023 19:00
@renovate renovate bot force-pushed the renovate/pestphp-pest-2.x-lockfile branch from c3ef83f to 502e243 Compare September 30, 2023 19:39
@ipranjal ipranjal merged commit 0a40c67 into main Sep 30, 2023
6 of 7 checks passed
@ipranjal ipranjal deleted the renovate/pestphp-pest-2.x-lockfile branch September 30, 2023 19:41
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

1 participant