-
Notifications
You must be signed in to change notification settings - Fork 25
Update rojopolis/spellcheck-github-actions action to v0.51.0 #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Memory usage change @ 063dac5
Click for full report table
Click for full report CSV |
063dac5 to
4740c79
Compare
|
Memory usage change @ 4740c79
Click for full report table
Click for full report CSV |
4740c79 to
2b69124
Compare
|
Memory usage change @ 2b69124
Click for full report table
Click for full report CSV |
2b69124 to
af925fa
Compare
|
Memory usage change @ af925fa
Click for full report table
Click for full report CSV |
|
Stale pull request message |
af925fa to
ba1950b
Compare
|
Memory usage change @ ba1950b
Click for full report table
Click for full report CSV |
ba1950b to
9e05469
Compare
9e05469 to
04d49f3
Compare
04d49f3 to
1a0a6ba
Compare
1a0a6ba to
37f277c
Compare
37f277c to
b34aa4e
Compare
|
Stale pull request message |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
0.42.0->0.51.0Release Notes
rojopolis/spellcheck-github-actions (rojopolis/spellcheck-github-actions)
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.