node/tools/doc
dependabot[bot] b9f2f5a90a
tools: bump postcss from 8.5.8 to 8.5.10 in /tools/doc
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.10)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.10
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
PR-URL: https://github.com/nodejs/node/pull/62966
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2026-05-05 16:19:53 +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 postcss from 8.5.8 to 8.5.10 in /tools/doc 2026-05-05 16:19:53 +02:00
package.json tools: bump @node-core/doc-kit in /tools/doc in the doc group 2026-05-05 16:19:33 +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.