-
Notifications
You must be signed in to change notification settings - Fork 10
Update all non-major dependencies #161
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
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 hidden or 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
1b55bf5
to
53e2c15
Compare
b4d2456
to
5bc3187
Compare
5bc3187
to
2f9f249
Compare
566be56
to
b84a33f
Compare
b84a33f
to
5cff804
Compare
1f69321
to
8ceb18c
Compare
8ceb18c
to
11293c2
Compare
11293c2
to
c11daae
Compare
c11daae
to
9696b46
Compare
e8b4b46
to
536ea7f
Compare
536ea7f
to
c69d8e9
Compare
805e4ee
to
35b69b6
Compare
fe4bf89
to
83a6f8a
Compare
| datasource | package | from | to | | ----------- | -------------------------- | ------- | ------- | | packagist | composer/composer | 2.7.7 | 2.8.10 | | packagist | infection/infection | 0.27.11 | 0.30.3 | | 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.23 | 8.4.10 | | packagist | phpunit/phpunit | 10.5.26 | 10.5.48 | | packagist | psalm/plugin-phpunit | 0.19.0 | 0.19.5 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.34.1 | | packagist | vimeo/psalm | 5.25.0 | 5.26.1 |
83a6f8a
to
e34583e
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.10
^0.27.11
->^0.30.3
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.48
^0.19.0
->^0.19.5
2.30.0
->2.34.1
^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.10
Compare Source
v2.8.9
Compare Source
bump-after-update
triggering after anupdate --lock
, which makes no sense (#12371)ZipArchive
(#12409)composer <script-name>
(#12383)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
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.30.3
Compare Source
Added:
ReturnRemoval
mutator by @sanmai in https://github.com/infection/infection/pull/2296Changed:
0
metrics in result summary by @staabm in https://github.com/infection/infection/pull/2311Fixed:
Internal:
Full Changelog: infection/infection@0.30.2...0.30.3
v0.30.2
Compare Source
Added:
ReturnRemoval
mutator by @sanmai in https://github.com/infection/infection/pull/2296Changed:
0
metrics in result summary by @staabm in https://github.com/infection/infection/pull/2311Fixed:
Internal:
Full Changelog: infection/infection@0.30.2...0.30.3
v0.30.1
Compare Source
Changed:
LogicalNot
mutator by @staabm in https://github.com/infection/infection/pull/2283IdenticalEqual
by @sanmai in https://github.com/infection/infection/pull/2248Internal:
Full Changelog: infection/infection@0.30.1...0.30.2
v0.30.0
Compare Source
Changed:
TextFileLogger
: add hints about different logfile options by @staabm in https://github.com/infection/infection/pull/2278TrueValue
/FalseValue
mutator by @staabm in https://github.com/infection/infection/pull/2280Fixed:
--static-analysis-tool=phpstan
by @maks-rafalko in https://github.com/infection/infection/pull/2284Internal:
Full Changelog
v0.29.14
Compare Source
Full Changelog
Added:
--threads
to the config file underthreads
key by @maks-rafalko in https://github.com/infection/infection/pull/2158--show-mutations=int|max
to support non-bool values by @staabm in https://github.com/infection/infection/pull/2216--id=<mutant-hash>
to run the only one Mutant for killing it by @maks-rafalko in https://github.com/infection/infection/pull/2226perMutator
timings by @staabm in https://github.com/infection/infection/pull/2164perMutator
logger table header by @staabm in https://github.com/infection/infection/pull/2175--static-analysis-tool=phpstan
) if they are escaped and not killed by PHPUnit tests by @maks-rafalko in https://github.com/infection/infection/pull/2098Changed:
false
with a non-falsy value by @staabm in https://github.com/infection/infection/pull/2121ProtectedVisibility
: by @staabm in https://github.com/infection/infection/pull/2112DecrementInteger
mutator by @staabm in https://github.com/infection/infection/pull/2204IncrementInteger
mutator by @staabm in https://github.com/infection/infection/pull/2208DecrementInteger
mutator by @staabm in https://github.com/infection/infection/pull/2238LogicalAndAllSubExprNegation
withinstanceof
by @staabm in https://github.com/infection/infection/pull/2241LogicalOr
Mutator by @staabm in https://github.com/infection/infection/pull/2243ArrayItemRemoval
: Do not remove item from array assignment as it produces PHP warning by @staabm in https://github.com/infection/infection/pull/2236Fixed:
--mutants
is used and config hasglobal-ignoreSourceCodeByRegex
by @maks-rafalko in https://github.com/infection/infection/pull/2172Internal:
devTools/Dockerfile.json
to pin to it on Makefile by @maks-rafalko in https://github.com/infection/infection/pull/2072src
andtests
folders by @maks-rafalko in https://github.com/infection/infection/pull/2091.DB_Store
on MacOS by @maks-rafalko in https://github.com/infection/infection/pull/2094MutantExecutionResultFactory
toTestFrameworkMutantExecutionResultFactory
and add interface by @maks-rafalko in https://github.com/infection/infection/pull/2099VersionParser
by @maks-rafalko in https://github.com/infection/infection/pull/2100ParentConnector::findParent
over raw calls to$node->getAttribute('parent')
by @staabm in https://github.com/infection/infection/pull/2116--static-analysis-tool=phpstan
is used by @maks-rafalko in https://github.com/infection/infection/pull/2162per-mutator.md
to.gitignore
by @staabm in https://github.com/infection/infection/pull/2179--fail-without-result-cache
to PHPStan process by @maks-rafalko in https://github.com/infection/infection/pull/2182infection/tests-checker-action
by @maks-rafalko in https://github.com/infection/infection/pull/2195pull_request_target
instead ofpull_request
event by @maks-rafalko in https://github.com/infection/infection/pull/2222v0.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: