@@ -1049,17 +1049,17 @@ Renames `oldPath` to `newPath`.
10491049<!-- YAML
10501050added: v10.0.0
10511051changes:
1052- - version: REPLACEME
1052+ - version: v16.0.0
10531053 pr-url: https://github.com/nodejs/node/pull/37216
10541054 description: " Using ` fsPromises.rmdir(path, { recursive: true })` on a ` path`
10551055 that is a file is no longer permitted and results in an
10561056 ` ENOENT` error on Windows and an ` ENOTDIR` error on POSIX ."
1057- - version: REPLACEME
1057+ - version: v16.0.0
10581058 pr-url: https://github.com/nodejs/node/pull/37216
10591059 description: " Using ` fsPromises.rmdir(path, { recursive: true })` on a ` path`
10601060 that does not exist is no longer permitted and results in a
10611061 ` ENOENT` error."
1062- - version: REPLACEME
1062+ - version: v16.0.0
10631063 pr-url: https://github.com/nodejs/node/pull/37302
10641064 description: The `recursive` option is deprecated, using it triggers a
10651065 deprecation warning.
@@ -2346,7 +2346,7 @@ descriptor. See [`fs.utimes()`][].
23462346<!-- YAML
23472347deprecated: v0.4.7
23482348changes:
2349- - version: REPLACEME
2349+ - version: v16.0.0
23502350 pr-url: https://github.com/nodejs/node/pull/37460
23512351 description: The error returned may be an `AggregateError` if more than one
23522352 error is returned.
@@ -2828,7 +2828,7 @@ If `options.withFileTypes` is set to `true`, the `files` array will contain
28282828<!-- YAML
28292829added: v0.1.29
28302830changes:
2831- - version: REPLACEME
2831+ - version: v16.0.0
28322832 pr-url: https://github.com/nodejs/node/pull/37460
28332833 description: The error returned may be an ` AggregateError ` if more than one
28342834 error is returned.
@@ -3158,17 +3158,17 @@ rename('oldFile.txt', 'newFile.txt', (err) => {
31583158<!-- YAML
31593159added: v0.0 .2
31603160changes:
3161- - version: REPLACEME
3161+ - version: v16. 0 . 0
31623162 pr- url: https: // github.com/nodejs/node/pull/37216
31633163 description: " Using `fs.rmdir(path, { recursive: true })` on a `path` that is
31643164 a file is no longer permitted and results in an `ENOENT` error
31653165 on Windows and an `ENOTDIR` error on POSIX."
3166- - version: REPLACEME
3166+ - version: v16. 0 . 0
31673167 pr- url: https: // github.com/nodejs/node/pull/37216
31683168 description: " Using `fs.rmdir(path, { recursive: true })` on a `path` that
31693169 does not exist is no longer permitted and results in a `ENOENT`
31703170 error."
3171- - version: REPLACEME
3171+ - version: v16. 0 . 0
31723172 pr- url: https: // github.com/nodejs/node/pull/37302
31733173 description: The ` recursive` option is deprecated, using it triggers a
31743174 deprecation warning.
@@ -3418,7 +3418,7 @@ example/
34183418<!-- YAML
34193419added: v0.8 .6
34203420changes:
3421- - version: REPLACEME
3421+ - version: v16. 0 . 0
34223422 pr- url: https: // github.com/nodejs/node/pull/37460
34233423 description: The error returned may be an ` AggregateError` if more than one
34243424 error is returned.
@@ -3875,7 +3875,7 @@ details.
38753875<!-- YAML
38763876added: v0.1.29
38773877changes:
3878- - version: REPLACEME
3878+ - version: v16.0.0
38793879 pr-url: https://github.com/nodejs/node/pull/37460
38803880 description: The error returned may be an ` AggregateError ` if more than one
38813881 error is returned.
@@ -4797,17 +4797,17 @@ See the POSIX rename(2) documentation for more details.
47974797<!-- YAML
47984798added: v0.1.21
47994799changes:
4800- - version: REPLACEME
4800+ - version: v16.0.0
48014801 pr-url: https://github.com/nodejs/node/pull/37216
48024802 description: "Using ` fs .rmdirSync (path, { recursive: true })` on a ` path`
48034803 that is a file is no longer permitted and results in an
48044804 ` ENOENT ` error on Windows and an ` ENOTDIR ` error on POSIX."
4805- - version: REPLACEME
4805+ - version: v16.0.0
48064806 pr-url: https://github.com/nodejs/node/pull/37216
48074807 description: "Using ` fs .rmdirSync (path, { recursive: true })` on a ` path`
48084808 that does not exist is no longer permitted and results in a
48094809 ` ENOENT ` error."
4810- - version: REPLACEME
4810+ - version: v16.0.0
48114811 pr-url: https://github.com/nodejs/node/pull/37302
48124812 description: The ` recursive` option is deprecated, using it triggers a
48134813 deprecation warning.
0 commit comments