Skip to content

chore(deps): Bump errata-ai/vale-action from 2.1.0 to 2.1.2#358

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/errata-ai/vale-action-2.1.2
Open

chore(deps): Bump errata-ai/vale-action from 2.1.0 to 2.1.2#358
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/errata-ai/vale-action-2.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps errata-ai/vale-action from 2.1.0 to 2.1.2.

Release notes

Sourced from errata-ai/vale-action's releases.

v2.1.2

What's Changed

Full Changelog: vale-cli/vale-action@v2...2.1.2

v2.1.1

[!NOTE] As of this release, you need to install format-specific dependencies on your own. See the updated README for an example.

What's Changed

New Contributors

Full Changelog: vale-cli/vale-action@v2...v2.1.1

Commits

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 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)

Bumps [errata-ai/vale-action](https://github.com/errata-ai/vale-action) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/errata-ai/vale-action/releases)
- [Commits](vale-cli/vale-action@38bf078...85f9f7f)

---
updated-dependencies:
- dependency-name: errata-ai/vale-action
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 25, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 25, 2026 22:57
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label May 25, 2026
@codacy-production
Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

Copy link
Copy Markdown
Contributor

@codacy-production codacy-production Bot left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

The pull request successfully updates the errata-ai/vale-action version, and Codacy results indicate the changes are up to standards. However, there is a significant functional gap: the upgrade path includes v2.1.1, which removed bundled support for non-Markdown formats. If this repository uses formats like AsciiDoc or reStructuredText, the Vale step will likely fail or produce incomplete results because the necessary format-specific dependencies are no longer included in the action and have not been added to the workflow in this PR.

About this PR

  • The v2.1.1 release notes indicate that the action no longer includes format-specific dependencies (e.g., Asciidoctor, Docutils). This PR updates the version but does not provide the manual installation steps now required for these formats. This change may break linting for non-Markdown files.

Test suggestions

  • Vale action version is correctly updated in the workflow file
  • Verify if manual installation of format-specific dependencies (e.g., Asciidoctor, Docutils) is required per v2.1.1 release notes
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify if manual installation of format-specific dependencies (e.g., Asciidoctor, Docutils) is required per v2.1.1 release notes

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback


- name: Vale
uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018 # v2.1.0
uses: errata-ai/vale-action@85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a # v2.1.2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 MEDIUM RISK

Starting with v2.1.1, the action no longer includes format-specific dependencies (like Asciidoctor for .adoc or Docutils for .rst). If this repository uses these formats, you must add steps to install them in the workflow before the Vale step, otherwise linting for those files will fail.

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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants