Skip to content

registry: update entry for vale#10002

Merged
jdx merged 1 commit into
jdx:mainfrom
eread:eread/update-registry-entry-for-vale
May 20, 2026
Merged

registry: update entry for vale#10002
jdx merged 1 commit into
jdx:mainfrom
eread:eread/update-registry-entry-for-vale

Conversation

@eread

@eread eread commented May 20, 2026

Copy link
Copy Markdown
Contributor

Now that the aqua registry reflects the new location of vale (aquaproj/aqua-registry#50517), we can update the mise registry to match.

@greptile-apps

greptile-apps Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Updates the aqua backend entry for vale in the mise registry from errata-ai/vale to vale-cli/vale, matching the upstream GitHub organization rename already reflected in the aqua registry.

  • Changes registry/vale.toml to point aqua:errata-ai/valeaqua:vale-cli/vale; the asdf backend and description are untouched.

Confidence Score: 5/5

Single-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

Filename Overview
registry/vale.toml Updates the aqua backend reference for vale from errata-ai/vale to vale-cli/vale to reflect the upstream GitHub organization rename.

Reviews (1): Last reviewed commit: "registry: update entry for vale" | Re-trigger Greptile

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread registry/vale.toml
@@ -1,2 +1,2 @@
backends = ["aqua:errata-ai/vale", "asdf:pdemagny/asdf-vale"]
backends = ["aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
backends = ["aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"]
backends = ["github_release:vale-cli/vale", "aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"]

@jdx jdx merged commit fbb2338 into jdx:main May 20, 2026
33 checks passed
mise-en-dev added a commit that referenced this pull request May 21, 2026
### 🚀 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants