Commit 82de410
chore(deps): update ⬆️ aqua-packages (#642)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua](https://redirect.github.com/aquaproj/aqua) | minor |
`v2.55.3` -> `v2.56.0` |
| [charmbracelet/crush](https://redirect.github.com/charmbracelet/crush)
| patch | `v0.29.0` -> `v0.29.1` |
| [sst/opencode](https://redirect.github.com/sst/opencode) | patch |
`v1.0.186` -> `v1.0.193` |
---
### Release Notes
<details>
<summary>aquaproj/aqua (aquaproj/aqua)</summary>
###
[`v2.56.0`](https://redirect.github.com/aquaproj/aqua/releases/tag/v2.56.0)
[Compare
Source](https://redirect.github.com/aquaproj/aqua/compare/v2.55.3...v2.56.0)
##### Features
[#​4422](https://redirect.github.com/aquaproj/aqua/issues/4422)
Get pseudo-versions from Go Proxy if no tagged version exists
[@​gizmoguy](https://redirect.github.com/gizmoguy)
##### Fixes
[#​4401](https://redirect.github.com/aquaproj/aqua/issues/4401)
Add YAML tags [@​Shion1305](https://redirect.github.com/Shion1305)
[#​4404](https://redirect.github.com/aquaproj/aqua/issues/4404)
Update golangci-lint to v2.7.2, with lint fixes
[@​Shion1305](https://redirect.github.com/Shion1305)
##### Dependency Updates
[#​4402](https://redirect.github.com/aquaproj/aqua/issues/4402)
Update goreleaser to v2.13.1
[#​4405](https://redirect.github.com/aquaproj/aqua/issues/4405)
Update anchore/syft to v1.38.2
[#​4406](https://redirect.github.com/aquaproj/aqua/issues/4406)
Update Cosign to v3.0.3
[#​4420](https://redirect.github.com/aquaproj/aqua/issues/4420)
Update expr to v1.17.7
[#​4424](https://redirect.github.com/aquaproj/aqua/issues/4424)
Update goccy/go-yaml to v1.19.1
</details>
<details>
<summary>charmbracelet/crush (charmbracelet/crush)</summary>
###
[`v0.29.1`](https://redirect.github.com/charmbracelet/crush/releases/tag/v0.29.1)
[Compare
Source](https://redirect.github.com/charmbracelet/crush/compare/v0.29.0...v0.29.1)
### Mini Attachments Patch
This is tiny update to improve the behavior when files are dragged and
dropped into Crush, and when long blocks of text are pasted in.
Hope you're chilling out! 💘
#### Changelog
##### Fixed
-
[`4133554`](https://redirect.github.com/charmbracelet/crush/commit/41335547790de560fad7f33a69ef32d53591c41f):
fix: prevent filename insertion when dragging attachments
([#​1683](https://redirect.github.com/charmbracelet/crush/issues/1683))
([@​meowgorithm](https://redirect.github.com/meowgorithm))
***
<details>
<summary>Verifying the artifacts</summary>
First, download the [`checksums.txt`
file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.29.1/checksums.txt)
and the [`checksums.txt.sigstore.json`
file](https://redirect.github.com/charmbracelet/crush/releases/download/v0.29.1/checksums.txt.sigstore.json)
files, for example, with `wget`:
```bash
wget 'https://github.com/charmbracelet/crush/releases/download/v0.29.1/checksums.txt'
wget 'https://github.com/charmbracelet/crush/releases/download/v0.29.1/checksums.txt.sigstore.json'
```
Then, verify it using
[`cosign`](https://redirect.github.com/sigstore/cosign):
```bash
cosign verify-blob \
--certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--bundle 'checksums.txt.sigstore.json' \
./checksums.txt
```
If the output is `Verified OK`, you can safely use it to verify the
checksums of other artifacts you downloaded from the release using
`sha256sum`:
```bash
sha256sum --ignore-missing -c checksums.txt
```
Done! You artifacts are now verified!
</details>
<a href="https://charm.land/"><img alt="The Charm logo"
src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a>
Thoughts? Questions? We love hearing from you. Feel free to reach out on
[X](https://x.com/charmcli), [Discord](https://charm.land/discord),
[Slack](https://charm.land/slack), [The
Fediverse](https://mastodon.social/@​charmcli),
[Bluesky](https://bsky.app/profile/charm.land).
</details>
<details>
<summary>sst/opencode (sst/opencode)</summary>
###
[`v1.0.193`](https://redirect.github.com/sst/opencode/releases/tag/v1.0.193)
[Compare
Source](https://redirect.github.com/sst/opencode/compare/v1.0.191...v1.0.193)
- Indent wrapped todo items properly
###
[`v1.0.191`](https://redirect.github.com/sst/opencode/releases/tag/v1.0.191)
[Compare
Source](https://redirect.github.com/sst/opencode/compare/v1.0.190...v1.0.191)
- Improved `mcp` CLI and added ability to debug MCP OAuth
([@​elithrar](https://redirect.github.com/elithrar))
- Fixed handling of Windows CRLF line endings in grep tool
([@​majiayu000](https://redirect.github.com/majiayu000))
- Added per-agent filtering to skill tool description
([@​malhashemi](https://redirect.github.com/malhashemi))
- Better styling for small screens (short and/or not wide)
- Changed task tool container to block layout for better subagent
session display
- Better error messages on connection failure
- Allowed compaction hook to replace prompt entirely
([@​joelhooks](https://redirect.github.com/joelhooks))
**Thank you to 5 community contributors:**
- [@​malhashemi](https://redirect.github.com/malhashemi):
- feat(skill): add per-agent filtering to skill tool description
([#​6000](https://redirect.github.com/sst/opencode/issues/6000))
- [@​joelhooks](https://redirect.github.com/joelhooks):
- feat(plugin): allow compaction hook to replace prompt entirely
([#​5907](https://redirect.github.com/sst/opencode/issues/5907))
- [@​majiayu000](https://redirect.github.com/majiayu000):
- fix: handle Windows CRLF line endings in grep tool
([#​5948](https://redirect.github.com/sst/opencode/issues/5948))
- [@​elithrar](https://redirect.github.com/elithrar):
- improve `mcp` CLI + ability to debug MCP oauth
([#​5980](https://redirect.github.com/sst/opencode/issues/5980))
- [@​Brendonovich](https://redirect.github.com/Brendonovich):
- console: add AppImage download link
###
[`v1.0.190`](https://redirect.github.com/sst/opencode/releases/tag/v1.0.190)
[Compare
Source](https://redirect.github.com/sst/opencode/compare/v1.0.186...v1.0.190)
**Thank you to 1 community contributor:**
- [@​malhashemi](https://redirect.github.com/malhashemi):
- feat: add native skill tool with permission system
([#​5930](https://redirect.github.com/sst/opencode/issues/5930))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- 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/scottames/dots).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>1 parent 80248f5 commit 82de410
File tree
4 files changed
+20
-20
lines changed- .github/workflows
- aqua
- home/.chezmoiscripts
4 files changed
+20
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
| 144 | + | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
951 | 951 | | |
952 | 952 | | |
953 | 953 | | |
954 | | - | |
955 | | - | |
| 954 | + | |
| 955 | + | |
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
959 | | - | |
960 | | - | |
| 959 | + | |
| 960 | + | |
961 | 961 | | |
962 | 962 | | |
963 | 963 | | |
964 | | - | |
965 | | - | |
| 964 | + | |
| 965 | + | |
966 | 966 | | |
967 | 967 | | |
968 | 968 | | |
969 | | - | |
970 | | - | |
| 969 | + | |
| 970 | + | |
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments