forked from ecamp/ecamp3
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #210
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
from
September 4, 2024 16:19
90fa85a
to
7923e36
Compare
renovate
bot
changed the title
chore(deps): update dependency phpunit/phpunit to v10.5.31
chore(deps): update dependency phpunit/phpunit to v10.5.32
Sep 4, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
from
September 9, 2024 07:47
7923e36
to
f9bf9f9
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
from
September 13, 2024 08:08
f9bf9f9
to
29ede35
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
from
September 19, 2024 12:05
29ede35
to
57ad4ac
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
2 times, most recently
from
October 8, 2024 16:01
6d89036
to
52614d7
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.36
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
3 times, most recently
from
October 10, 2024 19:01
a7c812e
to
09b175e
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
from
October 19, 2024 13:40
09b175e
to
2e426ff
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
4 times, most recently
from
October 28, 2024 17:10
0a28805
to
bcf217b
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
2 times, most recently
from
November 6, 2024 19:56
e84a32d
to
8ef1b44
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
from
November 10, 2024 10:05
8ef1b44
to
140d527
Compare
renovate
bot
force-pushed
the
renovate/phpunit-phpunit-10.x
branch
from
November 10, 2024 13:12
140d527
to
5b5988f
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.30
->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
v10.5.31
: PHPUnit 10.5.31Compare Source
Changed
name
property on<testsuites>
element in JUnit XML logfile.phpstorm.meta.php
file as methods such asTestCase::createStub()
use generics / template types for their return types and PhpStorm, for example, uses that informationFixed
@
operatorHow 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.