Skip to content

fix(jsx-ast): alpha-sort stability overview#881

Open
bmuenzenmeyer wants to merge 1 commit into
mainfrom
alphasort-index
Open

fix(jsx-ast): alpha-sort stability overview#881
bmuenzenmeyer wants to merge 1 commit into
mainfrom
alphasort-index

Conversation

@bmuenzenmeyer

@bmuenzenmeyer bmuenzenmeyer commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Description

Comparing https://beta.docs.nodejs.org/index.html and https://nodejs.org/docs/latest/api/documentation.html#stability-overview revealed the API stability list inconsistently sorted.

AI Disclosure. Built in coordination with Claude Code Opus and manually reviewed by me.

Validation

Current Docs Beta PR
image image image

Related Issues

Check List

  • I have read the Contributing Guidelines and made commit messages that follow the guideline.
  • I have run node --run test and all tests passed.
  • I have check code formatting with node --run format & node --run lint.
  • I've covered new added functionality with unit tests if necessary.

@vercel

vercel Bot commented Jul 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-docs-tooling Ready Ready Preview Jul 4, 2026 12:56pm

Request Review

@codecov

codecov Bot commented Jul 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.02%. Comparing base (c04329e) to head (9f59bfb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #881      +/-   ##
==========================================
+ Coverage   85.00%   85.02%   +0.01%     
==========================================
  Files         179      179              
  Lines       16453    16470      +17     
  Branches     1491     1495       +4     
==========================================
+ Hits        13986    14003      +17     
  Misses       2457     2457              
  Partials       10       10              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

orama-db Generator

File Base Head Diff
orama-db.json 8.89 MB 8.89 MB +1.08 KB (+0.01%)

@bmuenzenmeyer bmuenzenmeyer marked this pull request as ready for review July 4, 2026 12:59
@bmuenzenmeyer bmuenzenmeyer requested a review from a team as a code owner July 4, 2026 12:59
@cursor

cursor Bot commented Jul 4, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Doc-generation-only change to index table ordering; no runtime API or security impact.

Overview
The index page stability overview now uses getSortedHeadNodes instead of only filtering top-level module entries, so API rows appear in the same alphabetical order (with existing override positions) as other docs.

A unit test asserts that buildIndexPage renders stability table rows sorted by API name.

Reviewed by Cursor Bugbot for commit 9f59bfb. Bugbot is set up for automated code reviews on this repo. Configure here.

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.

3 participants