Skip to content

Commit

Permalink
chore(deps): update dependency composer/composer to v2.8.2 (#156)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [composer/composer](https://redirect.github.com/composer/composer) |
patch | `2.8.1` -> `2.8.2` |

---

### Release Notes

<details>
<summary>composer/composer (composer/composer)</summary>

###
[`v2.8.2`](https://redirect.github.com/composer/composer/blob/HEAD/CHANGELOG.md#282-2024-10-29)

[Compare
Source](https://redirect.github.com/composer/composer/compare/2.8.1...2.8.2)

- Fixed crash while suggesting providers if they have no description
([#&#8203;12152](https://redirect.github.com/composer/composer/issues/12152))
- Fixed issues creating lock files violating the schema in some
circumstances
([#&#8203;12149](https://redirect.github.com/composer/composer/issues/12149))
- Fixed `create-project` regression in 2.8.1 when using path repos with
relative paths
([#&#8203;12150](https://redirect.github.com/composer/composer/issues/12150))
- Fixed ctrl-C aborts not working inside text prompts
([#&#8203;12106](https://redirect.github.com/composer/composer/issues/12106))
- Fixed git failing silently when git cannot read a repo due to
ownership violations
([#&#8203;12178](https://redirect.github.com/composer/composer/issues/12178))
- Fixed handling of signals in non-PHP binaries run via proxies
([#&#8203;12176](https://redirect.github.com/composer/composer/issues/12176))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Lendable/message).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 8374414 commit 35a9bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: apk add --no-cache bash git su-exec

- name: "Install composer"
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.8.1
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.8.2

- name: "Checkout"
uses: actions/checkout@v4
Expand Down

0 comments on commit 35a9bf3

Please sign in to comment.