Update rojopolis/spellcheck-github-actions action to v0.56.0 #60
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.42.0→0.56.0Release Notes
rojopolis/spellcheck-github-actions (rojopolis/spellcheck-github-actions)
v0.56.0Compare Source
v0.55.0Compare Source
2.12.1was made, this allows for use of large dictionaries with Aspellv0.54.0Compare Source
PySpelling the core component has been updated to version 2.12.0, which introduces support for maximum available cores. The feature is described in the release notes for PySpelling 2.12.0. See the documentation for PySpelling.
The flag was introduced with release 2.10 of PySpelling, which was adopted in release 0.36.0 of this action.
v0.53.0Compare 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.11or above, addressing a build issue with lxml, located when testing the PR : #274 from @dependabot, the above update of PythonIn general the Docker build file had a few updates since the above changes required some tweaking of the Dockerfile
v0.52.0Compare Source
With version 2.11 of PySpelling a new command line option
--skip-dict-compileis 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.skip_dict_compiletotrue, the default isfalse, meaning that the dictionary will be compiled on each run of the action.Docker image updated to Python 3.13.7 bookworm slim Release notes for Python 3.13.7
v0.51.0Compare Source
v0.50.0Compare Source
v0.49.0Compare Source
Support for Italian as requested by: Stefan Oderbolz (@metaodi) via issue #241, the support is both for
aspellandhunspellDocker image updated to Python 3.13.3 slim via PR #238 from Dependabot. Release notes for Python 3.13.3
pymdown-extensionshave been updated to:10.15.0hopefully 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 releasev0.48.0Compare Source
Support for
hunspellvia PR #224 from @funkillThese opens up for use of
hunspellinstead of the default:aspell. The following languages are supported:And the
aspelllanguage support has been extended with: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:
aspellhunspellpyspellingOne 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
arm64support. Issue #80 is still open and will not be closed until we have a fully automated build process for the Docker image.v0.47.0Compare Source
v0.46.0Compare Source
v0.45.0Compare Source
Docker base image updated from
python:3.13.0-slim-bullseyetopython:3.13.0-slim-bookworm. Which shouldgive us some time in to live, end of life take into consideration:
v0.44.0Compare 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.1Compare Source
This is an attempt at addressing the conflict between using the PySpelling
--sourceparameter and thesourcesparameter 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--sourceflag 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 yoursourcescontain negated file patterns. The patch enables application of the configured filter to the source parameters, so the action can be used with the--sourceparameter and thesourcesconfiguration parameter in combination.v0.43.0Compare 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.
This PR was generated by Mend Renovate. View the repository job log.