Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 24, 2025

This PR contains the following updates:

Package Type Update Change
rojopolis/spellcheck-github-actions action minor 0.45.00.56.0

Release Notes

rojopolis/spellcheck-github-actions (rojopolis/spellcheck-github-actions)

v0.56.0

Compare Source

v0.55.0

Compare Source

  • 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

v0.54.0

Compare Source

v0.53.0

Compare Source

  • 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

v0.52.0

Compare Source

  • 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

v0.51.0

Compare Source

v0.50.0

Compare Source

v0.49.0

Compare Source

  • 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

v0.48.0

Compare Source

  • Support for hunspell via PR #​224 from @​funkill

    These opens up for use of hunspell instead of the default: aspell. The following languages are supported:

    • English
    • German
    • Spanish
    • French
    • Russian
    • Ukranian

    And the aspell language support has been extended with:

    • Russian
    • Ukranian

    So the two spell checkers are aligned.

  • The action now emits more information on what versions of tools it is using thanks to PR #​234 from @​brooke-hamilton

    The tools are:

    • aspell
    • hunspell
    • pyspelling
  • One step closer to full Docker image build automation via PR #​218 from @​shyim.

    This means that the PR #​108 from @​sxd was closed - the contribution from @​sxd was highly appreciated since it helped to understand the problem area and the solution.

    PR #​218 addresses issue: #​193, which was a request for arm64 support. Issue #​80 is still open and will not be closed until we have a fully automated build process for the Docker image.

v0.47.0

Compare Source

v0.46.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update rojopolis/spellcheck-github-actions action to v0.54.0 chore(deps): update rojopolis/spellcheck-github-actions action to v0.55.0 Nov 28, 2025
@renovate renovate bot force-pushed the renovate/rojopolis-spellcheck-github-actions-0.x branch from e47d916 to 8cdfed2 Compare November 28, 2025 07:13
@renovate renovate bot force-pushed the renovate/rojopolis-spellcheck-github-actions-0.x branch from 8cdfed2 to 6afbee7 Compare December 28, 2025 04:09
@renovate renovate bot changed the title chore(deps): update rojopolis/spellcheck-github-actions action to v0.55.0 chore(deps): update rojopolis/spellcheck-github-actions action to v0.56.0 Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant