Misc cleanup: bump auto-assign action, autoprefixer/postcss-cli, stop tracking generated cli-docs - #744
Open
rossigee wants to merge 1 commit into
Open
Misc cleanup: bump auto-assign action, autoprefixer/postcss-cli, stop tracking generated cli-docs#744rossigee wants to merge 1 commit into
rossigee wants to merge 1 commit into
Conversation
… tracking generated cli-docs - kentaro-m/auto-assign-action v1.2.4 -> v2.1.2 - autoprefixer 9.7.4 -> 10.5.2, postcss-cli 7.1.2 -> 11.0.1 (fixes npm audit picomatch ReDoS advisory) - content/cli-docs/ is regenerated on every build by cli-docs.sh but was committed to git, causing spurious diffs each time it runs. Add it to .gitignore and untrack the 109 already-committed files. Verified: postcss-cli 11 + autoprefixer 10 process CSS correctly (existing postcss.config.js unchanged), npm audit reports zero vulnerabilities after the bump. Signed-off-by: Ross Golder <ross@golder.org>
This was referenced Jul 20, 2026
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.
Summary
Split out from #731 per review feedback, as the lowest-risk, independent piece. This does not depend on the other two split-out PRs.
kentaro-m/auto-assign-actionv1.2.4 -> v2.1.2autoprefixer9.7.4 -> 10.5.2 andpostcss-cli7.1.2 -> 11.0.1 (fixes the picomatch ReDoS npm audit advisory)content/cli-docs/is regenerated on every build bycli-docs.shbut was committed to git, causing spurious diffs each run. Added to.gitignoreand untracked the 109 already-committed files.Related
Part of the Hugo/Bulma upgrade work originally proposed in #731, split into independently reviewable pieces per @OrlinVasilev's request there. See also the other two parts:
Test plan
npm auditreports 0 vulnerabilities after the bumppostcss.config.jsunchanged)