build(deps): Bump postcss from 8.5.15 to 8.5.23 in /doc-site - #462
Open
syifan wants to merge 1 commit into
Open
Conversation
Dependabot opened #461 for this bump but closed it itself, claiming postcss was "no longer updatable". That was spurious -- most likely a race with the nine dependency PRs that landed in doc-site/package-lock.json over the preceding half hour. postcss 8.5.23 is published, and the highest floor among the ~120 packages depending on it is ^8.5.4, so nothing constrains it. Reproduced with `npm update postcss --package-lock-only`, which yields the same lockfile-only diff dependabot proposed: postcss 8.5.15 -> 8.5.23 and its own dependency nanoid 3.3.12 -> 3.3.16. Verified with `npm ci && npm run build` in doc-site/, which PR CI does not cover -- deploy-docs.yml only builds the site on push to main. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Finishes the dependency bump dependabot proposed in #461 and then closed itself.
Why this was reopened manually
Dependabot closed #461 with "Looks like postcss is no longer updatable, so this is no longer needed." That does not hold up:
doc-sitethat depend on postcss is^8.5.4, so nothing caps the range.It most likely raced with the nine dependency PRs that rewrote
doc-site/package-lock.jsonin the preceding ~30 minutes.The change
Produced with
npm update postcss --package-lock-only, giving the same lockfile-only diff dependabot originally proposed (+7/-7):No
package.jsonchange — postcss is a transitive dependency here.Verification
npm ci && npm run buildindoc-site/both succeed. This is worth calling out because PR CI does not builddoc-site—daisen2_compileandmonitoring2_compilecover the other two frontends, anddeploy-docs.ymlonly runs on push tomain. So doc-site dependency bumps are currently validated only after they merge.The build emits pre-existing broken-link and broken-anchor warnings (
checkpointing.md,tutorial/migrationanchors). Those are unrelated to this change and do not fail the build.🤖 Generated with Claude Code