Bump composer/composer from 2.4.1 to 2.5.1 in /composer/helpers/v2#6385
Conversation
|
Need to set this to disable audit checking for both edit: handled in #6503 |
When running the dependabot-script with `DEBUG_HELPERS=true` I saw this error: ``` PHP Deprecated: Installer::setIgnorePlatformRequirements is deprecated since Composer 2.2, use setPlatformRequirementFilter instead. in /opt/composer/v2/vendor/composer/composer/src/Composer/Installer.php on line 1289 ``` So this commit resolves the deprecations and also added a forward compatible change to [disable the audit](#6385 (comment)). Applied changes: - Use `eventDispatcher::setRunScripts` instead of [deprecated `Installer::setRunScripts`](https://github.com/composer/composer/blob/2.5.1/src/Composer/Installer.php#L1241) - Use `Installer::setPlatformRequirementFilter` instead of [deprecated `Installer::setIgnorePlatformRequirements`](https://github.com/composer/composer/blob/2.5.1/src/Composer/Installer.php#L1297) - Use `setAudit(false)` if Installer has that method Co-authored-by: Stefan Grootscholten <stefan.grootscholten@tripolis.com>
|
@dependabot recreate |
4405baf to
7235748
Compare
bdd7b58 to
d10df12
Compare
|
CI failure indicates our mapping of composer errors -> well known errors needs tweaking. |
d10df12 to
c9d44a0
Compare
|
Underlying test failure of https://github.com/dependabot/dependabot-core/actions/runs/4009413017/jobs/6884739285 if I turn debug logging from So I opened a PR to start to unblock this: However, I'm not convinced this test failure is related to the Perhaps the resolver in |
|
@dependabot recreate |
c9d44a0 to
d685ed6
Compare
037d1c7 to
7e5a1ee
Compare
|
Looked at this again, and it seems like the So I'm wondering if the UT failure indicates a potential upstream bug, so I opened: |
7e5a1ee to
d070726
Compare
|
@dependabot rebase |
Dependabot couldn't find the original pull request head commit, 72357485fbd397093d1a2629ed78db0b76f6202e.
d070726 to
ac3adec
Compare
|
The last remaining UT failure is resolved in #6536, after that this should go green. |
…oser/composer-2.5.1
When running the dependabot-script with `DEBUG_HELPERS=true` I saw this error: ``` PHP Deprecated: Installer::setIgnorePlatformRequirements is deprecated since Composer 2.2, use setPlatformRequirementFilter instead. in /opt/composer/v2/vendor/composer/composer/src/Composer/Installer.php on line 1289 ``` So this commit resolves the deprecations and also added a forward compatible change to [disable the audit](#6385 (comment)). Applied changes: - Use `eventDispatcher::setRunScripts` instead of [deprecated `Installer::setRunScripts`](https://github.com/composer/composer/blob/2.5.1/src/Composer/Installer.php#L1241) - Use `Installer::setPlatformRequirementFilter` instead of [deprecated `Installer::setIgnorePlatformRequirements`](https://github.com/composer/composer/blob/2.5.1/src/Composer/Installer.php#L1297) - Use `setAudit(false)` if Installer has that method Co-authored-by: Stefan Grootscholten <stefan.grootscholten@tripolis.com>
…6385) * Bump composer/composer from 2.4.1 to 2.5.1 in /composer/helpers/v2 * Also bump `composer` in Dockerfile --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeff Widman <jeff@jeffwidman.com>
Bumps composer/composer from 2.3.9 to 2.5.1.
Release notes
Sourced from composer/composer's releases.
... (truncated)
Changelog
Sourced from composer/composer's changelog.
... (truncated)
Commits
923278aRelease 2.5.19c04f9bUpdate changelogcf8ce82Fix preg match type error in svn version guessing, fixes #11231cbb7c91Fix ClassLoader to be serializable (#11237)7290f5bDocument recovering from invalid merges on composer.lock and composer.json (#...da611e0Docs: fix documention deep links (#11233)737fd0fReverting release version changes09ef0e3Release 2.5.05d659beUpdate changelogbe053cbAllow underscores in cache keys to avoid conflicts with package names contain...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)