-
Notifications
You must be signed in to change notification settings - Fork 50
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 phpunit/phpunit to v10.5.38 #5856
Open
renovate
wants to merge
1
commit into
devel
Choose a base branch
from
renovate/phpunit-phpunit-10.x
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
7 times, most recently
from
September 9, 2024 11:40
cec5138
to
d2e36c4
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v10.5.32
chore(deps): update dependency phpunit/phpunit to v10.5.33
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
5 times, most recently
from
September 13, 2024 06:33
d7d5557
to
8c44d04
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v10.5.33
chore(deps): update dependency phpunit/phpunit to v10.5.34
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
2 times, most recently
from
September 19, 2024 11:03
95f43a3
to
516a714
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v10.5.34
chore(deps): update dependency phpunit/phpunit to v10.5.35
Sep 19, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
3 times, most recently
from
September 24, 2024 17:46
5b337c8
to
8565f55
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
2 times, most recently
from
September 26, 2024 21:41
284a03f
to
7053039
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v10.5.35
chore(deps): update dependency phpunit/phpunit to v10.5.35 - autoclosed
Sep 27, 2024
auto-merge was automatically disabled
September 27, 2024 22:06
Pull request was closed
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
4 times, most recently
from
October 19, 2024 15:14
6482b36
to
f95d671
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v10.5.36
chore(deps): update dependency phpunit/phpunit to v10.5.37
Oct 19, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
3 times, most recently
from
October 26, 2024 11:15
ff13648
to
cd60081
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v10.5.37
chore(deps): update dependency phpunit/phpunit to v10.5.38
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
5 times, most recently
from
October 31, 2024 16:13
38e4409
to
6eb95f1
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
13 times, most recently
from
November 11, 2024 19:14
57fad46
to
ff1cb53
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
from
November 13, 2024 17:23
ff1cb53
to
9898d9c
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
from
November 13, 2024 21:05
9898d9c
to
aaba9cb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
10.5.31
->10.5.38
Release Notes
sebastianbergmann/phpunit (phpunit/phpunit)
v10.5.38
: PHPUnit 10.5.38Compare Source
Changed
How to install or update PHPUnit
v10.5.37
: PHPUnit 10.5.37Compare Source
Fixed
How to install or update PHPUnit
v10.5.36
: PHPUnit 10.5.36Compare Source
Changed
StringMatchesFormatDescription
constraint to be consistent with PHP'srun-tests.php
Fixed
PHPUnit\Framework\Exception
does not handle string error codes (PDOException
with error code'HY000'
, for example)How to install or update PHPUnit
v10.5.35
Compare Source
v10.5.34
: PHPUnit 10.5.34Compare Source
Fixed
name
property on<testsuites>
element in JUnit XML logfileCallback
throws aTypeError
when checking acallable
has variadic parametersHow to install or update PHPUnit
v10.5.33
: PHPUnit 10.5.33Compare Source
Fixed
assertJsonStringEqualsJsonString()
considers objects with sequential numeric keys equal to be arraysCallback
constraint does not handle variadic arguments correctly when used for mock object expectations$
at the beginning gets truncated when used with a data providerHow to install or update PHPUnit
v10.5.32
: PHPUnit 10.5.32Compare Source
Added
failOnPhpunitDeprecation
attribute on the<phpunit>
element of the XML configuration file and--fail-on-phpunit-deprecation
CLI option for controlling whether PHPUnit deprecations should be considered when determining the test runner's shell exit code (default: do not consider)displayDetailsOnPhpunitDeprecations
attribute on the<phpunit>
element of the XML configuration file and--display-phpunit-deprecations
CLI option for controlling whether details on PHPUnit deprecations should be displayed (default: do not display)Changed
--fail-on-phpunit-deprecation
CLI option or thefailOnPhpunitDeprecation="true"
attribute on the<phpunit>
element of the XML configuration file.--display-phpunit-deprecations
CLI option or thedisplayDetailsOnPhpunitDeprecations
attribute on the<phpunit>
element of the XML configuration file.How to install or update PHPUnit
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.