Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2025

This PR contains the following updates:

Package Type Update Change
rojopolis/spellcheck-github-actions action minor 0.42.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

v0.45.0

Compare Source

  • Docker base image updated from python:3.13.0-slim-bullseye to python:3.13.0-slim-bookworm. Which should
    give us some time in to live, end of life take into consideration:

v0.44.0

Compare Source

  • Docker image updated to Python 3.13.0 slim via PR #​217 from Dependabot. Release notes for Python 3.13.0

  • Since lxml was not building I bumped to the latest release 5.3.0. In in relation to that, so I while I was at it I went through the dependencies and updated the ones possible using a PySpelling build as the baseline. The following dependencies were updated:

  • beautifulsoup4 bumped from version 4.12.2 to 4.12.3, see release notes

  • lxml bumped from version 4.9.3 to 5.3.0, see release notes

  • Markdown bumped from version 3.4.4 to 3.7, see release notes

  • pymdown-extensions bumped from version 10.4 to 10.11.2, see release notes

  • PyYAML bumped from version 6.0.1 to 6.0.2, see release notes

  • soupsieve bumped from version 2.5 to 2.6, see release notes

v0.43.1

Compare Source

  • This is an attempt at addressing the conflict between using the PySpelling --source parameter and the sources parameter in the PySpelling configuration file introduced by this action. With the recommendation of using the GitHub Action: tj-actions/changed-files, the use of the --source flag was adopted, but this bypasses the filtering mechanism, which can be enabled in the configuration file. The update recommendation is due to the fact that you might experience unwanted behaviour if your sources contain negated file patterns. The patch enables application of the configured filter to the source parameters, so the action can be used with the --source parameter and the sources configuration parameter in combination.

v0.43.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 Update rojopolis/spellcheck-github-actions action to v0.52.0 Update rojopolis/spellcheck-github-actions action to v0.53.0 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/rojopolis-spellcheck-github-actions-0.x branch from 0e30e08 to 0839896 Compare October 25, 2025 18:08
@renovate renovate bot changed the title Update rojopolis/spellcheck-github-actions action to v0.53.0 Update rojopolis/spellcheck-github-actions action to v0.54.0 Nov 5, 2025
@renovate renovate bot force-pushed the renovate/rojopolis-spellcheck-github-actions-0.x branch from 0839896 to 5376e78 Compare November 5, 2025 23:29
@renovate renovate bot changed the title Update rojopolis/spellcheck-github-actions action to v0.54.0 Update rojopolis/spellcheck-github-actions action to v0.55.0 Nov 27, 2025
@renovate renovate bot force-pushed the renovate/rojopolis-spellcheck-github-actions-0.x branch from 5376e78 to 4337a6b Compare November 27, 2025 21:03
@renovate renovate bot force-pushed the renovate/rojopolis-spellcheck-github-actions-0.x branch from 4337a6b to 7391719 Compare December 27, 2025 22:03
@renovate renovate bot changed the title Update rojopolis/spellcheck-github-actions action to v0.55.0 Update rojopolis/spellcheck-github-actions action to v0.56.0 Dec 27, 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