Skip to content

chore(remark-lint): better invalid type regex#8673

Merged
avivkeller merged 1 commit intomainfrom
chore/remark-lint
Mar 2, 2026
Merged

chore(remark-lint): better invalid type regex#8673
avivkeller merged 1 commit intomainfrom
chore/remark-lint

Conversation

@avivkeller
Copy link
Member

In some cases in node core, a type can not fit on a single line, due to the length of the type. Thus, we should allow newlines to separate types, while still disallowing regular spaces.

@avivkeller avivkeller requested a review from a team as a code owner February 28, 2026 19:41
@vercel
Copy link

vercel bot commented Feb 28, 2026

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

Project Deployment Actions Updated (UTC)
nodejs-org Ready Ready Preview Feb 28, 2026 7:41pm

Request Review

@github-actions
Copy link
Contributor

👋 Codeowner Review Request

The following codeowners have been identified for the changed files:

Team reviewers: @nodejs/nodejs-website

Please review the changes when you have a chance. Thank you! 🙏

@codecov
Copy link

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.10%. Comparing base (8ac227f) to head (9c8de75).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8673      +/-   ##
==========================================
+ Coverage   75.06%   75.10%   +0.03%     
==========================================
  Files         104      104              
  Lines        9161     9161              
  Branches      316      315       -1     
==========================================
+ Hits         6877     6880       +3     
+ Misses       2282     2279       -3     
  Partials        2        2              

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

@github-actions
Copy link
Contributor

📦 Build Size Comparison

Summary

Metric Value
Old Total Size 3.73 MB
New Total Size 3.73 MB
Delta 0 B (0.00%)

Changes

➕ Added Assets (1)
Name Size
.next/static/chunks/3f218da9857f0cfc.js 207.66 KB
➖ Removed Assets (1)
Name Size
.next/static/chunks/17e8ba267e2bbe29.js 207.66 KB

@avivkeller avivkeller added this pull request to the merge queue Mar 2, 2026
Merged via the queue into main with commit 68ddb10 Mar 2, 2026
13 checks passed
@avivkeller avivkeller deleted the chore/remark-lint branch March 2, 2026 21:18
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.

2 participants