chore(deps): update dependency pestphp/pest to v3 #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.22
->^3.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pestphp/pest (pestphp/pest)
v3.5.1
Compare Source
Full Changelog: pestphp/pest@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/1294v3.4.2
Compare Source
Full Changelog: pestphp/pest@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/1280fix: 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 presetv3.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
methodv3.2.1
Compare Source
fix: fix: missing
!=
and!==
on newtoUseStrictEquality
arch expectationv3.2.0
Compare Source
feat: adds
toUseStrictEquality
arch expectationv3.1.0
Compare Source
feat: adds
mutates
function. https://pestphp.com/docs/mutation-testingv3.0.8
Compare Source
fix:
todo
calls withints
on parametersv3.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/1230v3.0.3
Compare Source
fix:
pest()->printer()
method wrongly named. https://github.com/pestphp/pest/issues/1229v3.0.2
Compare Source
--processes
being ignored when running mutate on parallel. https://github.com/pestphp/pest/issues/1228v3.0.1
Compare Source
--coverage
not working on non-parallel mode. https://github.com/pestphp/pest/issues/1223v3.0.0
Compare Source
Please consult the upgrade guide and release notes in the official Pest documentation.
v2.36.0
Compare Source
v2.35.1
Compare Source
Full Changelog: pestphp/pest@v2.35.0...v2.35.1
v2.35.0
Compare Source
What's Changed
New Contributors
Full Changelog: pestphp/pest@v2.34.9...v2.35.0
v2.34.9
Compare Source
Full Changelog: pestphp/pest@v2.34.8...v2.34.9
v2.34.8
Compare Source
What's Changed
toBeList
expectation by @ExeQue in https://github.com/pestphp/pest/pull/1157New 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
--without-exception-handling
,--with-exception-handling
,without-deprecation-handling
, andwith-deprecation-handling
CLI optionsv2.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
toContainEquals
expectation by @erikgaal in https://github.com/pestphp/pest/pull/974string
type ingreaterThan
/lessThan
expectations by @paulsn-mapon in https://github.com/pestphp/pest/pull/1055toBeStringBackedEnum()
andtoBeIntBackedEnum()
arch expectations by @JonPurvis in https://github.com/pestphp/pest/pull/1006doNotThrowsExceptions
being marked as incomplete by @nunomaduro in pestphp/pest@1d2fe2d--cache-directory
PHPUnit xml directive being ignore by @nunomaduro in pestphp/pest@a5bf6a3ansi
escape removal by @salehhashemi1992 in https://github.com/pestphp/pest/pull/981New 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
toHaveProperties
PHPDoc block by @rudashi in https://github.com/pestphp/pest/pull/990New 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
$this->fails
method by @nunomadurof83d758
v2.29.1
Compare Source
Full Changelog: pestphp/pest@v2.29.0...v2.29.1
v2.29.0
Compare Source
What's Changed
toBeClass
by @nhrrs in https://github.com/pestphp/pest/pull/1044New 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
--todo
argument. by @xiCO2k in https://github.com/pestphp/pest/pull/1025Full Changelog: pestphp/pest@v2.26.0...v2.27.0
v2.26.0
Compare Source
What's Changed
toSnapshot
on expectation value by @markhuot in https://github.com/pestphp/pest/pull/1017New 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
HigherOrderTapProxy
touniversalObjectCratesClasses
by @CalebDW in https://github.com/pestphp/pest/pull/996New 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
throwsUnless
by @hungthai1401 in https://github.com/pestphp/pest/pull/933New 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
toBeUrl()
Expectation by @JonPurvis in https://github.com/pestphp/pest/pull/977Full 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
toBeBetween
expectation by @JonPurvis in https://github.com/pestphp/pest/pull/968Full 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
phpunit.xml.stub
by @adevade in https://github.com/pestphp/pest/pull/957New Contributors
Full Changelog: pestphp/pest@v2.18.1...v2.18.2
v2.18.1
Compare Source
What's Changed
phpunit.xml
stub file by @Itemshopp in https://github.com/pestphp/pest/pull/956New Contributors
Full Changelog: pestphp/pest@v2.18.0...v2.18.1
v2.18.0
Compare Source
depends
usage withdescribe
by @devajmeireles in https://github.com/pestphp/pest/pull/949toBeUuid
expectation by @hungthai1401 in https://github.com/pestphp/pest/pull/948OppositeExpectation
class by @hungthai1401 in https://github.com/pestphp/pest/pull/950v2.17.0
Compare Source
Added
toHaveMethod
expectation (#947)toHaveAttribute
expectation (#934)v2.16.1
Compare Source
Added
toHaveSameSize
expectation by @hungthai1401 in https://github.com/pestphp/pest/pull/924, https://github.com/pestphp/pest/pull/930Fixed
Pest.php
New Contributors
v2.16.0
Compare Source
Added
toBeDigits
(#911)toBeCamelCase
,toBeKebabCase
,toBeSnakeCase
,toBeStudlyCase
,toHaveSnakeCaseKeys
,toHaveKebabCaseKeys
,toHaveCamelCaseKeys
,toHaveStudlyCaseKeys
(#921)arch
expectations, e.g:expect('sleep')->toBeUsed();
(#4)Changed
phpunit.xml
stub (#915)Fixed
v2.15.0
Compare Source
Added
v2.14.1
Compare Source
Changed
^10.3.2
(e012517)v2.14.0
Compare Source
Added
toBeUppercase()
,toBeLowercase()
,toBeAlphaNumeric()
,toBeAlpha()
(#906)v2.13.0
Compare Source
Added
expect()->ddWhen
andexpect()->ddUnless
(306b7eb)v2.12.2
Compare Source
Fixed
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
toMatchSnapshot
per test (#881)Changed
^10.2.7
(43107c1)v2.11.0
Compare Source
Added
toBeInvokable
expectation (#891)v2.10.1
Compare Source
Fixed
not->toHaveSuffix
andtoHavePrefix
expectations (#888)v2.10.0
Compare Source
Added
repeat
feature (f3f35a2)Fixed
-v
option (86a6b32)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
toThrow
against an exception instance by @fabio-ivona in https://github.com/pestphp/pest/pull/797Full 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
^10.1.0
(#780)v2.4.0
Compare Source
Added
skipOnWindows()
,skipOnMac()
, andskipOnLinux()
(#757)toHaveProperties
may now also check values (#760)Fixed
tests/Helpers
directory not being executed (#753)uses()
hint (#745)v2.3.0
Compare Source
Added
Fixed
dataset
(#739)Chore
^10.0.19
(3d7e621)v2.2.3
Compare Source
Fixed
v2.2.2
Compare Source
Fixed
v2.2.1
Compare Source
Fixed
v2.2.0
Compare Source
Added
DateTimeInterface
on multiple expectations (#716)Fixed
--dirty
option on Windows environments (#721)phpunit.xml
is outdated (14dd5cb)v2.1.0
Compare Source
Added
only
test case method (bcd1503)Fixed
v2.0.2
Compare Source
Fixed
Pest.php
not being loaded in certain scenarios (b887116)v2.0.1
Compare Source
Fixed
version
configuration key oncomposer.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
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.