Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps rojopolis/spellcheck-github-actions from 0.45.0 to 0.55.0.

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.55.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.54.0...0.55.0

0.54.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.53.0...0.54.0

0.53.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.52.0...0.53.0

0.52.0

What's Changed

Full Changelog: rojopolis/spellcheck-github-actions@0.51.0...0.52.0

0.51.0

What's Changed

... (truncated)

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

0.55.0, 2025-11-27, maintenance release, update not required

  • Via an issue #293 from @​shoverbj, an update to the core component PySpelling from version 2.12.0 to version 2.12.1 was made, this allows for use of large dictionaries with Aspell

0.54.0, 2025-11-05, feature release, update not required

0.53.0, 2025-10-25, maintenance release, update not required

  • Docker image updated to Python 3.14.0 trixie slim Release notes for Python 3.14.0, this originated from the PR mentioned below, however updated to Trixie from Bookworm and as always the slim variant is used

  • Bumped the requirement for cython to 3.0.11 or above, addressing a build issue with lxml, located when testing the PR : #274 from @​dependabot, the above update of Python

  • In general the Docker build file had a few updates since the above changes required some tweaking of the Dockerfile

    • Order of installation of dependencies adjusted to ensure that lxml can build correctly
    • Installation of:
      • build-essential
      • pkg-config
      • libxml2-dev
      • libxslt1-dev
      • zlib1g-dev

0.52.0, 2025-09-10, feature release, update not required

  • With version 2.11 of PySpelling a new command line option --skip-dict-compile is introduced to PySpelling and is adopted by this action. This will skip the dictionary compiling step if the dictionary already exists. Changes to a custom dictionary will be ignored., see the release notes for PySpelling. Do see the updated documentation for details.

    • The feature can be enabled by setting the input parameter skip_dict_compile to true, the default is false, meaning that the dictionary will be compiled on each run of the action.
    • This can save time if you have a large custom dictionary that does not change often.
  • Docker image updated to Python 3.13.7 bookworm slim Release notes for Python 3.13.7

0.51.0, 2025-06-20, maintenance release, update not required

0.50.0, 2025-06-16, maintenance release, update not required

0.49.0, 2025-05-22, feature release, update not required

  • Support for Italian as requested by: Stefan Oderbolz (@​metaodi) via issue #241, the support is both for aspell and hunspell

  • Docker image updated to Python 3.13.3 slim via PR #238 from Dependabot. Release notes for Python 3.13.3

  • pymdown-extensions have been updated to: 10.15.0 hopefully addressing the issue outlined in issue #233 from: Micha Hobert (@​Isengo1989). @​facelessuser made the release of the dependency and I have included it in this release

... (truncated)

Commits
  • 16d0338 Preparing release 0.55.0 with an update of PySpelling to version 2.12.1 (#294)
  • 605a59e Merge pull request #291 from rojopolis/dependabot/github_actions/actions/chec...
  • f4497bb Bump actions/checkout from 5.0.1 to 6.0.0
  • 1cae94c Merge pull request #290 from rojopolis/dependabot/github_actions/actions/chec...
  • 359c44a Bump actions/checkout from 5.0.0 to 5.0.1
  • fcf71b4 Added initial revision of CODEOWNERS since this works for Dependabot and auto...
  • 8709763 Added initial revision of CODEOWNERS since this works for Dependabot and auto...
  • c5dddfa Added initial revision of CODEOWNERS since this works for Dependabot and auto...
  • 5ecc8c4 Merge pull request #288 from rojopolis/dependabot/github_actions/docker/setup...
  • 46323f3 Merge pull request #286 from rojopolis/dependabot/github_actions/docker/metad...
  • 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)

Summary by CodeRabbit

  • Chores
    • Updated spellcheck validation tool in the pull request checks workflow.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.45.0 to 0.55.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.45.0...0.55.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 1, 2025
@vercel
Copy link

vercel bot commented Dec 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
pipedream-docs Ignored Ignored Dec 1, 2025 0:33am
pipedream-docs-redirect-do-not-edit Ignored Ignored Dec 1, 2025 0:33am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 1, 2025

Walkthrough

Updated the spellcheck GitHub Action dependency version from 0.45.0 to 0.55.0 in the pull request checks workflow configuration file. No workflow logic or additional steps were modified.

Changes

Cohort / File(s) Change Summary
GitHub Actions Dependency Update
\.github/workflows/pull-request-checks\.yaml
Updated rojopolis/spellcheck-github-actions from version 0.45.0 to 0.55.0

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping the spellcheck GitHub Action from version 0.45.0 to 0.55.0, which aligns with the file changes.
Description check ✅ Passed The description includes comprehensive release notes, changelog, commits, and Dependabot details, though it does not follow the repository's template with a 'WHY' section.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/github_actions/rojopolis/spellcheck-github-actions-0.55.0

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 97e46db and ef67d06.

📒 Files selected for processing (1)
  • .github/workflows/pull-request-checks.yaml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Lint Code Base
  • GitHub Check: pnpm publish

echo "files=${files}" >> $GITHUB_ENV
- uses: rojopolis/spellcheck-github-actions@0.45.0
- uses: rojopolis/spellcheck-github-actions@0.55.0
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

rojopolis/spellcheck-github-actions releases v0.45.0 to v0.55.0 breaking changes

💡 Result:

Do you want me to fetch the repository releases/changelog from GitHub and list any breaking changes between v0.45.0 and v0.55.0?


🏁 Script executed:

#!/bin/bash
# Fetch release information from GitHub API
curl -s 'https://api.github.com/repos/rojopolis/spellcheck-github-actions/releases' | \
  jq -r '.[] | select(.tag_name >= "v0.45.0" and .tag_name <= "v0.55.0") | 
    "\(.tag_name): \(.published_at)\n\(.body)\n---\n"' | head -200

Repository: PipedreamHQ/pipedream

Length of output: 47


🌐 Web query:

site:github.com/rojopolis/spellcheck-github-actions/releases v0.55.0

💡 Result:

I couldn't find a release tagged v0.55.0 for rojopolis/spellcheck-github-actions. The repository and GitHub Marketplace references show versions up through v0.54.0 (no v0.55.0 release/tag found). [1][2]

Sources:

  • Repository (tags/releases listing). [1]
  • GitHub Marketplace entry mentioning v0.54.0. [2]

🏁 Script executed:

#!/bin/bash
# Try alternative API format with simpler output
curl -s 'https://api.github.com/repos/rojopolis/spellcheck-github-actions/releases/tags/v0.55.0' | jq '.'

Repository: PipedreamHQ/pipedream

Length of output: 211


🏁 Script executed:

#!/bin/bash
# Check if repository has a CHANGELOG file
fd -t f 'CHANGELOG|RELEASE|HISTORY' . --type f 2>/dev/null | head -20

Repository: PipedreamHQ/pipedream

Length of output: 130


🏁 Script executed:

#!/bin/bash
# Check the current version of the action in the workflow file
cat -n .github/workflows/pull-request-checks.yaml | grep -A2 -B2 "spellcheck-github-actions"

Repository: PipedreamHQ/pipedream

Length of output: 250


🌐 Web query:

rojopolis/spellcheck-github-actions latest version release tags

💡 Result:

The latest release tag is v0.51.0 (release "0.51.0" — 20 Jun, listed as Latest). [1]

Sources:
[1] GitHub Releases — rojopolis/spellcheck-github-actions (Releases page).


Version 0.55.0 does not exist for rojopolis/spellcheck-github-actions.

The action reference points to @0.55.0, which is not available in the repository. The latest release is v0.51.0 (Jun 20). This will cause the workflow to fail at runtime when GitHub Actions attempts to resolve this version. Update to a valid version tag, such as @0.51.0 or another existing release.

🤖 Prompt for AI Agents
.github/workflows/pull-request-checks.yaml lines 38-38: the workflow references
rojopolis/spellcheck-github-actions@0.55.0 which doesn't exist and will fail at
runtime; update the action reference to a valid release tag (for example
@0.51.0) or another existing version, and commit the updated version string in
the workflow file so GitHub Actions can resolve the action.

@lcaresia lcaresia moved this from Ready for PR Review to Ready for QA in Component (Source and Action) Backlog Dec 1, 2025
@vunguyenhung vunguyenhung moved this from Ready for QA to Ready for Release in Component (Source and Action) Backlog Dec 2, 2025
@GTFalcao GTFalcao merged commit a488d4d into master Dec 4, 2025
7 checks passed
@GTFalcao GTFalcao deleted the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.55.0 branch December 4, 2025 18:01
@github-project-automation github-project-automation bot moved this from Ready for Release to Done in Component (Source and Action) Backlog Dec 4, 2025
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 User submitted Submitted by a user

Development

Successfully merging this pull request may close these issues.

4 participants