node/tools/doc
dependabot[bot] d2dc6f8506
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-22 08:58:18 +02:00
..
addon-verify.mjs build: make test-addons dependency-free 2026-05-05 16:19:34 +02:00
deprecationCodes.mjs
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-22 08:58:18 +02:00
package.json tools: bump @node-core/doc-kit in /tools/doc in the doc group 2026-06-18 10:10:45 +02: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.