@@ -1049,17 +1049,17 @@ Renames `oldPath` to `newPath`.
1049
1049
<!-- YAML
1050
1050
added: v10.0.0
1051
1051
changes:
1052
- - version: REPLACEME
1052
+ - version: v16.0.0
1053
1053
pr-url: https://github.com/nodejs/node/pull/37216
1054
1054
description: " Using ` fsPromises.rmdir(path, { recursive: true })` on a ` path`
1055
1055
that is a file is no longer permitted and results in an
1056
1056
` ENOENT` error on Windows and an ` ENOTDIR` error on POSIX ."
1057
- - version: REPLACEME
1057
+ - version: v16.0.0
1058
1058
pr-url: https://github.com/nodejs/node/pull/37216
1059
1059
description: " Using ` fsPromises.rmdir(path, { recursive: true })` on a ` path`
1060
1060
that does not exist is no longer permitted and results in a
1061
1061
` ENOENT` error."
1062
- - version: REPLACEME
1062
+ - version: v16.0.0
1063
1063
pr-url: https://github.com/nodejs/node/pull/37302
1064
1064
description: The `recursive` option is deprecated, using it triggers a
1065
1065
deprecation warning.
@@ -2346,7 +2346,7 @@ descriptor. See [`fs.utimes()`][].
2346
2346
<!-- YAML
2347
2347
deprecated: v0.4.7
2348
2348
changes:
2349
- - version: REPLACEME
2349
+ - version: v16.0.0
2350
2350
pr-url: https://github.com/nodejs/node/pull/37460
2351
2351
description: The error returned may be an `AggregateError` if more than one
2352
2352
error is returned.
@@ -2828,7 +2828,7 @@ If `options.withFileTypes` is set to `true`, the `files` array will contain
2828
2828
<!-- YAML
2829
2829
added: v0.1.29
2830
2830
changes:
2831
- - version: REPLACEME
2831
+ - version: v16.0.0
2832
2832
pr-url: https://github.com/nodejs/node/pull/37460
2833
2833
description: The error returned may be an ` AggregateError ` if more than one
2834
2834
error is returned.
@@ -3158,17 +3158,17 @@ rename('oldFile.txt', 'newFile.txt', (err) => {
3158
3158
<!-- YAML
3159
3159
added: v0.0 .2
3160
3160
changes:
3161
- - version: REPLACEME
3161
+ - version: v16. 0 . 0
3162
3162
pr- url: https: // github.com/nodejs/node/pull/37216
3163
3163
description: " Using `fs.rmdir(path, { recursive: true })` on a `path` that is
3164
3164
a file is no longer permitted and results in an `ENOENT` error
3165
3165
on Windows and an `ENOTDIR` error on POSIX."
3166
- - version: REPLACEME
3166
+ - version: v16. 0 . 0
3167
3167
pr- url: https: // github.com/nodejs/node/pull/37216
3168
3168
description: " Using `fs.rmdir(path, { recursive: true })` on a `path` that
3169
3169
does not exist is no longer permitted and results in a `ENOENT`
3170
3170
error."
3171
- - version: REPLACEME
3171
+ - version: v16. 0 . 0
3172
3172
pr- url: https: // github.com/nodejs/node/pull/37302
3173
3173
description: The ` recursive` option is deprecated, using it triggers a
3174
3174
deprecation warning.
@@ -3418,7 +3418,7 @@ example/
3418
3418
<!-- YAML
3419
3419
added: v0.8 .6
3420
3420
changes:
3421
- - version: REPLACEME
3421
+ - version: v16. 0 . 0
3422
3422
pr- url: https: // github.com/nodejs/node/pull/37460
3423
3423
description: The error returned may be an ` AggregateError` if more than one
3424
3424
error is returned.
@@ -3875,7 +3875,7 @@ details.
3875
3875
<!-- YAML
3876
3876
added: v0.1.29
3877
3877
changes:
3878
- - version: REPLACEME
3878
+ - version: v16.0.0
3879
3879
pr-url: https://github.com/nodejs/node/pull/37460
3880
3880
description: The error returned may be an ` AggregateError ` if more than one
3881
3881
error is returned.
@@ -4797,17 +4797,17 @@ See the POSIX rename(2) documentation for more details.
4797
4797
<!-- YAML
4798
4798
added: v0.1.21
4799
4799
changes:
4800
- - version: REPLACEME
4800
+ - version: v16.0.0
4801
4801
pr-url: https://github.com/nodejs/node/pull/37216
4802
4802
description: "Using ` fs .rmdirSync (path, { recursive: true })` on a ` path`
4803
4803
that is a file is no longer permitted and results in an
4804
4804
` ENOENT ` error on Windows and an ` ENOTDIR ` error on POSIX."
4805
- - version: REPLACEME
4805
+ - version: v16.0.0
4806
4806
pr-url: https://github.com/nodejs/node/pull/37216
4807
4807
description: "Using ` fs .rmdirSync (path, { recursive: true })` on a ` path`
4808
4808
that does not exist is no longer permitted and results in a
4809
4809
` ENOENT ` error."
4810
- - version: REPLACEME
4810
+ - version: v16.0.0
4811
4811
pr-url: https://github.com/nodejs/node/pull/37302
4812
4812
description: The ` recursive` option is deprecated, using it triggers a
4813
4813
deprecation warning.
0 commit comments