build(lint): bump default prettier pin to 3.9.4#41
Merged
Conversation
Verified clean against this repo's markdown/JSON/JSONC files with prettier --check; no formatting-relevant changes in the 3.8.4→3.9.4 range for those file types. Signed-off-by: Bryan Fawcett <bryan@nyuchi.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.
Summary
prettier-versioninreusable-lint.ymlfrom3.8.4to3.9.4(current latest on npm).prettier@3.9.4 --check "**/*.{md,mdx,json,jsonc}"against this repo's own files — all pass with no reformatting needed, and the upstream changelog has no breaking changes for Markdown/JSON/JSONC in this range.Linked issue(s)
Closes #
Type of change
build— build system, packaging, dependenciesBreaking change?
How has this been tested?
Ran
npx prettier@3.9.4 --check "**/*.{md,mdx,json,jsonc}"locally against the full repo:All matched files use Prettier code style!Checklist
Process
Signed-off-by:trailer, human operator identity).claude/<short-kebab-description>).prettier --checkrun above.prettier --check) and they pass.NA-03 merge blockers
Additional notes
While auditing this repo for currency, I found a separate, more significant issue that I'm not fixing in this PR because it's ambiguous and CI/CD-pipeline-affecting (NA-03 §7.1.1 / escalation criteria):
actions/checkoutSHA pins are inconsistent and one set is mislabeled. The most recent Dependabot bump (build(deps): bump the all group with 10 updates (#29)) moved 15 of the 18 workflow files in.github/workflows/fromactions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd(which is genuinelyv6.0.2) toactions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0— but that SHA is actuallyv7.0.0(tagged 17 Jun 2026), not v6. The trailing comment on all 15 was left as# v6, which violates the NA-03 §7.1.1 requirement that the comment accurately record the version. The other 3 files (reusable-ci-docker.yml,reusable-ci-terraform.yml,reusable-ci-typescript-lib.yml) are still on the older, genuinev6.0.2SHA — so the org's reusable workflows are currently split between an unreviewed v7 and a stale v6.0.2, with neither state fully intentional.actions/checkoutv7 is a major bump (ESM rewrite, and it now blocks checkout of fork-PR code by default forpull_request_target/workflow_runtriggers unlessallow-unsafe-pr-checkout: trueis set) — the kind of change NA-03 §7.1.2/§5.1 implies should get a deliberate look rather than ride in silently inside a grouped "bump the all group" Dependabot PR. I'd rather flag this for a maintainer to decide (embrace v7 org-wide with corrected# v7.0.0comments, or pin everything back to genuinev6.0.3— current SHAdf4cb1c069e1874edd31b4311f1884172cec0e10) than pick a direction myself in an unattended run. Happy to open that as a follow-up PR once there's a decision.Generated by Claude Code