chore(deps): update rojopolis/spellcheck-github-actions action to v0.64.0 - #540
Merged
renovate[bot] merged 1 commit intoJul 31, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
deleted the
renovate/rojopolis-spellcheck-github-actions-0.x
branch
July 31, 2026 11:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.63.1→0.64.0Release Notes
rojopolis/spellcheck-github-actions (rojopolis/spellcheck-github-actions)
v0.64.0Compare Source
Adopted
pip-compile(pip-tools) for Python dependency management via PR #380.requirements.inis now the source of truth for direct dependencies (pyspelling,pymdown-extensions);requirements.txtis generated from it rather than hand-maintained, so transitive pins can no longer silently fall out of sync the waybracexdid in issue #378.backrefsandzippare dropped fromrequirements.txt. Neither is part of the resolved dependency graph forpyspelling+pymdown-extensionson the Python version this image ships (verified against each package's own declared metadata and the installed package list in the built image) — they were stale manual pins, not active dependencies. In particular,zippwas originally pinned in PR #204 to patch CVE-2024-5569; that dependency chain (pyspelling→importlib-metadata→zipp) no longer exists, so removing the pin does not reintroduce the vulnerability — the package simply isn't installed, pinned or not..github/dependabot.yml's pip ecosystem entry already setversioning-strategy: lockfile-only, which expects exactly thisrequirements.in/requirements.txtsplit; this change makes that existing setting apply as intended.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.