Compare commits

..

5 Commits

Author SHA1 Message Date
7f7e2ee5c7 chore(deps): update dependency ubi:jdx/usage to v2.2.2 2025-07-23 17:34:25 +00:00
fa5369e664 chore(deps): update dependency pipx:aider-chat to v0.85.2 (#267)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [pipx:aider-chat](https://github.com/Aider-AI/aider) | `0.85.1` -> `0.85.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/aider-chat/0.85.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/aider-chat/0.85.1/0.85.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #267
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-23 17:33:56 +00:00
9ceffc8f41 chore(deps): update dependency npm:@anthropic-ai/claude-code to v1.0.58 (#265)
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [npm:@anthropic-ai/claude-code](https://github.com/anthropics/claude-code) | `1.0.51` -> `1.0.58` | [![age](https://developer.mend.io/api/mc/badges/age/npm/@anthropic-ai%2fclaude-code/1.0.58?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@anthropic-ai%2fclaude-code/1.0.51/1.0.58?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #265
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-23 17:32:49 +00:00
4006d1ccd5 chore(deps): update dependency aqua:dagger/dagger to v0.18.14 (#263)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aqua:dagger/dagger](https://github.com/dagger/dagger) | patch | `0.18.12` -> `0.18.14` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #263
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-23 17:31:53 +00:00
146d7d70e5 chore(deps): update dependency aqua:aws/aws-cli to v2.27.57 (#262)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aqua:aws/aws-cli](https://github.com/aws/aws-cli) | patch | `2.27.50` -> `2.27.57` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #262
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
2025-07-23 17:31:24 +00:00

View File

@@ -4,9 +4,9 @@
"aqua:ajeetdsouza/zoxide" = "0.9.8"
"aqua:alexellis/k3sup" = "0.13.10"
"aqua:astral-sh/uv" = "0.7.20"
"aqua:aws/aws-cli" = "2.27.50"
"aqua:aws/aws-cli" = "2.27.57"
"aqua:bitwarden/clients" = "cli-v2025.5.0"
"aqua:dagger/dagger" = "0.18.12"
"aqua:dagger/dagger" = "0.18.14"
"aqua:derailed/k9s" = "0.50.7"
"aqua:eksctl-io/eksctl" = "0.210.0"
"aqua:evilmartians/lefthook" = "1.12.2"
@@ -26,9 +26,9 @@
"aqua:starship/starship" = "1.23.0"
"aqua:tilt-dev/ctlptl" = "0.8.42"
"aqua:tilt-dev/tilt" = "0.35.0"
"npm:@anthropic-ai/claude-code" = "1.0.51"
"npm:@anthropic-ai/claude-code" = "1.0.58"
"npm:@google/gemini-cli" = "0.1.12"
"pipx:aider-chat" = { version = "0.85.1", uvx_args = "--python 3.12.10 --with google-generativeai" }
"pipx:aider-chat" = { version = "0.85.2", uvx_args = "--python 3.12.10 --with google-generativeai" }
"pipx:httpie" = { version = "3.2.4", uvx_args = "--python 3.13.3" }
"ubi:Samyak2/toipe" = "0.5.0"
"ubi:comtrya/comtrya" = "0.9.2"