Skip to content

Commit 4a7d563

Browse files
committed
squash: fill PR number
1 parent f93c03a commit 4a7d563

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3027,7 +3027,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
30273027
<!-- YAML
30283028
changes:
30293029
- version: REPLACEME
3030-
pr-url: https://github.com/nodejs/node/pull/00000
3030+
pr-url: https://github.com/nodejs/node/pull/57784
30313031
description: End-of-Life.
30323032
- version: v16.0.0
30333033
pr-url: https://github.com/nodejs/node/pull/37302

doc/api/fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ Renames `oldPath` to `newPath`.
15761576
added: v10.0.0
15771577
changes:
15781578
- version: REPLACEME
1579-
pr-url: https://github.com/nodejs/node/pull/00000
1579+
pr-url: https://github.com/nodejs/node/pull/57784
15801580
description: The `recursive` option is removed, use `fsPromises.rm` instead.
15811581
- version: v16.0.0
15821582
pr-url: https://github.com/nodejs/node/pull/37216
@@ -4234,7 +4234,7 @@ rename('oldFile.txt', 'newFile.txt', (err) => {
42344234
added: v0.0.2
42354235
changes:
42364236
- version: REPLACEME
4237-
pr-url: https://github.com/nodejs/node/pull/00000
4237+
pr-url: https://github.com/nodejs/node/pull/57784
42384238
description: The `recursive` option is removed, use `fs.rm` instead.
42394239
- version: v18.0.0
42404240
pr-url: https://github.com/nodejs/node/pull/41678
@@ -6210,7 +6210,7 @@ See the POSIX rename(2) documentation for more details.
62106210
added: v0.1.21
62116211
changes:
62126212
- version: REPLACEME
6213-
pr-url: https://github.com/nodejs/node/pull/00000
6213+
pr-url: https://github.com/nodejs/node/pull/57784
62146214
description: The `recursive` option is removed, use `fs.rmSync` instead.
62156215
- version: v16.0.0
62166216
pr-url: https://github.com/nodejs/node/pull/37216

0 commit comments

Comments
 (0)