-
-
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
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
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
December 5, 2023 17:44
e14ab1d
to
c67899b
Compare
renovate
bot
changed the title
Update dependency maglnet/composer-require-checker to ^4.8.0
Update all non-major dependencies
Dec 5, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
10 times, most recently
from
December 13, 2023 04:54
0ac9847
to
2169960
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
December 17, 2023 03:20
bfcacad
to
496cad8
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
December 28, 2023 03:42
187404c
to
42152ac
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
January 6, 2024 03:16
6069505
to
ea54f8c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 8, 2024 16:14
ea54f8c
to
44ca14b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
November 18, 2024 03:08
80273d3
to
a7d8439
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
November 29, 2024 04:54
4b3789d
to
bc5cd3d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
7 times, most recently
from
December 12, 2024 03:52
5f11bfe
to
b341efe
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
December 22, 2024 03:21
b0a43e4
to
ab2ee50
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
January 1, 2025 03:42
67ce95a
to
9efb005
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
January 6, 2025 05:05
34388dd
to
8310ba9
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
January 14, 2025 04:29
7f7a91e
to
8aa26b2
Compare
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------- | ------- | | packagist | infection/infection | 0.27.11 | 0.29.10 | | github-tags | laminas/laminas-ci-matrix-action | 1.24.0 | 1.29.0 | | github-tags | laminas/laminas-continuous-integration-action | 1.37.0 | 1.40.1 | | packagist | maglnet/composer-require-checker | 4.7.1 | 4.14.0 | | packagist | nikic/php-parser | 4.19.4 | 4.19.4 | | packagist | phpstan/phpstan | 1.12.15 | 1.12.15 | | packagist | phpstan/phpstan-phpunit | 1.4.2 | 1.4.2 | | packagist | phpunit/phpunit | 10.5.41 | 10.5.41 | | packagist | squizlabs/php_codesniffer | 3.11.2 | 3.11.2 |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 17, 2025 12:19
8aa26b2
to
cf718bb
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.10
1.24.0
->1.29.0
1.37.0
->1.40.1
^4.7.1
->^4.14.0
^4.17.1
->^4.19.4
^1.10.47
->^1.12.15
^1.4.1
->^1.4.2
^10.5.38
->^10.5.41
^3.11.0
->^3.11.2
Release Notes
infection/infection (infection/infection)
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.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.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.