Skip to content
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

chore(deps): bump github.com/errata-ai/vale/v3 from 3.6.1 to 3.9.1 in /scripts #995

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps github.com/errata-ai/vale/v3 from 3.6.1 to 3.9.1.

Release notes

Sourced from github.com/errata-ai/vale/v3's releases.

v3.9.1

Changelog

  • 87c916b4 fix: support overriding MinAlertLevel
  • 4eca3a6e fix: improve Vale.Repetition (errata-ai/vale#865)
  • 8765609f fix: check if we need to load a rule before trying

v3.9.0

This release introduces two new use cases for comment-based configuration.

1. Switching styles associated with a block

Individual styles can now be turned on or off:

<!-- vale StyleName1 = YES -->
<!-- vale StyleName2 = NO -->

Styles can now be set (enabling them and switching off any other styles):

<!-- vale style = StyleName1 -->
<!-- vale styles = StyleName1, StyleName2 -->

2. Ignoring individual matches

You can now choose to ignore individual matches instead of the entire rule or style:

<!-- vale style.Rule["Matched Text"] = NO -->
<!-- vale style.Rule["Match 1", "Match 2"] = NO -->

New sponsor

Finally, a thank you to Vale's newest sponsor: Spectro Cloud. Support like this makes a huge difference in my ability to continue to support and develop Vale.

If you (or your company) would like to help, please consider contributing through GitHub Sponsors or Open Collective.

Changelog

  • 57180ee8 feat: add comment syntax for ignoring individual matches (#844)
  • e6eec992 feat: add comment syntax for switching styles (#772)

... (truncated)

Commits
  • 87c916b fix: support overriding MinAlertLevel
  • 84323d7 feat: add command for mocking the config pipeline
  • 72e4ca1 test: more repetition cases
  • 4eca3a6 fix: improve Vale.Repetition
  • 8765609 fix: check if we need to load a rule before trying
  • 399cb17 test: update comment cases
  • 57180ee feat: add comment syntax for ignoring individual matches (#844)
  • 13f7f75 chore: formatting
  • e6eec99 feat: add comment syntax for switching styles (#772)
  • 309c52c test: add sections
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from povilasv and skl as code owners December 12, 2024 17:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 12, 2024
Bumps [github.com/errata-ai/vale/v3](https://github.com/errata-ai/vale) from 3.6.1 to 3.9.1.
- [Release notes](https://github.com/errata-ai/vale/releases)
- [Changelog](https://github.com/errata-ai/vale/blob/v3/.goreleaser.yml)
- [Commits](errata-ai/vale@v3.6.1...v3.9.1)

---
updated-dependencies:
- dependency-name: github.com/errata-ai/vale/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/scripts/github.com/errata-ai/vale/v3-3.9.1 branch from 8b402b5 to 9e6bc94 Compare December 12, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants