-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update all non-major dependencies #60
base: 1.9.x
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
5648924
to
ec19377
Compare
8e423ab
to
fdd62d0
Compare
1a8fc9f
to
1c3227a
Compare
ffe21b7
to
56f9da8
Compare
6b5444c
to
f73173d
Compare
5406cb5
to
5182e93
Compare
cf5ae73
to
6125da7
Compare
5df9c75
to
3029a92
Compare
82b2a3a
to
22b6c69
Compare
15a21ab
to
422f2f0
Compare
422f2f0
to
b10a4b6
Compare
a47c3bb
to
f8b31c8
Compare
f8b31c8
to
1a9ef19
Compare
1a9ef19
to
ea28484
Compare
|
a9fc5ec
to
741a6ca
Compare
741a6ca
to
bfd8b9c
Compare
8df1cde
to
b0a4529
Compare
b0a4529
to
e930039
Compare
e930039
to
82ccc03
Compare
82ccc03
to
9dcbda6
Compare
bb678c7
to
f4027df
Compare
f4027df
to
60b2aa5
Compare
9f0ee69
to
2358b24
Compare
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------- | ------ | | packagist | infection/infection | 0.26.19 | 0.29.8 | | github-tags | laminas/laminas-ci-matrix-action | 1.22.1 | 1.27.2 | | github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.40.1 | | packagist | phpunit/phpunit | 9.6.10 | 9.6.21 | | packagist | vimeo/psalm | 5.13.1 | 5.26.1 |
2358b24
to
9a0651c
Compare
This PR contains the following updates:
^0.26.19
->^0.29.8
1.22.1
->1.27.2
1.32.0
->1.40.1
^9.6.7
->^9.6.21
^5.9.0
->^5.26.1
Release Notes
infection/infection (infection/infection)
v0.29.8
: PHPUnit 11 compatibility, performance improvement thanks tostopOnDefect
Compare Source
Added:
$GLOBALS['_composer_autoload_path']
if possible by @Kanti in https://github.com/infection/infection/pull/2002stopOnDefect
by @Kanti in https://github.com/infection/infection/pull/2003Changed:
cacheResultFile
->cacheDirectory
) by @Kanti in https://github.com/infection/infection/pull/2003New Contributors
Full Changelog: infection/infection@0.29.7...0.29.8
v0.29.7
: Diff colorizer fix for multiline cases, PHP 8.4 support in pipelinesCompare Source
What's Changed
Fixed:
Added:
Changed:
Full Changelog: infection/infection@0.29.6...0.29.7
v0.29.6
: Ignoreswitch(bool)
statements inTrueValue
andFalseValue
mutatorsCompare Source
Changed:
switch(bool)
statements inTrueValue
andFalseValue
mutators. by @shanept in https://github.com/infection/infection/pull/1986New Contributors
Full Changelog: infection/infection@0.29.5...0.29.6
v0.29.5
Compare Source
Full Changelog
Added:
v0.29.4
Compare Source
Full Changelog
Added:
--logger-project-root-directory
by @vincentchalamon in https://github.com/infection/infection/pull/1978v0.29.3
: Add support for `colinodell/json5` v3Compare Source
Changed:
colinodell/json5
v3 by @Slamdunk in https://github.com/infection/infection/pull/1976Full Changelog: infection/infection@0.29.2...0.29.3
v0.29.2
: Highlight inline differences in CLICompare Source
Added:
Full Changelog: infection/infection@0.29.1...0.29.2
v0.29.1
: Fix usage of custom mutator with bootstrap fileCompare Source
Fixed:
Full Changelog: infection/infection@0.29.0...0.29.1
v0.29.0
Compare Source
Full Changelog
Added:
Read about how to create custom mutators: https://infection.github.io/guide/custom-mutators.html
Changed:
Infection\Mutator\Mutator
to a separate package by @maks-rafalko in https://github.com/infection/infection/pull/1963Mutator::getDefinition
return type non-nullable by @maks-rafalko in https://github.com/infection/infection/pull/1958AddCoversClassAttributeRector
rule by @maks-rafalko in https://github.com/infection/infection/pull/1962NameResolver
visitor by @maks-rafalko in https://github.com/infection/infection/pull/1967NodeTraverser::DONT_TRAVERSE_CURRENT_AND_CHILDREN
withNodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
by @maks-rafalko in https://github.com/infection/infection/pull/1968ParentConnectorVisitor
and usenikic-phpparser
's one by @maks-rafalko in https://github.com/infection/infection/pull/1970v0.28.1
: Use CI (GitHub, GitLab) variable to detect project pathCompare Source
Changed:
New Contributors
Full Changelog: infection/infection@0.28.0...0.28.1
v0.28.0
Compare Source
Full Changelog
Added:
v0.27.11
: Add--map-source-class-to-test
option to speed up Mutation TestingCompare Source
Added:
Changed:
Full Changelog: infection/infection@0.27.10...0.27.11
v0.27.10
: Add support for `sebastian/diff` v6Compare Source
Changed:
sebastian/diff
v6 by @simPod in https://github.com/infection/infection/pull/1913is_numeric
do detect numeric strings in ArgumentsAndOptionsBuilder by @sanmai in https://github.com/infection/infection/pull/1904Full Changelog: infection/infection@0.27.9...0.27.10
v0.27.9
: Fix an issue with numeric data provider keys in PHPUnit >= 10Compare Source
Fixed:
Full Changelog: infection/infection@0.27.8...0.27.9
v0.27.8
: Do not remove attributes from class methodsCompare Source
Fixed:
Full Changelog: infection/infection@0.27.7...0.27.8
v0.27.7
: PHP 8.3, Symfony 7 supportCompare Source
Changed:
fidry/cpu-core-counter
v1 by @Slamdunk in https://github.com/infection/infection/pull/1893symfony/console
< 4.4 hack as minimum supported version is 5.4 by @sidz in https://github.com/infection/infection/pull/1888Full Changelog: infection/infection@0.27.6...0.27.7
v0.27.6
: Fix equivalent mutantsCompare Source
Added:
Fixed:
New Contributors
Full Changelog: infection/infection@0.27.5...0.27.6
v0.27.5
: Fix bug with collecting escaped mutants for GitLab loggerCompare Source
Fixed:
Full Changelog: infection/infection@0.27.4...0.27.5
v0.27.4
: Allow missing elements when destructuring arrays in foreach loopsCompare Source
Fixed:
Full Changelog: infection/infection@0.27.3...0.27.4
v0.27.3
Compare Source
Full Changelog
Added:
--logger-gitlab
) in https://github.com/infection/infection/pull/1878v0.27.2
: Tech release: auto-upload PHAR, fixing issueCompare Source
v0.27.1
: Minor fixes and auto-upload PHAR to releasesCompare Source
0.27.1 (2023-09-16)
Full Changelog
Added:
Changed:
sidz/phpstan-rules
to 0.3.0 to use extension installer and avoid fixed bugs by @maks-rafalko in https://github.com/infection/infection/pull/1868New Contributors
v0.27.0
Compare Source
Full Changelog
Added:
SIGINT
(ctrl + c) by @maks-rafalko in https://github.com/infection/infection/pull/1857Changed:
$var instanceof ClassName
insideassert()
function as it's impossible or hard to kill by @maks-rafalko in https://github.com/infection/infection/pull/1852Fixed:
Node\Arg()
class by @maks-rafalko in https://github.com/infection/infection/pull/1853Internal:
sebastian/differ
to the latest verions by @maks-rafalko in https://github.com/infection/infection/pull/1850xdebug-filter.php
as it's not used and deprecated by @maks-rafalko in https://github.com/infection/infection/pull/1856sidz/phpstan-rules
to avoid magic numbers in our code base by @maks-rafalko in https://github.com/infection/infection/pull/1861v0.26.21
: Fix false-positive with mutations in attributesCompare Source
0.26.21 (2023-04-27)
Full Changelog
Fixed:
v0.26.20
Compare Source
Full Changelog
Added:
<source />
tag for coverage instead of<coverage />
by @maks-rafalko in https://github.saobby.my.eu.orgChanged:
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)
v1.27.2
Compare Source
Release Notes for 1.27.2
1.27.x bugfix release (patch)
1.27.2
Bug
v1.27.1
Compare Source
Release Notes for 1.27.1
1.27.1
Bug
v1.27.0
Compare Source
Release Notes for 1.27.0
1.27.0
Enhancement
v1.26.0
Compare Source
Release Notes for 1.26.0
1.26.0
Enhancement
exclude
withphp
anddependencies
settings thanks to @boesingv1.25.0
Compare Source
Release Notes for 1.25.0
1.25.0
Enhancement
package.json
andpackage-lock.json
withDockerfile
version ofnode
thanks to @boesingrenovate
v1.24.0
Compare Source
Release Notes for 1.24.0
Feature release (minor)
1.24.0
Enhancement
v1.23.4
Compare Source
Release Notes for 1.23.4
1.23.x bugfix release (patch)
1.23.4
Bug
roave-backward-compatibility
command thanks to @boesingv1.23.3
Compare Source
Release Notes for 1.23.3
1.23.x bugfix release (patch)
1.23.3
Bug
v1.23.2
Compare Source
Release Notes for 1.23.2
1.23.2
Bug
roave-backward-compatibility-check
thanks to @boesingv1.23.1
Compare Source
Release Notes for 1.23.1
1.23.1
Bug
GITHUB&#​95;BASE&#​95;REF
thanks to @boesingv1.23.0
Compare Source
Release Notes for 1.23.0
Feature release (minor)
Added
backwardCompatibilityCheck
flag being set totrue
and container version 1.331.23.0
Enhancement
README.md
thanks to @boesingrenovate
Bug
continuous-integration.yml
thanks to @gsteellaminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)
v1.40.1
Compare Source
Release Notes for 1.40.1
1.40.1
Enhancement
v1.40.0
Compare Source
Release Notes for 1.40.0
1.40.0
Enhancement
renovate
Bug
v1.39.0
Compare Source
Release Notes for 1.39.0
1.39.0
Enhancement
Enhancement,dependencies
v1.38.0
Compare Source
Release Notes for 1.38.0
1.38.0
Total issues resolved: 0
Total pull requests resolved: 6
Total contributors: 5
214: Bump composer in container to 2.6.6 thanks to @Xerkus
Enhancement
renovate
Documentation,Enhancement
v1.37.0
Compare Source
Release Notes for 1.37.0
1.37.0
Enhancement
v1.36.0
Compare Source
Release Notes for 1.36.0
Changed
1.36.0
Enhancement
renovate
v1.35.1
Compare Source
Release Notes for 1.35.1
1.35.1
Total issues resolved: 1
Total pull requests resolved: 1
Total contributors: 1
189: Temporarily copy some files required by
phpize
during container setup thanks to @boesingv1.35.0
Compare Source
Release Notes for 1.35.0
1.35.0
Enhancement
v1.34.0
Compare Source
Release Notes for 1.34.0
1.34.0
Bug,Enhancement
PHP
version (<major>.<minor>) to the scripts thanks to @boesingv1.33.0
Compare Source
Release Notes for 1.33.0
Feature release (minor)
1.33.0
Enhancement
roave/backward-compatibility-check
and@default
php version thanks to @boesingEnhancement,dependencies
sebastianbergmann/phpunit (phpunit/phpunit)
v9.6.21
: PHPUnit 9.6.21Compare Source
Changed
E_STRICT
constant in PHP 8.4.phpstorm.meta.php
file as methods such asTestCase::createStub()
use generics / template types for their return types and PhpStorm, for example, uses that informationHow to install or update PHPUnit
v9.6.20
: PHPUnit 9.6.20Compare Source
Changed
--prefer-lowest
CLI option also get recent versions)[How to install
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Read more about the use of Renovate Bot within
ocramius/*
projects.