Skip to content

Commit

Permalink
2024-11-11, Version 23.2.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

crypto:
  * update root certificates to NSS 3.104 (Richard Lau) #55681
doc:
  * move typescript support to active development (Marco Ippolito) #55536
  * add jazelly to collaborators (Jason Zhang) #55531
fs:
  * (SEMVER-MINOR) make `dirent.path` writable (Antoine du Hamel) #55547
http:
  * (SEMVER-MINOR) add diagnostic channel `http.client.request.created` (Marco Ippolito) #55586
module:
  * (SEMVER-MINOR) add `findPackageJSON` util (Jacob Smith) #55412
  * (SEMVER-MINOR) add `module.stripTypeScriptTypes` (Marco Ippolito) #55282

PR-URL: #55741
  • Loading branch information
aduh95 committed Nov 11, 2024
1 parent 355af0f commit a83fbdb
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ release.
<th title="LTS Until 2025-04"><a href="doc/changelogs/CHANGELOG_V18.md">18</a> (LTS)</th>
</tr>
<tr>
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.1.0">23.1.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.2.0">23.2.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V23.md#23.1.0">23.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V23.md#23.0.0">23.0.0</a><br/>
</td>
<td valign="top">
Expand Down
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6822,7 +6822,7 @@ deprecated:
- v20.12.0
- v18.20.0
changes:
- version: REPLACEME
- version: v23.2.0
pr-url: https://github.com/nodejs/node/pull/55547

Check warning on line 6826 in doc/api/fs.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The property is no longer read-only.
- version: v23.0.0
Expand Down
4 changes: 2 additions & 2 deletions doc/api/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ added: v22.8.0
### `module.findPackageJSON(specifier[, base])`
<!-- YAML
added: REPLACEME
added: v23.2.0
-->
> Stability: 1.1 - Active Development
Expand Down Expand Up @@ -355,7 +355,7 @@ resolution and loading behavior. See [Customization hooks][].
## `module.stripTypeScriptTypes(code[, options])`
<!-- YAML
added: REPLACEME
added: v23.2.0
-->
> Stability: 1.1 - Active development
Expand Down
Loading

0 comments on commit a83fbdb

Please sign in to comment.