-
Notifications
You must be signed in to change notification settings - Fork 21
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 #45
base: 1.7.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
|
b6f30e4
to
3f72c57
Compare
3f72c57
to
6ceb720
Compare
a1d3e6f
to
1341b73
Compare
1341b73
to
ea410ba
Compare
ed4f969
to
1bd1fc9
Compare
197ee07
to
b6ada04
Compare
b6ada04
to
5e4b085
Compare
8cbdf46
to
d4c5681
Compare
9f17ab1
to
c0f71b7
Compare
c0f71b7
to
2b25153
Compare
2b25153
to
512029a
Compare
270fcf7
to
989b940
Compare
989b940
to
a966771
Compare
82f307c
to
9303cd5
Compare
9303cd5
to
11e97e4
Compare
11e97e4
to
94a98d2
Compare
94a98d2
to
98c1710
Compare
|
e3ad406
to
ece5874
Compare
ece5874
to
2176b8b
Compare
2176b8b
to
93b3ab3
Compare
93b3ab3
to
c9448a2
Compare
ddb132a
to
b6716ab
Compare
b6716ab
to
10b7791
Compare
10b7791
to
927f492
Compare
927f492
to
6aaa131
Compare
5bbcd3b
to
9892a41
Compare
9892a41
to
4f94001
Compare
bff3c9f
to
02c78e8
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 | | github-tags | containerbase/php-prebuild | 8.2.26 | 8.4.1 | | packagist | phpunit/phpunit | 9.6.10 | 9.6.21 |
02c78e8
to
c8f902b
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
~8.0.0 || ~8.1.0 || ~8.2.0
->~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.4.0
^9.6.7
->^9.6.21
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.comChanged:
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
containerbase/php-prebuild (php)
v8.4.1
Compare Source
v8.3.14
Compare Source
v8.3.13
Compare Source
Bug Fixes
v8.3.12
Compare Source
Bug Fixes
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.