-
-
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 #101
Open
renovate
wants to merge
1
commit into
1.13.x
Choose a base branch
from
renovate/all-minor-patch
base: 1.13.x
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.
Open
+10
−10
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
⚠ 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
|
e14ab1d
to
c67899b
Compare
0ac9847
to
2169960
Compare
bfcacad
to
496cad8
Compare
187404c
to
42152ac
Compare
6069505
to
ea54f8c
Compare
ea54f8c
to
44ca14b
Compare
ab2ee50
to
6dc2550
Compare
34388dd
to
8310ba9
Compare
ff22211
to
e02cd73
Compare
b519af0
to
72469ca
Compare
23e4496
to
4dc2b87
Compare
9042a43
to
f3ab031
Compare
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------- | ------- | | packagist | infection/infection | 0.27.11 | 0.29.11 | | github-tags | laminas/laminas-ci-matrix-action | 1.24.0 | 1.29.0 | | github-tags | laminas/laminas-continuous-integration-action | 1.37.0 | 1.41.0 | | packagist | maglnet/composer-require-checker | 4.7.1 | 4.16.1 | | packagist | nikic/php-parser | 4.19.4 | 4.19.4 | | packagist | phpstan/phpstan | 1.12.17 | 1.12.17 | | packagist | phpstan/phpstan-phpunit | 1.4.2 | 1.4.2 | | packagist | phpstan/phpstan-strict-rules | 1.6.2 | 1.6.2 | | packagist | phpunit/phpunit | 10.5.45 | 10.5.45 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.11.3 |
f3ab031
to
6161ee3
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:
^0.27.11
->^0.29.11
1.24.0
->1.29.0
1.37.0
->1.41.0
^4.7.1
->^4.16.1
^4.17.1
->^4.19.4
^1.10.47
->^1.12.17
^1.4.1
->^1.4.2
^1.6.1
->^1.6.2
^10.5.38
->^10.5.45
^3.11.0
->^3.11.3
Release Notes
infection/infection (infection/infection)
v0.29.11
: Add support for `sebastian/diff` v7Compare Source
Added:
sebastian/diff
v7 by @Slamdunk in https://github.com/infection/infection/pull/2022Full Changelog: infection/infection@0.29.10...0.29.11
v0.29.10
: Require PHP 8.2. Switch to `shish/safeto fix issue with
thecodingmachine/safe`Compare Source
Fixed:
shish/safe
to fix issue withthecodingmachine/safe
by @sanmai in https://github.com/infection/infection/pull/2017Changed:
Full Changelog: infection/infection@0.29.9...0.29.10
v0.29.9
: New PHP 8.4 mutators, remove PHP 8.4 deprecationsCompare Source
Added:
array_all()
withtrue
by @maks-rafalko in https://github.com/infection/infection/pull/2009array_any()
withtrue
by @maks-rafalko in https://github.com/infection/infection/pull/2010Changed:
nikic/php-parser
to the latest version to support PHP 8.4 mutators by @maks-rafalko in https://github.com/infection/infection/pull/2008Full Changelog: infection/infection@0.29.8...0.29.9
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:
laminas/laminas-ci-matrix-action (laminas/laminas-ci-matrix-action)
v1.29.0
Compare Source
Release Notes for 1.29.0
1.29.0
Enhancement
php-cs-fixer
withcheckstyle
output forwarded to github pull request thanks to @boesingrenovate
v1.28.0
Compare Source
Release Notes for 1.28.0
1.28.0
QA
AS
keyword casing in Dockerfile thanks to @gsteelEnhancement
Bug
renovate
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
laminas/laminas-continuous-integration-action (laminas/laminas-continuous-integration-action)
v1.41.0
Compare Source
Release Notes for 1.41.0
1.41.0
Enhancement
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
maglnet/ComposerRequireChecker (maglnet/composer-require-checker)
v4.16.1
Compare Source
Release Notes for 4.16.1
4.16.x bugfix release (patch)
4.16.1
bug
v4.16.0
Compare Source
Release Notes for 4.16.0
Feature release (minor)
4.16.0
dependencies,enhancement
bug,dependencies
dependencies,renovate
dependencies,duplicate,enhancement
renovate
v4.15.0
Compare Source
Release Notes for 4.15.0
Feature release (minor)
4.15.0
enhancement
array&#​95;filter()
calls thanks to @freddenv4.14.0
Compare Source
Release Notes for 4.14.0
Feature release (minor)
4.14.0
enhancement
<8.2
code thanks to @freddenv4.13.0
Compare Source
Release Notes for 4.13.0
Feature release (minor)
4.13.0
enhancement
v4.12.0
Compare Source
Release Notes for 4.12.0
Feature release (minor)
4.12.0
dependencies,enhancement
v4.11.0
Compare Source
Release Notes for 4.11.0
Feature release (minor)
4.11.0
dependencies,enhancement
enhancement
LocateDefinedSymbolsFromComposerRuntimeApiTest
thanks to @freddenrenovate
v4.10.0
Compare Source
Release Notes for 4.10.0
Feature release (minor)
4.10.0
renovate
enhancement
v4.9.0
Compare Source
Release Notes for 4.9.0
Feature release (minor)
4.9.0
enhancement
527: Support attributes thanks to @tugmaks
520: Drop 2 badges as not reliable thanks to @bburnichon
515: Add tests for Phar file thanks to @fredden
519: [phing] Use non-deprecated XML syntax in build.xml thanks to @fredden
renovate
v4.8.0
Compare Source
Release Notes for 4.8.0
Feature release (minor)
4.8.0
enhancement
bug
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.