deno/cli/schemas
David Sherret a49fdb52cd
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat: include @types/node type declarations out of the box (#31502)
This adds a new "node" lib that's included by default and can be
excluded by providing a custom `"lib": [...]` typescript compiler option
without the `"node"` value.

If it detects a `@types/node` package in the files being type checked it
will skip injecting the `lib.node.d.ts` file.

* Uses `npm:@types/node@24.2.0`
* See tools/update_types_node.ts for the build script.
* https://github.com/denoland/deno_npm/pull/127 (will integrate this one
later)
* https://github.com/denoland/typescript-go/pull/16
* https://github.com/denoland/TypeScript/pull/19 (last two commits)

Closes https://github.com/denoland/deno/issues/30963
2025-12-09 11:58:00 +01:00
..
config-file.v1.json feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
kv-metadata-exchange-response.v1.json refactor(cli): update JSON schemas versions (#28252) 2025-02-24 10:11:06 -05:00
lint-rules.v1.json feat(lint): no-unversioned-import rule (#30609) 2025-09-03 22:05:20 +00:00
lint-tags.v1.json feat(lint): no-import-prefix workspace rule (#30598) 2025-09-02 22:59:19 +00:00
module-graph.json refactor(cli): update JSON schemas versions (#28252) 2025-02-24 10:11:06 -05:00
permission-audit.v1.json feat: permission audit log (#30575) 2025-09-08 14:23:11 +02:00
permission-broker-request.v1.json feat(unstable): add process id to permission broker messages (#31050) 2025-10-21 14:50:42 -07:00
permission-broker-response.v1.json fix: update permission-broker-response.v1.json (#31328) 2025-11-18 14:27:23 +00:00
registry-completions.v1.json refactor(cli): update JSON schemas versions (#28252) 2025-02-24 10:11:06 -05:00
registry-completions.v2.json refactor(cli): update JSON schemas versions (#28252) 2025-02-24 10:11:06 -05:00