Skip to content

chore(changesets): unescape jsonc fence in stage-5 changeset#3682

Merged
bokelley merged 1 commit intomainfrom
bokelley/fix-changeset-jsonc-escapes
Apr 30, 2026
Merged

chore(changesets): unescape jsonc fence in stage-5 changeset#3682
bokelley merged 1 commit intomainfrom
bokelley/fix-changeset-jsonc-escapes

Conversation

@bokelley
Copy link
Copy Markdown
Contributor

Summary

The Stage 5 brand.json changeset (added in #3604) was committed with \``jsonc(literal backslash-backticks) for its code fence. Mintlify's MDX pipeline runs acorn over.changeset/*.md` files and emits this warning on every CI run:

parsing error ./.changeset/per-version-badges-stage5-brand-json.md:15:13 - Could not parse expression with acorn

The Check for Broken Links job continues past the warning (the success no broken links found line follows it), so this is not blocking — just noise on every PR.

Replacing the escaped fence with a plain ```jsonc block clears the warning. Documentation content unchanged.

Test plan

  • git diff shows only fence-character changes
  • Check for Broken Links CI passes without the acorn warning

The Stage 5 brand.json changeset (PR #3604) was committed with
`\`\`\`jsonc` (literal backslash-backticks) for its code fence, which
trips Mintlify's acorn parser on every CI run:

  parsing error ./.changeset/per-version-badges-stage5-brand-json.md:15:13 - Could not parse expression with acorn

Replacing the escaped fence with a plain `\`\`\`jsonc` block clears
the warning. Documentation/content unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bokelley bokelley merged commit 2250300 into main Apr 30, 2026
13 checks passed
@bokelley bokelley deleted the bokelley/fix-changeset-jsonc-escapes branch April 30, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant