-
Notifications
You must be signed in to change notification settings - Fork 10
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 #161
Open
renovate
wants to merge
1
commit into
1.16.x
Choose a base branch
from
renovate/all-minor-patch
base: 1.16.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
|
2c7f1ae
to
b7e37c4
Compare
e7a739a
to
a10623d
Compare
7d97dcc
to
76d0acb
Compare
1f7910d
to
12e9d75
Compare
9f648af
to
358cf79
Compare
d20e07e
to
77fc249
Compare
d88834a
to
af48dfe
Compare
af48dfe
to
d3ab7c1
Compare
84c68e4
to
df2edc1
Compare
2d63197
to
ae8bbdb
Compare
6821de7
to
c3fe659
Compare
c3fe659
to
dcf5177
Compare
dcf5177
to
0f1b11a
Compare
6e161d2
to
13ba490
Compare
1b55bf5
to
53e2c15
Compare
b4d2456
to
5bc3187
Compare
5bc3187
to
2f9f249
Compare
566be56
to
b84a33f
Compare
b84a33f
to
5cff804
Compare
5d622da
to
1f69321
Compare
| datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | packagist | composer/composer | 2.7.7 | 2.8.8 | | packagist | infection/infection | 0.27.11 | 0.29.14 | | github-tags | laminas/automatic-releases | 1.24.0 | 1.25.0 | | packagist | ocramius/package-versions | 2.8.0 | 2.10.0 | | github-tags | containerbase/php-prebuild | 8.3.19 | 8.4.5 | | packagist | phpunit/phpunit | 10.5.26 | 10.5.45 | | packagist | psalm/plugin-phpunit | 0.19.0 | 0.19.5 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.32.0 | | packagist | vimeo/psalm | 5.25.0 | 5.26.1 |
1f69321
to
8ceb18c
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:
^2.7.2
->^2.8.8
^0.27.11
->^0.29.14
1.24.0
->1.25.0
^2.8.0
->^2.10.0
~8.1.0 || ~8.2.0 || ~8.3.0
->~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
^10.5.15
->^10.5.45
^0.19.0
->^0.19.5
2.30.0
->2.32.0
^5.23.1
->^5.26.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
composer/composer (composer/composer)
v2.8.8
Compare Source
v2.8.7
Compare Source
COMPOSER_MAX_PARALLEL_PROCESS
env var to control max amount of parallel processes Composer will start (#12356)diagnose
command output--with ...
constraints to make them apply to packages replaced a package with a different name (#12353)v2.8.6
Compare Source
COMPOSER_WITH_DEPENDENCIES
andCOMPOSER_WITH_ALL_DEPENDENCIES
env vars to enable the--with[-all]-dependencies
flags (#12289)COMPOSER_SKIP_SCRIPTS
env var to tell Composer to skip certain script handlers by script names (comma separated) (#12290)v2.8.5
Compare Source
Added build provenance attestation so you can also now download and verify phar files from GitHub releases:
funding
values causing parse errors in packages (#12247)reload()
is used (#12269)vendor/composer/autoload*.php
(#12263)v2.8.4
Compare Source
audit
command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (#12203)bump-after-update
failing when using inline constraints (#12223)create-project
command to now disable symlinking when used with a path repo as argument (#12222)validate --no-check-publish
to hide publish errors entirely as they are irrelevant (#12196)audit
command returning a failing code when composer audit fails as this should not trigger build failures, but running audit as standard part of your build is probably a terrible idea anyway (#12196)v2.8.3
Compare Source
v2.8.2
Compare Source
create-project
regression in 2.8.1 when using path repos with relative paths (#12150)v2.8.1
Compare Source
init
command regression when no license is provided (#12145)--strict-ambiguous
flag handling whereas it sometimes did not report all issues (#12148)create-project
to inherit the target folder's permissions for installed project files (#12146)v2.8.0
Compare Source
https_proxy
env var falling back tohttp_proxy
's value. The fallback and warning have now been removed per the 2.7.3 release notes (#11938, #11915)--patch-only
flag to theupdate
command to restrict updates to patch versions and make an update of all deps safer (#12122)--abandoned
flag to theaudit
command to configure how abandoned packages should be treated, overriding theaudit.abandoned
config setting (#12091)--ignore-severity
flag to theaudit
command to ignore one or more advisory severities (#12132)--bump-after-update
flag to theupdate
command to run bump after the update is done (#11942)scripts
receive additional CLI arguments and where they appear in the command, see the docs (#12086)allow-missing-requirements
config setting to skip the error when the lock file is not fulfilling the composer.json's dependencies (#11966)--type
flag to filter packages by type(s) in thereinstall
command (#12114)--strict-ambiguous
flag to thedump-autoload
command to make it return with an error code if duplicate classes are found (#12119)dump-autoload
when vendor files have been deleted (#12139)create-project
to avoid having to run it again and again (#12120)sort-packages
is enabled (#11348)E_STRICT
(#12116)init
command to validate the given license identifier (#12115)v2.7.9
Compare Source
completion
command (#12015)v2.7.8
Compare Source
release-age
,release-date
andlatest-release-date
in the JSON output ofoutdated
(#12053)#
signs (#12042)bump
command not handling some~
constraints correctly (#12038)relative: true
sometimes not being respected in path repo symlinks (#12092)archive
command crashing when a path cannot be realpath'd on windows (#11544)685add7
)infection/infection (infection/infection)
v0.29.14
: Fix simple diff colorizer throwing fatal errorCompare Source
Fixed:
Full Changelog: infection/infection@0.29.13...0.29.14
v0.29.13
Compare Source
Added:
array_find_key()
withnull
by @maks-rafalko in https://github.com/infection/infection/pull/2050array_find()
withnull
by @maks-rafalko in https://github.com/infection/infection/pull/2049Changed:
.gitattributes
by @kubawerlos in https://github.com/infection/infection/pull/2044justinrainbow/json-schema:^6
by @kubawerlos in https://github.com/infection/infection/pull/2045Internal:
cs-check
tomake autoreview
by @maks-rafalko in https://github.com/infection/infection/pull/2052Full Changelog: infection/infection@0.29.12...0.29.13
v0.29.12
: Support thecodingmachine/safe v3, drop Symfony 5.4 supportCompare Source
Changed:
shish/safe
back withthecodingmachine/safe
v3 by @maks-rafalko in https://github.com/infection/infection/pull/2037Full Changelog: infection/infection@0.29.11...0.29.12
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/automatic-releases (laminas/automatic-releases)
v1.25.0
Compare Source
Release Notes for 1.25.0
Feature release (minor)
1.25.0
Enhancement,dependencies,renovate
renovate
Enhancement,dependencies
Ocramius/PackageVersions (ocramius/package-versions)
v2.10.0
Compare Source
Release Notes for 2.10.0
Feature release (minor)
2.10.0
renovate
v2.9.0
Compare Source
Release Notes for 2.9.0
Feature release (minor)
2.9.0
dependencies,enhancement
security
containerbase/php-prebuild (php)
v8.4.5
Compare Source
Bug Fixes
v8.4.4
Compare Source
Bug Fixes
v8.4.3
Compare Source
Bug Fixes
v8.4.2
Compare Source
Bug Fixes
v8.4.1
Compare Source
Bug Fixes
sebastianbergmann/phpunit (phpunit/phpunit)
v10.5.45
: PHPUnit 10.5.45Compare Source
Changed
--debug
outputHow to install or update PHPUnit
v10.5.44
: PHPUnit 10.5.44Compare Source
Fixed
string
cannot be used in customized TestDox outputHow to install or update PHPUnit
v10.5.43
: PHPUnit 10.5.43Compare Source
Changed
How to install or update PHPUnit
v10.5.42
: PHPUnit 10.5.42Compare Source
Fixed
SourceMapper
to scan all<source/>
filesHow to install or update PHPUnit
v10.5.41
: PHPUnit 10.5.41Compare Source
Added
Test\AfterLastTestMethodErrored
,Test\AfterTestMethodErrored
,Test\BeforeTestMethodErrored
,Test\PostConditionErrored
, andTest\PreConditionErrored
eventsFixed
system-out
element in JUnit XML logfileHow to install or update PHPUnit
v10.5.40
: PHPUnit 10.5.40Compare Source
Fixed
assertArrayHasKey()
,assertArrayNotHasKey()
,arrayHasKey()
, andArrayHasKey::__construct()
do not support all possible key types--migrate-configuration
does not removebeStrictAboutTodoAnnotatedTests
attribute from XML configuration fileHow to install or update PHPUnit
v10.5.39
: PHPUnit 10.5.39Compare Source
Added
DefaultResultCache::mergeWith()
for merging result cache instancesFixed
How to install or update PHPUnit
v10.5.38
: PHPUnit 10.5.38Compare Source
Changed
How to install or update PHPUnit
v10.5.37
: PHPUnit 10.5.37Compare Source
Fixed
How to install or update PHPUnit
v10.5.36
: PHPUnit 10.5.36Compare Source
Changed
StringMatchesFormatDescription
constraint to be consistent with PHP'srun-tests.php
Fixed
PHPUnit\Framework\Exception
does nConfiguration
📅 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.