08:10:40 Running Markdown linter...08:10:40 doc/api/assert.md08:10:40 342:1-402:4 warning Items in `changes` list are not in order nodejs-yaml-comments remark-lint08:10:40 545:1-597:4 warning Items in `changes` list are not in order nodejs-yaml-comments remark-lint08:12:59 08:12:59 ⚠ 2 warnings08:12:59 make: *** [Makefile:1392: tools/.mdlintstamp] Error 1
The new entries in #58849 should have been placed at the top of the changes list, but it didn't fail the linter there because the entries above it had the same REPLACEME version holder as they had not yet been released (is this fixable in the lint rule?). Now that the other changes have landed in Node.js 25.0.0 their version has been changed to v25.0.0 which means that the entries for #58849 are now out of order.
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
assert
Issues and PRs related to the assert subsystem.
doc
Issues and PRs related to the documentations.
duplicate
Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Milestone
No milestone
Development
Successfully merging this pull request may close these issues.
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.
Addresses the lint warnings:
Refs: #58849
node-test-linter is failing for main,
e.g. https://ci.nodejs.org/job/node-test-linter/62229/console
The new entries in #58849 should have been placed at the top of the changes list, but it didn't fail the linter there because the entries above it had the same REPLACEME version holder as they had not yet been released (is this fixable in the lint rule?). Now that the other changes have landed in Node.js 25.0.0 their version has been changed to v25.0.0 which means that the entries for #58849 are now out of order.