registry: update entry for vale#10002
Conversation
Greptile SummaryUpdates the aqua backend entry for
Confidence Score: 5/5Single-line registry pointer update with no logic changes; straightforward and low-risk. The change is a one-line update to a TOML config file, replacing a stale GitHub organization name with the correct one. The asdf fallback backend remains intact, and no code paths are altered. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "registry: update entry for vale" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the aqua backend for vale in registry/vale.toml to point to the new vale-cli organization. The review feedback suggests including the github_release backend as a native and more efficient option, recommending that native backends be prioritized in the configuration.
| @@ -1,2 +1,2 @@ | |||
| backends = ["aqua:errata-ai/vale", "asdf:pdemagny/asdf-vale"] | |||
| backends = ["aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"] | |||
There was a problem hiding this comment.
Since vale has moved to the vale-cli organization and provides standard GitHub releases, consider adding the github_release backend. This is a native mise backend that doesn't require external tools like aqua or asdf, making it more efficient and reliable for many users. It is generally preferred to list native backends first in the backends array.
| backends = ["aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"] | |
| backends = ["github_release:vale-cli/vale", "aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"] |
### 🚀 Features - **(npm)** disable npm lifecycle scripts by default by @risu729 in [#9913](#9913) ### 🐛 Bug Fixes - **(completion)** avoid network calls when generating completions by @sargunv-headway in [#10010](#10010) - **(config)** track install manifest option source by @risu729 in [#9958](#9958) - **(doctor)** honor http timeout for version checks by @risu729 in [#9977](#9977) - **(github)** prefer primary binary assets by @risu729 in [#10008](#10008) - **(release)** bake secondary mise-plugins vfox plugins by @risu729 in [#9832](#9832) - **(shim)** preserve optioned aliases during rebuilds by @risu729 in [#9848](#9848) ### 🚜 Refactor - **(dotnet)** parse backend tool options locally by @risu729 in [#9962](#9962) ### 📚 Documentation - remove how i use mise article by @jdx in [#9996](#9996) ### 🧪 Testing - **(s3)** cover current config over install manifest opts by @risu729 in [#9917](#9917) ### 📦️ Dependency Updates - update astral-tokio-tar by @jdx in [#9997](#9997) ### 📦 Registry - update entry for vale by @eread in [#10002](#10002) - use aqua backend for vector by @jdx in [#10011](#10011) ## 📦 Aqua Registry Updates ### New Packages (2) - `google.com/antigravity-cli` - [`sholdee/crd-schema-publisher`](https://github.com/sholdee/crd-schema-publisher) ### Updated Packages (4) - [`FairwindsOps/pluto`](https://github.com/FairwindsOps/pluto) - [`goccy/bigquery-emulator`](https://github.com/goccy/bigquery-emulator) - [`sourcemeta/jsonschema`](https://github.com/sourcemeta/jsonschema) - [`wasmCloud/wasmCloud/wash`](https://github.com/wasmCloud/wasmCloud)
Now that the aqua registry reflects the new location of
vale(aquaproj/aqua-registry#50517), we can update themiseregistry to match.