Skip to content

npm package #829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
vladmoroz opened this issue May 16, 2024 · 3 comments
Closed
1 task done

npm package #829

vladmoroz opened this issue May 16, 2024 · 3 comments

Comments

@vladmoroz
Copy link

Check for existing issues

  • Completed

Describe the feature

Is there a recommended way to use Vale in the JS ecosystem? @ocular-d/vale-bin is mentioned on the website, but that package is outdated and marked as deprecated.

@jstirnaman
Copy link

I've been using @vvago/vale, which does the same thing, but so far is still maintained.

@jdkato
Copy link
Member

jdkato commented Jun 26, 2024

I've removed the mention of vale-bin. I don't have another recommendation currently.

@jdkato jdkato closed this as completed Jun 26, 2024
@oliviertassinari
Copy link

oliviertassinari commented Apr 27, 2025

I'm facing the same problem; keeping a single coherent version of Vale is hard. We have 4 different versions of vale to sync:

  1. VS Code Vale https://marketplace.visualstudio.com/items?itemName=ChrisChinchilla.vale-vscode.
  2. Vale running locally
  3. Vale running in CI for full linting
  4. Vale running in GitHub Action for annotations

And we want 5. Auto update logic.

Using @vvago/vale allows to fix 2. 3 and 5 (renovate). For 4, this can be worked around with a bash script that extracts the value from the pnpm lock file. But for 1, I couldn't find a solution. Final solution: mui/material-ui#46029.

It would be great to have a versioning concept built into Vale, so all the tools' versions can be synced more easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants