Skip to content

elm-review rule to fix version mismatch #188

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pete-murphy
Copy link

Resolves #117, fixes #148

"elm-review": "2.11.1",
"elm-review": "2.12.0",
Copy link
Author

Choose a reason for hiding this comment

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

From what I can tell, >= 2.12 of the elm-review CLI is needed for "analyzing arbitrary files" (so using withExtraFilesProjectVisitor) https://github.com/jfmengels/node-elm-review/releases/tag/v2.12.0
I tried 2.13 version of the CLI, but that seemed to require >= 2.15 of the library, so I just opted for the minimal upgrade to support the changes here.

@pete-murphy pete-murphy marked this pull request as draft March 27, 2025 18:45
@pete-murphy pete-murphy force-pushed the pete/117-elm-review-rule-for-version-match branch from 59e63a3 to f94228d Compare March 27, 2025 21:20
So the version reported in the CLI output matches what's in `package.json`
@pete-murphy pete-murphy force-pushed the pete/117-elm-review-rule-for-version-match branch from f94228d to 7d2de42 Compare March 27, 2025 21:28
@pete-murphy pete-murphy marked this pull request as ready for review March 27, 2025 21:29
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.

The version is out of date Use elm-review to generate version in CLI help to match package.json
1 participant