fix(deps): update module charm.land/wish/v2 to v2.0.4 - #37
renovate[bot] wants to merge 1 commit into
Conversation
ℹ️ Artifact update noticeFile name: adapters/ssh/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 61ad389bf8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| require ( | ||
| charm.land/ssh v0.4.3 | ||
| charm.land/wish/v2 v2.0.3 | ||
| charm.land/wish/v2 v2.0.4 |
There was a problem hiding this comment.
Update the documented Wish version pin
When maintainers consult adapters/ssh/README.md to reproduce or audit this adapter, its explicit “Version pin” section still reports Wish v2.0.3, while this line now selects v2.0.4. This leaves two contradictory dependency specifications and can cause the old release to be selected in setups derived from the README; update the documented pin alongside the module.
Useful? React with 👍 / 👎.
dda7e23 to
85d0225
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 85d02257fa
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| module github.com/ben-ranford/stave/adapters/ssh | ||
|
|
||
| go 1.26.0 | ||
| go 1.26.8 |
There was a problem hiding this comment.
Update the documented Wish toolchain floor
With Wish v2.0.4 the module graph now raises this adapter's Go requirement to 1.26.8, but the version-pin section in adapters/ssh/README.md still identifies Wish's toolchain declaration as go 1.25.12. Maintainers following that audit information can select an insufficient toolchain, particularly with GOTOOLCHAIN=local, so update the documented declaration alongside this directive.
Useful? React with 👍 / 👎.
f193973 to
d6bba17
Compare
d6bba17 to
e1c0afb
Compare
|



This PR contains the following updates:
v2.0.3→v2.0.4Release Notes
charmbracelet/wish (charm.land/wish/v2)
v2.0.4Compare Source
Changelog
Fixed
d71ea0e: fix(scp): confine paths by resolved target, not by string (@taciturnaxolotl)9cd764f: fix(scp): walk past unresolvable path components, not just missing ones (@taciturnaxolotl)Other stuff
77dd1db: ci: sync dependabot config (#574) (@charmcli)648df80: v2.0.4 (@taciturnaxolotl)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.