-
Notifications
You must be signed in to change notification settings - Fork 11
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 #56
base: 2.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
|
8a6bad2
to
7ac1edd
Compare
001c3dc
to
fa5169b
Compare
fa5169b
to
f41d4db
Compare
6529c3b
to
d0df51c
Compare
6b7fe27
to
6643bc9
Compare
6643bc9
to
35931be
Compare
906f614
to
ca80085
Compare
ca80085
to
5e13e8e
Compare
698a98e
to
8a8fa6f
Compare
dd72429
to
98792e8
Compare
98792e8
to
dc6a980
Compare
dc6a980
to
b1223c8
Compare
c3d3d71
to
7804eca
Compare
62735ac
to
a06ef91
Compare
a8e4547
to
9e5d886
Compare
8a81bb8
to
d8bc6e5
Compare
d8bc6e5
to
3a4d931
Compare
3a4d931
to
d2c7a55
Compare
d2c7a55
to
42ec7fe
Compare
42ec7fe
to
9a1fcc9
Compare
|
1e1a80b
to
b9f4b82
Compare
b9f4b82
to
237bcad
Compare
237bcad
to
0cbd7ed
Compare
0cbd7ed
to
ea0ff4d
Compare
ea0ff4d
to
f2844a1
Compare
f2844a1
to
d59d8ca
Compare
d59d8ca
to
648246d
Compare
648246d
to
7cb80ae
Compare
f85014b
to
b512f5c
Compare
b512f5c
to
cb0db55
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.3.14 | 8.4.1 | | packagist | phpunit/phpunit | 9.6.17 | 9.6.21 |
cb0db55
to
d5a5ea4
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.3.0
->~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.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
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 information[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 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.