Skip to content

Commit 5119049

Browse files
authored
doc: fix faulty YAML metadata
PR-URL: #56508 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 8d9dac4 commit 5119049

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

doc/api/cli.md

+15-10
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,9 @@ Error: Access to this API has been restricted
192192
<!-- YAML
193193
added: v20.0.0
194194
changes:
195-
- version: v23.5.0
196-
- version: v22.13.0
195+
- version:
196+
- v23.5.0
197+
- v22.13.0
197198
pr-url: https://github.com/nodejs/node/pull/56201
198199
description: Permission Model and --allow-fs flags are stable.
199200
- version: v20.7.0
@@ -238,8 +239,9 @@ node --permission --allow-fs-read=/path/to/index.js index.js
238239
<!-- YAML
239240
added: v20.0.0
240241
changes:
241-
- version: v23.5.0
242-
- version: v22.13.0
242+
- version:
243+
- v23.5.0
244+
- v22.13.0
243245
pr-url: https://github.com/nodejs/node/pull/56201
244246
description: Permission Model and --allow-fs flags are stable.
245247
- version: v20.7.0
@@ -1655,8 +1657,9 @@ See [Loading ECMAScript modules using `require()`][].
16551657
<!-- YAML
16561658
added: v22.5.0
16571659
changes:
1658-
- version: v23.4.0
1659-
- version: v22.13.0
1660+
- version:
1661+
- v23.4.0
1662+
- v22.13.0
16601663
pr-url: https://github.com/nodejs/node/pull/55890
16611664
description: SQLite is unflagged but still experimental.
16621665
-->
@@ -1805,8 +1808,9 @@ developers may leverage to detect deprecated API usage.
18051808
<!-- YAML
18061809
added: v20.0.0
18071810
changes:
1808-
- version: v23.5.0
1809-
- version: v22.13.0
1811+
- version:
1812+
- v23.5.0
1813+
- v22.13.0
18101814
pr-url: https://github.com/nodejs/node/pull/56201
18111815
description: Permission Model is now stable.
18121816
-->
@@ -2487,8 +2491,9 @@ subtests inherit this value from their parent. The default value is `Infinity`.
24872491
<!-- YAML
24882492
added: v22.3.0
24892493
changes:
2490-
- version: v23.4.0
2491-
- version: v22.13.0
2494+
- version:
2495+
- v23.4.0
2496+
- v22.13.0
24922497
pr-url: https://github.com/nodejs/node/pull/55897
24932498
description: Snapsnot testing is no longer experimental.
24942499
-->

doc/api/deprecations.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -3779,8 +3779,9 @@ It is recommended to use the `new` qualifier instead. This applies to all REPL c
37793779

37803780
<!-- YAML
37813781
changes:
3782-
- version: v23.4.0
3783-
- version: v22.13.0
3782+
- version:
3783+
- v23.4.0
3784+
- v22.13.0
37843785
pr-url: https://github.com/nodejs/node/pull/55892
37853786
description: Documentation-only.
37863787
-->
@@ -3794,8 +3795,9 @@ will throw an error in a future version.
37943795

37953796
<!-- YAML
37963797
changes:
3797-
- version: v23.4.0
3798-
- version: v22.13.0
3798+
- version:
3799+
- v23.4.0
3800+
- v22.13.0
37993801
pr-url: https://github.com/nodejs/node/pull/55545
38003802
description: Documentation-only deprecation.
38013803
-->
@@ -3808,8 +3810,9 @@ These properties are unconditionally `true`. Any checks based on these propertie
38083810

38093811
<!-- YAML
38103812
changes:
3811-
- version: v23.4.0
3812-
- version: v22.13.0
3813+
- version:
3814+
- v23.4.0
3815+
- v22.13.0
38133816
pr-url: https://github.com/nodejs/node/pull/55545
38143817
description: Documentation-only deprecation.
38153818
-->

0 commit comments

Comments
 (0)