Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump composer/composer from 2.8.3 to 2.8.4 in /packages/…
…php in the minor-production-deps group (#1162) Bumps the minor-production-deps group in /packages/php with 1 update: [composer/composer](https://github.com/composer/composer). Updates `composer/composer` from 2.8.3 to 2.8.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/composer/composer/releases">composer/composer's releases</a>.</em></p> <blockquote> <h2>2.8.4</h2> <ul> <li>Fixed exit code of the <code>audit</code> command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (<a href="https://redirect.github.com/composer/composer/issues/12203">#12203</a>)</li> <li>Fixed issue on plugin upgrade when it defines multiple classes (<a href="https://redirect.github.com/composer/composer/issues/12226">#12226</a>)</li> <li>Fixed duplicate errors appearing in the output depending on php settings (<a href="https://redirect.github.com/composer/composer/issues/12214">#12214</a>)</li> <li>Fixed InstalledVersions returning duplicate data in some instances (<a href="https://redirect.github.com/composer/composer/issues/12225">#12225</a>)</li> <li>Fixed installed.php sorting to be deterministic (<a href="https://redirect.github.com/composer/composer/issues/12197">#12197</a>)</li> <li>Fixed <code>bump-after-update</code> failing when using inline constraints (<a href="https://redirect.github.com/composer/composer/issues/12223">#12223</a>)</li> <li>Fixed <code>create-project</code> command to now disable symlinking when used with a path repo as argument (<a href="https://redirect.github.com/composer/composer/issues/12222">#12222</a>)</li> <li>Fixed <code>validate --no-check-publish</code> to hide publish errors entirely as they are irrelevant (<a href="https://redirect.github.com/composer/composer/issues/12196">#12196</a>)</li> <li>Fixed <code>audit</code> 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 (<a href="https://redirect.github.com/composer/composer/issues/12196">#12196</a>)</li> <li>Fixed curl usage to disable multiplexing on broken versions when proxies are in use (<a href="https://redirect.github.com/composer/composer/issues/12207">#12207</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/composer/composer/compare/2.8.3...2.8.4">https://github.com/composer/composer/compare/2.8.3...2.8.4</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/composer/composer/blob/main/CHANGELOG.md">composer/composer's changelog</a>.</em></p> <blockquote> <h3>[2.8.4] 2024-12-11</h3> <ul> <li>Fixed exit code of the <code>audit</code> command not being meaningful (now 1 for vulnerabilities and 2 for abandoned, 3 for both) (<a href="https://redirect.github.com/composer/composer/issues/12203">#12203</a>)</li> <li>Fixed issue on plugin upgrade when it defines multiple classes (<a href="https://redirect.github.com/composer/composer/issues/12226">#12226</a>)</li> <li>Fixed duplicate errors appearing in the output depending on php settings (<a href="https://redirect.github.com/composer/composer/issues/12214">#12214</a>)</li> <li>Fixed InstalledVersions returning duplicate data in some instances (<a href="https://redirect.github.com/composer/composer/issues/12225">#12225</a>)</li> <li>Fixed installed.php sorting to be deterministic (<a href="https://redirect.github.com/composer/composer/issues/12197">#12197</a>)</li> <li>Fixed <code>bump-after-update</code> failing when using inline constraints (<a href="https://redirect.github.com/composer/composer/issues/12223">#12223</a>)</li> <li>Fixed <code>create-project</code> command to now disable symlinking when used with a path repo as argument (<a href="https://redirect.github.com/composer/composer/issues/12222">#12222</a>)</li> <li>Fixed <code>validate --no-check-publish</code> to hide publish errors entirely as they are irrelevant (<a href="https://redirect.github.com/composer/composer/issues/12196">#12196</a>)</li> <li>Fixed <code>audit</code> 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 (<a href="https://redirect.github.com/composer/composer/issues/12196">#12196</a>)</li> <li>Fixed curl usage to disable multiplexing on broken versions when proxies are in use (<a href="https://redirect.github.com/composer/composer/issues/12207">#12207</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/composer/composer/commit/112e37d1dca22b3fdb81cf3524ab4994f47fdb8c"><code>112e37d</code></a> Release 2.8.4</li> <li><a href="https://github.com/composer/composer/commit/1175bf52ac8f248b09dde6f9ba8ac542b6696b08"><code>1175bf5</code></a> Update changelog</li> <li><a href="https://github.com/composer/composer/commit/6e0cb6cae0f6a6d3f6a73e595326b614bdd6b5f6"><code>6e0cb6c</code></a> Fix tests</li> <li><a href="https://github.com/composer/composer/commit/8eedfd0ecbc099e4c5d730ed302aab39029f1d91"><code>8eedfd0</code></a> Hide publish errors entirely with --no-check-publish instead of downgrading t...</li> <li><a href="https://github.com/composer/composer/commit/99430ca66903500ca088e67ea1a64efa84b82bd3"><code>99430ca</code></a> Avoid returning failing status code if the composer audit fails in diagnose c...</li> <li><a href="https://github.com/composer/composer/commit/ace7a3ffa8ef37c01159e8bf320691766447e500"><code>ace7a3f</code></a> Update deps</li> <li><a href="https://github.com/composer/composer/commit/144e8f8a349380fe8fca3e3782fb8c9028c8694e"><code>144e8f8</code></a> Fix create-project when passed with a path repo to disable symlinks by default</li> <li><a href="https://github.com/composer/composer/commit/6a9336fa9ce970c45ca292a54922df0e39a33ef3"><code>6a9336f</code></a> Merge pull request <a href="https://redirect.github.com/composer/composer/issues/12233">#12233</a> from Seldaek/fix_duplicates</li> <li><a href="https://github.com/composer/composer/commit/45436c0a208f59a44d01c63b43a445d8633751a7"><code>45436c0</code></a> Fixed InstalledVersions returning duplicates in some instances</li> <li><a href="https://github.com/composer/composer/commit/a38363264152670bb0338abdd99baf3d3bd227db"><code>a383632</code></a> Merge pull request <a href="https://redirect.github.com/composer/composer/issues/12230">#12230</a> from Seldaek/duplicate_errors</li> <li>Additional commits viewable in <a href="https://github.com/composer/composer/compare/2.8.3...2.8.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=composer/composer&package-manager=composer&previous-version=2.8.3&new-version=2.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrii Andreiev <[email protected]>
- Loading branch information