pipedream
pipedream copied to clipboard
Bump rojopolis/spellcheck-github-actions from 0.45.0 to 0.55.0
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
- Bump rojopolis/spellcheck-github-actions from 0.53.0 to 0.54.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#287- Bump docker/metadata-action from 5.8.0 to 5.9.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#286- Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#288- Bump actions/checkout from 5.0.0 to 5.0.1 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#290- Bump actions/checkout from 5.0.1 to 6.0.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#291- Preparing release 0.55.0 with an update of PySpelling to version 2.12.1 by
@jonasbnin rojopolis/spellcheck-github-actions#294Full Changelog: https://github.com/rojopolis/spellcheck-github-actions/compare/0.54.0...0.55.0
0.54.0
What's Changed
- Bump rojopolis/spellcheck-github-actions from 0.52.0 to 0.53.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#278- Bump actions/upload-artifact from 4.6.2 to 5.0.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#277- Bump of core component pyspelling from 2.11 to 2.12 by
@jonasbnin rojopolis/spellcheck-github-actions#280- Release candidate for 0.54.0 by
@jonasbnin rojopolis/spellcheck-github-actions#281Full Changelog: https://github.com/rojopolis/spellcheck-github-actions/compare/0.53.0...0.54.0
0.53.0
What's Changed
- Bump rojopolis/spellcheck-github-actions from 0.51.0 to 0.52.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#268- Bump docker/login-action from 3.5.0 to 3.6.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#271- Bump python from
5fa2567toe3a6ccbby@dependabot[bot] in rojopolis/spellcheck-github-actions#274Full Changelog: https://github.com/rojopolis/spellcheck-github-actions/compare/0.52.0...0.53.0
0.52.0
What's Changed
- Pinned base image and added a secondary maintainer label by
@jonasbnin rojopolis/spellcheck-github-actions#254- All GitHub actions pinned using ratchet, I wonder if this collides with Dependabot by
@jonasbnin rojopolis/spellcheck-github-actions#255- Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#256- Bump actions/checkout from 4.2.2 to 5.0.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#261- Bump docker/metadata-action from 5.7.0 to 5.8.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#260- Bump docker/login-action from 3.4.0 to 3.5.0 by
@dependabot[bot] in rojopolis/spellcheck-github-actions#263- Feature release with PySpelling 2.11 by
@jonasbnin rojopolis/spellcheck-github-actions#266Full Changelog: https://github.com/rojopolis/spellcheck-github-actions/compare/0.51.0...0.52.0
0.51.0
What's Changed
- Bump nosborn/github-action-markdown-cli from 3.4.0 to 3.5.0 by
@dependabotin rojopolis/spellcheck-github-actions#250- Bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by
@dependabotin rojopolis/spellcheck-github-actions#251- Bump python from 3.13.4-slim-bookworm to 3.13.5-slim-bookworm by
@dependabotin rojopolis/spellcheck-github-actions#249- Preparing release 0.51.0 by
@jonasbnin rojopolis/spellcheck-github-actions#252
... (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 version2.12.1was made, this allows for use of large dictionaries with Aspell0.54.0, 2025-11-05, feature release, update not required
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.
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.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
- 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-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.
- The feature can be enabled by setting the input parameter
skip_dict_compiletotrue, the default isfalse, 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
- Docker image updated to Python 3.13.5 slim via PR #249 from Dependabot. Release notes for Python 3.13.5
0.50.0, 2025-06-16, maintenance release, update not required
- Docker image updated to Python 3.13.4 slim via PR #246 from Dependabot. Release notes for Python 3.13.4
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 foraspellandhunspellDocker 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).@facelessusermade the release of the dependency and I have included it in this release
... (truncated)
Commits
16d0338Preparing release 0.55.0 with an update of PySpelling to version 2.12.1 (#294)605a59eMerge pull request #291 from rojopolis/dependabot/github_actions/actions/chec...f4497bbBump actions/checkout from 5.0.1 to 6.0.01cae94cMerge pull request #290 from rojopolis/dependabot/github_actions/actions/chec...359c44aBump actions/checkout from 5.0.0 to 5.0.1fcf71b4Added initial revision of CODEOWNERS since this works for Dependabot and auto...8709763Added initial revision of CODEOWNERS since this works for Dependabot and auto...c5dddfaAdded initial revision of CODEOWNERS since this works for Dependabot and auto...5ecc8c4Merge pull request #288 from rojopolis/dependabot/github_actions/docker/setup...46323f3Merge pull request #286 from rojopolis/dependabot/github_actions/docker/metad...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.