@@ -1045,17 +1045,17 @@ Renames `oldPath` to `newPath`.
10451045<!-- YAML
10461046added: v10.0.0
10471047changes:
1048- - version: REPLACEME
1048+ - version: v16.0.0
10491049 pr-url: https://github.com/nodejs/node/pull/37216
10501050 description: " Using ` fsPromises.rmdir(path, { recursive: true })` on a ` path`
10511051 that is a file is no longer permitted and results in an
10521052 ` ENOENT` error on Windows and an ` ENOTDIR` error on POSIX ."
1053- - version: REPLACEME
1053+ - version: v16.0.0
10541054 pr-url: https://github.com/nodejs/node/pull/37216
10551055 description: " Using ` fsPromises.rmdir(path, { recursive: true })` on a ` path`
10561056 that does not exist is no longer permitted and results in a
10571057 ` ENOENT` error."
1058- - version: REPLACEME
1058+ - version: v16.0.0
10591059 pr-url: https://github.com/nodejs/node/pull/37302
10601060 description: The `recursive` option is deprecated, using it triggers a
10611061 deprecation warning.
@@ -2338,7 +2338,7 @@ descriptor. See [`fs.utimes()`][].
23382338<!-- YAML
23392339deprecated: v0.4.7
23402340changes:
2341- - version: REPLACEME
2341+ - version: v16.0.0
23422342 pr-url: https://github.com/nodejs/node/pull/37460
23432343 description: The error returned may be an `AggregateError` if more than one
23442344 error is returned.
@@ -2818,7 +2818,7 @@ If `options.withFileTypes` is set to `true`, the `files` array will contain
28182818<!-- YAML
28192819added: v0.1.29
28202820changes:
2821- - version: REPLACEME
2821+ - version: v16.0.0
28222822 pr-url: https://github.com/nodejs/node/pull/37460
28232823 description: The error returned may be an ` AggregateError ` if more than one
28242824 error is returned.
@@ -3148,17 +3148,17 @@ rename('oldFile.txt', 'newFile.txt', (err) => {
31483148<!-- YAML
31493149added: v0.0 .2
31503150changes:
3151- - version: REPLACEME
3151+ - version: v16. 0 . 0
31523152 pr- url: https: // github.com/nodejs/node/pull/37216
31533153 description: " Using `fs.rmdir(path, { recursive: true })` on a `path` that is
31543154 a file is no longer permitted and results in an `ENOENT` error
31553155 on Windows and an `ENOTDIR` error on POSIX."
3156- - version: REPLACEME
3156+ - version: v16. 0 . 0
31573157 pr- url: https: // github.com/nodejs/node/pull/37216
31583158 description: " Using `fs.rmdir(path, { recursive: true })` on a `path` that
31593159 does not exist is no longer permitted and results in a `ENOENT`
31603160 error."
3161- - version: REPLACEME
3161+ - version: v16. 0 . 0
31623162 pr- url: https: // github.com/nodejs/node/pull/37302
31633163 description: The ` recursive` option is deprecated, using it triggers a
31643164 deprecation warning.
@@ -3408,7 +3408,7 @@ example/
34083408<!-- YAML
34093409added: v0.8 .6
34103410changes:
3411- - version: REPLACEME
3411+ - version: v16. 0 . 0
34123412 pr- url: https: // github.com/nodejs/node/pull/37460
34133413 description: The error returned may be an ` AggregateError` if more than one
34143414 error is returned.
@@ -3865,7 +3865,7 @@ details.
38653865<!-- YAML
38663866added: v0.1.29
38673867changes:
3868- - version: REPLACEME
3868+ - version: v16.0.0
38693869 pr-url: https://github.com/nodejs/node/pull/37460
38703870 description: The error returned may be an ` AggregateError ` if more than one
38713871 error is returned.
@@ -4787,17 +4787,17 @@ See the POSIX rename(2) documentation for more details.
47874787<!-- YAML
47884788added: v0.1.21
47894789changes:
4790- - version: REPLACEME
4790+ - version: v16.0.0
47914791 pr-url: https://github.com/nodejs/node/pull/37216
47924792 description: "Using ` fs .rmdirSync (path, { recursive: true })` on a ` path`
47934793 that is a file is no longer permitted and results in an
47944794 ` ENOENT ` error on Windows and an ` ENOTDIR ` error on POSIX."
4795- - version: REPLACEME
4795+ - version: v16.0.0
47964796 pr-url: https://github.com/nodejs/node/pull/37216
47974797 description: "Using ` fs .rmdirSync (path, { recursive: true })` on a ` path`
47984798 that does not exist is no longer permitted and results in a
47994799 ` ENOENT ` error."
4800- - version: REPLACEME
4800+ - version: v16.0.0
48014801 pr-url: https://github.com/nodejs/node/pull/37302
48024802 description: The ` recursive` option is deprecated, using it triggers a
48034803 deprecation warning.
0 commit comments