Skip to content

Commit 3094ace

Browse files
aduh95addaleax
authored andcommitted
doc: fix deprecation documentation inconsistencies
PR-URL: #35082 Reviewed-By: Rich Trott <[email protected]>
1 parent 2b86032 commit 3094ace

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Diff for: doc/api/domain.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Domain
22
<!-- YAML
3+
deprecated: v1.4.2
34
changes:
45
- version: v8.8.0
56
description: Any `Promise`s created in VM contexts no longer have a

Diff for: doc/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ The `'removeListener'` event is emitted *after* the `listener` is removed.
303303
### `EventEmitter.listenerCount(emitter, eventName)`
304304
<!-- YAML
305305
added: v0.9.12
306-
deprecated: v4.0.0
306+
deprecated: v3.2.0
307307
-->
308308

309309
> Stability: 0 - Deprecated: Use [`emitter.listenerCount()`][] instead.

Diff for: doc/api/fs.md

+4
Original file line numberDiff line numberDiff line change
@@ -2339,6 +2339,8 @@ changes:
23392339
pr-url: https://github.com/nodejs/node/pull/7897
23402340
description: The `callback` parameter is no longer optional. Not passing
23412341
it will emit a deprecation warning with id DEP0013.
2342+
- version: v0.4.7
2343+
description: Documentation-only deprecation.
23422344
-->
23432345

23442346
* `path` {string|Buffer|URL}
@@ -2356,6 +2358,8 @@ changes:
23562358
- version: v10.6.0
23572359
pr-url: https://github.com/nodejs/node/pull/21498
23582360
description: This API is no longer deprecated.
2361+
- version: v0.4.7
2362+
description: Documentation-only deprecation.
23592363
-->
23602364

23612365
* `path` {string|Buffer|URL}

Diff for: doc/api/punycode.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Punycode
22
<!-- YAML
3-
changes:
4-
- version: v7.0.0
5-
pr-url: https://github.com/nodejs/node/pull/7941
6-
description: Accessing this module will now emit a deprecation warning.
3+
deprecated: v7.0.0
74
-->
85

96
<!--introduced_in=v0.10.0-->

0 commit comments

Comments
 (0)