chore(pre-commit): align vale-sync pin with vale hook version - #14798
Merged
Conversation
vale-sync installed vale@v3.14.2 while the vale lint hook uses v3.15.1, so styles were synced with a different vale version than the one that lints. Bump the vale-sync dependency to v3.15.1 to keep the two in lockstep. Follow-up to mavlink#14753.
Contributor
|
See the Build Results workflow run for details. |
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns the vale-sync dependency with the Vale lint hook version to ensure consistent style synchronization and linting.
Changes:
- Updates
vale-syncfrom v3.14.2 to v3.15.1. - Keeps both Vale version pins in lockstep.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #14753.
vale-syncinstalledgithub.com/errata-ai/vale/v3/cmd/vale@v3.14.2while thevalelint hook uses repo revv3.15.1, so styles were synced with a different vale version than the one that lints. This bumps thevale-syncdependency tov3.15.1to keep the two pins in lockstep.Verified locally: hook environments rebuilt from scratch (
pre-commit clean),vale-syncpasses with the new pin.