node/tools/doc
dependabot[bot] 2e190332d0
tools: bump piscina from 5.1.4 to 5.2.0 in /tools/doc
Bumps [piscina](https://github.com/piscinajs/piscina) from 5.1.4 to 5.2.0.
- [Release notes](https://github.com/piscinajs/piscina/releases)
- [Changelog](https://github.com/piscinajs/piscina/blob/v5.2.0/CHANGELOG.md)
- [Commits](https://github.com/piscinajs/piscina/compare/v5.1.4...v5.2.0)

---
updated-dependencies:
- dependency-name: piscina
  dependency-version: 5.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
PR-URL: https://github.com/nodejs/node/pull/64002
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-06-21 13:01:15 +00:00
..
addon-verify.mjs src: officially deprecate node::ObjectWrap 2026-06-13 23:12:14 +00:00
deprecationCodes.mjs tools: enforce use of trailing commas in tools/ 2022-12-18 16:39:39 +00:00
generate-json-schema.mjs src: set default config as node.config.json 2025-02-27 21:02:10 +00:00
package-lock.json tools: bump piscina from 5.1.4 to 5.2.0 in /tools/doc 2026-06-21 13:01:15 +00:00
package.json tools: bump @node-core/doc-kit in /tools/doc in the doc group 2026-06-08 13:19:05 +00:00
README.md build, doc: use new api doc tooling 2026-02-27 01:53:56 +00:00

Documentation Tooling

The Node.js API documentation tooling lives in nodejs/doc-kit. This module exists just to make it usable in Node.js core, any changes to the tooling should be done in that repository.