chore(deps): update dependency errata-ai/vale to v3.15.1#326
Merged
Conversation
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.
This PR contains the following updates:
3.14.2→3.15.1Release Notes
errata-ai/vale (errata-ai/vale)
v3.15.1Compare Source
See v3.15.0 for full notes.
Changelog
8c4ed0dchore: support immutable releasesv3.15.0Compare Source
Vocabularies now support multi-word entries — phrases that are valid as a unit but whose individual words shouldn't be accepted on their own.
Previously, an
accept.txtentry likemea culpacouldn't work: spell-checking splits text into single words, so mea and culpa were each checked (and flagged) separately. Your only option was accepting each word individually — which also silently allowed them everywhere else.Now you can add the phrase directly:
mea culpais accepted as a phrasemeaorculpaon its own is still flaggedChangelog
948bd96feat: support presence checks in conditional rules4d281c3fix: render occurrence count as a number3b43f73fix: preserve relative indentation in code-comment markup (#1028)32cd425fix: don't pad dashes adjacent to inline markup (#1029)fa67a3efeat: accept multi-word phrases in the vocabulary (#1035)072ac4ffix: don't treat substitution replacements as regexes (#1038)d372163fix: don't pad inline content adjacent to brackets (#1056)2680b53fix: don't apply word Vocab to nonword existence rules (#1058)8558c4ffix: handle Danish-style hunspell dictionaries (#1065)0da27ddfix: ignore generated TOC and section numbers in AsciiDoc (#1101)a686caefix: don't require a python executable to lint reStructuredText (#1102)813e6c8fix: prevent crash when masking read-only context (#1099)c1533d1fix: create configured StylesPath during sync (#1105) (#1106)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.