-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore(deps): update dependency composer/composer to v2.8.6 #5719
Open
renovate
wants to merge
1
commit into
staging
Choose a base branch
from
renovate/composer-composer-2.x
base: staging
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.
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
2f8af62
to
ca29225
Compare
ca29225
to
5a0bd43
Compare
5a0bd43
to
83cc37e
Compare
83cc37e
to
210f5f7
Compare
210f5f7
to
961bc28
Compare
961bc28
to
251d0ee
Compare
251d0ee
to
b34b23a
Compare
b34b23a
to
2e9f2db
Compare
MAGICCC
approved these changes
Aug 23, 2024
2e9f2db
to
afe5125
Compare
afe5125
to
9d23110
Compare
9d23110
to
20a897f
Compare
20a897f
to
1d72ba9
Compare
1d72ba9
to
43aaca2
Compare
3b3f970
to
c06cf70
Compare
c06cf70
to
0dc41ee
Compare
0dc41ee
to
e89f12d
Compare
Signed-off-by: milkmaker <[email protected]>
e89f12d
to
3797b35
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.6.6
->2.8.6
Release Notes
composer/composer (composer/composer)
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
)v2.7.7
Compare Source
fa3b958
)3c37a67
)3773f77
)de5f7e3
)3130a74
,04a63b3
)config
command to remove autoload keys (#11967)type
support ininit
command (#11999)safe.bareRepository
is set tostrict
in the git config (#11969)v2.7.6
Compare Source
v2.7.5
Compare Source
uninstall
alias toremove
command (#11951)100
as code (#11954)v2.7.4
Compare Source
Call to undefined method ProxyManager::needsTransitionWarning()
) with projects requiring composer/composer in an pre-2.7.3 version (#11943, #11940)v2.7.3
Compare Source
https_proxy
env var falling back tohttp_proxy
's value, this is still in place but with a warning for now, and https_proxy can now be set empty to remove the fallback. Composer 2.8.0 will remove the fallback so make sure you heed the warnings (#11915)show
andoutdated
commands to remove leadingv
in e.g.v1.2.3
when showing lists of packages (#11925)audit
command not showing any id when no CVE is present, the advisory ID is now shown (#11892)project
type as those are typically not versioned and do not have cyclic dependencies (#11885)clear-cache
command to respect the config.cache-dir setting from the local composer.json (#11921)status
command not handling failed download/install promises correctly (#11889)buy_me_a_coffee
in GitHub funding files (#11902)hg
support for SSH urls (#11878)v2.7.2
Compare Source
composer --version
(#11866)c3efff9
)outdated --ignore ...
still attempting to load the latest version of the ignored packages (#11863)update --lock
still incorrectly updating some metadata (#11850, #11787)v2.7.1
Compare Source
diagnose
auditing of Composer dependencies failing when running from the pharv2.7.0
Compare Source
audit.abandoned
config setting tofail
, set it toreport
orignore
if you do not want this, or set it viaCOMPOSER_AUDIT_ABANDONED
env var (#11643)update
/require
/remove
commands to perform partial update with --with-dependencies while changing only what is absolutely necessary in transitive dependencies (#11665)outdated
/show
commands to allow sorting by and displaying the release date (most outdated first) (#11762)--self
combined with--installed
or--locked
inshow
command, to add the root package to the package list being output (#11785)audit
command output (#11702)scripts-aliases
top level key in composer.json to define aliases for custom scripts you defined (#11666)COMPOSER_IPRESOLVE
env var to force IPv4 or IPv6, set it to4
or6
(#11791)outdated
's --ignore arg (#11831)bump
command bumping*
to>=current version
(#11694)validate
command (#11829)install
when running in very verbose (-vv) mode (#11763)diagnose
command (#11761)diagnose
command output (#11688)show --direct <package>
with an indirect/transitive dependency (#11728)COMPOSER_FUND=0
env var to hide calls for funding (#11779)bump
command not bumping packages required with av
prefix (#11764)update --lock
not keeping the dist reference/url/checksum pinned (#11787)require
command crashing at the end if no lock file is present (#11814)require
command (#11716)require
command (#11747)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.