Skip to content

Commit

Permalink
doc: fix faulty YAML metadata
Browse files Browse the repository at this point in the history
PR-URL: #56508
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
  • Loading branch information
aduh95 authored Jan 7, 2025
1 parent 8d9dac4 commit 5119049
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
25 changes: 15 additions & 10 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,9 @@ Error: Access to this API has been restricted
<!-- YAML
added: v20.0.0
changes:
- version: v23.5.0
- version: v22.13.0
- version:
- v23.5.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/56201
description: Permission Model and --allow-fs flags are stable.
- version: v20.7.0
Expand Down Expand Up @@ -238,8 +239,9 @@ node --permission --allow-fs-read=/path/to/index.js index.js
<!-- YAML
added: v20.0.0
changes:
- version: v23.5.0
- version: v22.13.0
- version:
- v23.5.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/56201
description: Permission Model and --allow-fs flags are stable.
- version: v20.7.0
Expand Down Expand Up @@ -1655,8 +1657,9 @@ See [Loading ECMAScript modules using `require()`][].
<!-- YAML
added: v22.5.0
changes:
- version: v23.4.0
- version: v22.13.0
- version:
- v23.4.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/55890
description: SQLite is unflagged but still experimental.
-->
Expand Down Expand Up @@ -1805,8 +1808,9 @@ developers may leverage to detect deprecated API usage.
<!-- YAML
added: v20.0.0
changes:
- version: v23.5.0
- version: v22.13.0
- version:
- v23.5.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/56201
description: Permission Model is now stable.
-->
Expand Down Expand Up @@ -2487,8 +2491,9 @@ subtests inherit this value from their parent. The default value is `Infinity`.
<!-- YAML
added: v22.3.0
changes:
- version: v23.4.0
- version: v22.13.0
- version:
- v23.4.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/55897
description: Snapsnot testing is no longer experimental.
-->
Expand Down
15 changes: 9 additions & 6 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3779,8 +3779,9 @@ It is recommended to use the `new` qualifier instead. This applies to all REPL c

<!-- YAML
changes:
- version: v23.4.0
- version: v22.13.0
- version:
- v23.4.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/55892
description: Documentation-only.
-->
Expand All @@ -3794,8 +3795,9 @@ will throw an error in a future version.

<!-- YAML
changes:
- version: v23.4.0
- version: v22.13.0
- version:
- v23.4.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/55545
description: Documentation-only deprecation.
-->
Expand All @@ -3808,8 +3810,9 @@ These properties are unconditionally `true`. Any checks based on these propertie

<!-- YAML
changes:
- version: v23.4.0
- version: v22.13.0
- version:
- v23.4.0
- v22.13.0
pr-url: https://github.com/nodejs/node/pull/55545
description: Documentation-only deprecation.
-->
Expand Down

0 comments on commit 5119049

Please sign in to comment.